~ubuntu-branches/ubuntu/lucid/transmission/lucid

« back to all changes in this revision

Viewing changes to .pc/99_autoreconf.patch/third-party/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2010-03-03 02:55:26 UTC
  • mfrom: (1.1.34 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100303025526-qcjmpnlvk9jv3y5o
Tags: 1.92-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #538034), rebased on debian testing.
  Remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
  - debian/control, debian/rules:
    + build transmission gtk+ client with both gconf and libcanberra support.
  - debian/patches/dont_build_libevent.patch:
    + disable libevent in configure.ac and Makefile.am because we use autotools
      to regenerate build files.
  - lucid/debian/patches/updateminiupnpcstrings_double_escape_slash.patch:
    + Deleted as the bug is fixed upstream
* Fixes bugs:
  - Fix directory selection error in GTK+ 2.19 (LP: #518692)
  - Transmission "Set Location" - dialog doesn't disappear (LP: #529037)
  - The "Torrent Options" dialog's Torrent Priority row gets too much
    vertical stretch (LP: #527299)
  - "Open Folder" behavior can be confusing for single-file torrents
    (LP: #505861)
* Refreshed 99_autoreconf.patch

[ Chris Coulson ]
* debian/patches/disable_web_ui.patch:
  - Disable the web UI by default again (LP: #542194)

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 = third-party
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
 
40
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
 
41
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
42
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
43
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
 
44
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
 
50
AM_V_GEN = $(am__v_GEN_$(V))
 
51
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_GEN_0 = @echo "  GEN   " $@;
 
53
AM_V_at = $(am__v_at_$(V))
 
54
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_at_0 = @
 
56
SOURCES =
 
57
DIST_SOURCES =
 
58
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
59
        html-recursive info-recursive install-data-recursive \
 
60
        install-dvi-recursive install-exec-recursive \
 
61
        install-html-recursive install-info-recursive \
 
62
        install-pdf-recursive install-ps-recursive install-recursive \
 
63
        installcheck-recursive installdirs-recursive pdf-recursive \
 
64
        ps-recursive uninstall-recursive
 
65
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
66
  distclean-recursive maintainer-clean-recursive
 
67
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
68
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
69
        distdir
 
70
ETAGS = etags
 
71
CTAGS = ctags
 
72
DIST_SUBDIRS = $(SUBDIRS)
 
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
am__relativize = \
 
75
  dir0=`pwd`; \
 
76
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
77
  sed_rest='s,^[^/]*/*,,'; \
 
78
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
79
  sed_butlast='s,/*[^/]*$$,,'; \
 
80
  while test -n "$$dir1"; do \
 
81
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
82
    if test "$$first" != "."; then \
 
83
      if test "$$first" = ".."; then \
 
84
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
85
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
86
      else \
 
87
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
88
        if test "$$first2" = "$$first"; then \
 
89
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
90
        else \
 
91
          dir2="../$$dir2"; \
 
92
        fi; \
 
93
        dir0="$$dir0"/"$$first"; \
 
94
      fi; \
 
95
    fi; \
 
96
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
97
  done; \
 
98
  reldir="$$dir2"
 
99
ACLOCAL = @ACLOCAL@
 
100
ALL_LINGUAS = @ALL_LINGUAS@
 
101
AMTAR = @AMTAR@
 
102
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
103
AR = @AR@
 
104
AUTOCONF = @AUTOCONF@
 
105
AUTOHEADER = @AUTOHEADER@
 
106
AUTOMAKE = @AUTOMAKE@
 
107
AWK = @AWK@
 
108
CANBERRA_MINIMUM = @CANBERRA_MINIMUM@
 
109
CATALOGS = @CATALOGS@
 
110
CATOBJEXT = @CATOBJEXT@
 
111
CC = @CC@
 
112
CCDEPMODE = @CCDEPMODE@
 
113
CFLAGS = @CFLAGS@
 
114
CPP = @CPP@
 
115
CPPFLAGS = @CPPFLAGS@
 
116
CURL_MINIMUM = @CURL_MINIMUM@
 
117
CXX = @CXX@
 
118
CXXCPP = @CXXCPP@
 
119
CXXDEPMODE = @CXXDEPMODE@
 
120
CXXFLAGS = @CXXFLAGS@
 
121
CYGPATH_W = @CYGPATH_W@
 
122
DATADIRNAME = @DATADIRNAME@
 
123
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
 
124
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
125
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
 
126
DBUS_GLIB_MINIMUM = @DBUS_GLIB_MINIMUM@
 
127
DEFS = @DEFS@
 
128
DEPDIR = @DEPDIR@
 
129
DHT_CFLAGS = @DHT_CFLAGS@
 
130
DHT_LIBS = @DHT_LIBS@
 
131
DSYMUTIL = @DSYMUTIL@
 
132
DUMPBIN = @DUMPBIN@
 
133
ECHO_C = @ECHO_C@
 
134
ECHO_N = @ECHO_N@
 
135
ECHO_T = @ECHO_T@
 
136
EGREP = @EGREP@
 
137
EXEEXT = @EXEEXT@
 
138
FGREP = @FGREP@
 
139
GCONF2_MINIMUM = @GCONF2_MINIMUM@
 
140
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
141
GIO_CFLAGS = @GIO_CFLAGS@
 
142
GIO_LIBS = @GIO_LIBS@
 
143
GIO_MINIMUM = @GIO_MINIMUM@
 
144
GLIB_MINIMUM = @GLIB_MINIMUM@
 
145
GMOFILES = @GMOFILES@
 
146
GMSGFMT = @GMSGFMT@
 
147
GREP = @GREP@
 
148
GTK_CFLAGS = @GTK_CFLAGS@
 
149
GTK_LIBS = @GTK_LIBS@
 
150
GTK_MINIMUM = @GTK_MINIMUM@
 
151
INSTALL = @INSTALL@
 
152
INSTALL_DATA = @INSTALL_DATA@
 
153
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
154
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
155
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
156
INSTOBJEXT = @INSTOBJEXT@
 
157
INTLLIBS = @INTLLIBS@
 
158
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
159
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
160
INTLTOOL_PERL = @INTLTOOL_PERL@
 
161
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
162
LD = @LD@
 
163
LDFLAGS = @LDFLAGS@
 
164
LIBAPPINDICATOR_CFLAGS = @LIBAPPINDICATOR_CFLAGS@
 
165
LIBAPPINDICATOR_LIBS = @LIBAPPINDICATOR_LIBS@
 
166
LIBAPPINDICATOR_MINIMUM = @LIBAPPINDICATOR_MINIMUM@
 
167
LIBCANBERRA_CFLAGS = @LIBCANBERRA_CFLAGS@
 
168
LIBCANBERRA_LIBS = @LIBCANBERRA_LIBS@
 
169
LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
 
170
LIBCURL_LIBS = @LIBCURL_LIBS@
 
171
LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
 
172
LIBEVENT_LIBS = @LIBEVENT_LIBS@
 
173
LIBEVENT_MINIUM = @LIBEVENT_MINIUM@
 
174
LIBGCONF_CFLAGS = @LIBGCONF_CFLAGS@
 
175
LIBGCONF_LIBS = @LIBGCONF_LIBS@
 
176
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
 
177
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
 
178
LIBNOTIFY_MINIMUM = @LIBNOTIFY_MINIMUM@
 
179
LIBOBJS = @LIBOBJS@
 
180
LIBS = @LIBS@
 
181
LIBTOOL = @LIBTOOL@
 
182
LIPO = @LIPO@
 
183
LN_S = @LN_S@
 
184
LTLIBOBJS = @LTLIBOBJS@
 
185
MAKEINFO = @MAKEINFO@
 
186
MKDIR_P = @MKDIR_P@
 
187
MKINSTALLDIRS = @MKINSTALLDIRS@
 
188
MSGFMT = @MSGFMT@
 
189
MSGMERGE = @MSGMERGE@
 
190
NM = @NM@
 
191
NMEDIT = @NMEDIT@
 
192
OBJDUMP = @OBJDUMP@
 
193
OBJEXT = @OBJEXT@
 
194
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
195
OPENSSL_LIBS = @OPENSSL_LIBS@
 
196
OPENSSL_MINIMUM = @OPENSSL_MINIMUM@
 
197
OTOOL = @OTOOL@
 
198
OTOOL64 = @OTOOL64@
 
199
PACKAGE = @PACKAGE@
 
200
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
201
PACKAGE_NAME = @PACKAGE_NAME@
 
202
PACKAGE_STRING = @PACKAGE_STRING@
 
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
204
PACKAGE_VERSION = @PACKAGE_VERSION@
 
205
PATH_SEPARATOR = @PATH_SEPARATOR@
 
206
PEERID_PREFIX = @PEERID_PREFIX@
 
207
PKG_CONFIG = @PKG_CONFIG@
 
208
POFILES = @POFILES@
 
209
POSUB = @POSUB@
 
210
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
211
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
212
PTHREAD_CC = @PTHREAD_CC@
 
213
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
214
PTHREAD_LIBS = @PTHREAD_LIBS@
 
215
RANLIB = @RANLIB@
 
216
SED = @SED@
 
217
SET_MAKE = @SET_MAKE@
 
218
SHELL = @SHELL@
 
219
STRIP = @STRIP@
 
220
USERAGENT_PREFIX = @USERAGENT_PREFIX@
 
221
USE_NLS = @USE_NLS@
 
222
VERSION = @VERSION@
 
223
WINDRES = @WINDRES@
 
224
XGETTEXT = @XGETTEXT@
 
225
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
226
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
 
227
ZLIB_LIBS = @ZLIB_LIBS@
 
228
abs_builddir = @abs_builddir@
 
229
abs_srcdir = @abs_srcdir@
 
230
abs_top_builddir = @abs_top_builddir@
 
231
abs_top_srcdir = @abs_top_srcdir@
 
232
ac_ct_CC = @ac_ct_CC@
 
233
ac_ct_CXX = @ac_ct_CXX@
 
234
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
235
acx_pthread_config = @acx_pthread_config@
 
236
am__include = @am__include@
 
237
am__leading_dot = @am__leading_dot@
 
238
am__quote = @am__quote@
 
239
am__tar = @am__tar@
 
240
am__untar = @am__untar@
 
241
bindir = @bindir@
 
242
build = @build@
 
243
build_alias = @build_alias@
 
244
build_cpu = @build_cpu@
 
245
build_os = @build_os@
 
246
build_vendor = @build_vendor@
 
247
builddir = @builddir@
 
248
datadir = @datadir@
 
249
datarootdir = @datarootdir@
 
250
docdir = @docdir@
 
251
dvidir = @dvidir@
 
252
exec_prefix = @exec_prefix@
 
253
host = @host@
 
254
host_alias = @host_alias@
 
255
host_cpu = @host_cpu@
 
256
host_os = @host_os@
 
257
host_vendor = @host_vendor@
 
258
htmldir = @htmldir@
 
259
includedir = @includedir@
 
260
infodir = @infodir@
 
261
install_sh = @install_sh@
 
262
libdir = @libdir@
 
263
libexecdir = @libexecdir@
 
264
localedir = @localedir@
 
265
localstatedir = @localstatedir@
 
266
lt_ECHO = @lt_ECHO@
 
267
mandir = @mandir@
 
268
mkdir_p = @mkdir_p@
 
269
oldincludedir = @oldincludedir@
 
270
pdfdir = @pdfdir@
 
271
prefix = @prefix@
 
272
program_transform_name = @program_transform_name@
 
273
psdir = @psdir@
 
274
sbindir = @sbindir@
 
275
sharedstatedir = @sharedstatedir@
 
276
srcdir = @srcdir@
 
277
subdirs = @subdirs@
 
278
sysconfdir = @sysconfdir@
 
279
target_alias = @target_alias@
 
280
top_build_prefix = @top_build_prefix@
 
281
top_builddir = @top_builddir@
 
282
top_srcdir = @top_srcdir@
 
283
transmissionlocaledir = @transmissionlocaledir@
 
284
SUBDIRS = libnatpmp miniupnp dht
 
285
EXTRA_DIST = \
 
286
  macosx-libevent-config.h \
 
287
  macosx-libevent-event-config.h
 
288
 
 
289
all: all-recursive
 
290
 
 
291
.SUFFIXES:
 
292
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
293
        @for dep in $?; do \
 
294
          case '$(am__configure_deps)' in \
 
295
            *$$dep*) \
 
296
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
297
                && { if test -f $@; then exit 0; else break; fi; }; \
 
298
              exit 1;; \
 
299
          esac; \
 
300
        done; \
 
301
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu third-party/Makefile'; \
 
302
        $(am__cd) $(top_srcdir) && \
 
303
          $(AUTOMAKE) --gnu third-party/Makefile
 
304
.PRECIOUS: Makefile
 
305
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
306
        @case '$?' in \
 
307
          *config.status*) \
 
308
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
309
          *) \
 
310
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
311
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
312
        esac;
 
313
 
 
314
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
316
 
 
317
$(top_srcdir)/configure:  $(am__configure_deps)
 
318
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
319
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
320
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
321
$(am__aclocal_m4_deps):
 
322
 
 
323
mostlyclean-libtool:
 
324
        -rm -f *.lo
 
325
 
 
326
clean-libtool:
 
327
        -rm -rf .libs _libs
 
328
 
 
329
# This directory's subdirectories are mostly independent; you can cd
 
330
# into them and run `make' without going through this Makefile.
 
331
# To change the values of `make' variables: instead of editing Makefiles,
 
332
# (1) if the variable is set in `config.status', edit `config.status'
 
333
#     (which will cause the Makefiles to be regenerated when you run `make');
 
334
# (2) otherwise, pass the desired values on the `make' command line.
 
335
$(RECURSIVE_TARGETS):
 
336
        @fail= failcom='exit 1'; \
 
337
        for f in x $$MAKEFLAGS; do \
 
338
          case $$f in \
 
339
            *=* | --[!k]*);; \
 
340
            *k*) failcom='fail=yes';; \
 
