1 # Makefile.in generated by automake 1.14 from Makefile.am.
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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
17 am__is_gnu_make
= test -n
'$(MAKEFILE_LIST)' && test -n
'$(MAKELEVEL)'
18 am__make_running_with_option
= \
19 case
$${target_option-
} in \
21 *) echo
"am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
26 sane_makeflags
=$$MAKEFLAGS; \
27 if
$(am__is_gnu_make
); then \
28 sane_makeflags
=$$MFLAGS; \
33 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
40 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 for flg in
$$sane_makeflags; do \
43 test $$skip_next = yes
&& { skip_next
=no
; 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
;; \
56 *$$target_option*) has_opt
=yes
; break
;; \
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 pkgincludedir
= $(includedir)/@PACKAGE@
63 pkglibdir
= $(libdir)/@PACKAGE@
64 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
65 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66 install_sh_DATA
= $(install_sh
) -c
-m
644
67 install_sh_PROGRAM
= $(install_sh
) -c
68 install_sh_SCRIPT
= $(install_sh
) -c
69 INSTALL_HEADER
= $(INSTALL_DATA
)
70 transform
= $(program_transform_name
)
77 build_triplet
= @build@
80 DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/Makefile.am \
81 $(top_srcdir
)/configure
$(am__configure_deps
) \
82 $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL NEWS \
83 README TODO compile config.guess config.sub depcomp install-sh \
85 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
86 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/libtool.m4 \
87 $(top_srcdir
)/m4
/ltoptions.m4
$(top_srcdir
)/m4
/ltsugar.m4 \
88 $(top_srcdir
)/m4
/ltversion.m4
$(top_srcdir
)/m4
/lt~obsolete.m4 \
89 $(top_srcdir
)/acinclude.m4
$(top_srcdir
)/configure.ac
90 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
92 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
93 configure.lineno config.status.lineno
94 mkinstalldirs
= $(install_sh
) -d
95 CONFIG_HEADER
= config.h
97 CONFIG_CLEAN_VPATH_FILES
=
98 AM_V_P
= $(am__v_P_@AM_V@
)
99 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
102 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
103 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
104 am__v_GEN_0
= @echo
" GEN " $@
;
106 AM_V_at
= $(am__v_at_@AM_V@
)
107 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
112 RECURSIVE_TARGETS
= all-recursive check-recursive cscopelist-recursive \
113 ctags-recursive dvi-recursive html-recursive info-recursive \
114 install-data-recursive install-dvi-recursive \
115 install-exec-recursive install-html-recursive \
116 install-info-recursive install-pdf-recursive \
117 install-ps-recursive install-recursive installcheck-recursive \
118 installdirs-recursive pdf-recursive ps-recursive \
119 tags-recursive uninstall-recursive
120 am__can_run_installinfo
= \
121 case
$$AM_UPDATE_INFO_DIR in \
123 *) (install-info
--version
) >/dev
/null
2>&1;; \
125 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
126 distclean-recursive maintainer-clean-recursive
127 am__recursive_targets
= \
128 $(RECURSIVE_TARGETS
) \
129 $(RECURSIVE_CLEAN_TARGETS
) \
130 $(am__extra_recursive_targets
)
131 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
132 cscope distdir
dist dist-all distcheck
133 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) \
135 # Read a list of newline-separated strings from the standard input,
136 # and print each of them once, without duplicates. Input order is
138 am__uniquify_input
= $(AWK
) '\
139 BEGIN { nonempty = 0; } \
140 { items[$$0] = 1; nonempty = 1; } \
141 END { if (nonempty) { for (i in items) print i; }; } \
143 # Make sure the list of sources is unique. This is necessary because,
144 # e.g., the same source file might be shared among _SOURCES variables
145 # for different programs/libraries.
146 am__define_uniq_tagged_files
= \
147 list
='$(am__tagged_files)'; \
148 unique
=`for i in $$list; do \
149 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
150 done | $(am__uniquify_input)`
154 DIST_SUBDIRS
= $(SUBDIRS
)
155 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
156 distdir
= $(PACKAGE
)-$(VERSION
)
157 top_distdir
= $(distdir
)
158 am__remove_distdir
= \
159 if
test -d
"$(distdir)"; then \
160 find
"$(distdir)" -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
161 && rm -rf
"$(distdir)" \
162 ||
{ sleep
5 && rm -rf
"$(distdir)"; }; \
164 am__post_remove_distdir
= $(am__remove_distdir
)
167 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
168 sed_rest
='s,^[^/]*/*,,'; \
169 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
170 sed_butlast
='s,/*[^/]*$$,,'; \
171 while
test -n
"$$dir1"; do \
172 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
173 if
test "$$first" != "."; then \
174 if
test "$$first" = ".."; then \
175 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
176 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
178 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
179 if
test "$$first2" = "$$first"; then \
180 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
184 dir0
="$$dir0"/"$$first"; \
187 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
190 DIST_ARCHIVES
= $(distdir
).
tar.gz
192 DIST_TARGETS
= dist-gzip
193 distuninstallcheck_listfiles
= find .
-type f
-print
194 am__distuninstallcheck_listfiles
= $(distuninstallcheck_listfiles
) \
195 | sed
's|^\./|$(prefix)/|' | grep
-v
'$(infodir)/dir$$'
196 distcleancheck_listfiles
= find .
-type f
-print
197 pkgdatadir
= @pkgdatadir@
200 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
202 AUTOCONF
= @AUTOCONF@
203 AUTOHEADER
= @AUTOHEADER@
204 AUTOMAKE
= @AUTOMAKE@
207 CCDEPMODE
= @CCDEPMODE@
209 CFLAG_VISIBILITY
= @CFLAG_VISIBILITY@
211 CPPFLAGS
= @CPPFLAGS@
212 CYGPATH_W
= @CYGPATH_W@
216 DSYMUTIL
= @DSYMUTIL@
225 HAVE_VISIBILITY
= @HAVE_VISIBILITY@
227 INSTALL_DATA
= @INSTALL_DATA@
228 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
229 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
230 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
238 LTLIBOBJS
= @LTLIBOBJS@
240 MAKEINFO
= @MAKEINFO@
241 MANIFEST_TOOL
= @MANIFEST_TOOL@
251 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
252 PACKAGE_NAME
= @PACKAGE_NAME@
253 PACKAGE_STRING
= @PACKAGE_STRING@
254 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
255 PACKAGE_URL
= @PACKAGE_URL@
256 PACKAGE_VERSION
= @PACKAGE_VERSION@
257 PATH_SEPARATOR
= @PATH_SEPARATOR@
260 SET_MAKE
= @SET_MAKE@
264 WARNINGS
= @WARNINGS@
265 abs_builddir
= @abs_builddir@
266 abs_srcdir
= @abs_srcdir@
267 abs_top_builddir
= @abs_top_builddir@
268 abs_top_srcdir
= @abs_top_srcdir@
269 ac_ct_AR
= @ac_ct_AR@
270 ac_ct_CC
= @ac_ct_CC@
271 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
272 am__include
= @am__include@
273 am__leading_dot
= @am__leading_dot@
274 am__quote
= @am__quote@
276 am__untar
= @am__untar@
279 build_alias
= @build_alias@
280 build_cpu
= @build_cpu@
281 build_os
= @build_os@
282 build_vendor
= @build_vendor@
283 builddir
= @builddir@
285 datarootdir
= @datarootdir@
288 exec_prefix = @
exec_prefix@
291 host_alias
= @host_alias@
292 host_cpu
= @host_cpu@
294 host_vendor
= @host_vendor@
296 includedir = @
includedir@
298 install_sh
= @install_sh@
300 libexecdir
= @libexecdir@
301 localedir
= @localedir@
302 localstatedir
= @localstatedir@
305 oldincludedir = @
oldincludedir@
308 program_transform_name
= @program_transform_name@
311 sharedstatedir
= @sharedstatedir@
313 sysconfdir
= @sysconfdir@
314 target_alias
= @target_alias@
315 top_build_prefix
= @top_build_prefix@
316 top_builddir
= @top_builddir@
317 top_srcdir
= @top_srcdir@
318 ACLOCAL_AMFLAGS
= -I m4
320 #SUBDIRS = src magic doc
323 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
326 am--refresh
: Makefile
328 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
330 case
'$(am__configure_deps)' in \
332 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
333 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
338 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
339 $(am__cd
) $(top_srcdir
) && \
340 $(AUTOMAKE
) --foreign Makefile
342 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
345 echo
' $(SHELL) ./config.status'; \
346 $(SHELL
) .
/config.status
;; \
348 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
349 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
352 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
353 $(SHELL
) .
/config.status
--recheck
355 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
356 $(am__cd
) $(srcdir) && $(AUTOCONF
)
357 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
358 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
359 $(am__aclocal_m4_deps
):
362 @
test -f
$@ ||
rm -f stamp-h1
363 @
test -f
$@ ||
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
365 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
367 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
368 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
369 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
374 -rm -f config.h stamp-h1
383 -rm -f libtool config.lt
385 # This directory's subdirectories are mostly independent; you can cd
386 # into them and run 'make' without going through this Makefile.
387 # To change the values of 'make' variables: instead of editing Makefiles,
388 # (1) if the variable is set in 'config.status', edit 'config.status'
389 # (which will cause the Makefiles to be regenerated when you run 'make');
390 # (2) otherwise, pass the desired values on the 'make' command line.
391 $(am__recursive_targets
):
393 if
$(am__make_keepgoing
); then \
394 failcom
='fail=yes'; \
399 target
=`echo $@ | sed s/-recursive//`; \
401 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
402 *) list
='$(SUBDIRS)' ;; \
404 for subdir in
$$list; do \
405 echo
"Making $$target in $$subdir"; \
406 if
test "$$subdir" = "."; then \
408 local_target
="$$target-am"; \
410 local_target
="$$target"; \
412 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
415 if
test "$$dot_seen" = "no"; then \
416 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
419 ID
: $(am__tagged_files
)
420 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
424 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
427 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
428 include_option
=--etags-include
; \
431 include_option
=--include; \
434 list
='$(SUBDIRS)'; for subdir in
$$list; do \
435 if
test "$$subdir" = .
; then
:; else \
436 test ! -f
$$subdir/TAGS || \
437 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
440 $(am__define_uniq_tagged_files
); \
442 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
443 test -n
"$$unique" || unique
=$$empty_fix; \
444 if
test $$# -gt 0; then \
445 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
448 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
452 ctags
: ctags-recursive
455 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
456 $(am__define_uniq_tagged_files
); \
457 test -z
"$(CTAGS_ARGS)$$unique" \
458 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
462 here
=`$(am__cd) $(top_builddir) && pwd` \
463 && $(am__cd
) $(top_srcdir
) \
464 && gtags
-i
$(GTAGS_ARGS
) "$$here"
466 test ! -s cscope.files \
467 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
470 cscope.files
: clean-cscope cscopelist
471 cscopelist
: cscopelist-recursive
473 cscopelist-am
: $(am__tagged_files
)
474 list
='$(am__tagged_files)'; \
475 case
"$(srcdir)" in \
476 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
477 *) sdir
=$(subdir
)/$(srcdir) ;; \
479 for i in
$$list; do \
480 if
test -f
"$$i"; then \
481 echo
"$(subdir)/$$i"; \
485 done
>> $(top_builddir
)/cscope.files
488 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
489 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
491 distdir
: $(DISTFILES
)
492 $(am__remove_distdir
)
493 test -d
"$(distdir)" || mkdir
"$(distdir)"
494 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 list
='$(DISTFILES)'; \
497 dist_files
=`for file in $$list; do echo $$file; done | \
498 sed -e "s|^$$srcdirstrip/||;t" \
499 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
500 case
$$dist_files in \
501 */*) $(MKDIR_P
) `echo "$$dist_files" | \
502 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
505 for file in
$$dist_files; do \
506 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
507 if
test -d
$$d/$$file; then \
508 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
509 if
test -d
"$(distdir)/$$file"; then \
510 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
512 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
513 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
514 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
516 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
518 test -f
"$(distdir)/$$file" \
519 || cp
-p
$$d/$$file "$(distdir)/$$file" \
523 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
524 if
test "$$subdir" = .
; then
:; else \
526 ||
test -d
"$(distdir)/$$subdir" \
527 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
529 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
531 new_distdir
=$$reldir; \
532 dir1
=$$subdir; dir2
="$(top_distdir)"; \
534 new_top_distdir
=$$reldir; \
535 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
536 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
537 ($(am__cd
) $$subdir && \
538 $(MAKE
) $(AM_MAKEFLAGS
) \
539 top_distdir
="$$new_top_distdir" \
540 distdir
="$$new_distdir" \
541 am__remove_distdir
=: \
542 am__skip_length_check
=: \
543 am__skip_mode_fix
=: \
548 -test -n
"$(am__skip_mode_fix)" \
549 || find
"$(distdir)" -type d
! -perm
-755 \
550 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
551 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
552 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
553 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
554 || chmod
-R a
+r
"$(distdir)"
556 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
557 $(am__post_remove_distdir
)
560 tardir
=$(distdir
) && $(am__tar
) | BZIP2
=$${BZIP2--9
} bzip2
-c
>$(distdir
).
tar.bz2
561 $(am__post_remove_distdir
)
564 tardir
=$(distdir
) && $(am__tar
) | lzip
-c
$${LZIP_OPT--9
} >$(distdir
).
tar.lz
565 $(am__post_remove_distdir
)
568 tardir
=$(distdir
) && $(am__tar
) | XZ_OPT
=$${XZ_OPT--e
} xz
-c
>$(distdir
).
tar.xz
569 $(am__post_remove_distdir
)
572 @echo WARNING
: "Support for shar distribution archives is" \
574 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
575 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
576 $(am__post_remove_distdir
)
579 @echo WARNING
: "Support for distribution archives compressed with" \
580 "legacy program 'compress' is deprecated." >&2
581 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
582 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
583 $(am__post_remove_distdir
)
586 -rm -f
$(distdir
).zip
587 zip
-rq
$(distdir
).zip
$(distdir
)
588 $(am__post_remove_distdir
)
591 $(MAKE
) $(AM_MAKEFLAGS
) $(DIST_TARGETS
) am__post_remove_distdir
='@:'
592 $(am__post_remove_distdir
)
594 # This target untars the dist file and tries a VPATH configuration. Then
595 # it guarantees that the distribution is self-contained by making another
598 case
'$(DIST_ARCHIVES)' in \
600 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
602 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
604 lzip
-dc
$(distdir
).
tar.lz |
$(am__untar
) ;;\
606 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
608 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
610 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
shar.gz | unshar
;;\
612 unzip
$(distdir
).zip
;;\
614 chmod
-R a-w
$(distdir
)
616 mkdir
$(distdir
)/_build
$(distdir
)/_inst
618 test -d
$(distdir
)/_build || exit
0; \
619 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
620 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
622 && $(am__cd
) $(distdir
)/_build \
623 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
624 $(AM_DISTCHECK_CONFIGURE_FLAGS
) \
625 $(DISTCHECK_CONFIGURE_FLAGS
) \
626 && $(MAKE
) $(AM_MAKEFLAGS
) \
627 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
628 && $(MAKE
) $(AM_MAKEFLAGS
) check \
629 && $(MAKE
) $(AM_MAKEFLAGS
) install \
630 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
631 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
632 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
634 && chmod
-R a-w
"$$dc_install_base" \
636 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
637 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
638 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
639 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
640 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
641 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
642 && rm -rf
"$$dc_destdir" \
643 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
644 && rm -rf
$(DIST_ARCHIVES
) \
645 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
648 $(am__post_remove_distdir
)
649 @
(echo
"$(distdir) archives ready for distribution: "; \
650 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
651 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
653 @
test -n
'$(distuninstallcheck_dir)' ||
{ \
654 echo
'ERROR: trying to run $@ with an empty' \
655 '$$(distuninstallcheck_dir)' >&2; \
658 $(am__cd
) '$(distuninstallcheck_dir)' ||
{ \
659 echo
'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
662 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq
0 \
663 ||
{ echo
"ERROR: files left after uninstall:" ; \
664 if
test -n
"$(DESTDIR)"; then \
665 echo
" (check DESTDIR support)"; \
667 $(distuninstallcheck_listfiles
) ; \
669 distcleancheck
: distclean
670 @if
test '$(srcdir)' = .
; then \
671 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
674 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
675 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
676 $(distcleancheck_listfiles
) ; \
679 check: check-recursive
680 all-am
: Makefile config.h
681 installdirs: installdirs-recursive
683 install: install-recursive
684 install-exec
: install-exec-recursive
685 install-data
: install-data-recursive
686 uninstall: uninstall-recursive
689 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
691 installcheck: installcheck-recursive
693 if
test -z
'$(STRIP)'; then \
694 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
695 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
698 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
699 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
700 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
707 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
708 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
710 maintainer-clean-generic
:
711 @echo
"This command is intended for maintainers to use"
712 @echo
"it deletes files that may require special tools to rebuild."
713 clean: clean-recursive
715 clean-am
: clean-generic clean-libtool mostlyclean-am
717 distclean: distclean-recursive
718 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
720 distclean-am
: clean-am distclean-generic distclean-hdr \
721 distclean-libtool distclean-tags
737 install-dvi
: install-dvi-recursive
743 install-html
: install-html-recursive
747 install-info
: install-info-recursive
753 install-pdf
: install-pdf-recursive
757 install-ps
: install-ps-recursive
763 maintainer-clean
: maintainer-clean-recursive
764 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
765 -rm -rf
$(top_srcdir
)/autom4te.cache
767 maintainer-clean-am
: distclean-am maintainer-clean-generic
769 mostlyclean: mostlyclean-recursive
771 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
783 .MAKE
: $(am__recursive_targets
) all install-am install-strip
785 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am \
786 am--refresh
check check-am
clean clean-cscope clean-generic \
787 clean-libtool cscope cscopelist-am ctags ctags-am
dist \
788 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
789 dist-xz dist-zip distcheck
distclean distclean-generic \
790 distclean-hdr distclean-libtool distclean-tags distcleancheck \
791 distdir distuninstallcheck
dvi dvi-am html html-am
info \
792 info-am
install install-am install-data install-data-am \
793 install-dvi install-dvi-am install-exec install-exec-am \
794 install-html install-html-am install-info install-info-am \
795 install-man install-pdf install-pdf-am install-ps \
796 install-ps-am install-strip
installcheck installcheck-am \
797 installdirs installdirs-am maintainer-clean \
798 maintainer-clean-generic
mostlyclean mostlyclean-generic \
799 mostlyclean-libtool pdf pdf-am ps ps-am
tags tags-am
uninstall \
803 # Tell versions [3.59,3.63) of GNU make to not export all variables.
804 # Otherwise a system limit (for SysV at least) may be exceeded.