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

« back to all changes in this revision

Viewing changes to data/icons/128x128/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-06-25 19:13:23 UTC
  • mfrom: (21.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20140625191323-w7xzyk3dkwkk15uh
Tags: 1.3.0-1ubuntu1
* Merge from debian. (LP: #1334185) Remaining changes:
  - Switch to using logind for session tracking. Depend on systemd-services
    and add libsystemd-login-dev build dependency.
* Use upower << 0.99
* Drop all patches, fixed upstream

Show diffs side-by-side

added added

removed removed

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