nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3  
4 # Copyright (C) 1994-2013 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
30 case $$MAKEFLAGS in \
31 *\\[\ \ ]*) \
32 bs=\\; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35 esac; \
36 fi; \
37 skip_next=no; \
38 strip_trailopt () \
39 { \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = .
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82 $(top_srcdir)/configure $(am__configure_deps) \
83 $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL README \
84 config.guess config.sub depcomp install-sh missing
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_create_stdint_h.m4 \
87 $(top_srcdir)/m4/dast.m4 $(top_srcdir)/m4/acx_pthread.m4 \
88 $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 $(ACLOCAL_M4)
91 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
92 configure.lineno config.status.lineno
93 mkinstalldirs = $(install_sh) -d
94 CONFIG_HEADER = config.h
95 CONFIG_CLEAN_FILES =
96 CONFIG_CLEAN_VPATH_FILES =
97 AM_V_P = $(am__v_P_@AM_V@)
98 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99 am__v_P_0 = false
100 am__v_P_1 = :
101 AM_V_GEN = $(am__v_GEN_@AM_V@)
102 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
103 am__v_GEN_0 = @echo " GEN " $@;
104 am__v_GEN_1 =
105 AM_V_at = $(am__v_at_@AM_V@)
106 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107 am__v_at_0 = @
108 am__v_at_1 =
109 SOURCES =
110 DIST_SOURCES =
111 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
112 ctags-recursive dvi-recursive html-recursive info-recursive \
113 install-data-recursive install-dvi-recursive \
114 install-exec-recursive install-html-recursive \
115 install-info-recursive install-pdf-recursive \
116 install-ps-recursive install-recursive installcheck-recursive \
117 installdirs-recursive pdf-recursive ps-recursive \
118 tags-recursive uninstall-recursive
119 am__can_run_installinfo = \
120 case $$AM_UPDATE_INFO_DIR in \
121 n|no|NO) false;; \
122 *) (install-info --version) >/dev/null 2>&1;; \
123 esac
124 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
125 distclean-recursive maintainer-clean-recursive
126 am__recursive_targets = \
127 $(RECURSIVE_TARGETS) \
128 $(RECURSIVE_CLEAN_TARGETS) \
129 $(am__extra_recursive_targets)
130 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
131 cscope distdir dist dist-all distcheck
132 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
133 $(LISP)config.h.in
134 # Read a list of newline-separated strings from the standard input,
135 # and print each of them once, without duplicates. Input order is
136 # *not* preserved.
137 am__uniquify_input = $(AWK) '\
138 BEGIN { nonempty = 0; } \
139 { items[$$0] = 1; nonempty = 1; } \
140 END { if (nonempty) { for (i in items) print i; }; } \
141 '
142 # Make sure the list of sources is unique. This is necessary because,
143 # e.g., the same source file might be shared among _SOURCES variables
144 # for different programs/libraries.
145 am__define_uniq_tagged_files = \
146 list='$(am__tagged_files)'; \
147 unique=`for i in $$list; do \
148 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
149 done | $(am__uniquify_input)`
150 ETAGS = etags
151 CTAGS = ctags
152 CSCOPE = cscope
153 DIST_SUBDIRS = $(SUBDIRS)
154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155 distdir = $(PACKAGE)-$(VERSION)
156 top_distdir = $(distdir)
157 am__remove_distdir = \
158 if test -d "$(distdir)"; then \
159 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
160 && rm -rf "$(distdir)" \
161 || { sleep 5 && rm -rf "$(distdir)"; }; \
162 else :; fi
163 am__post_remove_distdir = $(am__remove_distdir)
164 am__relativize = \
165 dir0=`pwd`; \
166 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
167 sed_rest='s,^[^/]*/*,,'; \
168 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
169 sed_butlast='s,/*[^/]*$$,,'; \
170 while test -n "$$dir1"; do \
171 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
172 if test "$$first" != "."; then \
173 if test "$$first" = ".."; then \
174 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
175 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
176 else \
177 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
178 if test "$$first2" = "$$first"; then \
179 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
180 else \
181 dir2="../$$dir2"; \
182 fi; \
183 dir0="$$dir0"/"$$first"; \
184 fi; \
185 fi; \
186 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
187 done; \
188 reldir="$$dir2"
189 DIST_ARCHIVES = $(distdir).tar.gz
190 GZIP_ENV = --best
191 DIST_TARGETS = dist-gzip
192 distuninstallcheck_listfiles = find . -type f -print
193 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
194 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
195 distcleancheck_listfiles = find . -type f -print
196 ACLOCAL = @ACLOCAL@
197 AMTAR = @AMTAR@
198 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
199 AUTOCONF = @AUTOCONF@
200 AUTOHEADER = @AUTOHEADER@
201 AUTOMAKE = @AUTOMAKE@
202 AWK = @AWK@
203 CC = @CC@
204 CCDEPMODE = @CCDEPMODE@
205 CFLAGS = @CFLAGS@
206 CPP = @CPP@
207 CPPFLAGS = @CPPFLAGS@
208 CXX = @CXX@
209 CXXDEPMODE = @CXXDEPMODE@
210 CXXFLAGS = @CXXFLAGS@
211 CYGPATH_W = @CYGPATH_W@
212 DEFS = @DEFS@
213 DEPDIR = @DEPDIR@
214 ECHO_C = @ECHO_C@
215 ECHO_N = @ECHO_N@
216 ECHO_T = @ECHO_T@
217 EGREP = @EGREP@
218 EXEEXT = @EXEEXT@
219 GREP = @GREP@
220 INSTALL = @INSTALL@
221 INSTALL_DATA = @INSTALL_DATA@
222 INSTALL_PROGRAM = @INSTALL_PROGRAM@
223 INSTALL_SCRIPT = @INSTALL_SCRIPT@
224 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225 LDFLAGS = @LDFLAGS@
226 LIBOBJS = @LIBOBJS@
227 LIBS = @LIBS@
228 LTLIBOBJS = @LTLIBOBJS@
229 MAINT = @MAINT@
230 MAKEINFO = @MAKEINFO@
231 MKDIR_P = @MKDIR_P@
232 OBJEXT = @OBJEXT@
233 PACKAGE = @PACKAGE@
234 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
235 PACKAGE_NAME = @PACKAGE_NAME@
236 PACKAGE_STRING = @PACKAGE_STRING@
237 PACKAGE_TARNAME = @PACKAGE_TARNAME@
238 PACKAGE_URL = @PACKAGE_URL@
239 PACKAGE_VERSION = @PACKAGE_VERSION@
240 PATH_SEPARATOR = @PATH_SEPARATOR@
241 PTHREAD_CC = @PTHREAD_CC@
242 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
243 PTHREAD_LIBS = @PTHREAD_LIBS@
244 RANLIB = @RANLIB@
245 SET_MAKE = @SET_MAKE@
246 SHELL = @SHELL@
247 STRIP = @STRIP@
248 STRIP_BEGIN = @STRIP_BEGIN@
249 STRIP_DUMMY = @STRIP_DUMMY@
250 STRIP_END = @STRIP_END@
251 VERSION = @VERSION@
252 WEB100_CFLAGS = @WEB100_CFLAGS@
253 WEB100_CONFIG = @WEB100_CONFIG@
254 WEB100_LIBS = @WEB100_LIBS@
255 abs_builddir = @abs_builddir@
256 abs_srcdir = @abs_srcdir@
257 abs_top_builddir = @abs_top_builddir@
258 abs_top_srcdir = @abs_top_srcdir@
259 ac_ct_CC = @ac_ct_CC@
260 ac_ct_CXX = @ac_ct_CXX@
261 acx_pthread_config = @acx_pthread_config@
262 am__include = @am__include@
263 am__leading_dot = @am__leading_dot@
264 am__quote = @am__quote@
265 am__tar = @am__tar@
266 am__untar = @am__untar@
267 bindir = @bindir@
268 build = @build@
269 build_alias = @build_alias@
270 build_cpu = @build_cpu@
271 build_os = @build_os@
272 build_vendor = @build_vendor@
273 builddir = @builddir@
274 datadir = @datadir@
275 datarootdir = @datarootdir@
276 docdir = @docdir@
277 dvidir = @dvidir@
278 exec_prefix = @exec_prefix@
279 host = @host@
280 host_alias = @host_alias@
281 host_cpu = @host_cpu@
282 host_os = @host_os@
283 host_vendor = @host_vendor@
284 htmldir = @htmldir@
285 includedir = @includedir@
286 infodir = @infodir@
287 install_sh = @install_sh@
288 libdir = @libdir@
289 libexecdir = @libexecdir@
290 localedir = @localedir@
291 localstatedir = @localstatedir@
292 mandir = @mandir@
293 mkdir_p = @mkdir_p@
294 oldincludedir = @oldincludedir@
295 pdfdir = @pdfdir@
296 prefix = @prefix@
297 program_transform_name = @program_transform_name@
298 psdir = @psdir@
299 sbindir = @sbindir@
300 sharedstatedir = @sharedstatedir@
301 srcdir = @srcdir@
302 sysconfdir = @sysconfdir@
303 target_alias = @target_alias@
304 top_build_prefix = @top_build_prefix@
305 top_builddir = @top_builddir@
306 top_srcdir = @top_srcdir@
307 AUTOMAKE_OPTIONS = foreign
308 SUBDIRS = compat doc include src man
309 AM_CPPFLAGS = @STRIP_BEGIN@ \
310 -I$(top_srcdir)/include \
311 -I$(top_builddir)/include \
312 @STRIP_END@
313  
314 AM_CXXFLAGS = -Wall
315 AM_FLAGS = -Wall
316 all: config.h
317 $(MAKE) $(AM_MAKEFLAGS) all-recursive
318  
319 .SUFFIXES:
320 am--refresh: Makefile
321 @:
322 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
323 @for dep in $?; do \
324 case '$(am__configure_deps)' in \
325 *$$dep*) \
326 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
327 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
328 && exit 0; \
329 exit 1;; \
330 esac; \
331 done; \
332 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
333 $(am__cd) $(top_srcdir) && \
334 $(AUTOMAKE) --foreign Makefile
335 .PRECIOUS: Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337 @case '$?' in \
338 *config.status*) \
339 echo ' $(SHELL) ./config.status'; \
340 $(SHELL) ./config.status;; \
341 *) \
342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
343 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
344 esac;
345  
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347 $(SHELL) ./config.status --recheck
348  
349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350 $(am__cd) $(srcdir) && $(AUTOCONF)
351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
353 $(am__aclocal_m4_deps):
354  
355 config.h: stamp-h1
356 @if test ! -f $@; then rm -f stamp-h1; else :; fi
357 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
358  
359 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
360 @rm -f stamp-h1
361 cd $(top_builddir) && $(SHELL) ./config.status config.h
362 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
363 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
364 rm -f stamp-h1
365 touch $@
366  
367 distclean-hdr:
368 -rm -f config.h stamp-h1
369  
370 # This directory's subdirectories are mostly independent; you can cd
371 # into them and run 'make' without going through this Makefile.
372 # To change the values of 'make' variables: instead of editing Makefiles,
373 # (1) if the variable is set in 'config.status', edit 'config.status'
374 # (which will cause the Makefiles to be regenerated when you run 'make');
375 # (2) otherwise, pass the desired values on the 'make' command line.
376 $(am__recursive_targets):
377 @fail=; \
378 if $(am__make_keepgoing); then \
379 failcom='fail=yes'; \
380 else \
381 failcom='exit 1'; \
382 fi; \
383 dot_seen=no; \
384 target=`echo $@ | sed s/-recursive//`; \
385 case "$@" in \
386 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
387 *) list='$(SUBDIRS)' ;; \
388 esac; \
389 for subdir in $$list; do \
390 echo "Making $$target in $$subdir"; \
391 if test "$$subdir" = "."; then \
392 dot_seen=yes; \
393 local_target="$$target-am"; \
394 else \
395 local_target="$$target"; \
396 fi; \
397 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
398 || eval $$failcom; \
399 done; \
400 if test "$$dot_seen" = "no"; then \
401 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
402 fi; test -z "$$fail"
403  
404 ID: $(am__tagged_files)
405 $(am__define_uniq_tagged_files); mkid -fID $$unique
406 tags: tags-recursive
407 TAGS: tags
408  
409 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
410 set x; \
411 here=`pwd`; \
412 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
413 include_option=--etags-include; \
414 empty_fix=.; \
415 else \
416 include_option=--include; \
417 empty_fix=; \
418 fi; \
419 list='$(SUBDIRS)'; for subdir in $$list; do \
420 if test "$$subdir" = .; then :; else \
421 test ! -f $$subdir/TAGS || \
422 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
423 fi; \
424 done; \
425 $(am__define_uniq_tagged_files); \
426 shift; \
427 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428 test -n "$$unique" || unique=$$empty_fix; \
429 if test $$# -gt 0; then \
430 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431 "$$@" $$unique; \
432 else \
433 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434 $$unique; \
435 fi; \
436 fi
437 ctags: ctags-recursive
438  
439 CTAGS: ctags
440 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
441 $(am__define_uniq_tagged_files); \
442 test -z "$(CTAGS_ARGS)$$unique" \
443 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444 $$unique
445  
446 GTAGS:
447 here=`$(am__cd) $(top_builddir) && pwd` \
448 && $(am__cd) $(top_srcdir) \
449 && gtags -i $(GTAGS_ARGS) "$$here"
450 cscope: cscope.files
451 test ! -s cscope.files \
452 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
453 clean-cscope:
454 -rm -f cscope.files
455 cscope.files: clean-cscope cscopelist
456 cscopelist: cscopelist-recursive
457  
458 cscopelist-am: $(am__tagged_files)
459 list='$(am__tagged_files)'; \
460 case "$(srcdir)" in \
461 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
462 *) sdir=$(subdir)/$(srcdir) ;; \
463 esac; \
464 for i in $$list; do \
465 if test -f "$$i"; then \
466 echo "$(subdir)/$$i"; \
467 else \
468 echo "$$sdir/$$i"; \
469 fi; \
470 done >> $(top_builddir)/cscope.files
471  
472 distclean-tags:
473 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
475  
476 distdir: $(DISTFILES)
477 $(am__remove_distdir)
478 test -d "$(distdir)" || mkdir "$(distdir)"
479 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481 list='$(DISTFILES)'; \
482 dist_files=`for file in $$list; do echo $$file; done | \
483 sed -e "s|^$$srcdirstrip/||;t" \
484 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
485 case $$dist_files in \
486 */*) $(MKDIR_P) `echo "$$dist_files" | \
487 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
488 sort -u` ;; \
489 esac; \
490 for file in $$dist_files; do \
491 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492 if test -d $$d/$$file; then \
493 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
494 if test -d "$(distdir)/$$file"; then \
495 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496 fi; \
497 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 fi; \
501 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
502 else \
503 test -f "$(distdir)/$$file" \
504 || cp -p $$d/$$file "$(distdir)/$$file" \
505 || exit 1; \
506 fi; \
507 done
508 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
509 if test "$$subdir" = .; then :; else \
510 $(am__make_dryrun) \
511 || test -d "$(distdir)/$$subdir" \
512 || $(MKDIR_P) "$(distdir)/$$subdir" \
513 || exit 1; \
514 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
515 $(am__relativize); \
516 new_distdir=$$reldir; \
517 dir1=$$subdir; dir2="$(top_distdir)"; \
518 $(am__relativize); \
519 new_top_distdir=$$reldir; \
520 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
521 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
522 ($(am__cd) $$subdir && \
523 $(MAKE) $(AM_MAKEFLAGS) \
524 top_distdir="$$new_top_distdir" \
525 distdir="$$new_distdir" \
526 am__remove_distdir=: \
527 am__skip_length_check=: \
528 am__skip_mode_fix=: \
529 distdir) \
530 || exit 1; \
531 fi; \
532 done
533 -test -n "$(am__skip_mode_fix)" \
534 || find "$(distdir)" -type d ! -perm -755 \
535 -exec chmod u+rwx,go+rx {} \; -o \
536 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
537 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
538 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
539 || chmod -R a+r "$(distdir)"
540 dist-gzip: distdir
541 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
542 $(am__post_remove_distdir)
543  
544 dist-bzip2: distdir
545 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
546 $(am__post_remove_distdir)
547  
548 dist-lzip: distdir
549 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
550 $(am__post_remove_distdir)
551  
552 dist-xz: distdir
553 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
554 $(am__post_remove_distdir)
555  
556 dist-tarZ: distdir
557 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
558 $(am__post_remove_distdir)
559  
560 dist-shar: distdir
561 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
562 $(am__post_remove_distdir)
563  
564 dist-zip: distdir
565 -rm -f $(distdir).zip
566 zip -rq $(distdir).zip $(distdir)
567 $(am__post_remove_distdir)
568  
569 dist dist-all:
570 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
571 $(am__post_remove_distdir)
572  
573 # This target untars the dist file and tries a VPATH configuration. Then
574 # it guarantees that the distribution is self-contained by making another
575 # tarfile.
576 distcheck: dist
577 case '$(DIST_ARCHIVES)' in \
578 *.tar.gz*) \
579 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
580 *.tar.bz2*) \
581 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
582 *.tar.lz*) \
583 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
584 *.tar.xz*) \
585 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
586 *.tar.Z*) \
587 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
588 *.shar.gz*) \
589 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
590 *.zip*) \
591 unzip $(distdir).zip ;;\
592 esac
593 chmod -R a-w $(distdir)
594 chmod u+w $(distdir)
595 mkdir $(distdir)/_build $(distdir)/_inst
596 chmod a-w $(distdir)
597 test -d $(distdir)/_build || exit 0; \
598 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
599 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
600 && am__cwd=`pwd` \
601 && $(am__cd) $(distdir)/_build \
602 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
603 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
604 $(DISTCHECK_CONFIGURE_FLAGS) \
605 && $(MAKE) $(AM_MAKEFLAGS) \
606 && $(MAKE) $(AM_MAKEFLAGS) dvi \
607 && $(MAKE) $(AM_MAKEFLAGS) check \
608 && $(MAKE) $(AM_MAKEFLAGS) install \
609 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
610 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
611 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
612 distuninstallcheck \
613 && chmod -R a-w "$$dc_install_base" \
614 && ({ \
615 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
616 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
617 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
618 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
619 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
620 } || { rm -rf "$$dc_destdir"; exit 1; }) \
621 && rm -rf "$$dc_destdir" \
622 && $(MAKE) $(AM_MAKEFLAGS) dist \
623 && rm -rf $(DIST_ARCHIVES) \
624 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
625 && cd "$$am__cwd" \
626 || exit 1
627 $(am__post_remove_distdir)
628 @(echo "$(distdir) archives ready for distribution: "; \
629 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
630 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
631 distuninstallcheck:
632 @test -n '$(distuninstallcheck_dir)' || { \
633 echo 'ERROR: trying to run $@ with an empty' \
634 '$$(distuninstallcheck_dir)' >&2; \
635 exit 1; \
636 }; \
637 $(am__cd) '$(distuninstallcheck_dir)' || { \
638 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
639 exit 1; \
640 }; \
641 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
642 || { echo "ERROR: files left after uninstall:" ; \
643 if test -n "$(DESTDIR)"; then \
644 echo " (check DESTDIR support)"; \
645 fi ; \
646 $(distuninstallcheck_listfiles) ; \
647 exit 1; } >&2
648 distcleancheck: distclean
649 @if test '$(srcdir)' = . ; then \
650 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
651 exit 1 ; \
652 fi
653 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
654 || { echo "ERROR: files left in build directory after distclean:" ; \
655 $(distcleancheck_listfiles) ; \
656 exit 1; } >&2
657 check-am: all-am
658 check: check-recursive
659 all-am: Makefile config.h
660 installdirs: installdirs-recursive
661 installdirs-am:
662 install: install-recursive
663 install-exec: install-exec-recursive
664 install-data: install-data-recursive
665 uninstall: uninstall-recursive
666  
667 install-am: all-am
668 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
669  
670 installcheck: installcheck-recursive
671 install-strip:
672 if test -z '$(STRIP)'; then \
673 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
674 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
675 install; \
676 else \
677 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
678 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
679 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
680 fi
681 mostlyclean-generic:
682  
683 clean-generic:
684  
685 distclean-generic:
686 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
687 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
688  
689 maintainer-clean-generic:
690 @echo "This command is intended for maintainers to use"
691 @echo "it deletes files that may require special tools to rebuild."
692 clean: clean-recursive
693  
694 clean-am: clean-generic mostlyclean-am
695  
696 distclean: distclean-recursive
697 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
698 -rm -f Makefile
699 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
700  
701 dvi: dvi-recursive
702  
703 dvi-am:
704  
705 html: html-recursive
706  
707 html-am:
708  
709 info: info-recursive
710  
711 info-am:
712  
713 install-data-am:
714  
715 install-dvi: install-dvi-recursive
716  
717 install-dvi-am:
718  
719 install-exec-am:
720  
721 install-html: install-html-recursive
722  
723 install-html-am:
724  
725 install-info: install-info-recursive
726  
727 install-info-am:
728  
729 install-man:
730  
731 install-pdf: install-pdf-recursive
732  
733 install-pdf-am:
734  
735 install-ps: install-ps-recursive
736  
737 install-ps-am:
738  
739 installcheck-am:
740  
741 maintainer-clean: maintainer-clean-recursive
742 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
743 -rm -rf $(top_srcdir)/autom4te.cache
744 -rm -f Makefile
745 maintainer-clean-am: distclean-am maintainer-clean-generic
746  
747 mostlyclean: mostlyclean-recursive
748  
749 mostlyclean-am: mostlyclean-generic
750  
751 pdf: pdf-recursive
752  
753 pdf-am:
754  
755 ps: ps-recursive
756  
757 ps-am:
758  
759 uninstall-am:
760  
761 .MAKE: $(am__recursive_targets) all install-am install-strip
762  
763 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
764 am--refresh check check-am clean clean-cscope clean-generic \
765 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
766 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
767 distcheck distclean distclean-generic distclean-hdr \
768 distclean-tags distcleancheck distdir distuninstallcheck dvi \
769 dvi-am html html-am info info-am install install-am \
770 install-data install-data-am install-dvi install-dvi-am \
771 install-exec install-exec-am install-html install-html-am \
772 install-info install-info-am install-man install-pdf \
773 install-pdf-am install-ps install-ps-am install-strip \
774 installcheck installcheck-am installdirs installdirs-am \
775 maintainer-clean maintainer-clean-generic mostlyclean \
776 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
777 uninstall-am
778  
779  
780 # Tell versions [3.59,3.63) of GNU make to not export all variables.
781 # Otherwise a system limit (for SysV at least) may be exceeded.
782 .NOEXPORT: