~ubuntu-branches/ubuntu/trusty/system-tools-backends/trusty

« back to all changes in this revision

Viewing changes to Net-DBus/lib/Net/DBus/Binding/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-10-22 17:15:14 UTC
  • mfrom: (1.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111022171514-2r667rth6ocud5s8
Tags: 2.10.2-1
* New upstream release.
* debian/watch:
  - Track .bz2 tarballs.
* Refresh debian/patches/04_empty_ntp.patch.
* Bump debhelper compatibility level to 8.
  - Update Build-Depends on debhelper.
  - Strip debian/tmp/ from .install files.
* debian/control.in:
 - Bump Standards-Version to 3.9.2. No further changes.
 - Update Vcs-* URLs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
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.
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
 
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
21
20
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../../../../..
24
 
 
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
35
31
NORMAL_UNINSTALL = :
36
32
PRE_UNINSTALL = :
37
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
38
35
host_triplet = @host@
 
36
subdir = Net-DBus/lib/Net/DBus/Binding
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(install_sh) -d
 
43
CONFIG_HEADER = $(top_builddir)/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
SOURCES =
 
47
DIST_SOURCES =
 
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
49
        html-recursive info-recursive install-data-recursive \
 
50
        install-dvi-recursive install-exec-recursive \
 
51
        install-html-recursive install-info-recursive \
 
52
        install-pdf-recursive install-ps-recursive install-recursive \
 
53
        installcheck-recursive installdirs-recursive pdf-recursive \
 
54
        ps-recursive uninstall-recursive
 
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
56
  distclean-recursive maintainer-clean-recursive
 
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
58
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
59
        distdir
 
60
ETAGS = etags
 
61
CTAGS = ctags
 
62
DIST_SUBDIRS = $(SUBDIRS)
 
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
39
89
ACLOCAL = @ACLOCAL@
40
90
ALL_LINGUAS = @ALL_LINGUAS@
41
 
AMDEP_FALSE = @AMDEP_FALSE@
42
 
AMDEP_TRUE = @AMDEP_TRUE@
43
91
AMTAR = @AMTAR@
44
92
AR = @AR@
45
93
AUTOCONF = @AUTOCONF@
76
124
GIO_LIBS = @GIO_LIBS@
77
125
GMSGFMT = @GMSGFMT@
78
126
GREP = @GREP@
79
 
HAVE_GIO_FALSE = @HAVE_GIO_FALSE@
80
 
HAVE_GIO_TRUE = @HAVE_GIO_TRUE@
 
127
INSTALL = @INSTALL@
81
128
INSTALL_DATA = @INSTALL_DATA@
82
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
83
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
84
131
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85
 
INTERNAL_NET_DBUS_FALSE = @INTERNAL_NET_DBUS_FALSE@
86
 
INTERNAL_NET_DBUS_TRUE = @INTERNAL_NET_DBUS_TRUE@
87
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
88
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
89
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
90
132
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
91
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
92
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
93
133
INTLTOOL_MERGE = @INTLTOOL_MERGE@
94
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
95
134
INTLTOOL_PERL = @INTLTOOL_PERL@
96
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
97
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
98
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
99
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
100
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
101
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
102
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
103
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
104
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
105
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
106
135
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
107
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
108
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
109
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
110
136
LD = @LD@
111
137
LDFLAGS = @LDFLAGS@
112
138
LIBOBJS = @LIBOBJS@
116
142
LN_S = @LN_S@
117
143
LTLIBOBJS = @LTLIBOBJS@
118
144
MAKEINFO = @MAKEINFO@
 
145
MKDIR_P = @MKDIR_P@
119
146
MSGFMT = @MSGFMT@
120
147
MSGMERGE = @MSGMERGE@
121
148
NM = @NM@
134
161
PATH_SEPARATOR = @PATH_SEPARATOR@
135
162
PERL_PATH = @PERL_PATH@
136
163
PKG_CONFIG = @PKG_CONFIG@
 
164
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
165
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
137
166
POLKIT_POLICY_DIR = @POLKIT_POLICY_DIR@
138
167
RANLIB = @RANLIB@
139
168
SED = @SED@
144
173
USE_NLS = @USE_NLS@
145
174
VERSION = @VERSION@
146
175
XGETTEXT = @XGETTEXT@
 
176
abs_builddir = @abs_builddir@
 
177
abs_srcdir = @abs_srcdir@
 
178
abs_top_builddir = @abs_top_builddir@
 
179
abs_top_srcdir = @abs_top_srcdir@
147
180
ac_ct_CC = @ac_ct_CC@
148
181
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
149
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
150
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
151
182
am__include = @am__include@
152
183
am__leading_dot = @am__leading_dot@
153
184
am__quote = @am__quote@
 
185
am__tar = @am__tar@
 
186
am__untar = @am__untar@
154
187
bindir = @bindir@
155
188
build = @build@
156
189
build_alias = @build_alias@
157
190
build_cpu = @build_cpu@
158
191
build_os = @build_os@
159
192
build_vendor = @build_vendor@
 
193
builddir = @builddir@
160
194
datadir = @datadir@
161
195
datarootdir = @datarootdir@
162
196
docdir = @docdir@
178
212
localstatedir = @localstatedir@
179
213
lt_ECHO = @lt_ECHO@
180
214
mandir = @mandir@
 
215
mkdir_p = @mkdir_p@
181
216
modulesdir = @modulesdir@
182
217
netdbusdir = @netdbusdir@
183
218
oldincludedir = @oldincludedir@
188
223
sbindir = @sbindir@
189
224
scriptsdir = @scriptsdir@
190
225
sharedstatedir = @sharedstatedir@
 
226
srcdir = @srcdir@
191
227
sysconfdir = @sysconfdir@
192
228
target_alias = @target_alias@
 
229
top_build_prefix = @top_build_prefix@
 
230
top_builddir = @top_builddir@
 
231
top_srcdir = @top_srcdir@
193
232
SUBDIRS = Message
194
 
 
195
233
EXTRA_DIST = \
196
234
        Bus.pm \
197
235
        Connection.pm \
203
241
        Value.pm \
204
242
        Watch.pm
205
243
 
206
 
subdir = Net-DBus/lib/Net/DBus/Binding
207
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
208
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
209
 
CONFIG_HEADER = $(top_builddir)/config.h
210
 
CONFIG_CLEAN_FILES =
211
 
DIST_SOURCES =
212
 
 
213
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
214
 
        ps-recursive install-info-recursive uninstall-info-recursive \
215
 
        all-recursive install-data-recursive install-exec-recursive \
216
 
        installdirs-recursive install-recursive uninstall-recursive \
217
 
        check-recursive installcheck-recursive
218
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
219
 
DIST_SUBDIRS = $(SUBDIRS)
220
244
all: all-recursive
221
245
 
222
246
.SUFFIXES:
223
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
224
 
        cd $(top_srcdir) && \
225
 
          $(AUTOMAKE) --gnu  Net-DBus/lib/Net/DBus/Binding/Makefile
226
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
227
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
247
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
248
        @for dep in $?; do \
 
249
          case '$(am__configure_deps)' in \
 
250
            *$$dep*) \
 
251
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
252
                && { if test -f $@; then exit 0; else break; fi; }; \
 
253
              exit 1;; \
 
254
          esac; \
 
255
        done; \
 
256
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Net-DBus/lib/Net/DBus/Binding/Makefile'; \
 
257
        $(am__cd) $(top_srcdir) && \
 
258
          $(AUTOMAKE) --gnu Net-DBus/lib/Net/DBus/Binding/Makefile
 
259
.PRECIOUS: Makefile
 
260
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
261
        @case '$?' in \
 
262
          *config.status*) \
 
263
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
264
          *) \
 
265
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
266
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
267
        esac;
 
268
 
 
269
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
271
 
 
272
$(top_srcdir)/configure:  $(am__configure_deps)
 
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
274
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
$(am__aclocal_m4_deps):
228
277
 
229
278
mostlyclean-libtool:
230
279
        -rm -f *.lo
232
281
clean-libtool:
233
282
        -rm -rf .libs _libs
234
283
 
235
 
distclean-libtool:
236
 
        -rm -f libtool
237
 
uninstall-info-am:
238
 
 
239
284
# This directory's subdirectories are mostly independent; you can cd
240
285
# into them and run `make' without going through this Makefile.
241
286
# To change the values of `make' variables: instead of editing Makefiles,
243
288
#     (which will cause the Makefiles to be regenerated when you run `make');
244
289
# (2) otherwise, pass the desired values on the `make' command line.
245
290
$(RECURSIVE_TARGETS):
246
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
291
        @fail= failcom='exit 1'; \
 
292
        for f in x $$MAKEFLAGS; do \
 
293
          case $$f in \
 
294
            *=* | --[!k]*);; \
 
295
            *k*) failcom='fail=yes';; \
 
296
          esac; \
 
297
        done; \
247
298
        dot_seen=no; \
248
299
        target=`echo $@ | sed s/-recursive//`; \
249
300
        list='$(SUBDIRS)'; for subdir in $$list; do \
254
305
          else \
255
306
            local_target="$$target"; \
256
307
          fi; \
257
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
258
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
308
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
309
          || eval $$failcom; \
259
310
        done; \
260
311
        if test "$$dot_seen" = "no"; then \
261
312
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
262
313
        fi; test -z "$$fail"
263
314
 
264
 
mostlyclean-recursive clean-recursive distclean-recursive \
265
 
maintainer-clean-recursive:
266
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
315
$(RECURSIVE_CLEAN_TARGETS):
 
316
        @fail= failcom='exit 1'; \
 
317
        for f in x $$MAKEFLAGS; do \
 
318
          case $$f in \
 
319
            *=* | --[!k]*);; \
 
320
            *k*) failcom='fail=yes';; \
 
321
          esac; \
 
322
        done; \
267
323
        dot_seen=no; \
268
324
        case "$@" in \
269
325
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
283
339
          else \
284
340
            local_target="$$target"; \
285
341
          fi; \
286
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
287
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
342
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
343
          || eval $$failcom; \
288
344
        done && test -z "$$fail"
289
345
tags-recursive:
290
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
291
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
347
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
292
348
        done
293
349
ctags-recursive:
294
350
        list='$(SUBDIRS)'; for subdir in $$list; do \
295
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
351
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
296
352
        done
297
353
 
298
 
ETAGS = etags
299
 
ETAGSFLAGS =
300
 
 
301
 
CTAGS = ctags
302
 
CTAGSFLAGS =
303
 
 
304
 
tags: TAGS
305
 
 
306
354
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
307
355
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308
356
        unique=`for i in $$list; do \
309
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310
358
          done | \
311
 
          $(AWK) '    { files[$$0] = 1; } \
312
 
               END { for (i in files) print i; }'`; \
 
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
313
361
        mkid -fID $$unique
 
362
tags: TAGS
314
363
 
315
364
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
316
365
                $(TAGS_FILES) $(LISP)
317
 
        tags=; \
 
366
        set x; \
318
367
        here=`pwd`; \
319
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
368
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
320
369
          include_option=--etags-include; \
 
370
          empty_fix=.; \
321
371
        else \
322
372
          include_option=--include; \
 
373
          empty_fix=; \
323
374
        fi; \
324
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
325
376
          if test "$$subdir" = .; then :; else \
326
 
            test -f $$subdir/TAGS && \
327
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
377
            test ! -f $$subdir/TAGS || \
 
378
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
328
379
          fi; \
329
380
        done; \
330
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
331
382
        unique=`for i in $$list; do \
332
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
384
          done | \
334
 
          $(AWK) '    { files[$$0] = 1; } \
335
 
               END { for (i in files) print i; }'`; \
336
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
337
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
338
 
             $$tags $$unique
339
 
 
 
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
387
        shift; \
 
388
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
389
          test -n "$$unique" || unique=$$empty_fix; \
 
390
          if test $$# -gt 0; then \
 
391
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
392
              "$$@" $$unique; \
 
393
          else \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              $$unique; \
 
396
          fi; \
 
397
        fi
340
398
ctags: CTAGS
341
399
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342
400
                $(TAGS_FILES) $(LISP)
343
 
        tags=; \
344
 
        here=`pwd`; \
345
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346
402
        unique=`for i in $$list; do \
347
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
404
          done | \
349
 
          $(AWK) '    { files[$$0] = 1; } \
350
 
               END { for (i in files) print i; }'`; \
351
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
407
        test -z "$(CTAGS_ARGS)$$unique" \
352
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353
 
             $$tags $$unique
 
409
             $$unique
354
410
 
355
411
GTAGS:
356
412
        here=`$(am__cd) $(top_builddir) && pwd` \
357
 
          && cd $(top_srcdir) \
358
 
          && gtags -i $(GTAGS_ARGS) $$here
 
413
          && $(am__cd) $(top_srcdir) \
 
414
          && gtags -i $(GTAGS_ARGS) "$$here"
359
415
 
360
416
distclean-tags:
361
417
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
362
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
363
 
 
364
 
top_distdir = ../../../../..
365
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
366
418
 
367
419
distdir: $(DISTFILES)
368
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
369
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
370
 
        list='$(DISTFILES)'; for file in $$list; do \
371
 
          case $$file in \
372
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
373
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
374
 
          esac; \
 
420
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
421
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
422
        list='$(DISTFILES)'; \
 
423
          dist_files=`for file in $$list; do echo $$file; done | \
 
424
          sed -e "s|^$$srcdirstrip/||;t" \
 
425
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
426
        case $$dist_files in \
 
427
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
428
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
429
                           sort -u` ;; \
 
430
        esac; \
 
431
        for file in $$dist_files; do \
375
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
376
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
377
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
378
 
            dir="/$$dir"; \
379
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
380
 
          else \
381
 
            dir=''; \
382
 
          fi; \
383
433
          if test -d $$d/$$file; then \
 
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
435
            if test -d "$(distdir)/$$file"; then \
 
436
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
437
            fi; \
384
438
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
439
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
440
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
386
441
            fi; \
387
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
442
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
388
443
          else \
389
 
            test -f $(distdir)/$$file \
390
 
            || cp -p $$d/$$file $(distdir)/$$file \
391
 
            || exit 1; \
392
 
          fi; \
393
 
        done
394
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
395
 
          if test "$$subdir" = .; then :; else \
396
 
            test -d $(distdir)/$$subdir \
397
 
            || mkdir $(distdir)/$$subdir \
398
 
            || exit 1; \
399
 
            (cd $$subdir && \
 
444
            test -f "$(distdir)/$$file" \
 
445
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
446
            || exit 1; \
 
447
          fi; \
 
448
        done
 
449
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
450
          if test "$$subdir" = .; then :; else \
 
451
            test -d "$(distdir)/$$subdir" \
 
452
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
453
            || exit 1; \
 
454
          fi; \
 
455
        done
 
456
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
457
          if test "$$subdir" = .; then :; else \
 
458
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
459
            $(am__relativize); \
 
460
            new_distdir=$$reldir; \
 
461
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
462
            $(am__relativize); \
 
463
            new_top_distdir=$$reldir; \
 
464
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
465
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
466
            ($(am__cd) $$subdir && \
400
467
              $(MAKE) $(AM_MAKEFLAGS) \
401
 
                top_distdir="$(top_distdir)" \
402
 
                distdir=../$(distdir)/$$subdir \
 
468
                top_distdir="$$new_top_distdir" \
 
469
                distdir="$$new_distdir" \
 
470
                am__remove_distdir=: \
 
471
                am__skip_length_check=: \
 
472
                am__skip_mode_fix=: \
403
473
                distdir) \
404
474
              || exit 1; \
405
475
          fi; \
409
479
all-am: Makefile
410
480
installdirs: installdirs-recursive
411
481
installdirs-am:
412
 
 
413
482
install: install-recursive
414
483
install-exec: install-exec-recursive
415
484
install-data: install-data-recursive
429
498
clean-generic:
430
499
 
431
500
distclean-generic:
432
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
501
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
502
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
433
503
 
434
504
maintainer-clean-generic:
435
505
        @echo "This command is intended for maintainers to use"
440
510
 
441
511
distclean: distclean-recursive
442
512
        -rm -f Makefile
443
 
distclean-am: clean-am distclean-generic distclean-libtool \
444
 
        distclean-tags
 
513
distclean-am: clean-am distclean-generic distclean-tags
445
514
 
446
515
dvi: dvi-recursive
447
516
 
448
517
dvi-am:
449
518
 
 
519
html: html-recursive
 
520
 
 
521
html-am:
 
522
 
450
523
info: info-recursive
451
524
 
452
525
info-am:
453
526
 
454
527
install-data-am:
455
528
 
 
529
install-dvi: install-dvi-recursive
 
530
 
 
531
install-dvi-am:
 
532
 
456
533
install-exec-am:
457
534
 
 
535
install-html: install-html-recursive
 
536
 
 
537
install-html-am:
 
538
 
458
539
install-info: install-info-recursive
459
540
 
 
541
install-info-am:
 
542
 
460
543
install-man:
461
544
 
 
545
install-pdf: install-pdf-recursive
 
546
 
 
547
install-pdf-am:
 
548
 
 
549
install-ps: install-ps-recursive
 
550
 
 
551
install-ps-am:
 
552
 
462
553
installcheck-am:
463
554
 
464
555
maintainer-clean: maintainer-clean-recursive
477
568
 
478
569
ps-am:
479
570
 
480
 
uninstall-am: uninstall-info-am
481
 
 
482
 
uninstall-info: uninstall-info-recursive
483
 
 
484
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
485
 
        clean-generic clean-libtool clean-recursive ctags \
486
 
        ctags-recursive distclean distclean-generic distclean-libtool \
487
 
        distclean-recursive distclean-tags distdir dvi dvi-am \
488
 
        dvi-recursive info info-am info-recursive install install-am \
489
 
        install-data install-data-am install-data-recursive \
490
 
        install-exec install-exec-am install-exec-recursive \
491
 
        install-info install-info-am install-info-recursive install-man \
492
 
        install-recursive install-strip installcheck installcheck-am \
493
 
        installdirs installdirs-am installdirs-recursive \
494
 
        maintainer-clean maintainer-clean-generic \
495
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
496
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
497
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
498
 
        uninstall uninstall-am uninstall-info-am \
499
 
        uninstall-info-recursive uninstall-recursive
 
571
uninstall-am:
 
572
 
 
573
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
574
        install-am install-strip tags-recursive
 
575
 
 
576
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
577
        all all-am check check-am clean clean-generic clean-libtool \
 
578
        ctags ctags-recursive distclean distclean-generic \
 
579
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
580
        html-am info info-am install install-am install-data \
 
581
        install-data-am install-dvi install-dvi-am install-exec \
 
582
        install-exec-am install-html install-html-am install-info \
 
583
        install-info-am install-man install-pdf install-pdf-am \
 
584
        install-ps install-ps-am install-strip installcheck \
 
585
        installcheck-am installdirs installdirs-am maintainer-clean \
 
586
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
587
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
588
        uninstall uninstall-am
 
589
 
500
590
 
501
591
# Tell versions [3.59,3.63) of GNU make to not export all variables.
502
592
# Otherwise a system limit (for SysV at least) may be exceeded.