~ubuntu-branches/ubuntu/maverick/libtorrent-rasterbar/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cristian Greco
  • Date: 2008-07-02 10:46:21 UTC
  • Revision ID: james.westby@ubuntu.com-20080702104621-jzx3pfke9lkcxfxn
Tags: upstream-0.13.1
ImportĀ upstreamĀ versionĀ 0.13.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = .
 
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(srcdir)/libtorrent-rasterbar.pc.in \
 
38
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
39
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
42
        $(top_srcdir)/m4/ax_boost_asio-fixed.m4 \
 
43
        $(top_srcdir)/m4/ax_boost_base-fixed.m4 \
 
44
        $(top_srcdir)/m4/ax_boost_date_time.m4 \
 
45
        $(top_srcdir)/m4/ax_boost_filesystem-fixed.m4 \
 
46
        $(top_srcdir)/m4/ax_boost_program_options.m4 \
 
47
        $(top_srcdir)/m4/ax_boost_regex.m4 \
 
48
        $(top_srcdir)/m4/ax_boost_system.m4 \
 
49
        $(top_srcdir)/m4/ax_boost_thread.m4 \
 
50
        $(top_srcdir)/m4/check_ssl.m4 $(top_srcdir)/configure.in
 
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
52
        $(ACLOCAL_M4)
 
53
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
54
 configure.lineno config.status.lineno
 
55
mkinstalldirs = $(install_sh) -d
 
56
CONFIG_CLEAN_FILES = libtorrent-rasterbar.pc
 
57
SOURCES =
 
58
DIST_SOURCES =
 
59
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
60
        html-recursive info-recursive install-data-recursive \
 
61
        install-dvi-recursive install-exec-recursive \
 
62
        install-html-recursive install-info-recursive \
 
63
        install-pdf-recursive install-ps-recursive install-recursive \
 
64
        installcheck-recursive installdirs-recursive pdf-recursive \
 
65
        ps-recursive uninstall-recursive
 
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
67
am__vpath_adj = case $$p in \
 
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
69
    *) f=$$p;; \
 
70
  esac;
 
71
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
72
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
73
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
74
DATA = $(pkgconfig_DATA)
 
75
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
76
  distclean-recursive maintainer-clean-recursive
 
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
DIST_ARCHIVES = $(distdir).tar.gz
 
88
GZIP_ENV = --best
 
89
distuninstallcheck_listfiles = find . -type f -print
 
90
distcleancheck_listfiles = find . -type f -print
 
91
ACLOCAL = @ACLOCAL@
 
92
AMTAR = @AMTAR@
 
93
AR = @AR@
 
94
AUTOCONF = @AUTOCONF@
 
95
AUTOHEADER = @AUTOHEADER@
 
96
AUTOMAKE = @AUTOMAKE@
 
97
AWK = @AWK@
 
98
BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
 
99
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
100
BOOST_DATE_TIME_LIB = @BOOST_DATE_TIME_LIB@
 
101
BOOST_FILESYSTEM_LIB = @BOOST_FILESYSTEM_LIB@
 
102
BOOST_LDFLAGS = @BOOST_LDFLAGS@
 
103
BOOST_PROGRAM_OPTIONS_LIB = @BOOST_PROGRAM_OPTIONS_LIB@
 
104
BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
 
105
BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
 
106
BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
 
107
CC = @CC@
 
108
CCDEPMODE = @CCDEPMODE@
 
109
CFLAGS = @CFLAGS@
 
110
CLIENT_TEST_BIN = @CLIENT_TEST_BIN@
 
111
COMPILETIME_OPTIONS = @COMPILETIME_OPTIONS@
 
112
CPP = @CPP@
 
113
CPPFLAGS = @CPPFLAGS@
 
114
CXX = @CXX@
 
115
CXXCPP = @CXXCPP@
 
116
CXXDEPMODE = @CXXDEPMODE@
 
117
CXXFLAGS = @CXXFLAGS@
 
118
CYGPATH_W = @CYGPATH_W@
 
119
DEBUGFLAGS = @DEBUGFLAGS@
 
120
DEFS = @DEFS@
 
121
DEPDIR = @DEPDIR@
 
122
ECHO = @ECHO@
 
123
ECHO_C = @ECHO_C@
 
124
ECHO_N = @ECHO_N@
 
125
ECHO_T = @ECHO_T@
 
126
EGREP = @EGREP@
 
127
EXAMPLESDIR = @EXAMPLESDIR@
 
128
EXEEXT = @EXEEXT@
 
129
F77 = @F77@
 
130
FFLAGS = @FFLAGS@
 
131
GREP = @GREP@
 
132
HAVE_SSL = @HAVE_SSL@
 
133
INSTALL = @INSTALL@
 
134
INSTALL_DATA = @INSTALL_DATA@
 
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
136
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
137
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
138
INTERFACE_VERSION_INFO = @INTERFACE_VERSION_INFO@
 
139
LDFLAGS = @LDFLAGS@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIBTOOL = @LIBTOOL@
 
143
LN_S = @LN_S@
 
144
LTLIBOBJS = @LTLIBOBJS@
 
145
MAKEINFO = @MAKEINFO@
 
146
MKDIR_P = @MKDIR_P@
 
147
OBJEXT = @OBJEXT@
 
148
PACKAGE = @PACKAGE@
 
149
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
150
PACKAGE_NAME = @PACKAGE_NAME@
 
151
PACKAGE_STRING = @PACKAGE_STRING@
 
152
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
153
PACKAGE_VERSION = @PACKAGE_VERSION@
 
154
PATH_SEPARATOR = @PATH_SEPARATOR@
 
155
PTHREAD_CC = @PTHREAD_CC@
 
156
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
157
PTHREAD_LIBS = @PTHREAD_LIBS@
 
158
RANLIB = @RANLIB@
 
159
SET_MAKE = @SET_MAKE@
 
160
SHELL = @SHELL@
 
161
SSL_CFLAGS = @SSL_CFLAGS@
 
162
SSL_CXXFLAGS = @SSL_CXXFLAGS@
 
163
SSL_LDFLAGS = @SSL_LDFLAGS@
 
164
SSL_LIBS = @SSL_LIBS@
 
165
STRIP = @STRIP@
 
166
TESTSDIR = @TESTSDIR@
 
167
VERSION = @VERSION@
 
168
ZLIB = @ZLIB@
 
169
ZLIBDIR = @ZLIBDIR@
 
170
ZLIBINCL = @ZLIBINCL@
 
171
abs_builddir = @abs_builddir@
 
172
abs_srcdir = @abs_srcdir@
 
173
abs_top_builddir = @abs_top_builddir@
 
174
abs_top_srcdir = @abs_top_srcdir@
 
175
ac_ct_CC = @ac_ct_CC@
 
176
ac_ct_CXX = @ac_ct_CXX@
 
177
ac_ct_F77 = @ac_ct_F77@
 
178
acx_pthread_config = @acx_pthread_config@
 
179
am__include = @am__include@
 
180
am__leading_dot = @am__leading_dot@
 
181
am__quote = @am__quote@
 
182
am__tar = @am__tar@
 
183
am__untar = @am__untar@
 
184
bindir = @bindir@
 
185
build = @build@
 
186
build_alias = @build_alias@
 
187
build_cpu = @build_cpu@
 
188
build_os = @build_os@
 
189
build_vendor = @build_vendor@
 
190
builddir = @builddir@
 
191
datadir = @datadir@
 
192
datarootdir = @datarootdir@
 
193
docdir = @docdir@
 
194
dvidir = @dvidir@
 
195
exec_prefix = @exec_prefix@
 
196
host = @host@
 
197
host_alias = @host_alias@
 
198
host_cpu = @host_cpu@
 
199
host_os = @host_os@
 
200
host_vendor = @host_vendor@
 
201
htmldir = @htmldir@
 
202
includedir = @includedir@
 
203
infodir = @infodir@
 
204
install_sh = @install_sh@
 
205
libdir = @libdir@
 
206
libexecdir = @libexecdir@
 
207
localedir = @localedir@
 
208
localstatedir = @localstatedir@
 
209
mandir = @mandir@
 
210
mkdir_p = @mkdir_p@
 
211
oldincludedir = @oldincludedir@
 
212
pdfdir = @pdfdir@
 
213
prefix = @prefix@
 
214
program_transform_name = @program_transform_name@
 
215
psdir = @psdir@
 
216
sbindir = @sbindir@
 
217
sharedstatedir = @sharedstatedir@
 
218
srcdir = @srcdir@
 
219
sysconfdir = @sysconfdir@
 
220
target_alias = @target_alias@
 
221
top_builddir = @top_builddir@
 
222
top_srcdir = @top_srcdir@
 
223
ACLOCAL_AMFLAGS = -I m4
 
224
SUBDIRS = include @ZLIBDIR@ src @EXAMPLESDIR@ @TESTSDIR@
 
225
EXTRA_DIST = autotool.sh docs/manual.html docs/manual.rst docs/extension_protocol.rst \
 
226
docs/extension_protocol.html \
 
227
docs/projects.rst docs/projects.html \
 
228
docs/building.rst docs/building.html \
 
229
docs/running_tests.rst docs/running_tests.html \
 
230
docs/index.rst docs/index.html \
 
231
docs/python_binding.rst docs/python_binding.html \
 
232
docs/udp_tracker_protocol.rst docs/udp_tracker_protocol.html \
 
233
docs/client_test.rst docs/client_test.html \
 
234
docs/dht_extensions.html docs/dht_extensions.rst \
 
235
docs/examples.html docs/examples.rst \
 
236
docs/features.html docs/features.rst \
 
237
docs/arctic_thumb.png \
 
238
docs/lince.jpg \
 
239
docs/fatrat.jpg \
 
240
docs/miro.jpg \
 
241
docs/bitbuddy_thumb.jpg \
 
242
docs/bitscast_thumb.png \
 
243
docs/bitslug_thumb.png \
 
244
docs/bitrocket_thumb.png \
 
245
docs/btg_thumb.jpg \
 
246
docs/bitfox.png \
 
247
docs/acquasition.jpg \
 
248
docs/im_thumb.jpg \
 
249
docs/Linkage.jpg \
 
250
docs/deluge.png \
 
251
docs/halite_thumb.png \
 
252
docs/electric_sheep_thumb.jpg \
 
253
docs/moopolice_thumb.gif \
 
254
docs/qbittorrent_thumb.jpg \
 
255
docs/ziptorrent_thumb.gif \
 
256
docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \
 
257
src/file_win.cpp libtorrent-rasterbar.pc \
 
258
bindings/README.txt \
 
259
bindings/python/Jamfile \
 
260
bindings/python/client.py \
 
261
bindings/python/simple_client.py \
 
262
bindings/python/src/alert.cpp \
 
263
bindings/python/src/big_number.cpp \
 
264
bindings/python/src/converters.cpp \
 
265
bindings/python/src/datetime.cpp \
 
266
bindings/python/src/docstrings.cpp \
 
267
bindings/python/src/entry.cpp \
 
268
bindings/python/src/extensions.cpp \
 
269
bindings/python/src/filesystem.cpp \
 
270
bindings/python/src/fingerprint.cpp \
 
271
bindings/python/src/gil.hpp \
 
272
bindings/python/src/ip_filter.cpp \
 
273
bindings/python/src/module.cpp \
 
274
bindings/python/src/optional.hpp \
 
275
bindings/python/src/peer_info.cpp \
 
276
bindings/python/src/peer_plugin.cpp \
 
277
bindings/python/src/session.cpp \
 
278
bindings/python/src/session_settings.cpp \
 
279
bindings/python/src/torrent.cpp \
 
280
bindings/python/src/torrent_handle.cpp \
 
281
bindings/python/src/torrent_info.cpp \
 
282
bindings/python/src/torrent_status.cpp \
 
283
bindings/python/src/utility.cpp \
 
284
bindings/python/src/version.cpp
 
285
 
 
286
pkgconfigdir = $(libdir)/pkgconfig
 
287
pkgconfig_DATA = libtorrent-rasterbar.pc
 
288
all: all-recursive
 
289
 
 
290
.SUFFIXES:
 
291
am--refresh:
 
292
        @:
 
293
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
294
        @for dep in $?; do \
 
295
          case '$(am__configure_deps)' in \
 
296
            *$$dep*) \
 
297
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
298
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
299
                && exit 0; \
 
300
              exit 1;; \
 
301
          esac; \
 
302
        done; \
 
303
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
304
        cd $(top_srcdir) && \
 
305
          $(AUTOMAKE) --gnu  Makefile
 
306
.PRECIOUS: Makefile
 
307
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
308
        @case '$?' in \
 
309
          *config.status*) \
 
310
            echo ' $(SHELL) ./config.status'; \
 
311
            $(SHELL) ./config.status;; \
 
312
          *) \
 
313
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
314
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
315
        esac;
 
316
 
 
317
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
318
        $(SHELL) ./config.status --recheck
 
319
 
 
320
$(top_srcdir)/configure:  $(am__configure_deps)
 
321
        cd $(srcdir) && $(AUTOCONF)
 
