~ubuntu-branches/debian/sid/glusterfs/sid

« back to all changes in this revision

Viewing changes to xlators/storage/bd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-04-22 10:00:41 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20140422100041-6mur2ttyvb8zzpfq
Tags: 3.5.0-1
* New upstream release.
  - Rewrite patch 01-spelling-error.
  - Adjust lintian overrides.
  - Install new files.
  - The offical tarball is not properly generated, hack it around.
  - Add symlink from fusermount-glusterfs manpage to mount.glusterfs.
  - Move gsync-sync-gfid from /usr/share to /usr/lib.
  - Add benchmarking directory.
* Remove old versioned build dependencies and build depend on libglib2.0-dev.
* Add lintian override for possible-gpl-code-linked-with-openssl. It is the
  same false positive like with the gluster-server package.

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