341
          esac; \
 
342
        done; \
 
343
        dot_seen=no; \
 
344
        target=`echo $@ | sed s/-recursive//`; \
 
345
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
346
          echo "Making $$target in $$subdir"; \
 
347
          if test "$$subdir" = "."; then \
 
348
            dot_seen=yes; \
 
349
            local_target="$$target-am"; \
 
350
          else \
 
351
            local_target="$$target"; \
 
352
          fi; \
 
353
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
354
          || eval $$failcom; \
 
355
        done; \
 
356
        if test "$$dot_seen" = "no"; then \
 
357
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
358
        fi; test -z "$$fail"
 
359
 
 
360
$(RECURSIVE_CLEAN_TARGETS):
 
361
        @fail= failcom='exit 1'; \
 
362
        for f in x $$MAKEFLAGS; do \
 
363
          case $$f in \
 
364
            *=* | --[!k]*);; \
 
365
            *k*) failcom='fail=yes';; \
 
366
          esac; \
 
367
        done; \
 
368
        dot_seen=no; \
 
369
        case "$@" in \
 
370
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
371
          *) list='$(SUBDIRS)' ;; \
 
372
        esac; \
 
373
        rev=''; for subdir in $$list; do \
 
374
          if test "$$subdir" = "."; then :; else \
 
375
            rev="$$subdir $$rev"; \
 
376
          fi; \
 
377
        done; \
 
378
        rev="$$rev ."; \
 
379
        target=`echo $@ | sed s/-recursive//`; \
 
380
        for subdir in $$rev; do \
 
381
          echo "Making $$target in $$subdir"; \
 
382
          if test "$$subdir" = "."; then \
 
383
            local_target="$$target-am"; \
 
384
          else \
 
385
            local_target="$$target"; \
 
386
          fi; \
 
387
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
388
          || eval $$failcom; \
 
389
        done && test -z "$$fail"
 
390
tags-recursive:
 
391
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
392
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
393
        done
 
394
ctags-recursive:
 
395
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
396
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
397
        done
 
398
 
 
399
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
400
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
401
        unique=`for i in $$list; do \
 
402
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
403
          done | \
 
404
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
405
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
406
        mkid -fID $$unique
 
407
tags: TAGS
 
408
 
 
409
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
410
                $(TAGS_FILES) $(LISP)
 
411
        set x; \
 
412
        here=`pwd`; \
 
413
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
414
          include_option=--etags-include; \
 
415
          empty_fix=.; \
 
416
        else \
 
417
          include_option=--include; \
 
418
          empty_fix=; \
 
419
        fi; \
 
420
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
421
          if test "$$subdir" = .; then :; else \
 
422
            test ! -f $$subdir/TAGS || \
 
423
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
424
          fi; \
 
425
        done; \
 
426
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
427
        unique=`for i in $$list; do \
 
428
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
429
          done | \
 
430
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
431
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
432
        shift; \
 
433
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
434
          test -n "$$unique" || unique=$$empty_fix; \
 
435
          if test $$# -gt 0; then \
 
436
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
437
              "$$@" $$unique; \
 
438
          else \
 
439
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
              $$unique; \
 
441
          fi; \
 
442
        fi
 
443
ctags: CTAGS
 
444
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
445
                $(TAGS_FILES) $(LISP)
 
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
447
        unique=`for i in $$list; do \
 
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
449
          done | \
 
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
452
        test -z "$(CTAGS_ARGS)$$unique" \
 
453
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
454
             $$unique
 
455
 
 
456
GTAGS:
 
457
        here=`$(am__cd) $(top_builddir) && pwd` \
 
458
          && $(am__cd) $(top_srcdir) \
 
459
          && gtags -i $(GTAGS_ARGS) "$$here"
 
460
 
 
461
distclean-tags:
 
462
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
463
 
 
464
distdir: $(DISTFILES)
 
465
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
466
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
467
        list='$(DISTFILES)'; \
 
468
          dist_files=`for file in $$list; do echo $$file; done | \
 
469
          sed -e "s|^$$srcdirstrip/||;t" \
 
470
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
471
        case $$dist_files in \
 
472
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
473
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
474
                           sort -u` ;; \
 
475
        esac; \
 
476
        for file in $$dist_files; do \
 
477
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
478
          if test -d $$d/$$file; then \
 
479
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
480
            if test -d "$(distdir)/$$file"; then \
 
481
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
482
            fi; \
 
483
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
484
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
485
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
486
            fi; \
 
487
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
488
          else \
 
489
            test -f "$(distdir)/$$file" \
 
490
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
491
            || exit 1; \
 
492
          fi; \
 
493
        done
 
494
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
495
          if test "$$subdir" = .; then :; else \
 
496
            test -d "$(distdir)/$$subdir" \
 
497
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
498
            || exit 1; \
 
499
          fi; \
 
500
        done
 
501
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
502
          if test "$$subdir" = .; then :; else \
 
503
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
504
            $(am__relativize); \
 
505
            new_distdir=$$reldir; \
 
506
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
507
            $(am__relativize); \
 
508
            new_top_distdir=$$reldir; \
 
509
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
510
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
511
            ($(am__cd) $$subdir && \
 
512
              $(MAKE) $(AM_MAKEFLAGS) \
 
513
                top_distdir="$$new_top_distdir" \
 
514
                distdir="$$new_distdir" \
 
515
                am__remove_distdir=: \
 
516
                am__skip_length_check=: \
 
517
                am__skip_mode_fix=: \
 
518
                distdir) \
 
519
              || exit 1; \
 
520
          fi; \
 
521
        done
 
522
check-am: all-am
 
523
check: check-recursive
 
524
all-am: Makefile
 
525
installdirs: installdirs-recursive
 
526
installdirs-am:
 
527
install-exec: install-exec-recursive
 
528
install-data: install-data-recursive
 
529
 
 
530
install-am: all-am
 
531
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
532
 
 
533
installcheck: installcheck-recursive
 
534
install-strip:
 
535
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
536
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
537
          `test -z '$(STRIP)' || \
 