322
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
323
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
324
libtorrent-rasterbar.pc: $(top_builddir)/config.status $(srcdir)/libtorrent-rasterbar.pc.in
 
325
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
326
 
 
327
mostlyclean-libtool:
 
328
        -rm -f *.lo
 
329
 
 
330
clean-libtool:
 
331
        -rm -rf .libs _libs
 
332
 
 
333
distclean-libtool:
 
334
        -rm -f libtool
 
335
install-pkgconfigDATA: $(pkgconfig_DATA)
 
336
        @$(NORMAL_INSTALL)
 
337
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
338
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
339
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
340
          f=$(am__strip_dir) \
 
341
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
342
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
343
        done
 
344
 
 
345
uninstall-pkgconfigDATA:
 
346
        @$(NORMAL_UNINSTALL)
 
347
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
348
          f=$(am__strip_dir) \
 
349
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
350
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
351
        done
 
352
 
 
353
# This directory's subdirectories are mostly independent; you can cd
 
354
# into them and run `make' without going through this Makefile.
 
355
# To change the values of `make' variables: instead of editing Makefiles,
 
356
# (1) if the variable is set in `config.status', edit `config.status'
 
357
#     (which will cause the Makefiles to be regenerated when you run `make');
 
358
# (2) otherwise, pass the desired values on the `make' command line.
 
359
$(RECURSIVE_TARGETS):
 
360
        @failcom='exit 1'; \
 
361
        for f in x $$MAKEFLAGS; do \
 
362
          case $$f in \
 
363
            *=* | --[!k]*);; \
 
364
            *k*) failcom='fail=yes';; \
 
365
          esac; \
 
366
        done; \
 
367
        dot_seen=no; \
 
368
        target=`echo $@ | sed s/-recursive//`; \
 
369
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
370
          echo "Making $$target in $$subdir"; \
 
371
          if test "$$subdir" = "."; then \
 
372
            dot_seen=yes; \
 
373
            local_target="$$target-am"; \
 
374
          else \
 
375
            local_target="$$target"; \
 
376
          fi; \
 
377
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
378
          || eval $$failcom; \
 
379
        done; \
 
380
        if test "$$dot_seen" = "no"; then \
 
381
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
382
        fi; test -z "$$fail"
 
383
 
 
384
$(RECURSIVE_CLEAN_TARGETS):
 
385
        @failcom='exit 1'; \
 
386
        for f in x $$MAKEFLAGS; do \
 
387
          case $$f in \
 
388
            *=* | --[!k]*);; \
 
389
            *k*) failcom='fail=yes';; \
 
390
          esac; \
 
391
        done; \
 
392
        dot_seen=no; \
 
393
        case "$@" in \
 
394
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
395
          *) list='$(SUBDIRS)' ;; \
 
396
        esac; \
 
397
        rev=''; for subdir in $$list; do \
 
398
          if test "$$subdir" = "."; then :; else \
 
399
            rev="$$subdir $$rev"; \
 
400
          fi; \
 
401
        done; \
 
402
        rev="$$rev ."; \
 
403
        target=`echo $@ | sed s/-recursive//`; \
 
404
        for subdir in $$rev; do \
 
405
          echo "Making $$target in $$subdir"; \
 
406
          if test "$$subdir" = "."; then \
 
407
            local_target="$$target-am"; \
 
408
          else \
 
409
            local_target="$$target"; \
 
410
          fi; \
 
411
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
412
          || eval $$failcom; \
 
413
        done && test -z "$$fail"
 
414
tags-recursive:
 
415
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
416
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
417
        done
 
418
ctags-recursive:
 
419
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
420
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
421
        done
 
422
 
 
423
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
424
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
425
        unique=`for i in $$list; do \
 
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
427
          done | \
 
428
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
430
        mkid -fID $$unique
 
431
tags: TAGS
 
432
 
 
433
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
434
                $(TAGS_FILES) $(LISP)
 
435
        tags=; \
 
436
        here=`pwd`; \
 
437
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
438
          include_option=--etags-include; \
 
439
          empty_fix=.; \
 
440
        else \
 
441
          include_option=--include; \
 
442
          empty_fix=; \
 
443
        fi; \
 
444
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
445
          if test "$$subdir" = .; then :; else \
 
446
            test ! -f $$subdir/TAGS || \
 
447
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
448
          fi; \
 
449
        done; \
 
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
451
        unique=`for i in $$list; do \
 
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
453
          done | \
 
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
456
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
457
          test -n "$$unique" || unique=$$empty_fix; \
 
458
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
459
            $$tags $$unique; \
 
460
        fi
 
461
ctags: CTAGS
 
462
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
463
                $(TAGS_FILES) $(LISP)
 
464
        tags=; \
 
465
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
466
        unique=`for i in $$list; do \
 
467
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
468
          done | \
 
469
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
470
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
471
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
472
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
473
             $$tags $$unique
 
474
 
 
475
GTAGS:
 
476
        here=`$(am__cd) $(top_builddir) && pwd` \
 
477
          && cd $(top_srcdir) \
 
478
          && gtags -i $(GTAGS_ARGS) $$here
 
479
 
 
480
distclean-tags:
 
481
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
482
 
 
483
distdir: $(DISTFILES)
 
484
        $(am__remove_distdir)
 
485
        test -d $(distdir) || mkdir $(distdir)
 
486
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
487
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
488
        list='$(DISTFILES)'; \
 
489
          dist_files=`for file in $$list; do echo $$file; done | \
 
490
          sed -e "s|^$$srcdirstrip/||;t" \
 
491
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
492
        case $$dist_files in \
 
493
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
494
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
495
                           sort -u` ;; \
 
496
        esac; \
 
497
        for file in $$dist_files; do \
 
498
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
499
          if test -d $$d/$$file; then \
 
500
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
501
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
502
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
503
            fi; \
 
504
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
505
          else \
 
506
            test -f $(distdir)/$$file \
 
507
            || cp -p $$d/$$file $(distdir)/$$file \
 
508
            || exit 1; \
 
509
          fi; \
 
510
        done
 
511
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
512
          if test "$$subdir" = .; then :; else \
 
513
            test -d "$(distdir)/$$subdir" \
 
514
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
515
            || exit 1; \
 
516
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
517
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
518
            (cd $$subdir && \
 
519
              $(MAKE) $(AM_MAKEFLAGS) \
 
520
                top_distdir="$$top_distdir" \
 
521
                distdir="$$distdir/$$subdir" \
 
522
                am__remove_distdir=: \
 
523
                am__skip_length_check=: \
 
524
                distdir) \
 
525
              || exit 1; \
 
526
          fi; \
 
527
        done
 
528
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
529
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
530
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
531
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
532
        || chmod -R a+r $(distdir)
 
533
dist-gzip: distdir
 
534
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
535
        $(am__remove_distdir)
 
536
 
 
537
dist-bzip2: distdir
 
538
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
539
        $(am__remove_distdir)
 
540
 
 
541
dist-lzma: distdir
 
542
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
543
        $(am__remove_distdir)
 
544
 
 
545
dist-tarZ: distdir
 
546
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
547
        $(am__remove_distdir)
 
548
 
 
549
dist-shar: distdir
 
550
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
551
        $(am__remove_distdir)
 
552
 
 
553
dist-zip: distdir
 
554
        -rm -f $(distdir).zip
 
555
        zip -rq $(distdir).zip $(distdir)
 
556
        $(am__remove_distdir)
 
557
 
 
558
dist dist-all: distdir
 
559
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
560
        $(am__remove_distdir)
 
561
 
 
562
# This target untars the dist file and tries a VPATH configuration.  Then
 
563
# it guarantees that the distribution is self-contained by making another
 
564
# tarfile.
 
565
distcheck: dist
 
566
        case '$(DIST_ARCHIVES)' in \
 
567
        *.tar.gz*) \
 
568
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
569
        *.tar.bz2*) \
 
570
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
571
        *.tar.lzma*) \
 
572
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
573
        *.tar.Z*) \
 
574
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
575
        *.shar.gz*) \
 
576
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
577
        *.zip*) \
 
578
          unzip $(distdir).zip ;;\
 
579
        esac
 
580
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
581
        mkdir $(distdir)/_build
 
582
        mkdir $(distdir)/_inst
 
583
        chmod a-w $(distdir)
 
584
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
585
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
586
          && cd $(distdir)/_build \
 
587
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
588
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
589
          && $(MAKE) $(AM_MAKEFLAGS) \
 
590
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
591
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
592
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
593
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
594
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
595
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
596
                distuninstallcheck \
 
597
          && chmod -R a-w "$$dc_install_base" \
 
598
          && ({ \
 
599
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
600
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
601
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
602
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
603
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
604
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
605
          && rm -rf "$$dc_destdir" \
 
606
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
607
          && rm -rf $(DIST_ARCHIVES) \
 
608
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
609
        $(am__remove_distdir)
 
610
        @(echo "$(distdir) archives ready for distribution: "; \
 
611
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
612
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
613
distuninstallcheck:
 
614
        @cd $(distuninstallcheck_dir) \
 
615
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
616
           || { echo "ERROR: files left after uninstall:" ; \
 
617
                if test -n "$(DESTDIR)"; then \
 
618
                  echo "  (check DESTDIR support)"; \
 
619
                fi ; \
 
620
                $(distuninstallcheck_listfiles) ; \
 
621
                exit 1; } >&2
 
622
distcleancheck: distclean
 
623
        @if test '$(srcdir)' = . ; then \
 
624
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
625
          exit 1 ; \
 
626
        fi
 
627
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
628
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
629
               $(distcleancheck_listfiles) ; \
 
630
               exit 1; } >&2
 
631
check-am: all-am
 
632
check: check-recursive
 
633
all-am: Makefile $(DATA)
 
634
installdirs: installdirs-recursive
 
635
installdirs-am:
 
636
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
637
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
638
        done
 
639
install: install-recursive
 
640
install-exec: install-exec-recursive
 
641
install-data: install-data-recursive
 
642
uninstall: uninstall-recursive
 
643
 
 
644
install-am: all-am
 
645
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
646
 
 
647
installcheck: installcheck-recursive
 
648
install-strip:
 
649
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
650
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
651
          `test -z '$(STRIP)' || \
 
652
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
653
mostlyclean-generic:
 
654
 
 
655
clean-generic:
 
656
 
 
657
distclean-generic:
 
658
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
659
 
 
660
maintainer-clean-generic:
 
661
        @echo "This command is intended for maintainers to use"
 
662
        @echo "it deletes files that may require special tools to rebuild."
 
663
clean: clean-recursive
 
664
 
 
665
clean-am: clean-generic clean-libtool mostlyclean-am
 
666
 
 
667
distclean: distclean-recursive
 
668
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
669
        -rm -f Makefile
 
670
distclean-am: clean-am distclean-generic distclean-libtool \
 
671
        distclean-tags
 
672
 
 
673
dvi: dvi-recursive
 
674
 
 
675
dvi-am:
 
676
 
 
677
html: html-recursive
 
678
 
 
679
info: info-recursive
 
680
 
 
681
info-am:
 
682
 
 
683
install-data-am: install-pkgconfigDATA
 
684
 
 
685
install-dvi: install-dvi-recursive
 
686
 
 
687
install-exec-am:
 
688
 
 
689
install-html: install-html-recursive
 
690
 
 
691
install-info: install-info-recursive
 
692
 
 
693
install-man:
 
694
 
 
695
install-pdf: install-pdf-recursive
 
696
 
 
697
install-ps: install-ps-recursive
 
698
 
 
699
installcheck-am:
 
700
 
 
701
maintainer-clean: maintainer-clean-recursive
 
702
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
703
        -rm -rf $(top_srcdir)/autom4te.cache
 
704
        -rm -f Makefile
 
705
maintainer-clean-am: distclean-am maintainer-clean-generic
 
706
 
 
707
mostlyclean: mostlyclean-recursive
 
708
 
 
709
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
710
 
 
711
pdf: pdf-recursive
 
712
 
 
713
pdf-am:
 
714
 
 
715
ps: ps-recursive
 
716
 
 
717
ps-am:
 
718
 
 
719
uninstall-am: uninstall-pkgconfigDATA
 
720
 
 
721
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
722
        install-strip
 
723
 
 
724
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
725
        all all-am am--refresh check check-am clean clean-generic \
 
726
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
727
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
728
        distclean distclean-generic distclean-libtool distclean-tags \
 
729
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
730
        html-am info info-am install install-am install-data \
 
731
        install-data-am install-dvi install-dvi-am install-exec \
 
732
        install-exec-am install-html install-html-am install-info \
 
733
        install-info-am install-man install-pdf install-pdf-am \
 
734
        install-pkgconfigDATA install-ps install-ps-am install-strip \
 
735
        installcheck installcheck-am installdirs installdirs-am \
 
736
        maintainer-clean maintainer-clean-generic mostlyclean \
 
737
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
738
        tags tags-recursive uninstall uninstall-am \
 
739
        uninstall-pkgconfigDATA
 
740
 
 
741
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
742
# Otherwise a system limit (for SysV at least) may be exceeded.
 
743
.NOEXPORT: