~ubuntu-branches/ubuntu/trusty/xfce4-power-manager/trusty

« back to all changes in this revision

Viewing changes to data/icons/16x16/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-09 18:26:53 UTC
  • mfrom: (6.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100509182653-sjssv42yror533hz
Tags: 0.8.5-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons
      for notification bubbles instead of the normal ones LP: #437374
    + xubuntu-assume-hal-is-available.patch: do not check for hal presence
      on the bus, it'll be spawned automatically on demand. lp: #507097
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7~)
  - debian/README.source: added.

* debian/patches/01_check-brightness-array-icon-index.patch,
  02_handle-weird-negative-brightness-level.patch: dropped, included
  upstream.

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