~muktupavels/metacity/adwaita-icon-theme-lp-1414613

« back to all changes in this revision

Viewing changes to .pc/90_autotools.patch/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-06-16 23:32:32 UTC
  • mto: (2.3.2 sid)
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: james.westby@ubuntu.com-20100616233232-elvo6ff6h0q2vjor
Tags: 1:2.30.1-2
* Refresh 02_restart_hint.patch.
* 03_gtop_error.patch: patch from Tomaž Šolc to handle libgtop errors.
  Closes: #549290.
* Switch to 3.0 source format.
* 04_gdk_grab_tracking.patch: patch from Owen Taylor to prevent events 
  from being transmitted to the wrong window. Closes: #559576.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 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 = .
 
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
39
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
40
        config.guess config.sub depcomp install-sh ltmain.sh missing \
 
41
        mkinstalldirs
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
47
 configure.lineno config.status.lineno
 
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
CONFIG_HEADER = config.h
 
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
 
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 dist dist-all distcheck
 
66
ETAGS = etags
 
67
CTAGS = ctags
 
68
DIST_SUBDIRS = $(SUBDIRS)
 
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
distdir = $(PACKAGE)-$(VERSION)
 
71
top_distdir = $(distdir)
 
72
am__remove_distdir = \
 
73
  { test ! -d "$(distdir)" \
 
74
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
75
         && rm -fr "$(distdir)"; }; }
 
76
am__relativize = \
 
77
  dir0=`pwd`; \
 
78
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
79
  sed_rest='s,^[^/]*/*,,'; \
 
80
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
81
  sed_butlast='s,/*[^/]*$$,,'; \
 
82
  while test -n "$$dir1"; do \
 
83
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
84
    if test "$$first" != "."; then \
 
85
      if test "$$first" = ".."; then \
 
86
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
87
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
88
      else \
 
89
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
90
        if test "$$first2" = "$$first"; then \
 
91
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
92
        else \
 
93
          dir2="../$$dir2"; \
 
94
        fi; \
 
95
        dir0="$$dir0"/"$$first"; \
 
96
      fi; \
 
97
    fi; \
 
98
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
99
  done; \
 
100
  reldir="$$dir2"
 
101
DIST_ARCHIVES = $(distdir).tar.gz
 
102
GZIP_ENV = --best
 
103
distuninstallcheck_listfiles = find . -type f -print
 
104
distcleancheck_listfiles = find . -type f -print
 
105
ACLOCAL = @ACLOCAL@
 
106
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
107
ALL_CFLAGS = @ALL_CFLAGS@
 
108
ALL_LIBS = @ALL_LIBS@
 
109
ALL_LINGUAS = @ALL_LINGUAS@
 
110
AMTAR = @AMTAR@
 
111
AR = @AR@
 
112
AS = @AS@
 
113
AUTOCONF = @AUTOCONF@
 
114
AUTOHEADER = @AUTOHEADER@
 
115
AUTOMAKE = @AUTOMAKE@
 
116
AWK = @AWK@
 
117
CATALOGS = @CATALOGS@
 
118
CATOBJEXT = @CATOBJEXT@
 
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
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
129
DLLTOOL = @DLLTOOL@
 
130
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
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
GCONFTOOL = @GCONFTOOL@
 
140
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
141
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
142
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
 
143
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
144
GMOFILES = @GMOFILES@
 
145
GMSGFMT = @GMSGFMT@
 
146
GNOME_KEYBINDINGS_KEYSDIR = @GNOME_KEYBINDINGS_KEYSDIR@
 
147
GREP = @GREP@
 
148
HELP_DIR = @HELP_DIR@
 
149
HOST_ALIAS = @HOST_ALIAS@
 
150
INSTALL = @INSTALL@
 
151
INSTALL_DATA = @INSTALL_DATA@
 
152
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
153
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
154
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
155
INSTOBJEXT = @INSTOBJEXT@
 
156
INTLLIBS = @INTLLIBS@
 
157
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
158
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
159
INTLTOOL_PERL = @INTLTOOL_PERL@
 
160
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
161
LD = @LD@
 
162
LDFLAGS = @LDFLAGS@
 
163
LIBOBJS = @LIBOBJS@
 
164
LIBS = @LIBS@
 
165
LIBTOOL = @LIBTOOL@
 
166
LIPO = @LIPO@
 
167
LN_S = @LN_S@
 
168
LTLIBOBJS = @LTLIBOBJS@
 
169
MAINT = @MAINT@
 
170
MAKEINFO = @MAKEINFO@
 
171
METACITY_CFLAGS = @METACITY_CFLAGS@
 
172
METACITY_LIBS = @METACITY_LIBS@
 
173
METACITY_MESSAGE_CFLAGS = @METACITY_MESSAGE_CFLAGS@
 
174
METACITY_MESSAGE_LIBS = @METACITY_MESSAGE_LIBS@
 
175
METACITY_WINDOW_DEMO_CFLAGS = @METACITY_WINDOW_DEMO_CFLAGS@
 
176
METACITY_WINDOW_DEMO_LIBS = @METACITY_WINDOW_DEMO_LIBS@
 
177
MKDIR_P = @MKDIR_P@
 
178
MKINSTALLDIRS = @MKINSTALLDIRS@
 
179
MSGFMT = @MSGFMT@
 
180
MSGFMT_OPTS = @MSGFMT_OPTS@
 
181
MSGMERGE = @MSGMERGE@
 
182
NM = @NM@
 
183
NMEDIT = @NMEDIT@
 
184
OBJDUMP = @OBJDUMP@
 
185
OBJEXT = @OBJEXT@
 
186
OMF_DIR = @OMF_DIR@
 
187
OTOOL = @OTOOL@
 
188
OTOOL64 = @OTOOL64@
 
189
PACKAGE = @PACKAGE@
 
190
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
191
PACKAGE_NAME = @PACKAGE_NAME@
 
192
PACKAGE_STRING = @PACKAGE_STRING@
 
193
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
194
PACKAGE_VERSION = @PACKAGE_VERSION@
 
195
PATH_SEPARATOR = @PATH_SEPARATOR@
 
196
PKG_CONFIG = @PKG_CONFIG@
 
197
POFILES = @POFILES@
 
198
POSUB = @POSUB@
 
199
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
200
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
201
RANLIB = @RANLIB@
 
202
SED = @SED@
 
203
SET_MAKE = @SET_MAKE@
 
204
SHELL = @SHELL@
 
205
STRIP = @STRIP@
 
206
USE_NLS = @USE_NLS@
 
207
VERSION = @VERSION@
 
208
XGETTEXT = @XGETTEXT@
 
209
XMKMF = @XMKMF@
 
210
X_CFLAGS = @X_CFLAGS@
 
211
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
212
X_LIBS = @X_LIBS@
 
213
X_PRE_LIBS = @X_PRE_LIBS@
 
214
ZENITY = @ZENITY@
 
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
install_sh = @install_sh@
 
247
libdir = @libdir@
 
248
libexecdir = @libexecdir@
 
249
localedir = @localedir@
 
250
localstatedir = @localstatedir@
 
251
lt_ECHO = @lt_ECHO@
 
252
mandir = @mandir@
 
253
mkdir_p = @mkdir_p@
 
254
oldincludedir = @oldincludedir@
 
255
pdfdir = @pdfdir@
 
256
prefix = @prefix@
 
257
program_transform_name = @program_transform_name@
 
258
psdir = @psdir@
 
259
sbindir = @sbindir@
 
260
sharedstatedir = @sharedstatedir@
 
261
srcdir = @srcdir@
 
262
sysconfdir = @sysconfdir@
 
263
target_alias = @target_alias@
 
264
top_build_prefix = @top_build_prefix@
 
265
top_builddir = @top_builddir@
 
266
top_srcdir = @top_srcdir@
 
267
SUBDIRS = src po doc
 
268
EXTRA_DIST = HACKING MAINTAINERS rationales.txt \
 
269
        intltool-extract.in intltool-merge.in intltool-update.in
 
270
 
 
271
DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache
 
272
all: config.h
 
273
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
274
 
 
275
.SUFFIXES:
 
276
am--refresh:
 
277
        @:
 
278
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
279
        @for dep in $?; do \
 
280
          case '$(am__configure_deps)' in \
 
281
            *$$dep*) \
 
282
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
283
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
284
                && exit 0; \
 
285
              exit 1;; \
 
286
          esac; \
 
287
        done; \
 
288
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
289
        $(am__cd) $(top_srcdir) && \
 
290
          $(AUTOMAKE) --gnu Makefile
 
291
.PRECIOUS: Makefile
 
292
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
293
        @case '$?' in \
 
294
          *config.status*) \
 
295
            echo ' $(SHELL) ./config.status'; \
 
296
            $(SHELL) ./config.status;; \
 
297
          *) \
 
298
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
299
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
300
        esac;
 
301
 
 
302
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
303
        $(SHELL) ./config.status --recheck
 
304
 
 
305
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
306
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
307
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
308
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
309
$(am__aclocal_m4_deps):
 
310
 
 
311
config.h: stamp-h1
 
312
        @if test ! -f $@; then \
 
313
          rm -f stamp-h1; \
 
314
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
315
        else :; fi
 
316
 
 
317
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
318
        @rm -f stamp-h1
 
319
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
320
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
321
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
322
        rm -f stamp-h1
 
323
        touch $@
 
324
 
 
325
distclean-hdr:
 
326
        -rm -f config.h stamp-h1
 
327
 
 
328
mostlyclean-libtool:
 
329
        -rm -f *.lo
 
330
 
 
331
clean-libtool:
 
332
        -rm -rf .libs _libs
 
333
 
 
334
distclean-libtool:
 
335
        -rm -f libtool config.lt
 
336
 
 
337
# This directory's subdirectories are mostly independent; you can cd
 
338
# into them and run `make' without going through this Makefile.
 
339
# To change the values of `make' variables: instead of editing Makefiles,
 
340
# (1) if the variable is set in `config.status', edit `config.status'
 
341
#     (which will cause the Makefiles to be regenerated when you run `make');
 
342
# (2) otherwise, pass the desired values on the `make' command line.
 
343
$(RECURSIVE_TARGETS):
 
344
        @failcom='exit 1'; \
 
345
        for f in x $$MAKEFLAGS; do \
 
346
          case $$f in \
 
347
            *=* | --[!k]*);; \
 
348
            *k*) failcom='fail=yes';; \
 
349
          esac; \
 
350
        done; \
 
351
        dot_seen=no; \
 
352
        target=`echo $@ | sed s/-recursive//`; \
 
353
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
354
          echo "Making $$target in $$subdir"; \
 
355
          if test "$$subdir" = "."; then \
 
356
            dot_seen=yes; \
 
357
            local_target="$$target-am"; \
 
358
          else \
 
359
            local_target="$$target"; \
 
360
          fi; \
 
361
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
362
          || eval $$failcom; \
 
363
        done; \
 
364
        if test "$$dot_seen" = "no"; then \
 
365
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
366
        fi; test -z "$$fail"
 
367
 
 
368
$(RECURSIVE_CLEAN_TARGETS):
 
369
        @failcom='exit 1'; \
 
370
        for f in x $$MAKEFLAGS; do \
 
371
          case $$f in \
 
372
            *=* | --[!k]*);; \
 
373
            *k*) failcom='fail=yes';; \
 
374
          esac; \
 
375
        done; \
 
376
        dot_seen=no; \
 
377
        case "$@" in \
 
378
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
379
          *) list='$(SUBDIRS)' ;; \
 
