~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to shlibs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-05-11 08:38:31 UTC
  • mfrom: (1.3.10 upstream)
  • mto: (1.6.3 upstream) (4.5.5 sid)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: james.westby@ubuntu.com-20110511083831-tty7wnezw55fmrn4
ImportĀ upstreamĀ versionĀ 2.19.1

Show diffs side-by-side

added added

removed removed

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