~ubuntu-branches/ubuntu/wily/gnome-do/wily

« back to all changes in this revision

Viewing changes to data/icons/hicolor/22x22/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2011-02-15 21:50:02 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110215215002-1j8ylb69o15asb06
Tags: 0.8.4-0ubuntu1
* The Race Against FF upload.  Merge from unreleased Debian git.
  Remaining Ubuntu changes:
  + debian/patches/05_disable_resize_grips.patch.diff:
    Disable resize handles for the Do windows.
  + debian/control:
    Bump gtk# build dep for HasResizeGrip API.
* New Debian changes:
* The long fortold release
  + Fixes a threadsafety issue resulting in 100% CPU usage (Closes: 565591,
    LP: #450852).
  + Proxies all keyring calls to the GTK main thread, as required by the new
    gnome-keyring (Closes: 603876, LP: #553643)
* debian/patches/00_bundledlibs.dpatch:
* debian/rules:
  + Upstream has dropped bundled gmcs binary; now 100% DFSG-free, so we don't
    have to repack the tarball or patch the buildsystem.
* debian/patches/03_disable_docky.dpatch:
  + Drop.  Docky is now gone in the upstream tarball.
* debian/rules:
* debian/control:
* debian/patches/*:
  + Switch to quilt to harmonise with other pkg-cli-* packages.
* debian/control:
  + Drop recommends on gnome-do-docklets.  Docky is now a separate package,
    so the docklets are useless for Do.
  + Bump Breaks on gnome-do-plugins to 0.8.3.  Do no longer provides the Wink
    library, which has been imported into the 0.8.3 do-plugins sources.
  + Bump standards-version; no changes needed.
  + Migrate to git and update VCS fields appropriately

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