538
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
539
mostlyclean-generic:
 
540
 
 
541
clean-generic:
 
542
 
 
543
distclean-generic:
 
544
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
545
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
546
 
 
547
maintainer-clean-generic:
 
548
        @echo "This command is intended for maintainers to use"
 
549
        @echo "it deletes files that may require special tools to rebuild."
 
550
clean: clean-recursive
 
551
 
 
552
clean-am: clean-generic clean-libtool mostlyclean-am
 
553
 
 
554
distclean: distclean-recursive
 
555
        -rm -f Makefile
 
556
distclean-am: clean-am distclean-generic distclean-tags
 
557
 
 
558
dvi: dvi-recursive
 
559
 
 
560
dvi-am:
 
561
 
 
562
html: html-recursive
 
563
 
 
564
html-am:
 
565
 
 
566
info: info-recursive
 
567
 
 
568
info-am:
 
569
 
 
570
install-data-am:
 
571
 
 
572
install-dvi: install-dvi-recursive
 
573
 
 
574
install-dvi-am:
 
575
 
 
576
install-exec-am:
 
577
 
 
578
install-html: install-html-recursive
 
579
 
 
580
install-html-am:
 
581
 
 
582
install-info: install-info-recursive
 
583
 
 
584
install-info-am:
 
585
 
 
586
install-man:
 
587
 
 
588
install-pdf: install-pdf-recursive
 
589
 
 
590
install-pdf-am:
 
591
 
 
592
install-ps: install-ps-recursive
 
593
 
 
594
install-ps-am:
 
595
 
 
596
installcheck-am:
 
597
 
 
598
maintainer-clean: maintainer-clean-recursive
 
599
        -rm -f Makefile
 
600
maintainer-clean-am: distclean-am maintainer-clean-generic
 
601
 
 
602
mostlyclean: mostlyclean-recursive
 
603
 
 
604
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
605
 
 
606
pdf: pdf-recursive
 
607
 
 
608
pdf-am:
 
609
 
 
610
ps: ps-recursive
 
611
 
 
612
ps-am:
 
613
 
 
614
uninstall-am:
 
615
 
 
616
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
617
        install-am install-strip tags-recursive
 
618
 
 
619
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
620
        all all-am check check-am clean clean-generic clean-libtool \
 
621
        ctags ctags-recursive distclean distclean-generic \
 
622
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
623
        html-am info info-am install install-am install-data \
 
624
        install-data-am install-dvi install-dvi-am install-exec \
 
625
        install-exec-am install-html install-html-am install-info \
 
626
        install-info-am install-man install-pdf install-pdf-am \
 
627
        install-ps install-ps-am install-strip installcheck \
 
628
        installcheck-am installdirs installdirs-am maintainer-clean \
 
629
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
630
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
631
        uninstall uninstall-am
 
632
 
 
633
 
 
634
install:
 
635
 
 
636
uninstall:
 
637
 
 
638
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
639
# Otherwise a system limit (for SysV at least) may be exceeded.
 
640
.NOEXPORT: