ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/Makefile.in
Revision: 5065
Committed: Mon Dec 22 14:25:58 2014 UTC (9 years, 3 months ago) by michael
File size: 24582 byte(s)
Log Message:
- Added doc/Makefile.am

File Contents

# Content
1 # Makefile.in generated by automake 1.14.1 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) mkinstalldirs \
83 INSTALL README compile config.guess config.sub install-sh \
84 missing ylwrap ltmain.sh
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88 $(ACLOCAL_M4)
89 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
90 configure.lineno config.status.lineno
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92 CONFIG_HEADER = $(top_builddir)/src/setup.h
93 CONFIG_CLEAN_FILES =
94 CONFIG_CLEAN_VPATH_FILES =
95 AM_V_P = $(am__v_P_@AM_V@)
96 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97 am__v_P_0 = false
98 am__v_P_1 = :
99 AM_V_GEN = $(am__v_GEN_@AM_V@)
100 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101 am__v_GEN_0 = @echo " GEN " $@;
102 am__v_GEN_1 =
103 AM_V_at = $(am__v_at_@AM_V@)
104 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105 am__v_at_0 = @
106 am__v_at_1 =
107 SOURCES =
108 DIST_SOURCES =
109 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
110 ctags-recursive dvi-recursive html-recursive info-recursive \
111 install-data-recursive install-dvi-recursive \
112 install-exec-recursive install-html-recursive \
113 install-info-recursive install-pdf-recursive \
114 install-ps-recursive install-recursive installcheck-recursive \
115 installdirs-recursive pdf-recursive ps-recursive \
116 tags-recursive uninstall-recursive
117 am__can_run_installinfo = \
118 case $$AM_UPDATE_INFO_DIR in \
119 n|no|NO) false;; \
120 *) (install-info --version) >/dev/null 2>&1;; \
121 esac
122 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
123 distclean-recursive maintainer-clean-recursive
124 am__recursive_targets = \
125 $(RECURSIVE_TARGETS) \
126 $(RECURSIVE_CLEAN_TARGETS) \
127 $(am__extra_recursive_targets)
128 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
129 cscope distdir dist dist-all distcheck
130 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131 # Read a list of newline-separated strings from the standard input,
132 # and print each of them once, without duplicates. Input order is
133 # *not* preserved.
134 am__uniquify_input = $(AWK) '\
135 BEGIN { nonempty = 0; } \
136 { items[$$0] = 1; nonempty = 1; } \
137 END { if (nonempty) { for (i in items) print i; }; } \
138 '
139 # Make sure the list of sources is unique. This is necessary because,
140 # e.g., the same source file might be shared among _SOURCES variables
141 # for different programs/libraries.
142 am__define_uniq_tagged_files = \
143 list='$(am__tagged_files)'; \
144 unique=`for i in $$list; do \
145 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
146 done | $(am__uniquify_input)`
147 ETAGS = etags
148 CTAGS = ctags
149 CSCOPE = cscope
150 DIST_SUBDIRS = $(SUBDIRS)
151 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152 distdir = $(PACKAGE)-$(VERSION)
153 top_distdir = $(distdir)
154 am__remove_distdir = \
155 if test -d "$(distdir)"; then \
156 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
157 && rm -rf "$(distdir)" \
158 || { sleep 5 && rm -rf "$(distdir)"; }; \
159 else :; fi
160 am__post_remove_distdir = $(am__remove_distdir)
161 am__relativize = \
162 dir0=`pwd`; \
163 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
164 sed_rest='s,^[^/]*/*,,'; \
165 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
166 sed_butlast='s,/*[^/]*$$,,'; \
167 while test -n "$$dir1"; do \
168 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
169 if test "$$first" != "."; then \
170 if test "$$first" = ".."; then \
171 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
172 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
173 else \
174 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175 if test "$$first2" = "$$first"; then \
176 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
177 else \
178 dir2="../$$dir2"; \
179 fi; \
180 dir0="$$dir0"/"$$first"; \
181 fi; \
182 fi; \
183 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
184 done; \
185 reldir="$$dir2"
186 DIST_ARCHIVES = $(distdir).tar.gz
187 GZIP_ENV = --best
188 DIST_TARGETS = dist-gzip
189 distuninstallcheck_listfiles = find . -type f -print
190 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
191 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
192 distcleancheck_listfiles = find . -type f -print
193 ACLOCAL = @ACLOCAL@
194 AMTAR = @AMTAR@
195 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
196 AR = @AR@
197 AUTOCONF = @AUTOCONF@
198 AUTOHEADER = @AUTOHEADER@
199 AUTOMAKE = @AUTOMAKE@
200 AWK = @AWK@
201 CC = @CC@
202 CCDEPMODE = @CCDEPMODE@
203 CFLAGS = @CFLAGS@
204 CPP = @CPP@
205 CPPFLAGS = @CPPFLAGS@
206 CYGPATH_W = @CYGPATH_W@
207 DEFS = @DEFS@
208 DEPDIR = @DEPDIR@
209 DLLTOOL = @DLLTOOL@
210 DSYMUTIL = @DSYMUTIL@
211 DUMPBIN = @DUMPBIN@
212 ECHO_C = @ECHO_C@
213 ECHO_N = @ECHO_N@
214 ECHO_T = @ECHO_T@
215 EGREP = @EGREP@
216 EXEEXT = @EXEEXT@
217 FGREP = @FGREP@
218 GREP = @GREP@
219 INSTALL = @INSTALL@
220 INSTALL_DATA = @INSTALL_DATA@
221 INSTALL_PROGRAM = @INSTALL_PROGRAM@
222 INSTALL_SCRIPT = @INSTALL_SCRIPT@
223 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224 LD = @LD@
225 LDFLAGS = @LDFLAGS@
226 LEX = @LEX@
227 LEXLIB = @LEXLIB@
228 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
229 LIBOBJS = @LIBOBJS@
230 LIBS = @LIBS@
231 LIBTOOL = @LIBTOOL@
232 LIPO = @LIPO@
233 LN_S = @LN_S@
234 LTLIBOBJS = @LTLIBOBJS@
235 MAINT = @MAINT@
236 MAKEINFO = @MAKEINFO@
237 MANIFEST_TOOL = @MANIFEST_TOOL@
238 MKDIR_P = @MKDIR_P@
239 NM = @NM@
240 NMEDIT = @NMEDIT@
241 OBJDUMP = @OBJDUMP@
242 OBJEXT = @OBJEXT@
243 OTOOL = @OTOOL@
244 OTOOL64 = @OTOOL64@
245 PACKAGE = @PACKAGE@
246 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247 PACKAGE_NAME = @PACKAGE_NAME@
248 PACKAGE_STRING = @PACKAGE_STRING@
249 PACKAGE_TARNAME = @PACKAGE_TARNAME@
250 PACKAGE_URL = @PACKAGE_URL@
251 PACKAGE_VERSION = @PACKAGE_VERSION@
252 PATH_SEPARATOR = @PATH_SEPARATOR@
253 RANLIB = @RANLIB@
254 SED = @SED@
255 SET_MAKE = @SET_MAKE@
256 SHELL = @SHELL@
257 STRIP = @STRIP@
258 VERSION = @VERSION@
259 YACC = @YACC@
260 YFLAGS = @YFLAGS@
261 abs_builddir = @abs_builddir@
262 abs_srcdir = @abs_srcdir@
263 abs_top_builddir = @abs_top_builddir@
264 abs_top_srcdir = @abs_top_srcdir@
265 ac_ct_AR = @ac_ct_AR@
266 ac_ct_CC = @ac_ct_CC@
267 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
268 am__include = @am__include@
269 am__leading_dot = @am__leading_dot@
270 am__quote = @am__quote@
271 am__tar = @am__tar@
272 am__untar = @am__untar@
273 bindir = @bindir@
274 build = @build@
275 build_alias = @build_alias@
276 build_cpu = @build_cpu@
277 build_os = @build_os@
278 build_vendor = @build_vendor@
279 builddir = @builddir@
280 datadir = @datadir@
281 datarootdir = @datarootdir@
282 docdir = @docdir@
283 dvidir = @dvidir@
284 exec_prefix = @exec_prefix@
285 host = @host@
286 host_alias = @host_alias@
287 host_cpu = @host_cpu@
288 host_os = @host_os@
289 host_vendor = @host_vendor@
290 htmldir = @htmldir@
291 includedir = @includedir@
292 infodir = @infodir@
293 install_sh = @install_sh@
294 libdir = @libdir@
295 libexecdir = @libexecdir@
296 localedir = @localedir@
297 localstatedir = @localstatedir@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 oldincludedir = @oldincludedir@
301 pdfdir = @pdfdir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 psdir = @psdir@
305 sbindir = @sbindir@
306 sharedstatedir = @sharedstatedir@
307 srcdir = @srcdir@
308 subdirs = @subdirs@
309 sysconfdir = @sysconfdir@
310 target_alias = @target_alias@
311 top_build_prefix = @top_build_prefix@
312 top_builddir = @top_builddir@
313 top_srcdir = @top_srcdir@
314 AUTOMAKE_OPTIONS = foreign
315 SUBDIRS = doc src
316 all: all-recursive
317
318 .SUFFIXES:
319 am--refresh: Makefile
320 @:
321 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
322 @for dep in $?; do \
323 case '$(am__configure_deps)' in \
324 *$$dep*) \
325 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
326 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
327 && exit 0; \
328 exit 1;; \
329 esac; \
330 done; \
331 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
332 $(am__cd) $(top_srcdir) && \
333 $(AUTOMAKE) --foreign Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336 @case '$?' in \
337 *config.status*) \
338 echo ' $(SHELL) ./config.status'; \
339 $(SHELL) ./config.status;; \
340 *) \
341 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
342 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
343 esac;
344
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346 $(SHELL) ./config.status --recheck
347
348 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
349 $(am__cd) $(srcdir) && $(AUTOCONF)
350 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
351 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
352 $(am__aclocal_m4_deps):
353
354 mostlyclean-libtool:
355 -rm -f *.lo
356
357 clean-libtool:
358 -rm -rf .libs _libs
359
360 distclean-libtool:
361 -rm -f libtool config.lt
362
363 # This directory's subdirectories are mostly independent; you can cd
364 # into them and run 'make' without going through this Makefile.
365 # To change the values of 'make' variables: instead of editing Makefiles,
366 # (1) if the variable is set in 'config.status', edit 'config.status'
367 # (which will cause the Makefiles to be regenerated when you run 'make');
368 # (2) otherwise, pass the desired values on the 'make' command line.
369 $(am__recursive_targets):
370 @fail=; \
371 if $(am__make_keepgoing); then \
372 failcom='fail=yes'; \
373 else \
374 failcom='exit 1'; \
375 fi; \
376 dot_seen=no; \
377 target=`echo $@ | sed s/-recursive//`; \
378 case "$@" in \
379 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
380 *) list='$(SUBDIRS)' ;; \
381 esac; \
382 for subdir in $$list; do \
383 echo "Making $$target in $$subdir"; \
384 if test "$$subdir" = "."; then \
385 dot_seen=yes; \
386 local_target="$$target-am"; \
387 else \
388 local_target="$$target"; \
389 fi; \
390 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391 || eval $$failcom; \
392 done; \
393 if test "$$dot_seen" = "no"; then \
394 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
395 fi; test -z "$$fail"
396
397 ID: $(am__tagged_files)
398 $(am__define_uniq_tagged_files); mkid -fID $$unique
399 tags: tags-recursive
400 TAGS: tags
401
402 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
403 set x; \
404 here=`pwd`; \
405 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
406 include_option=--etags-include; \
407 empty_fix=.; \
408 else \
409 include_option=--include; \
410 empty_fix=; \
411 fi; \
412 list='$(SUBDIRS)'; for subdir in $$list; do \
413 if test "$$subdir" = .; then :; else \
414 test ! -f $$subdir/TAGS || \
415 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
416 fi; \
417 done; \
418 $(am__define_uniq_tagged_files); \
419 shift; \
420 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421 test -n "$$unique" || unique=$$empty_fix; \
422 if test $$# -gt 0; then \
423 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424 "$$@" $$unique; \
425 else \
426 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427 $$unique; \
428 fi; \
429 fi
430 ctags: ctags-recursive
431
432 CTAGS: ctags
433 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434 $(am__define_uniq_tagged_files); \
435 test -z "$(CTAGS_ARGS)$$unique" \
436 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437 $$unique
438
439 GTAGS:
440 here=`$(am__cd) $(top_builddir) && pwd` \
441 && $(am__cd) $(top_srcdir) \
442 && gtags -i $(GTAGS_ARGS) "$$here"
443 cscope: cscope.files
444 test ! -s cscope.files \
445 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
446 clean-cscope:
447 -rm -f cscope.files
448 cscope.files: clean-cscope cscopelist
449 cscopelist: cscopelist-recursive
450
451 cscopelist-am: $(am__tagged_files)
452 list='$(am__tagged_files)'; \
453 case "$(srcdir)" in \
454 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
455 *) sdir=$(subdir)/$(srcdir) ;; \
456 esac; \
457 for i in $$list; do \
458 if test -f "$$i"; then \
459 echo "$(subdir)/$$i"; \
460 else \
461 echo "$$sdir/$$i"; \
462 fi; \
463 done >> $(top_builddir)/cscope.files
464
465 distclean-tags:
466 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
468
469 distdir: $(DISTFILES)
470 $(am__remove_distdir)
471 test -d "$(distdir)" || mkdir "$(distdir)"
472 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474 list='$(DISTFILES)'; \
475 dist_files=`for file in $$list; do echo $$file; done | \
476 sed -e "s|^$$srcdirstrip/||;t" \
477 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478 case $$dist_files in \
479 */*) $(MKDIR_P) `echo "$$dist_files" | \
480 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481 sort -u` ;; \
482 esac; \
483 for file in $$dist_files; do \
484 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485 if test -d $$d/$$file; then \
486 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487 if test -d "$(distdir)/$$file"; then \
488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489 fi; \
490 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493 fi; \
494 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495 else \
496 test -f "$(distdir)/$$file" \
497 || cp -p $$d/$$file "$(distdir)/$$file" \
498 || exit 1; \
499 fi; \
500 done
501 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
502 if test "$$subdir" = .; then :; else \
503 $(am__make_dryrun) \
504 || test -d "$(distdir)/$$subdir" \
505 || $(MKDIR_P) "$(distdir)/$$subdir" \
506 || exit 1; \
507 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
508 $(am__relativize); \
509 new_distdir=$$reldir; \
510 dir1=$$subdir; dir2="$(top_distdir)"; \
511 $(am__relativize); \
512 new_top_distdir=$$reldir; \
513 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
514 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
515 ($(am__cd) $$subdir && \
516 $(MAKE) $(AM_MAKEFLAGS) \
517 top_distdir="$$new_top_distdir" \
518 distdir="$$new_distdir" \
519 am__remove_distdir=: \
520 am__skip_length_check=: \
521 am__skip_mode_fix=: \
522 distdir) \
523 || exit 1; \
524 fi; \
525 done
526 -test -n "$(am__skip_mode_fix)" \
527 || find "$(distdir)" -type d ! -perm -755 \
528 -exec chmod u+rwx,go+rx {} \; -o \
529 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
530 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
531 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
532 || chmod -R a+r "$(distdir)"
533 dist-gzip: distdir
534 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
535 $(am__post_remove_distdir)
536
537 dist-bzip2: distdir
538 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
539 $(am__post_remove_distdir)
540
541 dist-lzip: distdir
542 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
543 $(am__post_remove_distdir)
544
545 dist-xz: distdir
546 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
547 $(am__post_remove_distdir)
548
549 dist-tarZ: distdir
550 @echo WARNING: "Support for shar distribution archives is" \
551 "deprecated." >&2
552 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
553 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
554 $(am__post_remove_distdir)
555
556 dist-shar: distdir
557 @echo WARNING: "Support for distribution archives compressed with" \
558 "legacy program 'compress' is deprecated." >&2
559 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
560 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
561 $(am__post_remove_distdir)
562
563 dist-zip: distdir
564 -rm -f $(distdir).zip
565 zip -rq $(distdir).zip $(distdir)
566 $(am__post_remove_distdir)
567
568 dist dist-all:
569 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
570 $(am__post_remove_distdir)
571
572 # This target untars the dist file and tries a VPATH configuration. Then
573 # it guarantees that the distribution is self-contained by making another
574 # tarfile.
575 distcheck: dist
576 case '$(DIST_ARCHIVES)' in \
577 *.tar.gz*) \
578 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
579 *.tar.bz2*) \
580 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
581 *.tar.lz*) \
582 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
583 *.tar.xz*) \
584 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
585 *.tar.Z*) \
586 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
587 *.shar.gz*) \
588 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
589 *.zip*) \
590 unzip $(distdir).zip ;;\
591 esac
592 chmod -R a-w $(distdir)
593 chmod u+w $(distdir)
594 mkdir $(distdir)/_build $(distdir)/_inst
595 chmod a-w $(distdir)
596 test -d $(distdir)/_build || exit 0; \
597 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
598 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
599 && am__cwd=`pwd` \
600 && $(am__cd) $(distdir)/_build \
601 && ../configure \
602 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
603 $(DISTCHECK_CONFIGURE_FLAGS) \
604 --srcdir=.. --prefix="$$dc_install_base" \
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
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 clean-libtool 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-libtool \
700 distclean-tags
701
702 dvi: dvi-recursive
703
704 dvi-am:
705
706 html: html-recursive
707
708 html-am:
709
710 info: info-recursive
711
712 info-am:
713
714 install-data-am:
715
716 install-dvi: install-dvi-recursive
717
718 install-dvi-am:
719
720 install-exec-am:
721
722 install-html: install-html-recursive
723
724 install-html-am:
725
726 install-info: install-info-recursive
727
728 install-info-am:
729
730 install-man:
731
732 install-pdf: install-pdf-recursive
733
734 install-pdf-am:
735
736 install-ps: install-ps-recursive
737
738 install-ps-am:
739
740 installcheck-am:
741
742 maintainer-clean: maintainer-clean-recursive
743 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
744 -rm -rf $(top_srcdir)/autom4te.cache
745 -rm -f Makefile
746 maintainer-clean-am: distclean-am maintainer-clean-generic
747
748 mostlyclean: mostlyclean-recursive
749
750 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
751
752 pdf: pdf-recursive
753
754 pdf-am:
755
756 ps: ps-recursive
757
758 ps-am:
759
760 uninstall-am:
761
762 .MAKE: $(am__recursive_targets) install-am install-strip
763
764 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
765 am--refresh check check-am clean clean-cscope clean-generic \
766 clean-libtool cscope cscopelist-am ctags ctags-am dist \
767 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
768 dist-xz dist-zip distcheck distclean distclean-generic \
769 distclean-libtool distclean-tags distcleancheck distdir \
770 distuninstallcheck dvi dvi-am html html-am info info-am \
771 install install-am install-data install-data-am install-dvi \
772 install-dvi-am install-exec install-exec-am install-html \
773 install-html-am install-info install-info-am install-man \
774 install-pdf install-pdf-am install-ps install-ps-am \
775 install-strip installcheck installcheck-am installdirs \
776 installdirs-am maintainer-clean maintainer-clean-generic \
777 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
778 ps ps-am tags tags-am uninstall uninstall-am
779
780
781 # Tell versions [3.59,3.63) of GNU make to not export all variables.
782 # Otherwise a system limit (for SysV at least) may be exceeded.
783 .NOEXPORT: