~ubuntu-branches/debian/jessie/gnome-shell/jessie

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-05-30 13:19:38 UTC
  • mfrom: (18.1.24 experimental)
  • Revision ID: package-import@ubuntu.com-20120530131938-i3trc1g1p3is2u6x
Tags: 3.4.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

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