1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 pkgdatadir
= $(datadir)/@PACKAGE@
20 pkgincludedir
= $(includedir)/@PACKAGE@
21 pkglibdir
= $(libdir)/@PACKAGE@
22 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
23 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA
= $(install_sh
) -c
-m
644
25 install_sh_PROGRAM
= $(install_sh
) -c
26 install_sh_SCRIPT
= $(install_sh
) -c
27 INSTALL_HEADER
= $(INSTALL_DATA
)
28 transform
= $(program_transform_name
)
35 build_triplet
= @build@
37 target_triplet
= @target@
38 @ENABLE_TESTS_TRUE@am__append_1
= tests
40 DIST_COMMON
= README
$(am__configure_deps
) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in
$(srcdir)/config.h.in \
42 $(srcdir)/doxygen.conf.in
$(srcdir)/libquvi.
pc.in \
43 $(top_srcdir
)/configure COPYING ChangeLog INSTALL NEWS \
44 config.aux
/config.guess config.aux
/config.rpath \
45 config.aux
/config.sub config.aux
/depcomp config.aux
/install-sh \
46 config.aux
/ltmain.sh config.aux
/missing config.guess
47 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
48 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/libtool.m4 \
49 $(top_srcdir
)/m4
/ltoptions.m4
$(top_srcdir
)/m4
/ltsugar.m4 \
50 $(top_srcdir
)/m4
/ltversion.m4
$(top_srcdir
)/m4
/lt~obsolete.m4 \
51 $(top_srcdir
)/m4
/version.m4
$(top_srcdir
)/configure.ac
52 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
54 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
55 configure.lineno config.status.lineno
56 mkinstalldirs
= $(install_sh
) -d
57 CONFIG_HEADER
= config.h
58 CONFIG_CLEAN_FILES
= libquvi.
pc doxygen.conf
59 CONFIG_CLEAN_VPATH_FILES
=
60 AM_V_GEN
= $(am__v_GEN_
$(V
))
61 am__v_GEN_
= $(am__v_GEN_
$(AM_DEFAULT_VERBOSITY
))
62 am__v_GEN_0
= @echo
" GEN " $@
;
63 AM_V_at
= $(am__v_at_
$(V
))
64 am__v_at_
= $(am__v_at_
$(AM_DEFAULT_VERBOSITY
))
68 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
69 html-recursive info-recursive install-data-recursive \
70 install-dvi-recursive install-exec-recursive \
71 install-html-recursive install-info-recursive \
72 install-pdf-recursive install-ps-recursive install-recursive \
73 installcheck-recursive installdirs-recursive pdf-recursive \
74 ps-recursive uninstall-recursive
75 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
76 am__vpath_adj
= case
$$p in \
77 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
82 am__nobase_strip_setup
= \
83 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
85 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
86 am__nobase_list
= $(am__nobase_strip_setup
); \
87 for p in
$$list; do echo
"$$p $$p"; done | \
88 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
89 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
90 if (++n[$$2] == $(am__install_max)) \
91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92 END { for (dir in files) print dir, files[dir] }'
94 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
95 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
96 am__installdirs
= "$(DESTDIR)$(pkgconfigdir)"
97 DATA
= $(pkgconfig_DATA
)
98 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
99 distclean-recursive maintainer-clean-recursive
100 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
101 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS \
102 distdir
dist dist-all distcheck
105 DIST_SUBDIRS
= include lib man1 src examples share doc tests
106 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
107 distdir
= $(PACKAGE
)-$(VERSION
)
108 top_distdir
= $(distdir
)
109 am__remove_distdir
= \
110 { test ! -d
"$(distdir)" \
111 ||
{ find
"$(distdir)" -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
112 && rm -fr
"$(distdir)"; }; }
115 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
116 sed_rest
='s,^[^/]*/*,,'; \
117 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
118 sed_butlast
='s,/*[^/]*$$,,'; \
119 while
test -n
"$$dir1"; do \
120 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
121 if
test "$$first" != "."; then \
122 if
test "$$first" = ".."; then \
123 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
124 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
126 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
127 if
test "$$first2" = "$$first"; then \
128 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
132 dir0
="$$dir0"/"$$first"; \
135 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
138 DIST_ARCHIVES
= $(distdir
).
tar.gz
$(distdir
).
tar.bz2
140 distuninstallcheck_listfiles
= find .
-type f
-print
141 distcleancheck_listfiles
= find .
-type f
-print
144 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
146 AUTOCONF
= @AUTOCONF@
147 AUTOHEADER
= @AUTOHEADER@
148 AUTOMAKE
= @AUTOMAKE@
151 CCDEPMODE
= @CCDEPMODE@
154 CPPFLAGS
= @CPPFLAGS@
157 CXXDEPMODE
= @CXXDEPMODE@
158 CXXFLAGS
= @CXXFLAGS@
159 CYGPATH_W
= @CYGPATH_W@
165 DSYMUTIL
= @DSYMUTIL@
172 EXTRA_LIBQUVI_LDFLAGS
= @EXTRA_LIBQUVI_LDFLAGS@
174 GENGETOPT
= @GENGETOPT@
178 INSTALL_DATA
= @INSTALL_DATA@
179 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
180 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
184 LIBICONV
= @LIBICONV@
190 LTLIBICONV
= @LTLIBICONV@
191 LTLIBOBJS
= @LTLIBOBJS@
192 MAKEINFO
= @MAKEINFO@
193 MANIFEST_TOOL
= @MANIFEST_TOOL@
202 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
203 PACKAGE_NAME
= @PACKAGE_NAME@
204 PACKAGE_STRING
= @PACKAGE_STRING@
205 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
206 PACKAGE_URL
= @PACKAGE_URL@
207 PACKAGE_VERSION
= @PACKAGE_VERSION@
208 PATH_SEPARATOR
= @PATH_SEPARATOR@
210 PKG_CONFIG
= @PKG_CONFIG@
211 PKG_CONFIG_LIBDIR
= @PKG_CONFIG_LIBDIR@
212 PKG_CONFIG_PATH
= @PKG_CONFIG_PATH@
213 POD2HTML
= @POD2HTML@
216 QUVI_AGE
= @QUVI_AGE@
217 QUVI_CURRENT
= @QUVI_CURRENT@
218 QUVI_REVISION
= @QUVI_REVISION@
221 SET_MAKE
= @SET_MAKE@
225 abs_builddir
= @abs_builddir@
226 abs_srcdir
= @abs_srcdir@
227 abs_top_builddir
= @abs_top_builddir@
228 abs_top_srcdir
= @abs_top_srcdir@
229 ac_ct_AR
= @ac_ct_AR@
230 ac_ct_CC
= @ac_ct_CC@
231 ac_ct_CXX
= @ac_ct_CXX@
232 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
233 am__include
= @am__include@
234 am__leading_dot
= @am__leading_dot@
235 am__quote
= @am__quote@
237 am__untar
= @am__untar@
240 build_alias
= @build_alias@
241 build_cpu
= @build_cpu@
242 build_os
= @build_os@
243 build_vendor
= @build_vendor@
244 builddir
= @builddir@
246 datarootdir
= @datarootdir@
249 exec_prefix = @
exec_prefix@
251 host_alias
= @host_alias@
252 host_cpu
= @host_cpu@
254 host_vendor
= @host_vendor@
256 includedir = @
includedir@
258 install_sh
= @install_sh@
259 libcurl_CFLAGS
= @libcurl_CFLAGS@
260 libcurl_LIBS
= @libcurl_LIBS@
262 libexecdir
= @libexecdir@
263 liblua_CFLAGS
= @liblua_CFLAGS@
264 liblua_LIBS
= @liblua_LIBS@
265 localedir
= @localedir@
266 localstatedir
= @localstatedir@
269 oldincludedir = @
oldincludedir@
272 program_transform_name
= @program_transform_name@
275 sharedstatedir
= @sharedstatedir@
277 sysconfdir
= @sysconfdir@
279 target_alias
= @target_alias@
280 target_cpu
= @target_cpu@
281 target_os
= @target_os@
282 target_vendor
= @target_vendor@
283 top_build_prefix
= @top_build_prefix@
284 top_builddir
= @top_builddir@
285 top_srcdir
= @top_srcdir@
286 ACLOCAL_AMFLAGS
= -I m4
294 pkgconfigdir
= $(libdir)/pkgconfig
295 pkgconfig_DATA
= libquvi.
pc
296 SUBDIRS
= include lib man1 src examples share doc
$(am__append_1
)
298 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
303 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
305 case
'$(am__configure_deps)' in \
307 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
308 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
313 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
314 $(am__cd
) $(top_srcdir
) && \
315 $(AUTOMAKE
) --foreign Makefile
317 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
320 echo
' $(SHELL) ./config.status'; \
321 $(SHELL
) .
/config.status
;; \
323 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
324 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
327 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
328 $(SHELL
) .
/config.status
--recheck
330 $(top_srcdir
)/configure
: $(am__configure_deps
)
331 $(am__cd
) $(srcdir) && $(AUTOCONF
)
332 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
333 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
334 $(am__aclocal_m4_deps
):
337 @if
test ! -f
$@
; then \
339 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
342 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
344 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
345 $(srcdir)/config.h.in
: $(am__configure_deps
)
346 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
351 -rm -f config.h stamp-h1
352 libquvi.
pc: $(top_builddir
)/config.status
$(srcdir)/libquvi.
pc.in
353 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
354 doxygen.conf
: $(top_builddir
)/config.status
$(srcdir)/doxygen.conf.in
355 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
364 -rm -f libtool config.lt
365 install-pkgconfigDATA
: $(pkgconfig_DATA
)
367 test -z
"$(pkgconfigdir)" ||
$(MKDIR_P
) "$(DESTDIR)$(pkgconfigdir)"
368 @list
='$(pkgconfig_DATA)'; test -n
"$(pkgconfigdir)" || list
=; \
369 for p in
$$list; do \
370 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
372 done |
$(am__base_list
) | \
373 while read files
; do \
374 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
375 $(INSTALL_DATA
) $$files "$(DESTDIR)$(pkgconfigdir)" || exit
$$?
; \
378 uninstall-pkgconfigDATA
:
380 @list
='$(pkgconfig_DATA)'; test -n
"$(pkgconfigdir)" || list
=; \
381 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
382 test -n
"$$files" || exit
0; \
383 echo
" ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
384 cd
"$(DESTDIR)$(pkgconfigdir)" && rm -f
$$files
386 # This directory's subdirectories are mostly independent; you can cd
387 # into them and run `make' without going through this Makefile.
388 # To change the values of `make' variables: instead of editing Makefiles,
389 # (1) if the variable is set in `config.status', edit `config.status'
390 # (which will cause the Makefiles to be regenerated when you run `make');
391 # (2) otherwise, pass the desired values on the `make' command line.
392 $(RECURSIVE_TARGETS
):
393 @fail
= failcom
='exit 1'; \
394 for f in x
$$MAKEFLAGS; do \
397 *k
*) failcom
='fail=yes';; \
401 target
=`echo $@ | sed s/-recursive//`; \
402 list
='$(SUBDIRS)'; for subdir in
$$list; do \
403 echo
"Making $$target in $$subdir"; \
404 if
test "$$subdir" = "."; then \
406 local_target
="$$target-am"; \
408 local_target
="$$target"; \
410 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
413 if
test "$$dot_seen" = "no"; then \
414 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
417 $(RECURSIVE_CLEAN_TARGETS
):
418 @fail
= failcom
='exit 1'; \
419 for f in x
$$MAKEFLAGS; do \
422 *k
*) failcom
='fail=yes';; \
427 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
428 *) list
='$(SUBDIRS)' ;; \
430 rev
=''; for subdir in
$$list; do \
431 if
test "$$subdir" = "."; then
:; else \
432 rev
="$$subdir $$rev"; \
436 target
=`echo $@ | sed s/-recursive//`; \
437 for subdir in
$$rev; do \
438 echo
"Making $$target in $$subdir"; \
439 if
test "$$subdir" = "."; then \
440 local_target
="$$target-am"; \
442 local_target
="$$target"; \
444 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
446 done
&& test -z
"$$fail"
448 list
='$(SUBDIRS)'; for subdir in
$$list; do \
449 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
452 list
='$(SUBDIRS)'; for subdir in
$$list; do \
453 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
456 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
457 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
458 unique
=`for i in $$list; do \
459 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462 END { if (nonempty) { for (i in files) print i; }; }'`; \
466 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
467 $(TAGS_FILES
) $(LISP
)
470 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
471 include_option
=--etags-include
; \
474 include_option
=--include; \
477 list
='$(SUBDIRS)'; for subdir in
$$list; do \
478 if
test "$$subdir" = .
; then
:; else \
479 test ! -f
$$subdir/TAGS || \
480 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
483 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
484 unique
=`for i in $$list; do \
485 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488 END { if (nonempty) { for (i in files) print i; }; }'`; \
490 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
491 test -n
"$$unique" || unique
=$$empty_fix; \
492 if
test $$# -gt 0; then \
493 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
496 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
501 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
502 $(TAGS_FILES
) $(LISP
)
503 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
504 unique
=`for i in $$list; do \
505 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
508 END { if (nonempty) { for (i in files) print i; }; }'`; \
509 test -z
"$(CTAGS_ARGS)$$unique" \
510 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
514 here
=`$(am__cd) $(top_builddir) && pwd` \
515 && $(am__cd
) $(top_srcdir
) \
516 && gtags
-i
$(GTAGS_ARGS
) "$$here"
519 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
521 distdir
: $(DISTFILES
)
522 $(am__remove_distdir
)
523 test -d
"$(distdir)" || mkdir
"$(distdir)"
524 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526 list
='$(DISTFILES)'; \
527 dist_files
=`for file in $$list; do echo $$file; done | \
528 sed -e "s|^$$srcdirstrip/||;t" \
529 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
530 case
$$dist_files in \
531 */*) $(MKDIR_P
) `echo "$$dist_files" | \
532 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535 for file in
$$dist_files; do \
536 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
537 if
test -d
$$d/$$file; then \
538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
539 if
test -d
"$(distdir)/$$file"; then \
540 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
542 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
543 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
544 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
546 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
548 test -f
"$(distdir)/$$file" \
549 || cp
-p
$$d/$$file "$(distdir)/$$file" \
553 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
554 if
test "$$subdir" = .
; then
:; else \
555 test -d
"$(distdir)/$$subdir" \
556 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
560 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
561 if
test "$$subdir" = .
; then
:; else \
562 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
564 new_distdir
=$$reldir; \
565 dir1
=$$subdir; dir2
="$(top_distdir)"; \
567 new_top_distdir
=$$reldir; \
568 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
569 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
570 ($(am__cd
) $$subdir && \
571 $(MAKE
) $(AM_MAKEFLAGS
) \
572 top_distdir
="$$new_top_distdir" \
573 distdir
="$$new_distdir" \
574 am__remove_distdir
=: \
575 am__skip_length_check
=: \
576 am__skip_mode_fix
=: \
581 -test -n
"$(am__skip_mode_fix)" \
582 || find
"$(distdir)" -type d
! -perm
-755 \
583 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
584 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
585 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
586 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
587 || chmod
-R a
+r
"$(distdir)"
589 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
590 $(am__remove_distdir
)
592 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
593 $(am__remove_distdir
)
596 tardir
=$(distdir
) && $(am__tar
) | lzma
-9 -c
>$(distdir
).
tar.lzma
597 $(am__remove_distdir
)
600 tardir
=$(distdir
) && $(am__tar
) | xz
-c
>$(distdir
).
tar.xz
601 $(am__remove_distdir
)
604 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
605 $(am__remove_distdir
)
608 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
609 $(am__remove_distdir
)
612 -rm -f
$(distdir
).zip
613 zip
-rq
$(distdir
).zip
$(distdir
)
614 $(am__remove_distdir
)
616 dist dist-all
: distdir
617 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
618 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
619 $(am__remove_distdir
)
621 # This target untars the dist file and tries a VPATH configuration. Then
622 # it guarantees that the distribution is self-contained by making another
625 case
'$(DIST_ARCHIVES)' in \
627 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
629 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
631 lzma
-dc
$(distdir
).
tar.lzma |
$(am__untar
) ;;\
633 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
635 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
637 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
shar.gz | unshar
;;\
639 unzip
$(distdir
).zip
;;\
641 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
642 mkdir
$(distdir
)/_build
643 mkdir
$(distdir
)/_inst
645 test -d
$(distdir
)/_build || exit
0; \
646 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
647 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
649 && $(am__cd
) $(distdir
)/_build \
650 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
651 $(DISTCHECK_CONFIGURE_FLAGS
) \
652 && $(MAKE
) $(AM_MAKEFLAGS
) \
653 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
654 && $(MAKE
) $(AM_MAKEFLAGS
) check \
655 && $(MAKE
) $(AM_MAKEFLAGS
) install \
656 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
657 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
658 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
660 && chmod
-R a-w
"$$dc_install_base" \
662 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
663 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
664 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
665 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
666 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
667 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
668 && rm -rf
"$$dc_destdir" \
669 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
670 && rm -rf
$(DIST_ARCHIVES
) \
671 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
674 $(am__remove_distdir
)
675 @
(echo
"$(distdir) archives ready for distribution: "; \
676 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
677 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
679 @
$(am__cd
) '$(distuninstallcheck_dir)' \
680 && test `$(distuninstallcheck_listfiles) | wc -l` -le
1 \
681 ||
{ echo
"ERROR: files left after uninstall:" ; \
682 if
test -n
"$(DESTDIR)"; then \
683 echo
" (check DESTDIR support)"; \
685 $(distuninstallcheck_listfiles
) ; \
687 distcleancheck
: distclean
688 @if
test '$(srcdir)' = .
; then \
689 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
692 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
693 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
694 $(distcleancheck_listfiles
) ; \
697 check: check-recursive
698 all-am
: Makefile
$(DATA
) config.h
699 installdirs: installdirs-recursive
701 for
dir in
"$(DESTDIR)$(pkgconfigdir)"; do \
702 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
704 install: install-recursive
705 install-exec
: install-exec-recursive
706 install-data
: install-data-recursive
707 uninstall: uninstall-recursive
710 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
712 installcheck: installcheck-recursive
714 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
715 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
716 `test -z '$(STRIP)' || \
717 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
723 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
724 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
726 maintainer-clean-generic
:
727 @echo
"This command is intended for maintainers to use"
728 @echo
"it deletes files that may require special tools to rebuild."
729 clean: clean-recursive
731 clean-am
: clean-generic clean-libtool mostlyclean-am
733 distclean: distclean-recursive
734 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
736 distclean-am
: clean-am distclean-generic distclean-hdr \
737 distclean-libtool distclean-local distclean-tags
751 install-data-am
: install-pkgconfigDATA
753 install-dvi
: install-dvi-recursive
759 install-html
: install-html-recursive
763 install-info
: install-info-recursive
769 install-pdf
: install-pdf-recursive
773 install-ps
: install-ps-recursive
779 maintainer-clean
: maintainer-clean-recursive
780 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
781 -rm -rf
$(top_srcdir
)/autom4te.cache
783 maintainer-clean-am
: distclean-am maintainer-clean-generic
785 mostlyclean: mostlyclean-recursive
787 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
797 uninstall-am
: uninstall-pkgconfigDATA
799 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all \
800 ctags-recursive install-am install-strip tags-recursive
802 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
803 all all-am am--refresh
check check-am
clean clean-generic \
804 clean-libtool ctags ctags-recursive
dist dist-all dist-bzip2 \
805 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
806 distcheck
distclean distclean-generic distclean-hdr \
807 distclean-libtool distclean-local distclean-tags \
808 distcleancheck distdir distuninstallcheck
dvi dvi-am html \
809 html-am
info info-am
install install-am install-data \
810 install-data-am install-dvi install-dvi-am install-exec \
811 install-exec-am install-html install-html-am install-info \
812 install-info-am install-man install-pdf install-pdf-am \
813 install-pkgconfigDATA install-ps install-ps-am install-strip \
814 installcheck installcheck-am
installdirs installdirs-am \
815 maintainer-clean maintainer-clean-generic
mostlyclean \
816 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
817 tags tags-recursive
uninstall uninstall-am \
818 uninstall-pkgconfigDATA
821 .PHONY
: pod2man pod2html dox cmdline
823 @HAVE_POD2MAN_TRUE@ @POD2MAN@
-c
"quvi manual" -n quvi \
824 @HAVE_POD2MAN_TRUE@
-s
1 -r @VERSION@
$(top_srcdir
)/man1
/quvi
.1.pod
$(top_builddir
)/man1
/quvi
.1
825 @HAVE_POD2MAN_FALSE@ @echo
"error: configure did not find pod2man command"
827 @HAVE_POD2HTML_TRUE@ @POD2HTML@
--title
="quvi manual" \
828 @HAVE_POD2HTML_TRUE@
--infile
=$(top_srcdir
)/man1
/quvi
.1.pod \
829 @HAVE_POD2HTML_TRUE@
--outfile
=$(top_builddir
)/man1
/quvi
.1.html
830 @HAVE_POD2HTML_FALSE@ @echo
"error: configure did not find pod2html command"
832 @HAVE_DOXYGEN_TRUE@ @
$(DOXYGEN
) $(top_builddir
)/doxygen.conf
833 @HAVE_DOXYGEN_TRUE@ @echo doxygen generated pages can be found in doc
/ subdir
834 @HAVE_DOXYGEN_FALSE@ @echo configure did not find doxygen
836 @HAVE_GENGETOPT_TRUE@ @GENGETOPT@
< $(top_srcdir
)/src
/cmdline.ggo
-C
--unamed-opts
=URL \
837 @HAVE_GENGETOPT_TRUE@
--output-dir
$(top_srcdir
)/src
--no-version
838 @HAVE_GENGETOPT_FALSE@ @echo
"error: configure did not find 'gengetopt' command"
841 @
rm -rf
*.tmp
*.core
*.html
844 @if
test -f
$(top_srcdir
)/.git
/HEAD
; then \
845 git log
--stat
--after
="Sun Nov 14 11:03:50 2010" > $@
; \
852 distclean-local
: local-clean
854 # Tell versions [3.59,3.63) of GNU make to not export all variables.
855 # Otherwise a system limit (for SysV at least) may be exceeded.