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

« back to all changes in this revision

Viewing changes to web/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2009-12-11 11:46:59 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20091211114659-6ebcmonweaixdpl3
Tags: 1.80~b5-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #496503)
* Refreshed 99_autoreconf.patch
* Removed 21_fix_inhibition.patch

[ Chris Coulson ]
* Drop debian/patches/CVE-2010-0012.patch - merged upstream

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