~ubuntu-branches/ubuntu/trusty/xchat-gnome/trusty-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-05 12:27:58 UTC
  • mfrom: (1.1.19 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110705122758-bkl6xii0ebfddtmh
Tags: 1:0.30.0~git20100421.29cc76-1ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #773847)
  - debian/control:
    - add Build-Depends on liblaunchpad-integration-dev.
    - xchat-gnome Suggests: xchat-gnome-indicator.
  - debian/patches/02_lpi.patch: add Launchpad integration items to the help
    menu
  - debian/patches/10_xchat-gnome-close-event.patch: add events for window
    close.
  - debian/patches/04_autojoin_ubuntu_chan.patch: add the Ubuntu network
    as default selection and default to autojoining #ubuntu.
  - debian/patches/20_add_gui_focus.patch: implement GUI focus from XChat.
  - debian/patches/51_freenode_default_port_8001.patch: Drop ports 666x
    for FreeNode to workaround a possible DCC exploit.
  - debian/patches/95_apturl-support.patch: support apt://-urls.
  - debian/watch: also look for unstable versions
  - debian/xchat-gnome.gconf-defaults: Set the default enabled plugins,
    indicator, netmonitor, and notifyosd.
* debian/patches/52_no_zero_width_pixmaps.patch: dropped, applied upstream.
* debian/patches/98_ice_depends_for_eggsmclient.patch: replaced by
  01_link_libice.patch.
* debian/control: remove duplicate entry in Build-Depends for intltool.
* debian/xchat-gnome.install: also install the xchat-gnome.desktop file from
  /usr/share/applications in xchat-gnome rather than xchat-gnome-common.
  (LP: #374686)
* debian/rules: update the xchat-gnome-common binary-install target to not
  keep a duplicate copy of the xchat-gnome.desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
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.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
subdir = .
37
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog NEWS compile \
40
 
        config.guess config.sub depcomp install-sh ltmain.sh missing \
41
 
        mkinstalldirs
42
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
44
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
45
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47
 
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/acinclude.m4 \
48
 
        $(top_srcdir)/configure.ac
49
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
 
        $(ACLOCAL_M4)
51
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
 
 configure.lineno config.status.lineno
53
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
 
CONFIG_HEADER = config.h
55
 
CONFIG_CLEAN_FILES =
56
 
CONFIG_CLEAN_VPATH_FILES =
57
 
AM_V_GEN = $(am__v_GEN_$(V))
58
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
59
 
am__v_GEN_0 = @echo "  GEN   " $@;
60
 
AM_V_at = $(am__v_at_$(V))
61
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
62
 
am__v_at_0 = @
63
 
SOURCES =
64
 
DIST_SOURCES =
65
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66
 
        html-recursive info-recursive install-data-recursive \
67
 
        install-dvi-recursive install-exec-recursive \
68
 
        install-html-recursive install-info-recursive \
69
 
        install-pdf-recursive install-ps-recursive install-recursive \
70
 
        installcheck-recursive installdirs-recursive pdf-recursive \
71
 
        ps-recursive uninstall-recursive
72
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73
 
  distclean-recursive maintainer-clean-recursive
74
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
75
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
76
 
        distdir dist dist-all distcheck
77
 
ETAGS = etags
78
 
CTAGS = ctags
79
 
DIST_SUBDIRS = $(SUBDIRS)
80
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81
 
distdir = $(PACKAGE)-$(VERSION)
82
 
top_distdir = $(distdir)
83
 
am__remove_distdir = \
84
 
  { test ! -d "$(distdir)" \
85
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
86
 
         && rm -fr "$(distdir)"; }; }
87
 
am__relativize = \
88
 
  dir0=`pwd`; \
89
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
90
 
  sed_rest='s,^[^/]*/*,,'; \
91
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
92
 
  sed_butlast='s,/*[^/]*$$,,'; \
93
 
  while test -n "$$dir1"; do \
94
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
95
 
    if test "$$first" != "."; then \
96
 
      if test "$$first" = ".."; then \
97
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
98
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
99
 
      else \
100
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
101
 
        if test "$$first2" = "$$first"; then \
102
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
103
 
        else \
104
 
          dir2="../$$dir2"; \
105
 
        fi; \
106
 
        dir0="$$dir0"/"$$first"; \
107
 
      fi; \
108
 
    fi; \
109
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
110
 
  done; \
111
 
  reldir="$$dir2"
112
 
GZIP_ENV = --best
113
 
DIST_ARCHIVES = $(distdir).tar.bz2
114
 
distuninstallcheck_listfiles = find . -type f -print
115
 
distcleancheck_listfiles = find . -type f -print
116
 
ACLOCAL = @ACLOCAL@
117
 
ACLOCAL_AMFLAGS = -I m4
118
 
ALL_LINGUAS = @ALL_LINGUAS@
119
 
AMTAR = @AMTAR@
120
 
AM_CFLAGS = @AM_CFLAGS@
121
 
AM_CPPFLAGS = @AM_CPPFLAGS@
122
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123
 
AM_LDFLAGS = @AM_LDFLAGS@
124
 
AR = @AR@
125
 
AUTOCONF = @AUTOCONF@
126
 
AUTOHEADER = @AUTOHEADER@
127
 
AUTOMAKE = @AUTOMAKE@
128
 
AWK = @AWK@
129
 
BUILD_PLUGINS = @BUILD_PLUGINS@
130
 
CATALOGS = @CATALOGS@
131
 
CATOBJEXT = @CATOBJEXT@
132
 
CC = @CC@
133
 
CCAS = @CCAS@
134
 
CCASDEPMODE = @CCASDEPMODE@
135
 
CCASFLAGS = @CCASFLAGS@
136
 
CCDEPMODE = @CCDEPMODE@
137
 
CFLAGS = @CFLAGS@
138
 
CPP = @CPP@
139
 
CPPFLAGS = @CPPFLAGS@
140
 
CYGPATH_W = @CYGPATH_W@
141
 
DATADIR = @DATADIR@
142
 
DATADIRNAME = @DATADIRNAME@
143
 
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
144
 
DBUS_CFLAGS = @DBUS_CFLAGS@
145
 
DBUS_LIBS = @DBUS_LIBS@
146
 
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
147
 
DEFS = @DEFS@
148
 
DEPDIR = @DEPDIR@
149
 
DEPENDENCIES_CFLAGS = @DEPENDENCIES_CFLAGS@
150
 
DEPENDENCIES_LIBS = @DEPENDENCIES_LIBS@
151
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
152
 
DISTCHECK_CONFIGURE_FLAGS = \
153
 
        --disable-scrollkeeper  \
154
 
        --disable-schemas-install
155
 
 
156
 
DIST_PLUGINS = @DIST_PLUGINS@
157
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
158
 
DSYMUTIL = @DSYMUTIL@
159
 
DUMPBIN = @DUMPBIN@
160
 
ECHO_C = @ECHO_C@
161
 
ECHO_N = @ECHO_N@
162
 
ECHO_T = @ECHO_T@
163
 
EGG_SMCLIENT_CFLAGS = @EGG_SMCLIENT_CFLAGS@
164
 
EGG_SMCLIENT_LIBS = @EGG_SMCLIENT_LIBS@
165
 
EGREP = @EGREP@
166
 
EXEEXT = @EXEEXT@
167
 
FGREP = @FGREP@
168
 
GCONFTOOL = @GCONFTOOL@
169
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
170
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
171
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
172
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
173
 
GMOFILES = @GMOFILES@
174
 
GMSGFMT = @GMSGFMT@
175
 
GREP = @GREP@
176
 
HELP_DIR = @HELP_DIR@
177
 
INSTALL = @INSTALL@
178
 
INSTALL_DATA = @INSTALL_DATA@
179
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
180
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
181
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182
 
INSTOBJEXT = @INSTOBJEXT@
183
 
INTLLIBS = @INTLLIBS@
184
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
185
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
186
 
INTLTOOL_PERL = @INTLTOOL_PERL@
187
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
188
 
LD = @LD@
189
 
LDFLAGS = @LDFLAGS@
190
 
LIBCANBERRAGTK_CFLAGS = @LIBCANBERRAGTK_CFLAGS@
191
 
LIBCANBERRAGTK_LIBS = @LIBCANBERRAGTK_LIBS@
192
 
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
193
 
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
194
 
LIBOBJS = @LIBOBJS@
195
 
LIBS = @LIBS@
196
 
LIBTOOL = @LIBTOOL@
197
 
LIPO = @LIPO@
198
 
LN_S = @LN_S@
199
 
LTLIBOBJS = @LTLIBOBJS@
200
 
MAINT = @MAINT@
201
 
MAKEINFO = @MAKEINFO@
202
 
MKDIR_P = @MKDIR_P@
203
 
MKINSTALLDIRS = @MKINSTALLDIRS@
204
 
MSGFMT = @MSGFMT@
205
 
MSGFMT_OPTS = @MSGFMT_OPTS@
206
 
MSGMERGE = @MSGMERGE@
207
 
NM = @NM@
208
 
NMEDIT = @NMEDIT@
209
 
OBJDUMP = @OBJDUMP@
210
 
OBJEXT = @OBJEXT@
211
 
OMF_DIR = @OMF_DIR@
212
 
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
213
 
OPENSSL_LIBS = @OPENSSL_LIBS@
214
 
OTOOL = @OTOOL@
215
 
OTOOL64 = @OTOOL64@
216
 
PACKAGE = @PACKAGE@
217
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
218
 
PACKAGE_NAME = @PACKAGE_NAME@
219
 
PACKAGE_STRING = @PACKAGE_STRING@
220
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
221
 
PACKAGE_URL = @PACKAGE_URL@
222
 
PACKAGE_VERSION = @PACKAGE_VERSION@
223
 
PATH_SEPARATOR = @PATH_SEPARATOR@
224
 
PERL = @PERL@
225
 
PERL_CFLAGS = @PERL_CFLAGS@
226
 
PERL_LDFLAGS = @PERL_LDFLAGS@
227
 
PKG_CONFIG = @PKG_CONFIG@
228
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
229
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
230
 
POFILES = @POFILES@
231
 
POSUB = @POSUB@
232
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
233
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
234
 
PYTHON = @PYTHON@
235
 
PYTHON_CFLAGS = @PYTHON_CFLAGS@
236
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
237
 
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
238
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
239
 
PYTHON_LIBS = @PYTHON_LIBS@
240
 
PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
241
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
242
 
PYTHON_PREFIX = @PYTHON_PREFIX@
243
 
PYTHON_VERSION = @PYTHON_VERSION@
244
 
RANLIB = @RANLIB@
245
 
SED = @SED@
246
 
SET_MAKE = @SET_MAKE@
247
 
SHELL = @SHELL@
248
 
STRIP = @STRIP@
249
 
TCL_CFLAGS = @TCL_CFLAGS@
250
 
TCL_LIBS = @TCL_LIBS@
251
 
USE_NLS = @USE_NLS@
252
 
VERSION = @VERSION@
253
 
WARN_CFLAGS = @WARN_CFLAGS@
254
 
XGETTEXT = @XGETTEXT@
255
 
abs_builddir = @abs_builddir@
256
 
abs_srcdir = @abs_srcdir@
257
 
abs_top_builddir = @abs_top_builddir@
258
 
abs_top_srcdir = @abs_top_srcdir@
259
 
ac_ct_CC = @ac_ct_CC@
260
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
261
 
am__include = @am__include@
262
 
am__leading_dot = @am__leading_dot@
263
 
am__quote = @am__quote@
264
 
am__tar = @am__tar@
265
 
am__untar = @am__untar@
266
 
bindir = @bindir@
267
 
build = @build@
268
 
build_alias = @build_alias@
269
 
build_cpu = @build_cpu@
270
 
build_os = @build_os@
271
 
build_vendor = @build_vendor@
272
 
builddir = @builddir@
273
 
datadir = @datadir@
274
 
datarootdir = @datarootdir@
275
 
docdir = @docdir@
276
 
dvidir = @dvidir@
277
 
exec_prefix = @exec_prefix@
278
 
host = @host@
279
 
host_alias = @host_alias@
280
 
host_cpu = @host_cpu@
281
 
host_os = @host_os@
282
 
host_vendor = @host_vendor@
283
 
htmldir = @htmldir@
284
 
includedir = @includedir@
285
 
infodir = @infodir@
286
 
install_sh = @install_sh@
287
 
libdir = @libdir@
288
 
libexecdir = @libexecdir@
289
 
localedir = @localedir@
290
 
localstatedir = @localstatedir@
291
 
lt_ECHO = @lt_ECHO@
292
 
mandir = @mandir@
293
 
mkdir_p = @mkdir_p@
294
 
oldincludedir = @oldincludedir@
295
 
pdfdir = @pdfdir@
296
 
pkgpyexecdir = @pkgpyexecdir@
297
 
pkgpythondir = @pkgpythondir@
298
 
prefix = @prefix@
299
 
program_transform_name = @program_transform_name@
300
 
psdir = @psdir@
301
 
pyexecdir = @pyexecdir@
302
 
pythondir = @pythondir@
303
 
sbindir = @sbindir@
304
 
sharedstatedir = @sharedstatedir@
305
 
srcdir = @srcdir@
306
 
sysconfdir = @sysconfdir@
307
 
target_alias = @target_alias@
308
 
top_build_prefix = @top_build_prefix@
309
 
top_builddir = @top_builddir@
310
 
top_srcdir = @top_srcdir@
311
 
SUBDIRS = data help plugins po src
312
 
EXTRA_DIST = \
313
 
        autogen.sh              \
314
 
        gnome-doc-utils.make    \
315
 
        ChangeLog.pre-git
316
 
 
317
 
DISTCLEANFILES = \
318
 
        gnome-doc-utils.make
319
 
 
320
 
all: config.h
321
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
322
 
 
323
 
.SUFFIXES:
324
 
am--refresh:
325
 
        @:
326
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
327
 
        @for dep in $?; do \
328
 
          case '$(am__configure_deps)' in \
329
 
            *$$dep*) \
330
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
331
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
332
 
                && exit 0; \
333
 
              exit 1;; \
334
 
          esac; \
335
 
        done; \
336
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
337
 
        $(am__cd) $(top_srcdir) && \
338
 
          $(AUTOMAKE) --foreign Makefile
339
 
.PRECIOUS: Makefile
340
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341
 
        @case '$?' in \
342
 
          *config.status*) \
343
 
            echo ' $(SHELL) ./config.status'; \
344
 
            $(SHELL) ./config.status;; \
345
 
          *) \
346
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
347
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
348
 
        esac;
349
 
 
350
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351
 
        $(SHELL) ./config.status --recheck
352
 
 
353
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
354
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
355
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
356
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
357
 
$(am__aclocal_m4_deps):
358
 
 
359
 
config.h: stamp-h1
360
 
        @if test ! -f $@; then \
361
 
          rm -f stamp-h1; \
362
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
363
 
        else :; fi
364
 
 
365
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
366
 
        @rm -f stamp-h1
367
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
368
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
369
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
370
 
        rm -f stamp-h1
371
 
        touch $@
372
 
 
373
 
distclean-hdr:
374
 
        -rm -f config.h stamp-h1
375
 
 
376
 
mostlyclean-libtool:
377
 
        -rm -f *.lo
378
 
 
379
 
clean-libtool:
380
 
        -rm -rf .libs _libs
381
 
 
382
 
distclean-libtool:
383
 
        -rm -f libtool config.lt
384
 
 
385
 
# This directory's subdirectories are mostly independent; you can cd
386
 
# into them and run `make' without going through this Makefile.
387
 
# To change the values of `make' variables: instead of editing Makefiles,
388
 
# (1) if the variable is set in `config.status', edit `config.status'
389
 
#     (which will cause the Makefiles to be regenerated when you run `make');
390
 
# (2) otherwise, pass the desired values on the `make' command line.
391
 
$(RECURSIVE_TARGETS):
392
 
        @fail= failcom='exit 1'; \
393
 
        for f in x $$MAKEFLAGS; do \
394
 
          case $$f in \
395
 
            *=* | --[!k]*);; \
396
 
            *k*) failcom='fail=yes';; \
397
 
          esac; \
398
 
        done; \
399
 
        dot_seen=no; \
400
 
        target=`echo $@ | sed s/-recursive//`; \
401
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
402
 
          echo "Making $$target in $$subdir"; \
403
 
          if test "$$subdir" = "."; then \
404
 
            dot_seen=yes; \
405
 
            local_target="$$target-am"; \
406
 
          else \
407
 
            local_target="$$target"; \
408
 
          fi; \
409
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410
 
          || eval $$failcom; \
411
 
        done; \
412
 
        if test "$$dot_seen" = "no"; then \
413
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
414
 
        fi; test -z "$$fail"
415
 
 
416
 
$(RECURSIVE_CLEAN_TARGETS):
417
 
        @fail= failcom='exit 1'; \
418
 
        for f in x $$MAKEFLAGS; do \
419
 
          case $$f in \
420
 
            *=* | --[!k]*);; \
421
 
            *k*) failcom='fail=yes';; \
422
 
          esac; \
423
 
        done; \
424
 
        dot_seen=no; \
425
 
        case "$@" in \
426
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
427
 
          *) list='$(SUBDIRS)' ;; \
428
 
        esac; \
429
 
        rev=''; for subdir in $$list; do \
430
 
          if test "$$subdir" = "."; then :; else \
431
 
            rev="$$subdir $$rev"; \
432
 
          fi; \
433
 
        done; \
434
 
        rev="$$rev ."; \
435
 
        target=`echo $@ | sed s/-recursive//`; \
436
 
        for subdir in $$rev; do \
437
 
          echo "Making $$target in $$subdir"; \
438
 
          if test "$$subdir" = "."; then \
439
 
            local_target="$$target-am"; \
440
 
          else \
441
 
            local_target="$$target"; \
442
 
          fi; \
443
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444
 
          || eval $$failcom; \
445
 
        done && test -z "$$fail"
446
 
tags-recursive:
447
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
448
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
449
 
        done
450
 
ctags-recursive:
451
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
452
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
453
 
        done
454
 
 
455
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
456
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
457
 
        unique=`for i in $$list; do \
458
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459
 
          done | \
460
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
462
 
        mkid -fID $$unique
463
 
tags: TAGS
464
 
 
465
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
466
 
                $(TAGS_FILES) $(LISP)
467
 
        set x; \
468
 
        here=`pwd`; \
469
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
470
 
          include_option=--etags-include; \
471
 
          empty_fix=.; \
472
 
        else \
473
 
          include_option=--include; \
474
 
          empty_fix=; \
475
 
        fi; \
476
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
477
 
          if test "$$subdir" = .; then :; else \
478
 
            test ! -f $$subdir/TAGS || \
479
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
480
 
          fi; \
481
 
        done; \
482
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
483
 
        unique=`for i in $$list; do \
484
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485
 
          done | \
486
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
488
 
        shift; \
489
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
490
 
          test -n "$$unique" || unique=$$empty_fix; \
491
 
          if test $$# -gt 0; then \
492
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
493
 
              "$$@" $$unique; \
494
 
          else \
495
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496
 
              $$unique; \
497
 
          fi; \
498
 
        fi
499
 
ctags: CTAGS
500
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
501
 
                $(TAGS_FILES) $(LISP)
502
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
503
 
        unique=`for i in $$list; do \
504
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
 
          done | \
506
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
508
 
        test -z "$(CTAGS_ARGS)$$unique" \
509
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510
 
             $$unique
511
 
 
512
 
GTAGS:
513
 
        here=`$(am__cd) $(top_builddir) && pwd` \
514
 
          && $(am__cd) $(top_srcdir) \
515
 
          && gtags -i $(GTAGS_ARGS) "$$here"
516
 
 
517
 
distclean-tags:
518
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
 
 
520
 
distdir: $(DISTFILES)
521
 
        $(am__remove_distdir)
522
 
        test -d "$(distdir)" || mkdir "$(distdir)"
523
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525
 
        list='$(DISTFILES)'; \
526
 
          dist_files=`for file in $$list; do echo $$file; done | \
527
 
          sed -e "s|^$$srcdirstrip/||;t" \
528
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
529
 
        case $$dist_files in \
530
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
531
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
532
 
                           sort -u` ;; \
533
 
        esac; \
534
 
        for file in $$dist_files; do \
535
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
536
 
          if test -d $$d/$$file; then \
537
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
538
 
            if test -d "$(distdir)/$$file"; then \
539
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540
 
            fi; \
541
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
542
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
543
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544
 
            fi; \
545
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
546
 
          else \
547
 
            test -f "$(distdir)/$$file" \
548
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
549
 
            || exit 1; \
550
 
          fi; \
551
 
        done
552
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
553
 
          if test "$$subdir" = .; then :; else \
554
 
            test -d "$(distdir)/$$subdir" \
555
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
556
 
            || exit 1; \
557
 
          fi; \
558
 
        done
559
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
560
 
          if test "$$subdir" = .; then :; else \
561
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
562
 
            $(am__relativize); \
563
 
            new_distdir=$$reldir; \
564
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
565
 
            $(am__relativize); \
566
 
            new_top_distdir=$$reldir; \
567
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
568
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
569
 
            ($(am__cd) $$subdir && \
570
 
              $(MAKE) $(AM_MAKEFLAGS) \
571
 
                top_distdir="$$new_top_distdir" \
572
 
                distdir="$$new_distdir" \
573
 
                am__remove_distdir=: \
574
 
                am__skip_length_check=: \
575
 
                am__skip_mode_fix=: \
576
 
                distdir) \
577
 
              || exit 1; \
578
 
          fi; \
579
 
        done
580
 
        -test -n "$(am__skip_mode_fix)" \
581
 
        || find "$(distdir)" -type d ! -perm -755 \
582
 
                -exec chmod u+rwx,go+rx {} \; -o \
583
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
584
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
585
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
586
 
        || chmod -R a+r "$(distdir)"
587
 
dist-gzip: distdir
588
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
589
 
        $(am__remove_distdir)
590
 
dist-bzip2: distdir
591
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
592
 
        $(am__remove_distdir)
593
 
 
594
 
dist-lzma: distdir
595
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
596
 
        $(am__remove_distdir)
597
 
 
598
 
dist-xz: distdir
599
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
600
 
        $(am__remove_distdir)
601
 
 
602
 
dist-tarZ: distdir
603
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
604
 
        $(am__remove_distdir)
605
 
 
606
 
dist-shar: distdir
607
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
608
 
        $(am__remove_distdir)
609
 
 
610
 
dist-zip: distdir
611
 
        -rm -f $(distdir).zip
612
 
        zip -rq $(distdir).zip $(distdir)
613
 
        $(am__remove_distdir)
614
 
 
615
 
dist dist-all: distdir
616
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
617
 
        $(am__remove_distdir)
618
 
 
619
 
# This target untars the dist file and tries a VPATH configuration.  Then
620
 
# it guarantees that the distribution is self-contained by making another
621
 
# tarfile.
622
 
distcheck: dist
623
 
        case '$(DIST_ARCHIVES)' in \
624
 
        *.tar.gz*) \
625
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
626
 
        *.tar.bz2*) \
627
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
628
 
        *.tar.lzma*) \
629
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
630
 
        *.tar.xz*) \
631
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
632
 
        *.tar.Z*) \
633
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
634
 
        *.shar.gz*) \
635
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
636
 
        *.zip*) \
637
 
          unzip $(distdir).zip ;;\
638
 
        esac
639
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
640
 
        mkdir $(distdir)/_build
641
 
        mkdir $(distdir)/_inst
642
 
        chmod a-w $(distdir)
643
 
        test -d $(distdir)/_build || exit 0; \
644
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
645
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
646
 
          && am__cwd=`pwd` \
647
 
          && $(am__cd) $(distdir)/_build \
648
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
649
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
650
 
          && $(MAKE) $(AM_MAKEFLAGS) \
651
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
652
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
653
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
654
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
655
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
656
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
657
 
                distuninstallcheck \
658
 
          && chmod -R a-w "$$dc_install_base" \
659
 
          && ({ \
660
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
661
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
662
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
663
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
664
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
665
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
666
 
          && rm -rf "$$dc_destdir" \
667
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
668
 
          && rm -rf $(DIST_ARCHIVES) \
669
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
670
 
          && cd "$$am__cwd" \
671
 
          || exit 1
672
 
        $(am__remove_distdir)
673
 
        @(echo "$(distdir) archives ready for distribution: "; \
674
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
675
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
676
 
distuninstallcheck:
677
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
678
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
679
 
           || { echo "ERROR: files left after uninstall:" ; \
680
 
                if test -n "$(DESTDIR)"; then \
681
 
                  echo "  (check DESTDIR support)"; \
682
 
                fi ; \
683
 
                $(distuninstallcheck_listfiles) ; \
684
 
                exit 1; } >&2
685
 
distcleancheck: distclean
686
 
        @if test '$(srcdir)' = . ; then \
687
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
688
 
          exit 1 ; \
689
 
        fi
690
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
691
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
692
 
               $(distcleancheck_listfiles) ; \
693
 
               exit 1; } >&2
694
 
check-am: all-am
695
 
check: check-recursive
696
 
all-am: Makefile config.h
697
 
installdirs: installdirs-recursive
698
 
installdirs-am:
699
 
install: install-recursive
700
 
install-exec: install-exec-recursive
701
 
install-data: install-data-recursive
702
 
uninstall: uninstall-recursive
703
 
 
704
 
install-am: all-am
705
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
706
 
 
707
 
installcheck: installcheck-recursive
708
 
install-strip:
709
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
710
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
711
 
          `test -z '$(STRIP)' || \
712
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
713
 
mostlyclean-generic:
714
 
 
715
 
clean-generic:
716
 
 
717
 
distclean-generic:
718
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
719
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
720
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
721
 
 
722
 
maintainer-clean-generic:
723
 
        @echo "This command is intended for maintainers to use"
724
 
        @echo "it deletes files that may require special tools to rebuild."
725
 
clean: clean-recursive
726
 
 
727
 
clean-am: clean-generic clean-libtool mostlyclean-am
728
 
 
729
 
distclean: distclean-recursive
730
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
731
 
        -rm -f Makefile
732
 
distclean-am: clean-am distclean-generic distclean-hdr \
733
 
        distclean-libtool distclean-tags
734
 
 
735
 
dvi: dvi-recursive
736
 
 
737
 
dvi-am:
738
 
 
739
 
html: html-recursive
740
 
 
741
 
html-am:
742
 
 
743
 
info: info-recursive
744
 
 
745
 
info-am:
746
 
 
747
 
install-data-am:
748
 
 
749
 
install-dvi: install-dvi-recursive
750
 
 
751
 
install-dvi-am:
752
 
 
753
 
install-exec-am:
754
 
 
755
 
install-html: install-html-recursive
756
 
 
757
 
install-html-am:
758
 
 
759
 
install-info: install-info-recursive
760
 
 
761
 
install-info-am:
762
 
 
763
 
install-man:
764
 
 
765
 
install-pdf: install-pdf-recursive
766
 
 
767
 
install-pdf-am:
768
 
 
769
 
install-ps: install-ps-recursive
770
 
 
771
 
install-ps-am:
772
 
 
773
 
installcheck-am:
774
 
 
775
 
maintainer-clean: maintainer-clean-recursive
776
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
777
 
        -rm -rf $(top_srcdir)/autom4te.cache
778
 
        -rm -f Makefile
779
 
maintainer-clean-am: distclean-am maintainer-clean-generic
780
 
 
781
 
mostlyclean: mostlyclean-recursive
782
 
 
783
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
784
 
 
785
 
pdf: pdf-recursive
786
 
 
787
 
pdf-am:
788
 
 
789
 
ps: ps-recursive
790
 
 
791
 
ps-am:
792
 
 
793
 
uninstall-am:
794
 
 
795
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
796
 
        ctags-recursive install-am install-strip tags-recursive
797
 
 
798
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
799
 
        all all-am am--refresh check check-am clean clean-generic \
800
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
801
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
802
 
        distcheck distclean distclean-generic distclean-hdr \
803
 
        distclean-libtool distclean-tags distcleancheck distdir \
804
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
805
 
        install install-am install-data install-data-am install-dvi \
806
 
        install-dvi-am install-exec install-exec-am install-html \
807
 
        install-html-am install-info install-info-am install-man \
808
 
        install-pdf install-pdf-am install-ps install-ps-am \
809
 
        install-strip installcheck installcheck-am installdirs \
810
 
        installdirs-am maintainer-clean maintainer-clean-generic \
811
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
812
 
        ps ps-am tags tags-recursive uninstall uninstall-am
813
 
 
814
 
 
815
 
# Build ChangeLog from GIT  history
816
 
ChangeLog:
817
 
        @if test -d $(top_srcdir)/.git; then \
818
 
                GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
819
 
        fi
820
 
 
821
 
dist: ChangeLog
822
 
 
823
 
.PHONY: ChangeLog
824
 
 
825
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
826
 
# Otherwise a system limit (for SysV at least) may be exceeded.
827
 
.NOEXPORT: