~ubuntu-branches/ubuntu/oneiric/indicator-network/oneiric

« back to all changes in this revision

Viewing changes to src/settings/icons/hicolor/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-02-17 09:52:27 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110217095227-51g86k2i6wrtjehc
Tags: 0.3.4-0ubuntu1
* New upstream release
  - Updated to support connman 0.69
* debian/control
  - Depend on connman >= 0.69
  - Added build depends for libreadline-dev

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