~ubuntu-branches/ubuntu/precise/gwibber/precise-proposed

« back to all changes in this revision

Viewing changes to lens/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-15 17:14:14 UTC
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20110715171414-80ca971vzd56gtmh
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

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