380
        esac; \
 
381
        rev=''; for subdir in $$list; do \
 
382
          if test "$$subdir" = "."; then :; else \
 
383
            rev="$$subdir $$rev"; \
 
384
          fi; \
 
385
        done; \
 
386
        rev="$$rev ."; \
 
387
        target=`echo $@ | sed s/-recursive//`; \
 
388
        for subdir in $$rev; do \
 
389
          echo "Making $$target in $$subdir"; \
 
390
          if test "$$subdir" = "."; then \
 
391
            local_target="$$target-am"; \
 
392
          else \
 
393
            local_target="$$target"; \
 
394
          fi; \
 
395
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
396
          || eval $$failcom; \
 
397
        done && test -z "$$fail"
 
398
tags-recursive:
 
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
400
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
401
        done
 
402
ctags-recursive:
 
403
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
404
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
405
        done
 
406
 
 
407
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
408
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
409
        unique=`for i in $$list; do \
 
410
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
411
          done | \
 
412
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
413
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
414
        mkid -fID $$unique
 
415
tags: TAGS
 
416
 
 
417
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
418
                $(TAGS_FILES) $(LISP)
 
419
        set x; \
 
420
        here=`pwd`; \
 
421
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
422
          include_option=--etags-include; \
 
423
          empty_fix=.; \
 
424
        else \
 
425
          include_option=--include; \
 
426
          empty_fix=; \
 
427
        fi; \
 
428
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
429
          if test "$$subdir" = .; then :; else \
 
430
            test ! -f $$subdir/TAGS || \
 
431
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
432
          fi; \
 
433
        done; \
 
434
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
435
        unique=`for i in $$list; do \
 
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
437
          done | \
 
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
440
        shift; \
 
441
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
442
          test -n "$$unique" || unique=$$empty_fix; \
 
443
          if test $$# -gt 0; then \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              "$$@" $$unique; \
 
446
          else \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              $$unique; \
 
449
          fi; \
 
450
        fi
 
451
ctags: CTAGS
 
452
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
453
                $(TAGS_FILES) $(LISP)
 
454
        list='$(SOURCES) $(HEADERS) config.h.in $(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
        test -z "$(CTAGS_ARGS)$$unique" \
 
461
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
462
             $$unique
 
463
 
 
464
GTAGS:
 
465
        here=`$(am__cd) $(top_builddir) && pwd` \
 
466
          && $(am__cd) $(top_srcdir) \
 
467
          && gtags -i $(GTAGS_ARGS) "$$here"
 
468
 
 
469
distclean-tags:
 
470
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
471
 
 
472
distdir: $(DISTFILES)
 
473
        $(am__remove_distdir)
 
474
        test -d "$(distdir)" || mkdir "$(distdir)"
 
475
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
476
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
477
        list='$(DISTFILES)'; \
 
478
          dist_files=`for file in $$list; do echo $$file; done | \
 
479
          sed -e "s|^$$srcdirstrip/||;t" \
 
480
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
481
        case $$dist_files in \
 
482
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
483
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
484
                           sort -u` ;; \
 
485
        esac; \
 
486
        for file in $$dist_files; do \
 
487
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
488
          if test -d $$d/$$file; then \
 
489
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
490
            if test -d "$(distdir)/$$file"; then \
 
491
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
492
            fi; \
 
493
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
494
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
495
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
496
            fi; \
 
497
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
498
          else \
 
499
            test -f "$(distdir)/$$file" \
 
500
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
501
            || exit 1; \
 
502
          fi; \
 
503
        done
 
504
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
505
          if test "$$subdir" = .; then :; else \
 
506
            test -d "$(distdir)/$$subdir" \
 
507
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
508
            || exit 1; \
 
509
          fi; \
 
510
        done
 
511
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
512
          if test "$$subdir" = .; then :; else \
 
513
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
514
            $(am__relativize); \
 
515
            new_distdir=$$reldir; \
 
516
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
517
            $(am__relativize); \
 
518
            new_top_distdir=$$reldir; \
 
519
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
520
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
521
            ($(am__cd) $$subdir && \
 
522
              $(MAKE) $(AM_MAKEFLAGS) \
 
523
                top_distdir="$$new_top_distdir" \
 
524
                distdir="$$new_distdir" \
 
525
                am__remove_distdir=: \
 
526
                am__skip_length_check=: \
 
527
                am__skip_mode_fix=: \
 
528
                distdir) \
 
529
              || exit 1; \
 
530
          fi; \
 
531
        done
 
532
        -test -n "$(am__skip_mode_fix)" \
 
533
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
534
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
535
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
536
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
537
        || chmod -R a+r "$(distdir)"
 
538
dist-gzip: distdir
 
539
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
540
        $(am__remove_distdir)
 
541
 
 
542
dist-bzip2: distdir
 
543
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
544
        $(am__remove_distdir)
 
545
 
 
546
dist-lzma: distdir
 
547
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
548
        $(am__remove_distdir)
 
549
 
 
550
dist-xz: distdir
 
551
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
552
        $(am__remove_distdir)
 
553
 
 
554
dist-tarZ: distdir
 
555
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
556
        $(am__remove_distdir)
 
557
 
 
558
dist-shar: distdir
 
559
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
560
        $(am__remove_distdir)
 
561
 
 
562
dist-zip: distdir
 
563
        -rm -f $(distdir).zip
 
564
        zip -rq $(distdir).zip $(distdir)
 
565
        $(am__remove_distdir)
 
566
 
 
567
dist dist-all: distdir
 
568
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
569
        $(am__remove_distdir)
 
570
 
 
571
# This target untars the dist file and tries a VPATH configuration.  Then
 
572
# it guarantees that the distribution is self-contained by making another
 
573
# tarfile.
 
574
distcheck: dist
 
575
        case '$(DIST_ARCHIVES)' in \
 
576
        *.tar.gz*) \
 
577
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
578
        *.tar.bz2*) \
 
579
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
580
        *.tar.lzma*) \
 
581
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
582
        *.tar.xz*) \
 
583
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
584
        *.tar.Z*) \
 
585
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
586
        *.shar.gz*) \
 
587
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
588
        *.zip*) \
 
589
          unzip $(distdir).zip ;;\
 
590
        esac
 
591
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
592
        mkdir $(distdir)/_build
 
593
        mkdir $(distdir)/_inst
 
594
        chmod a-w $(distdir)
 
595
        test -d $(distdir)/_build || exit 0; \
 
596
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
597
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
598
          && am__cwd=`pwd` \
 
599
          && $(am__cd) $(distdir)/_build \
 
600
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
601
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
602
          && $(MAKE) $(AM_MAKEFLAGS) \
 
603
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
604
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
605
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
606
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
607
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
608
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
609
                distuninstallcheck \
 
610
          && chmod -R a-w "$$dc_install_base" \
 
611
          && ({ \
 
612
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
613
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
614
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
615
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
616
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
617
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
618
          && rm -rf "$$dc_destdir" \
 
619
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
620
          && rm -rf $(DIST_ARCHIVES) \
 
621
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
622
          && cd "$$am__cwd" \
 
623
          || exit 1
 
624
        $(am__remove_distdir)
 
625
        @(echo "$(distdir) archives ready for distribution: "; \
 
626
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
627
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
628
distuninstallcheck:
 
629
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
630
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
631
           || { echo "ERROR: files left after uninstall:" ; \
 
632
                if test -n "$(DESTDIR)"; then \
 
633
                  echo "  (check DESTDIR support)"; \
 
634
                fi ; \
 
635
                $(distuninstallcheck_listfiles) ; \
 
636
                exit 1; } >&2
 
637
distcleancheck: distclean
 
638
        @if test '$(srcdir)' = . ; then \
 
639
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
640
          exit 1 ; \
 
641
        fi
 
642
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
643
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
644
               $(distcleancheck_listfiles) ; \
 
645
               exit 1; } >&2
 
646
check-am: all-am
 
647
check: check-recursive
 
648
all-am: Makefile config.h
 
649
installdirs: installdirs-recursive
 
650
installdirs-am:
 
651
install: install-recursive
 
652
install-exec: install-exec-recursive
 
653
install-data: install-data-recursive
 
654
uninstall: uninstall-recursive
 
655
 
 
656
install-am: all-am
 
657
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
658
 
 
659
installcheck: installcheck-recursive
 
660
install-strip:
 
661
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
662
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
663
          `test -z '$(STRIP)' || \
 
664
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
665
mostlyclean-generic:
 
666
 
 
667
clean-generic:
 
668
 
 
669
distclean-generic:
 
670
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
671
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
672
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
673
 
 
674
maintainer-clean-generic:
 
675
        @echo "This command is intended for maintainers to use"
 
676
        @echo "it deletes files that may require special tools to rebuild."
 
677
clean: clean-recursive
 
678
 
 
679
clean-am: clean-generic clean-libtool mostlyclean-am
 
680
 
 
681
distclean: distclean-recursive
 
682
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
683
        -rm -f Makefile
 
684
distclean-am: clean-am distclean-generic distclean-hdr \
 
685
        distclean-libtool distclean-tags
 
686
 
 
687
dvi: dvi-recursive
 
688
 
 
689
dvi-am:
 
690
 
 
691
html: html-recursive
 
692
 
 
693
html-am:
 
694
 
 
695
info: info-recursive
 
696
 
 
697
info-am:
 
698
 
 
699
install-data-am:
 
700
 
 
701
install-dvi: install-dvi-recursive
 
702
 
 
703
install-dvi-am:
 
704
 
 
705
install-exec-am:
 
706
 
 
707
install-html: install-html-recursive
 
708
 
 
709
install-html-am:
 
710
 
 
711
install-info: install-info-recursive
 
712
 
 
713
install-info-am:
 
714
 
 
715
install-man:
 
716
 
 
717
install-pdf: install-pdf-recursive
 
718
 
 
719
install-pdf-am:
 
720
 
 
721
install-ps: install-ps-recursive
 
722
 
 
723
install-ps-am:
 
724
 
 
725
installcheck-am:
 
726
 
 
727
maintainer-clean: maintainer-clean-recursive
 
728
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
729
        -rm -rf $(top_srcdir)/autom4te.cache
 
730
        -rm -f Makefile
 
731
maintainer-clean-am: distclean-am maintainer-clean-generic
 
732
 
 
733
mostlyclean: mostlyclean-recursive
 
734
 
 
735
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
736
 
 
737
pdf: pdf-recursive
 
738
 
 
739
pdf-am:
 
740
 
 
741
ps: ps-recursive
 
742
 
 
743
ps-am:
 
744
 
 
745
uninstall-am:
 
746
 
 
747
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
748
        ctags-recursive install-am install-strip tags-recursive
 
749
 
 
750
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
751
        all all-am am--refresh check check-am clean clean-generic \
 
752
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
753
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
754
        distcheck distclean distclean-generic distclean-hdr \
 
755
        distclean-libtool distclean-tags distcleancheck distdir \
 
756
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
757
        install install-am install-data install-data-am install-dvi \
 
758
        install-dvi-am install-exec install-exec-am install-html \
 
759
        install-html-am install-info install-info-am install-man \
 
760
        install-pdf install-pdf-am install-ps install-ps-am \
 
761
        install-strip installcheck installcheck-am installdirs \
 
762
        installdirs-am maintainer-clean maintainer-clean-generic \
 
763
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
764
        ps ps-am tags tags-recursive uninstall uninstall-am
 
765
 
 
766
 
 
767
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
768
# Otherwise a system limit (for SysV at least) may be exceeded.
 
769
.NOEXPORT: