~mefrio-g/+junk/indicator-session-pantheon-shutdown

« back to all changes in this revision

Viewing changes to data/icons/32x32/Makefile.in

  • Committer: cody at elementaryos
  • Date: 2012-12-10 00:13:38 UTC
  • Revision ID: cody@elementaryos.org-20121210001338-379sxx4jo6r003d6
Initial import, version 0.3.96-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = data/icons/32x32
 
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)/m4/gcov.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_@AM_V@)
 
51
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
52
am__v_GEN_0 = @echo "  GEN   " $@;
 
53
AM_V_at = $(am__v_at_@AM_V@)
 
54
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
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
APPLET_CFLAGS = @APPLET_CFLAGS@
 
104
APPLET_LIBS = @APPLET_LIBS@
 
105
AR = @AR@
 
106
AUTOCONF = @AUTOCONF@
 
107
AUTOHEADER = @AUTOHEADER@
 
108
AUTOMAKE = @AUTOMAKE@
 
109
AWK = @AWK@
 
110
CATALOGS = @CATALOGS@
 
111
CATOBJEXT = @CATOBJEXT@
 
112
CC = @CC@
 
113
CCDEPMODE = @CCDEPMODE@
 
114
CFLAGS = @CFLAGS@
 
115
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
 
116
COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
 
117
CPP = @CPP@
 
118
CPPFLAGS = @CPPFLAGS@
 
119
CYGPATH_W = @CYGPATH_W@
 
120
DATADIRNAME = @DATADIRNAME@
 
121
DBUSSERVICEDIR = @DBUSSERVICEDIR@
 
122
DEFS = @DEFS@
 
123
DEPDIR = @DEPDIR@
 
124
DLLTOOL = @DLLTOOL@
 
125
DSYMUTIL = @DSYMUTIL@
 
126
DUMPBIN = @DUMPBIN@
 
127
ECHO_C = @ECHO_C@
 
128
ECHO_N = @ECHO_N@
 
129
ECHO_T = @ECHO_T@
 
130
EGREP = @EGREP@
 
131
EXEEXT = @EXEEXT@
 
132
FGREP = @FGREP@
 
133
GCOVR = @GCOVR@
 
134
GENHTML = @GENHTML@
 
135
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
136
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
137
GMOFILES = @GMOFILES@
 
138
GMSGFMT = @GMSGFMT@
 
139
GNOMELOCALEDIR = @GNOMELOCALEDIR@
 
140
GREP = @GREP@
 
141
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
142
GTKLOGOUTHELPER_CFLAGS = @GTKLOGOUTHELPER_CFLAGS@
 
143
GTKLOGOUTHELPER_LIBS = @GTKLOGOUTHELPER_LIBS@
 
144
GUDEV_CFLAGS = @GUDEV_CFLAGS@
 
145
GUDEV_LIBS = @GUDEV_LIBS@
 
146
INDICATORDIR = @INDICATORDIR@
 
147
INDICATORICONSDIR = @INDICATORICONSDIR@
 
148
INSTALL = @INSTALL@
 
149
INSTALL_DATA = @INSTALL_DATA@
 
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
151
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
152
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
153
INSTOBJEXT = @INSTOBJEXT@
 
154
INTLLIBS = @INTLLIBS@
 
155
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
156
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
157
INTLTOOL_PERL = @INTLTOOL_PERL@
 
158
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
159
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
160
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
161
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
162
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
163
LCOV = @LCOV@
 
164
LD = @LD@
 
165
LDFLAGS = @LDFLAGS@
 
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
MANIFEST_TOOL = @MANIFEST_TOOL@
 
175
MKDIR_P = @MKDIR_P@
 
176
MKINSTALLDIRS = @MKINSTALLDIRS@
 
177
MSGFMT = @MSGFMT@
 
178
MSGFMT_OPTS = @MSGFMT_OPTS@
 
179
MSGMERGE = @MSGMERGE@
 
180
NM = @NM@
 
181
NMEDIT = @NMEDIT@
 
182
OBJDUMP = @OBJDUMP@
 
183
OBJEXT = @OBJEXT@
 
184
OTOOL = @OTOOL@
 
185
OTOOL64 = @OTOOL64@
 
186
PACKAGE = @PACKAGE@
 
187
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
188
PACKAGE_NAME = @PACKAGE_NAME@
 
189
PACKAGE_STRING = @PACKAGE_STRING@
 
190
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
191
PACKAGE_URL = @PACKAGE_URL@
 
192
PACKAGE_VERSION = @PACKAGE_VERSION@
 
193
PATH_SEPARATOR = @PATH_SEPARATOR@
 
194
PKG_CONFIG = @PKG_CONFIG@
 
195
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
196
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
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
SESSIONERVICE_CFLAGS = @SESSIONERVICE_CFLAGS@
 
204
SESSIONERVICE_LIBS = @SESSIONERVICE_LIBS@
 
205
SESSIONSERVICE_CFLAGS = @SESSIONSERVICE_CFLAGS@
 
206
SESSIONSERVICE_LIBS = @SESSIONSERVICE_LIBS@
 
207
SET_MAKE = @SET_MAKE@
 
208
SHELL = @SHELL@
 
209
SHTOOL = @SHTOOL@
 
210
STRIP = @STRIP@
 
211
USE_NLS = @USE_NLS@
 
212
VERSION = @VERSION@
 
213
XGETTEXT = @XGETTEXT@
 
214
abs_builddir = @abs_builddir@
 
215
abs_srcdir = @abs_srcdir@
 
216
abs_top_builddir = @abs_top_builddir@
 
217
abs_top_srcdir = @abs_top_srcdir@
 
218
ac_ct_AR = @ac_ct_AR@
 
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
gsettingsschemadir = @gsettingsschemadir@
 
239
host = @host@
 
240
host_alias = @host_alias@
 
241
host_cpu = @host_cpu@
 
242
host_os = @host_os@
 
243
host_vendor = @host_vendor@
 
244
htmldir = @htmldir@
 
245
includedir = @includedir@
 
246
infodir = @infodir@
 
247
install_sh = @install_sh@
 
248
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
249
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
250
libdir = @libdir@
 
251
libexecdir = @libexecdir@
 
252
localedir = @localedir@
 
253
localstatedir = @localstatedir@
 
254
mandir = @mandir@
 
255
mkdir_p = @mkdir_p@
 
256
oldincludedir = @oldincludedir@
 
257
pdfdir = @pdfdir@
 
258
prefix = @prefix@
 
259
program_transform_name = @program_transform_name@
 
260
psdir = @psdir@
 
261
sbindir = @sbindir@
 
262
sharedstatedir = @sharedstatedir@
 
263
srcdir = @srcdir@
 
264
sysconfdir = @sysconfdir@
 
265
target_alias = @target_alias@
 
266
top_build_prefix = @top_build_prefix@
 
267
top_builddir = @top_builddir@
 
268
top_srcdir = @top_srcdir@
 
269
SUBDIRS = actions status
 
270
all: all-recursive
 
271
 
 
272
.SUFFIXES:
 
273
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
274
        @for dep in $?; do \
 
275
          case '$(am__configure_deps)' in \
 
276
            *$$dep*) \
 
277
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
278
                && { if test -f $@; then exit 0; else break; fi; }; \
 
279
              exit 1;; \
 
280
          esac; \
 
281
        done; \
 
282
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/32x32/Makefile'; \
 
283
        $(am__cd) $(top_srcdir) && \
 
284
          $(AUTOMAKE) --gnu data/icons/32x32/Makefile
 
285
.PRECIOUS: Makefile
 
286
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
287
        @case '$?' in \
 
288
          *config.status*) \
 
289
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
290
          *) \
 
291
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
292
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
293
        esac;
 
294
 
 
295
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
297
 
 
298
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
299
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
300
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
$(am__aclocal_m4_deps):
 
303
 
 
304
mostlyclean-libtool:
 
305
        -rm -f *.lo
 
306
 
 
307
clean-libtool:
 
308
        -rm -rf .libs _libs
 
309
 
 
310
# This directory's subdirectories are mostly independent; you can cd
 
311
# into them and run `make' without going through this Makefile.
 
312
# To change the values of `make' variables: instead of editing Makefiles,
 
313
# (1) if the variable is set in `config.status', edit `config.status'
 
314
#     (which will cause the Makefiles to be regenerated when you run `make');
 
315
# (2) otherwise, pass the desired values on the `make' command line.
 
316
$(RECURSIVE_TARGETS):
 
317
        @fail= failcom='exit 1'; \
 
318
        for f in x $$MAKEFLAGS; do \
 
319
          case $$f in \
 
320
            *=* | --[!k]*);; \
 
321
            *k*) failcom='fail=yes';; \
 
322
          esac; \
 
323
        done; \
 
324
        dot_seen=no; \
 
325
        target=`echo $@ | sed s/-recursive//`; \
 
326
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
327
          echo "Making $$target in $$subdir"; \
 
328
          if test "$$subdir" = "."; then \
 
329
            dot_seen=yes; \
 
330
            local_target="$$target-am"; \
 
331
          else \
 
332
            local_target="$$target"; \
 
333
          fi; \
 
334
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
335
          || eval $$failcom; \
 
336
        done; \
 
337
        if test "$$dot_seen" = "no"; then \
 
338
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
339
        fi; test -z "$$fail"
 
340
 
 
341
$(RECURSIVE_CLEAN_TARGETS):
 
342
        @fail= failcom='exit 1'; \
 
343
        for f in x $$MAKEFLAGS; do \
 
344
          case $$f in \
 
345
            *=* | --[!k]*);; \
 
346
            *k*) failcom='fail=yes';; \
 
347
          esac; \
 
348
        done; \
 
349
        dot_seen=no; \
 
350
        case "$@" in \
 
351
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
352
          *) list='$(SUBDIRS)' ;; \
 
353
        esac; \
 
354
        rev=''; for subdir in $$list; do \
 
355
          if test "$$subdir" = "."; then :; else \
 
356
            rev="$$subdir $$rev"; \
 
357
          fi; \
 
358
        done; \
 
359
        rev="$$rev ."; \
 
360
        target=`echo $@ | sed s/-recursive//`; \
 
361
        for subdir in $$rev; do \
 
362
          echo "Making $$target in $$subdir"; \
 
363
          if test "$$subdir" = "."; then \
 
364
            local_target="$$target-am"; \
 
365
          else \
 
366
            local_target="$$target"; \
 
367
          fi; \
 
368
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
369
          || eval $$failcom; \
 
370
        done && test -z "$$fail"
 
371
tags-recursive:
 
372
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
373
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
374
        done
 
375
ctags-recursive:
 
376
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
377
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
378
        done
 
379
 
 
380
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
381
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
382
        unique=`for i in $$list; do \
 
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
384
          done | \
 
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
387
        mkid -fID $$unique
 
388
tags: TAGS
 
389
 
 
390
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
391
                $(TAGS_FILES) $(LISP)
 
392
        set x; \
 
393
        here=`pwd`; \
 
394
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
395
          include_option=--etags-include; \
 
396
          empty_fix=.; \
 
397
        else \
 
398
          include_option=--include; \
 
399
          empty_fix=; \
 
400
        fi; \
 
401
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
402
          if test "$$subdir" = .; then :; else \
 
403
            test ! -f $$subdir/TAGS || \
 
404
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
405
          fi; \
 
406
        done; \
 
407
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
408
        unique=`for i in $$list; do \
 
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
410
          done | \
 
411
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
412
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
413
        shift; \
 
414
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
415
          test -n "$$unique" || unique=$$empty_fix; \
 
416
          if test $$# -gt 0; then \
 
417
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
418
              "$$@" $$unique; \
 
419
          else \
 
420
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
421
              $$unique; \
 
422
          fi; \
 
423
        fi
 
424
ctags: CTAGS
 
425
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
426
                $(TAGS_FILES) $(LISP)
 
427
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
428
        unique=`for i in $$list; do \
 
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
430
          done | \
 
431
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
432
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
433
        test -z "$(CTAGS_ARGS)$$unique" \
 
434
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
435
             $$unique
 
436
 
 
437
GTAGS:
 
438
        here=`$(am__cd) $(top_builddir) && pwd` \
 
439
          && $(am__cd) $(top_srcdir) \
 
440
          && gtags -i $(GTAGS_ARGS) "$$here"
 
441
 
 
442
distclean-tags:
 
443
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
444
 
 
445
distdir: $(DISTFILES)
 
446
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
447
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
448
        list='$(DISTFILES)'; \
 
449
          dist_files=`for file in $$list; do echo $$file; done | \
 
450
          sed -e "s|^$$srcdirstrip/||;t" \
 
451
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
452
        case $$dist_files in \
 
453
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
454
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
455
                           sort -u` ;; \
 
456
        esac; \
 
457
        for file in $$dist_files; do \
 
458
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
459
          if test -d $$d/$$file; then \
 
460
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
461
            if test -d "$(distdir)/$$file"; then \
 
462
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
463
            fi; \
 
464
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
465
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
466
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
467
            fi; \
 
468
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
469
          else \
 
470
            test -f "$(distdir)/$$file" \
 
471
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
472
            || exit 1; \
 
473
          fi; \
 
474
        done
 
475
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
476
          if test "$$subdir" = .; then :; else \
 
477
            test -d "$(distdir)/$$subdir" \
 
478
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
479
            || exit 1; \
 
480
          fi; \
 
481
        done
 
482
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
483
          if test "$$subdir" = .; then :; else \
 
484
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
485
            $(am__relativize); \
 
486
            new_distdir=$$reldir; \
 
487
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
488
            $(am__relativize); \
 
489
            new_top_distdir=$$reldir; \
 
490
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
491
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
492
            ($(am__cd) $$subdir && \
 
493
              $(MAKE) $(AM_MAKEFLAGS) \
 
494
                top_distdir="$$new_top_distdir" \
 
495
                distdir="$$new_distdir" \
 
496
                am__remove_distdir=: \
 
497
                am__skip_length_check=: \
 
498
                am__skip_mode_fix=: \
 
499
                distdir) \
 
500
              || exit 1; \
 
501
          fi; \
 
502
        done
 
503
check-am: all-am
 
504
check: check-recursive
 
505
all-am: Makefile
 
506
installdirs: installdirs-recursive
 
507
installdirs-am:
 
508
install: install-recursive
 
509
install-exec: install-exec-recursive
 
510
install-data: install-data-recursive
 
511
uninstall: uninstall-recursive
 
512
 
 
513
install-am: all-am
 
514
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
515
 
 
516
installcheck: installcheck-recursive
 
517
install-strip:
 
518
        if test -z '$(STRIP)'; then \
 
519
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
520
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
521
              install; \
 
522
        else \
 
523
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
524
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
525
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
526
        fi
 
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: