Imported Upstream version 0.1.16
[platform/upstream/libnice.git] / docs / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = docs
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
94         $(top_srcdir)/m4/ax_check_openssl.m4 \
95         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \
96         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 AM_V_P = $(am__v_P_@AM_V@)
107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_@AM_V@)
111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 am__v_GEN_0 = @echo "  GEN     " $@;
113 am__v_GEN_1 = 
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 am__v_at_1 = 
118 SOURCES =
119 DIST_SOURCES =
120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121         ctags-recursive dvi-recursive html-recursive info-recursive \
122         install-data-recursive install-dvi-recursive \
123         install-exec-recursive install-html-recursive \
124         install-info-recursive install-pdf-recursive \
125         install-ps-recursive install-recursive installcheck-recursive \
126         installdirs-recursive pdf-recursive ps-recursive \
127         tags-recursive uninstall-recursive
128 am__can_run_installinfo = \
129   case $$AM_UPDATE_INFO_DIR in \
130     n|no|NO) false;; \
131     *) (install-info --version) >/dev/null 2>&1;; \
132   esac
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134   distclean-recursive maintainer-clean-recursive
135 am__recursive_targets = \
136   $(RECURSIVE_TARGETS) \
137   $(RECURSIVE_CLEAN_TARGETS) \
138   $(am__extra_recursive_targets)
139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140         distdir distdir-am
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates.  Input order is
144 # *not* preserved.
145 am__uniquify_input = $(AWK) '\
146   BEGIN { nonempty = 0; } \
147   { items[$$0] = 1; nonempty = 1; } \
148   END { if (nonempty) { for (i in items) print i; }; } \
149 '
150 # Make sure the list of sources is unique.  This is necessary because,
151 # e.g., the same source file might be shared among _SOURCES variables
152 # for different programs/libraries.
153 am__define_uniq_tagged_files = \
154   list='$(am__tagged_files)'; \
155   unique=`for i in $$list; do \
156     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157   done | $(am__uniquify_input)`
158 ETAGS = etags
159 CTAGS = ctags
160 DIST_SUBDIRS = $(SUBDIRS)
161 am__DIST_COMMON = $(srcdir)/Makefile.in
162 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163 am__relativize = \
164   dir0=`pwd`; \
165   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
166   sed_rest='s,^[^/]*/*,,'; \
167   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
168   sed_butlast='s,/*[^/]*$$,,'; \
169   while test -n "$$dir1"; do \
170     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
171     if test "$$first" != "."; then \
172       if test "$$first" = ".."; then \
173         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
174         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
175       else \
176         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
177         if test "$$first2" = "$$first"; then \
178           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
179         else \
180           dir2="../$$dir2"; \
181         fi; \
182         dir0="$$dir0"/"$$first"; \
183       fi; \
184     fi; \
185     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
186   done; \
187   reldir="$$dir2"
188 ACLOCAL = @ACLOCAL@
189 AMTAR = @AMTAR@
190 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191 AR = @AR@
192 AS = @AS@
193 AUTOCONF = @AUTOCONF@
194 AUTOHEADER = @AUTOHEADER@
195 AUTOMAKE = @AUTOMAKE@
196 AWK = @AWK@
197 CC = @CC@
198 CCACHE_DISABLE = @CCACHE_DISABLE@
199 CCDEPMODE = @CCDEPMODE@
200 CFLAGS = @CFLAGS@
201 CPP = @CPP@
202 CPPFLAGS = @CPPFLAGS@
203 CYGPATH_W = @CYGPATH_W@
204 DEFS = @DEFS@
205 DEPDIR = @DEPDIR@
206 DLLTOOL = @DLLTOOL@
207 DSYMUTIL = @DSYMUTIL@
208 DUMPBIN = @DUMPBIN@
209 ECHO_C = @ECHO_C@
210 ECHO_N = @ECHO_N@
211 ECHO_T = @ECHO_T@
212 EGREP = @EGREP@
213 EXEEXT = @EXEEXT@
214 FGREP = @FGREP@
215 GLIB_CFLAGS = @GLIB_CFLAGS@
216 GLIB_LIBS = @GLIB_LIBS@
217 GLIB_MKENUMS = @GLIB_MKENUMS@
218 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
219 GNUTLS_LIBS = @GNUTLS_LIBS@
220 GREP = @GREP@
221 GST010_CFLAGS = @GST010_CFLAGS@
222 GST010_LIBS = @GST010_LIBS@
223 GST_CFLAGS = @GST_CFLAGS@
224 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
225 GST_CHECK_LIBS = @GST_CHECK_LIBS@
226 GST_LIBS = @GST_LIBS@
227 GTKDOC_CHECK = @GTKDOC_CHECK@
228 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
229 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
230 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
231 GTKDOC_MKPDF = @GTKDOC_MKPDF@
232 GTKDOC_REBASE = @GTKDOC_REBASE@
233 GUPNP_CFLAGS = @GUPNP_CFLAGS@
234 GUPNP_LIBS = @GUPNP_LIBS@
235 GUPNP_PACKAGES = @GUPNP_PACKAGES@
236 GUPNP_PACKAGES_PRIVATE = @GUPNP_PACKAGES_PRIVATE@
237 GUPNP_PACKAGES_PUBLIC = @GUPNP_PACKAGES_PUBLIC@
238 HAVE_GUPNP = @HAVE_GUPNP@
239 HTML_DIR = @HTML_DIR@
240 INSTALL = @INSTALL@
241 INSTALL_DATA = @INSTALL_DATA@
242 INSTALL_PROGRAM = @INSTALL_PROGRAM@
243 INSTALL_SCRIPT = @INSTALL_SCRIPT@
244 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
246 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
247 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
248 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
249 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
250 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
251 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
252 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
253 LD = @LD@
254 LDFLAGS = @LDFLAGS@
255 LIBNICE_CFLAGS = @LIBNICE_CFLAGS@
256 LIBNICE_LT_LDFLAGS = @LIBNICE_LT_LDFLAGS@
257 LIBOBJS = @LIBOBJS@
258 LIBRT = @LIBRT@
259 LIBS = @LIBS@
260 LIBTOOL = @LIBTOOL@
261 LIPO = @LIPO@
262 LN_S = @LN_S@
263 LTLIBOBJS = @LTLIBOBJS@
264 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
265 MAKEINFO = @MAKEINFO@
266 MANIFEST_TOOL = @MANIFEST_TOOL@
267 MKDIR_P = @MKDIR_P@
268 NICE_PACKAGES_PRIVATE = @NICE_PACKAGES_PRIVATE@
269 NICE_PACKAGES_PUBLIC = @NICE_PACKAGES_PUBLIC@
270 NM = @NM@
271 NMEDIT = @NMEDIT@
272 OBJDUMP = @OBJDUMP@
273 OBJEXT = @OBJEXT@
274 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
275 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
276 OPENSSL_LIBS = @OPENSSL_LIBS@
277 OTOOL = @OTOOL@
278 OTOOL64 = @OTOOL64@
279 PACKAGE = @PACKAGE@
280 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281 PACKAGE_NAME = @PACKAGE_NAME@
282 PACKAGE_STRING = @PACKAGE_STRING@
283 PACKAGE_TARNAME = @PACKAGE_TARNAME@
284 PACKAGE_URL = @PACKAGE_URL@
285 PACKAGE_VERSION = @PACKAGE_VERSION@
286 PATH_SEPARATOR = @PATH_SEPARATOR@
287 PKG_CONFIG = @PKG_CONFIG@
288 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
289 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
290 RANLIB = @RANLIB@
291 SED = @SED@
292 SET_MAKE = @SET_MAKE@
293 SHELL = @SHELL@
294 STRIP = @STRIP@
295 UPNP_ENABLED = @UPNP_ENABLED@
296 VERSION = @VERSION@
297 abs_builddir = @abs_builddir@
298 abs_srcdir = @abs_srcdir@
299 abs_top_builddir = @abs_top_builddir@
300 abs_top_srcdir = @abs_top_srcdir@
301 ac_ct_AR = @ac_ct_AR@
302 ac_ct_CC = @ac_ct_CC@
303 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304 am__include = @am__include@
305 am__leading_dot = @am__leading_dot@
306 am__quote = @am__quote@
307 am__tar = @am__tar@
308 am__untar = @am__untar@
309 bindir = @bindir@
310 build = @build@
311 build_alias = @build_alias@
312 build_cpu = @build_cpu@
313 build_os = @build_os@
314 build_vendor = @build_vendor@
315 builddir = @builddir@
316 datadir = @datadir@
317 datarootdir = @datarootdir@
318 docdir = @docdir@
319 dvidir = @dvidir@
320 exec_prefix = @exec_prefix@
321 gstplugin010dir = @gstplugin010dir@
322 gstplugindir = @gstplugindir@
323 host = @host@
324 host_alias = @host_alias@
325 host_cpu = @host_cpu@
326 host_os = @host_os@
327 host_vendor = @host_vendor@
328 htmldir = @htmldir@
329 includedir = @includedir@
330 infodir = @infodir@
331 install_sh = @install_sh@
332 libdir = @libdir@
333 libexecdir = @libexecdir@
334 localedir = @localedir@
335 localstatedir = @localstatedir@
336 mandir = @mandir@
337 mkdir_p = @mkdir_p@
338 oldincludedir = @oldincludedir@
339 pdfdir = @pdfdir@
340 prefix = @prefix@
341 program_transform_name = @program_transform_name@
342 psdir = @psdir@
343 sbindir = @sbindir@
344 sharedstatedir = @sharedstatedir@
345 srcdir = @srcdir@
346 sysconfdir = @sysconfdir@
347 target = @target@
348 target_alias = @target_alias@
349 target_cpu = @target_cpu@
350 target_os = @target_os@
351 target_vendor = @target_vendor@
352 top_build_prefix = @top_build_prefix@
353 top_builddir = @top_builddir@
354 top_srcdir = @top_srcdir@
355 SUBDIRS = reference
356 EXTRA_DIST = design.txt
357 all: all-recursive
358
359 .SUFFIXES:
360 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
361         @for dep in $?; do \
362           case '$(am__configure_deps)' in \
363             *$$dep*) \
364               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
365                 && { if test -f $@; then exit 0; else break; fi; }; \
366               exit 1;; \
367           esac; \
368         done; \
369         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
370         $(am__cd) $(top_srcdir) && \
371           $(AUTOMAKE) --gnu docs/Makefile
372 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373         @case '$?' in \
374           *config.status*) \
375             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
376           *) \
377             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
378             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
379         esac;
380
381 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
382         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383
384 $(top_srcdir)/configure:  $(am__configure_deps)
385         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
387         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388 $(am__aclocal_m4_deps):
389
390 mostlyclean-libtool:
391         -rm -f *.lo
392
393 clean-libtool:
394         -rm -rf .libs _libs
395
396 # This directory's subdirectories are mostly independent; you can cd
397 # into them and run 'make' without going through this Makefile.
398 # To change the values of 'make' variables: instead of editing Makefiles,
399 # (1) if the variable is set in 'config.status', edit 'config.status'
400 #     (which will cause the Makefiles to be regenerated when you run 'make');
401 # (2) otherwise, pass the desired values on the 'make' command line.
402 $(am__recursive_targets):
403         @fail=; \
404         if $(am__make_keepgoing); then \
405           failcom='fail=yes'; \
406         else \
407           failcom='exit 1'; \
408         fi; \
409         dot_seen=no; \
410         target=`echo $@ | sed s/-recursive//`; \
411         case "$@" in \
412           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
413           *) list='$(SUBDIRS)' ;; \
414         esac; \
415         for subdir in $$list; do \
416           echo "Making $$target in $$subdir"; \
417           if test "$$subdir" = "."; then \
418             dot_seen=yes; \
419             local_target="$$target-am"; \
420           else \
421             local_target="$$target"; \
422           fi; \
423           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
424           || eval $$failcom; \
425         done; \
426         if test "$$dot_seen" = "no"; then \
427           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
428         fi; test -z "$$fail"
429
430 ID: $(am__tagged_files)
431         $(am__define_uniq_tagged_files); mkid -fID $$unique
432 tags: tags-recursive
433 TAGS: tags
434
435 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
436         set x; \
437         here=`pwd`; \
438         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
439           include_option=--etags-include; \
440           empty_fix=.; \
441         else \
442           include_option=--include; \
443           empty_fix=; \
444         fi; \
445         list='$(SUBDIRS)'; for subdir in $$list; do \
446           if test "$$subdir" = .; then :; else \
447             test ! -f $$subdir/TAGS || \
448               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
449           fi; \
450         done; \
451         $(am__define_uniq_tagged_files); \
452         shift; \
453         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454           test -n "$$unique" || unique=$$empty_fix; \
455           if test $$# -gt 0; then \
456             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457               "$$@" $$unique; \
458           else \
459             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460               $$unique; \
461           fi; \
462         fi
463 ctags: ctags-recursive
464
465 CTAGS: ctags
466 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
467         $(am__define_uniq_tagged_files); \
468         test -z "$(CTAGS_ARGS)$$unique" \
469           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470              $$unique
471
472 GTAGS:
473         here=`$(am__cd) $(top_builddir) && pwd` \
474           && $(am__cd) $(top_srcdir) \
475           && gtags -i $(GTAGS_ARGS) "$$here"
476 cscopelist: cscopelist-recursive
477
478 cscopelist-am: $(am__tagged_files)
479         list='$(am__tagged_files)'; \
480         case "$(srcdir)" in \
481           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
482           *) sdir=$(subdir)/$(srcdir) ;; \
483         esac; \
484         for i in $$list; do \
485           if test -f "$$i"; then \
486             echo "$(subdir)/$$i"; \
487           else \
488             echo "$$sdir/$$i"; \
489           fi; \
490         done >> $(top_builddir)/cscope.files
491
492 distclean-tags:
493         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494
495 distdir: $(BUILT_SOURCES)
496         $(MAKE) $(AM_MAKEFLAGS) distdir-am
497
498 distdir-am: $(DISTFILES)
499         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501         list='$(DISTFILES)'; \
502           dist_files=`for file in $$list; do echo $$file; done | \
503           sed -e "s|^$$srcdirstrip/||;t" \
504               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
505         case $$dist_files in \
506           */*) $(MKDIR_P) `echo "$$dist_files" | \
507                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
508                            sort -u` ;; \
509         esac; \
510         for file in $$dist_files; do \
511           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
512           if test -d $$d/$$file; then \
513             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
514             if test -d "$(distdir)/$$file"; then \
515               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516             fi; \
517             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
519               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520             fi; \
521             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
522           else \
523             test -f "$(distdir)/$$file" \
524             || cp -p $$d/$$file "$(distdir)/$$file" \
525             || exit 1; \
526           fi; \
527         done
528         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
529           if test "$$subdir" = .; then :; else \
530             $(am__make_dryrun) \
531               || test -d "$(distdir)/$$subdir" \
532               || $(MKDIR_P) "$(distdir)/$$subdir" \
533               || exit 1; \
534             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
535             $(am__relativize); \
536             new_distdir=$$reldir; \
537             dir1=$$subdir; dir2="$(top_distdir)"; \
538             $(am__relativize); \
539             new_top_distdir=$$reldir; \
540             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
541             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
542             ($(am__cd) $$subdir && \
543               $(MAKE) $(AM_MAKEFLAGS) \
544                 top_distdir="$$new_top_distdir" \
545                 distdir="$$new_distdir" \
546                 am__remove_distdir=: \
547                 am__skip_length_check=: \
548                 am__skip_mode_fix=: \
549                 distdir) \
550               || exit 1; \
551           fi; \
552         done
553 check-am: all-am
554 check: check-recursive
555 all-am: Makefile
556 installdirs: installdirs-recursive
557 installdirs-am:
558 install: install-recursive
559 install-exec: install-exec-recursive
560 install-data: install-data-recursive
561 uninstall: uninstall-recursive
562
563 install-am: all-am
564         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
565
566 installcheck: installcheck-recursive
567 install-strip:
568         if test -z '$(STRIP)'; then \
569           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571               install; \
572         else \
573           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
576         fi
577 mostlyclean-generic:
578
579 clean-generic:
580
581 distclean-generic:
582         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
583         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
584
585 maintainer-clean-generic:
586         @echo "This command is intended for maintainers to use"
587         @echo "it deletes files that may require special tools to rebuild."
588 clean: clean-recursive
589
590 clean-am: clean-generic clean-libtool mostlyclean-am
591
592 distclean: distclean-recursive
593         -rm -f Makefile
594 distclean-am: clean-am distclean-generic distclean-tags
595
596 dvi: dvi-recursive
597
598 dvi-am:
599
600 html: html-recursive
601
602 html-am:
603
604 info: info-recursive
605
606 info-am:
607
608 install-data-am:
609
610 install-dvi: install-dvi-recursive
611
612 install-dvi-am:
613
614 install-exec-am:
615
616 install-html: install-html-recursive
617
618 install-html-am:
619
620 install-info: install-info-recursive
621
622 install-info-am:
623
624 install-man:
625
626 install-pdf: install-pdf-recursive
627
628 install-pdf-am:
629
630 install-ps: install-ps-recursive
631
632 install-ps-am:
633
634 installcheck-am:
635
636 maintainer-clean: maintainer-clean-recursive
637         -rm -f Makefile
638 maintainer-clean-am: distclean-am maintainer-clean-generic
639
640 mostlyclean: mostlyclean-recursive
641
642 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
643
644 pdf: pdf-recursive
645
646 pdf-am:
647
648 ps: ps-recursive
649
650 ps-am:
651
652 uninstall-am:
653
654 .MAKE: $(am__recursive_targets) install-am install-strip
655
656 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
657         check-am clean clean-generic clean-libtool cscopelist-am ctags \
658         ctags-am distclean distclean-generic distclean-libtool \
659         distclean-tags distdir dvi dvi-am html html-am info info-am \
660         install install-am install-data install-data-am install-dvi \
661         install-dvi-am install-exec install-exec-am install-html \
662         install-html-am install-info install-info-am install-man \
663         install-pdf install-pdf-am install-ps install-ps-am \
664         install-strip installcheck installcheck-am installdirs \
665         installdirs-am maintainer-clean maintainer-clean-generic \
666         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
667         ps ps-am tags tags-am uninstall uninstall-am
668
669 .PRECIOUS: Makefile
670
671
672 # Tell versions [3.59,3.63) of GNU make to not export all variables.
673 # Otherwise a system limit (for SysV at least) may be exceeded.
674 .NOEXPORT: