~ubuntu-branches/ubuntu/vivid/xfce4-netload-plugin/vivid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-19 23:12:43 UTC
  • mfrom: (1.1.4 upstream) (9.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110419231243-tkce1b7gx8kjiu7h
Tags: 1.0.0-2
[ Lionel Le Folgoc ]
* Upload to unstable.
* debian/control:
  - add myself to Uploaders.
  - remove Simon and Emanuele from uploaders, thanks to them.

[ Yves-Alexis Perez ]
* debian/control:
  - update standards version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
20
20
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = .
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
23
install_sh_DATA = $(install_sh) -c -m 644
26
24
install_sh_PROGRAM = $(install_sh) -c
27
25
install_sh_SCRIPT = $(install_sh) -c
37
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
36
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39
37
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40
 
        compile depcomp install-sh missing mkinstalldirs
 
38
        depcomp install-sh missing mkinstalldirs
41
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
40
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
42
        $(ACLOCAL_M4)
45
43
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46
 
 configure.lineno configure.status.lineno
 
44
 configure.lineno config.status.lineno
47
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
46
CONFIG_HEADER = config.h
49
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
50
49
SOURCES =
51
50
DIST_SOURCES =
52
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53
52
        html-recursive info-recursive install-data-recursive \
54
 
        install-exec-recursive install-info-recursive \
55
 
        install-recursive installcheck-recursive installdirs-recursive \
56
 
        pdf-recursive ps-recursive uninstall-info-recursive \
57
 
        uninstall-recursive
 
53
        install-dvi-recursive install-exec-recursive \
 
54
        install-html-recursive install-info-recursive \
 
55
        install-pdf-recursive install-ps-recursive install-recursive \
 
56
        installcheck-recursive installdirs-recursive pdf-recursive \
 
57
        ps-recursive uninstall-recursive
 
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
59
  distclean-recursive maintainer-clean-recursive
 
60
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
61
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
62
        distdir dist dist-all distcheck
58
63
ETAGS = etags
59
64
CTAGS = ctags
60
65
DIST_SUBDIRS = $(SUBDIRS)
62
67
distdir = $(PACKAGE)-$(VERSION)
63
68
top_distdir = $(distdir)
64
69
am__remove_distdir = \
65
 
  { test ! -d $(distdir) \
66
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
67
 
         && rm -fr $(distdir); }; }
 
70
  { test ! -d "$(distdir)" \
 
71
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
72
         && rm -fr "$(distdir)"; }; }
 
73
am__relativize = \
 
74
  dir0=`pwd`; \
 
75
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
76
  sed_rest='s,^[^/]*/*,,'; \
 
77
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
78
  sed_butlast='s,/*[^/]*$$,,'; \
 
79
  while test -n "$$dir1"; do \
 
80
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
81
    if test "$$first" != "."; then \
 
82
      if test "$$first" = ".."; then \
 
83
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
84
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
85
      else \
 
86
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
87
        if test "$$first2" = "$$first"; then \
 
88
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
89
        else \
 
90
          dir2="../$$dir2"; \
 
91
        fi; \
 
92
        dir0="$$dir0"/"$$first"; \
 
93
      fi; \
 
94
    fi; \
 
95
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
96
  done; \
 
97
  reldir="$$dir2"
68
98
DIST_ARCHIVES = $(distdir).tar.gz
69
99
GZIP_ENV = --best
70
100
distuninstallcheck_listfiles = find . -type f -print
71
101
distcleancheck_listfiles = find . -type f -print
72
102
ACLOCAL = @ACLOCAL@
73
 
AMDEP_FALSE = @AMDEP_FALSE@
74
 
AMDEP_TRUE = @AMDEP_TRUE@
 
103
ALL_LINGUAS = @ALL_LINGUAS@
75
104
AMTAR = @AMTAR@
76
105
AUTOCONF = @AUTOCONF@
77
106
AUTOHEADER = @AUTOHEADER@
96
125
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
97
126
GMOFILES = @GMOFILES@
98
127
GMSGFMT = @GMSGFMT@
 
128
GREP = @GREP@
 
129
INSTALL = @INSTALL@
99
130
INSTALL_DATA = @INSTALL_DATA@
100
131
INSTALL_PROGRAM = @INSTALL_PROGRAM@
101
132
INSTALL_SCRIPT = @INSTALL_SCRIPT@
102
133
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
103
134
INSTOBJEXT = @INSTOBJEXT@
104
135
INTLLIBS = @INTLLIBS@
105
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
106
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
107
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
108
136
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
109
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
110
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
111
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
112
137
INTLTOOL_MERGE = @INTLTOOL_MERGE@
113
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
114
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
115
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
116
138
INTLTOOL_PERL = @INTLTOOL_PERL@
117
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
118
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
119
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
120
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
121
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
122
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
123
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
124
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
125
139
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
126
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
127
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
128
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
129
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
130
140
LDFLAGS = @LDFLAGS@
131
141
LIBOBJS = @LIBOBJS@
132
142
LIBS = @LIBS@
134
144
LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
135
145
LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@
136
146
LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
 
147
LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@
 
148
LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@
 
149
LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@
 
150
LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@
137
151
LTLIBOBJS = @LTLIBOBJS@
138
152
MAINT = @MAINT@
139
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
140
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141
153
MAKEINFO = @MAKEINFO@
 
154
MKDIR_P = @MKDIR_P@
142
155
MKINSTALLDIRS = @MKINSTALLDIRS@
143
156
MSGFMT = @MSGFMT@
 
157
MSGFMT_OPTS = @MSGFMT_OPTS@
 
158
MSGMERGE = @MSGMERGE@
144
159
OBJEXT = @OBJEXT@
145
160
OS = @OS@
146
161
PACKAGE = @PACKAGE@
148
163
PACKAGE_NAME = @PACKAGE_NAME@
149
164
PACKAGE_STRING = @PACKAGE_STRING@
150
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_URL = @PACKAGE_URL@
151
167
PACKAGE_VERSION = @PACKAGE_VERSION@
152
168
PATH_SEPARATOR = @PATH_SEPARATOR@
153
169
PKG_CONFIG = @PKG_CONFIG@
163
179
VERSION = @VERSION@
164
180
XGETTEXT = @XGETTEXT@
165
181
XGETTEXT_ARGS = @XGETTEXT_ARGS@
 
182
abs_builddir = @abs_builddir@
 
183
abs_srcdir = @abs_srcdir@
 
184
abs_top_builddir = @abs_top_builddir@
 
185
abs_top_srcdir = @abs_top_srcdir@
166
186
ac_ct_CC = @ac_ct_CC@
167
 
ac_ct_STRIP = @ac_ct_STRIP@
168
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
169
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
170
187
am__include = @am__include@
171
188
am__leading_dot = @am__leading_dot@
172
189
am__quote = @am__quote@
174
191
am__untar = @am__untar@
175
192
bindir = @bindir@
176
193
build_alias = @build_alias@
 
194
builddir = @builddir@
177
195
datadir = @datadir@
 
196
datarootdir = @datarootdir@
 
197
docdir = @docdir@
 
198
dvidir = @dvidir@
178
199
exec_prefix = @exec_prefix@
179
200
host_alias = @host_alias@
 
201
htmldir = @htmldir@
180
202
includedir = @includedir@
181
203
infodir = @infodir@
182
204
install_sh = @install_sh@
187
209
mandir = @mandir@
188
210
mkdir_p = @mkdir_p@
189
211
oldincludedir = @oldincludedir@
 
212
pdfdir = @pdfdir@
190
213
prefix = @prefix@
191
214
program_transform_name = @program_transform_name@
 
215
psdir = @psdir@
192
216
sbindir = @sbindir@
193
217
sharedstatedir = @sharedstatedir@
 
218
srcdir = @srcdir@
194
219
sysconfdir = @sysconfdir@
195
220
target_alias = @target_alias@
196
 
SUBDIRS = panel-plugin po 
 
221
top_build_prefix = @top_build_prefix@
 
222
top_builddir = @top_builddir@
 
223
top_srcdir = @top_srcdir@
 
224
SUBDIRS = panel-plugin po icons
197
225
EXTRA_DIST = \
198
226
        README                                                          \
199
227
        intltool-extract.in                                             \
215
243
        @for dep in $?; do \
216
244
          case '$(am__configure_deps)' in \
217
245
            *$$dep*) \
218
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
219
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
246
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
247
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
220
248
                && exit 0; \
221
249
              exit 1;; \
222
250
          esac; \
223
251
        done; \
224
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
225
 
        cd $(top_srcdir) && \
226
 
          $(AUTOMAKE) --gnu  Makefile
 
252
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
253
        $(am__cd) $(top_srcdir) && \
 
254
          $(AUTOMAKE) --gnu Makefile
227
255
.PRECIOUS: Makefile
228
256
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229
257
        @case '$?' in \
239
267
        $(SHELL) ./config.status --recheck
240
268
 
241
269
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
242
 
        cd $(srcdir) && $(AUTOCONF)
 
270
        $(am__cd) $(srcdir) && $(AUTOCONF)
243
271
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
244
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
272
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
273
$(am__aclocal_m4_deps):
245
274
 
246
275
config.h: stamp-h1
247
276
        @if test ! -f $@; then \
248
277
          rm -f stamp-h1; \
249
 
          $(MAKE) stamp-h1; \
 
278
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
250
279
        else :; fi
251
280
 
252
281
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
253
282
        @rm -f stamp-h1
254
283
        cd $(top_builddir) && $(SHELL) ./config.status config.h
255
284
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
256
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
285
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
257
286
        rm -f stamp-h1
258
287
        touch $@
259
288
 
260
289
distclean-hdr:
261
290
        -rm -f config.h stamp-h1
262
 
uninstall-info-am:
263
291
 
264
292
# This directory's subdirectories are mostly independent; you can cd
265
293
# into them and run `make' without going through this Makefile.
268
296
#     (which will cause the Makefiles to be regenerated when you run `make');
269
297
# (2) otherwise, pass the desired values on the `make' command line.
270
298
$(RECURSIVE_TARGETS):
271
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
299
        @fail= failcom='exit 1'; \
 
300
        for f in x $$MAKEFLAGS; do \
 
301
          case $$f in \
 
302
            *=* | --[!k]*);; \
 
303
            *k*) failcom='fail=yes';; \
 
304
          esac; \
 
305
        done; \
272
306
        dot_seen=no; \
273
307
        target=`echo $@ | sed s/-recursive//`; \
274
308
        list='$(SUBDIRS)'; for subdir in $$list; do \
279
313
          else \
280
314
            local_target="$$target"; \
281
315
          fi; \
282
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
283
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
316
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
317
          || eval $$failcom; \
284
318
        done; \
285
319
        if test "$$dot_seen" = "no"; then \
286
320
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
287
321
        fi; test -z "$$fail"
288
322
 
289
 
mostlyclean-recursive clean-recursive distclean-recursive \
290
 
maintainer-clean-recursive:
291
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
323
$(RECURSIVE_CLEAN_TARGETS):
 
324
        @fail= failcom='exit 1'; \
 
325
        for f in x $$MAKEFLAGS; do \
 
326
          case $$f in \
 
327
            *=* | --[!k]*);; \
 
328
            *k*) failcom='fail=yes';; \
 
329
          esac; \
 
330
        done; \
292
331
        dot_seen=no; \
293
332
        case "$@" in \
294
333
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
308
347
          else \
309
348
            local_target="$$target"; \
310
349
          fi; \
311
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
350
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
351
          || eval $$failcom; \
313
352
        done && test -z "$$fail"
314
353
tags-recursive:
315
354
        list='$(SUBDIRS)'; for subdir in $$list; do \
316
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
355
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
317
356
        done
318
357
ctags-recursive:
319
358
        list='$(SUBDIRS)'; for subdir in $$list; do \
320
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
359
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
321
360
        done
322
361
 
323
362
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
325
364
        unique=`for i in $$list; do \
326
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327
366
          done | \
328
 
          $(AWK) '    { files[$$0] = 1; } \
329
 
               END { for (i in files) print i; }'`; \
 
367
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
368
              END { if (nonempty) { for (i in files) print i; }; }'`; \
330
369
        mkid -fID $$unique
331
370
tags: TAGS
332
371
 
333
372
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
334
373
                $(TAGS_FILES) $(LISP)
335
 
        tags=; \
 
374
        set x; \
336
375
        here=`pwd`; \
337
376
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
338
377
          include_option=--etags-include; \
344
383
        list='$(SUBDIRS)'; for subdir in $$list; do \
345
384
          if test "$$subdir" = .; then :; else \
346
385
            test ! -f $$subdir/TAGS || \
347
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
386
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
348
387
          fi; \
349
388
        done; \
350
389
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
351
390
        unique=`for i in $$list; do \
352
391
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
392
          done | \
354
 
          $(AWK) '    { files[$$0] = 1; } \
355
 
               END { for (i in files) print i; }'`; \
356
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
393
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
394
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
395
        shift; \
 
396
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
357
397
          test -n "$$unique" || unique=$$empty_fix; \
358
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359
 
            $$tags $$unique; \
 
398
          if test $$# -gt 0; then \
 
399
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
400
              "$$@" $$unique; \
 
401
          else \
 
402
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
403
              $$unique; \
 
404
          fi; \
360
405
        fi
361
406
ctags: CTAGS
362
407
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
363
408
                $(TAGS_FILES) $(LISP)
364
 
        tags=; \
365
 
        here=`pwd`; \
366
409
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
367
410
        unique=`for i in $$list; do \
368
411
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369
412
          done | \
370
 
          $(AWK) '    { files[$$0] = 1; } \
371
 
               END { for (i in files) print i; }'`; \
372
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
413
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
414
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
415
        test -z "$(CTAGS_ARGS)$$unique" \
373
416
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
374
 
             $$tags $$unique
 
417
             $$unique
375
418
 
376
419
GTAGS:
377
420
        here=`$(am__cd) $(top_builddir) && pwd` \
378
 
          && cd $(top_srcdir) \
379
 
          && gtags -i $(GTAGS_ARGS) $$here
 
421
          && $(am__cd) $(top_srcdir) \
 
422
          && gtags -i $(GTAGS_ARGS) "$$here"
380
423
 
381
424
distclean-tags:
382
425
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
383
426
 
384
427
distdir: $(DISTFILES)
385
428
        $(am__remove_distdir)
386
 
        mkdir $(distdir)
387
 
        $(mkdir_p) $(distdir)/po
388
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
389
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
390
 
        list='$(DISTFILES)'; for file in $$list; do \
391
 
          case $$file in \
392
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
393
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
394
 
          esac; \
 
429
        test -d "$(distdir)" || mkdir "$(distdir)"
 
430
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
431
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
432
        list='$(DISTFILES)'; \
 
433
          dist_files=`for file in $$list; do echo $$file; done | \
 
434
          sed -e "s|^$$srcdirstrip/||;t" \
 
435
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
436
        case $$dist_files in \
 
437
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
438
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
439
                           sort -u` ;; \
 
440
        esac; \
 
441
        for file in $$dist_files; do \
395
442
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
397
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
398
 
            dir="/$$dir"; \
399
 
            $(mkdir_p) "$(distdir)$$dir"; \
400
 
          else \
401
 
            dir=''; \
402
 
          fi; \
403
443
          if test -d $$d/$$file; then \
 
444
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
445
            if test -d "$(distdir)/$$file"; then \
 
446
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
447
            fi; \
404
448
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
449
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
450
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406
451
            fi; \
407
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
452
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
408
453
          else \
409
 
            test -f $(distdir)/$$file \
410
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
454
            test -f "$(distdir)/$$file" \
 
455
            || cp -p $$d/$$file "$(distdir)/$$file" \
411
456
            || exit 1; \
412
457
          fi; \
413
458
        done
414
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
459
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
415
460
          if test "$$subdir" = .; then :; else \
416
461
            test -d "$(distdir)/$$subdir" \
417
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
462
            || $(MKDIR_P) "$(distdir)/$$subdir" \
418
463
            || exit 1; \
419
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
420
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
421
 
            (cd $$subdir && \
 
464
          fi; \
 
465
        done
 
466
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
467
          if test "$$subdir" = .; then :; else \
 
468
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
469
            $(am__relativize); \
 
470
            new_distdir=$$reldir; \
 
471
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
472
            $(am__relativize); \
 
473
            new_top_distdir=$$reldir; \
 
474
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
475
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
476
            ($(am__cd) $$subdir && \
422
477
              $(MAKE) $(AM_MAKEFLAGS) \
423
 
                top_distdir="$$top_distdir" \
424
 
                distdir="$$distdir/$$subdir" \
 
478
                top_distdir="$$new_top_distdir" \
 
479
                distdir="$$new_distdir" \
 
480
                am__remove_distdir=: \
 
481
                am__skip_length_check=: \
 
482
                am__skip_mode_fix=: \
425
483
                distdir) \
426
484
              || exit 1; \
427
485
          fi; \
428
486
        done
429
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
487
        -test -n "$(am__skip_mode_fix)" \
 
488
        || find "$(distdir)" -type d ! -perm -755 \
 
489
                -exec chmod u+rwx,go+rx {} \; -o \
430
490
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
431
491
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
432
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
433
 
        || chmod -R a+r $(distdir)
 
492
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
493
        || chmod -R a+r "$(distdir)"
434
494
dist-gzip: distdir
435
495
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
436
496
        $(am__remove_distdir)
439
499
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
440
500
        $(am__remove_distdir)
441
501
 
 
502
dist-lzma: distdir
 
503
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
504
        $(am__remove_distdir)
 
505
 
 
506
dist-xz: distdir
 
507
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
508
        $(am__remove_distdir)
 
509
 
442
510
dist-tarZ: distdir
443
511
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
444
512
        $(am__remove_distdir)
462
530
distcheck: dist
463
531
        case '$(DIST_ARCHIVES)' in \
464
532
        *.tar.gz*) \
465
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
533
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
466
534
        *.tar.bz2*) \
467
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
535
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
536
        *.tar.lzma*) \
 
537
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
538
        *.tar.xz*) \
 
539
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
468
540
        *.tar.Z*) \
469
541
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
470
542
        *.shar.gz*) \
471
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
543
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
472
544
        *.zip*) \
473
545
          unzip $(distdir).zip ;;\
474
546
        esac
476
548
        mkdir $(distdir)/_build
477
549
        mkdir $(distdir)/_inst
478
550
        chmod a-w $(distdir)
 
551
        test -d $(distdir)/_build || exit 0; \
479
552
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
480
553
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
481
 
          && cd $(distdir)/_build \
 
554
          && am__cwd=`pwd` \
 
555
          && $(am__cd) $(distdir)/_build \
482
556
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
483
557
            $(DISTCHECK_CONFIGURE_FLAGS) \
484
558
          && $(MAKE) $(AM_MAKEFLAGS) \
500
574
          && rm -rf "$$dc_destdir" \
501
575
          && $(MAKE) $(AM_MAKEFLAGS) dist \
502
576
          && rm -rf $(DIST_ARCHIVES) \
503
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
577
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
578
          && cd "$$am__cwd" \
 
579
          || exit 1
504
580
        $(am__remove_distdir)
505
581
        @(echo "$(distdir) archives ready for distribution: "; \
506
582
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
507
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
583
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
508
584
distuninstallcheck:
509
 
        @cd $(distuninstallcheck_dir) \
 
585
        @$(am__cd) '$(distuninstallcheck_dir)' \
510
586
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
511
587
           || { echo "ERROR: files left after uninstall:" ; \
512
588
                if test -n "$(DESTDIR)"; then \
548
624
 
549
625
distclean-generic:
550
626
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
627
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
551
628
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
552
629
 
553
630
maintainer-clean-generic:
569
646
 
570
647
html: html-recursive
571
648
 
 
649
html-am:
 
650
 
572
651
info: info-recursive
573
652
 
574
653
info-am:
575
654
 
576
655
install-data-am:
577
656
 
 
657
install-dvi: install-dvi-recursive
 
658
 
 
659
install-dvi-am:
 
660
 
578
661
install-exec-am:
579
662
 
 
663
install-html: install-html-recursive
 
664
 
 
665
install-html-am:
 
666
 
580
667
install-info: install-info-recursive
581
668
 
 
669
install-info-am:
 
670
 
582
671
install-man:
583
672
 
 
673
install-pdf: install-pdf-recursive
 
674
 
 
675
install-pdf-am:
 
676
 
 
677
install-ps: install-ps-recursive
 
678
 
 
679
install-ps-am:
 
680
 
584
681
installcheck-am:
585
682
 
586
683
maintainer-clean: maintainer-clean-recursive
601
698
 
602
699
ps-am:
603
700
 
604
 
uninstall-am: uninstall-info-am
605
 
 
606
 
uninstall-info: uninstall-info-recursive
607
 
 
608
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
609
 
        check-am clean clean-generic clean-recursive ctags \
610
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
611
 
        dist-tarZ dist-zip distcheck distclean distclean-generic \
612
 
        distclean-hdr distclean-local distclean-recursive \
 
701
uninstall-am:
 
702
 
 
703
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
704
        ctags-recursive install-am install-strip tags-recursive
 
705
 
 
706
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
707
        all all-am am--refresh check check-am clean clean-generic \
 
708
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
709
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
710
        distclean distclean-generic distclean-hdr distclean-local \
613
711
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
614
712
        dvi-am html html-am info info-am install install-am \
615
 
        install-data install-data-am install-exec install-exec-am \
616
 
        install-info install-info-am install-man install-strip \
 
713
        install-data install-data-am install-dvi install-dvi-am \
 
714
        install-exec install-exec-am install-html install-html-am \
 
715
        install-info install-info-am install-man install-pdf \
 
716
        install-pdf-am install-ps install-ps-am install-strip \
617
717
        installcheck installcheck-am installdirs installdirs-am \
618
 
        maintainer-clean maintainer-clean-generic \
619
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
620
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
621
 
        uninstall uninstall-am uninstall-info-am
 
718
        maintainer-clean maintainer-clean-generic mostlyclean \
 
719
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
720
        uninstall uninstall-am
622
721
 
623
722
@SET_MAKE@
624
723
 
630
729
 
631
730
distcheck-bz2: distcheck
632
731
        zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
 
732
 
633
733
# Tell versions [3.59,3.63) of GNU make to not export all variables.
634
734
# Otherwise a system limit (for SysV at least) may be exceeded.
635
735
.NOEXPORT: