~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-14 22:13:02 UTC
  • mfrom: (1.3.1)
  • mto: (80.2.8 experimental) (1.1.77)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: package-import@ubuntu.com-20120514221302-0l3gjmqpe6xopond
ImportĀ upstreamĀ versionĀ 3.4.1

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