Remove broken cctv support and test
[quvi.git] / Makefile.in
blobd154a8ee64436c64d81de4077f73e15c6434085f
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
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
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 VPATH = @srcdir@
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)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 @ENABLE_TESTS_TRUE@am__append_1 = tests
39 subdir = .
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) \
53 $(ACLOCAL_M4)
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))
65 am__v_at_0 = @
66 SOURCES =
67 DIST_SOURCES =
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/||"`;; \
78 *) f=$$p;; \
79 esac;
80 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
81 am__install_max = 40
82 am__nobase_strip_setup = \
83 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
84 am__nobase_strip = \
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] }'
93 am__base_list = \
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
103 ETAGS = etags
104 CTAGS = ctags
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)"; }; }
113 am__relativize = \
114 dir0=`pwd`; \
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"`; \
125 else \
126 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
127 if test "$$first2" = "$$first"; then \
128 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
129 else \
130 dir2="../$$dir2"; \
131 fi; \
132 dir0="$$dir0"/"$$first"; \
133 fi; \
134 fi; \
135 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
136 done; \
137 reldir="$$dir2"
138 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
139 GZIP_ENV = --best
140 distuninstallcheck_listfiles = find . -type f -print
141 distcleancheck_listfiles = find . -type f -print
142 ACLOCAL = @ACLOCAL@
143 AMTAR = @AMTAR@
144 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145 AR = @AR@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 CC = @CC@
151 CCDEPMODE = @CCDEPMODE@
152 CFLAGS = @CFLAGS@
153 CPP = @CPP@
154 CPPFLAGS = @CPPFLAGS@
155 CXX = @CXX@
156 CXXCPP = @CXXCPP@
157 CXXDEPMODE = @CXXDEPMODE@
158 CXXFLAGS = @CXXFLAGS@
159 CYGPATH_W = @CYGPATH_W@
160 DATE = @DATE@
161 DEFS = @DEFS@
162 DEPDIR = @DEPDIR@
163 DLLTOOL = @DLLTOOL@
164 DOXYGEN = @DOXYGEN@
165 DSYMUTIL = @DSYMUTIL@
166 DUMPBIN = @DUMPBIN@
167 ECHO_C = @ECHO_C@
168 ECHO_N = @ECHO_N@
169 ECHO_T = @ECHO_T@
170 EGREP = @EGREP@
171 EXEEXT = @EXEEXT@
172 EXTRA_LIBQUVI_LDFLAGS = @EXTRA_LIBQUVI_LDFLAGS@
173 FGREP = @FGREP@
174 GENGETOPT = @GENGETOPT@
175 GIT = @GIT@
176 GREP = @GREP@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182 LD = @LD@
183 LDFLAGS = @LDFLAGS@
184 LIBICONV = @LIBICONV@
185 LIBOBJS = @LIBOBJS@
186 LIBS = @LIBS@
187 LIBTOOL = @LIBTOOL@
188 LIPO = @LIPO@
189 LN_S = @LN_S@
190 LTLIBICONV = @LTLIBICONV@
191 LTLIBOBJS = @LTLIBOBJS@
192 MAKEINFO = @MAKEINFO@
193 MANIFEST_TOOL = @MANIFEST_TOOL@
194 MKDIR_P = @MKDIR_P@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 OBJDUMP = @OBJDUMP@
198 OBJEXT = @OBJEXT@
199 OTOOL = @OTOOL@
200 OTOOL64 = @OTOOL64@
201 PACKAGE = @PACKAGE@
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@
209 PERL = @PERL@
210 PKG_CONFIG = @PKG_CONFIG@
211 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
212 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
213 POD2HTML = @POD2HTML@
214 POD2MAN = @POD2MAN@
215 POW_LIB = @POW_LIB@
216 QUVI_AGE = @QUVI_AGE@
217 QUVI_CURRENT = @QUVI_CURRENT@
218 QUVI_REVISION = @QUVI_REVISION@
219 RANLIB = @RANLIB@
220 SED = @SED@
221 SET_MAKE = @SET_MAKE@
222 SHELL = @SHELL@
223 STRIP = @STRIP@
224 VERSION = @VERSION@
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@
236 am__tar = @am__tar@
237 am__untar = @am__untar@
238 bindir = @bindir@
239 build = @build@
240 build_alias = @build_alias@
241 build_cpu = @build_cpu@
242 build_os = @build_os@
243 build_vendor = @build_vendor@
244 builddir = @builddir@
245 datadir = @datadir@
246 datarootdir = @datarootdir@
247 docdir = @docdir@
248 dvidir = @dvidir@
249 exec_prefix = @exec_prefix@
250 host = @host@
251 host_alias = @host_alias@
252 host_cpu = @host_cpu@
253 host_os = @host_os@
254 host_vendor = @host_vendor@
255 htmldir = @htmldir@
256 includedir = @includedir@
257 infodir = @infodir@
258 install_sh = @install_sh@
259 libcurl_CFLAGS = @libcurl_CFLAGS@
260 libcurl_LIBS = @libcurl_LIBS@
261 libdir = @libdir@
262 libexecdir = @libexecdir@
263 liblua_CFLAGS = @liblua_CFLAGS@
264 liblua_LIBS = @liblua_LIBS@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 oldincludedir = @oldincludedir@
270 pdfdir = @pdfdir@
271 prefix = @prefix@
272 program_transform_name = @program_transform_name@
273 psdir = @psdir@
274 sbindir = @sbindir@
275 sharedstatedir = @sharedstatedir@
276 srcdir = @srcdir@
277 sysconfdir = @sysconfdir@
278 target = @target@
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
287 EXTRA_DIST = \
288 libquvi.pc.in \
289 libquvi.ver \
290 doxygen.conf.in \
291 KNOWN_ISSUES \
292 ChangeLog.pre-gitlog
294 pkgconfigdir = $(libdir)/pkgconfig
295 pkgconfig_DATA = libquvi.pc
296 SUBDIRS = include lib man1 src examples share doc $(am__append_1)
297 all: config.h
298 $(MAKE) $(AM_MAKEFLAGS) all-recursive
300 .SUFFIXES:
301 am--refresh:
303 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
304 @for dep in $?; do \
305 case '$(am__configure_deps)' in \
306 *$$dep*) \
307 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
308 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
309 && exit 0; \
310 exit 1;; \
311 esac; \
312 done; \
313 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
314 $(am__cd) $(top_srcdir) && \
315 $(AUTOMAKE) --foreign Makefile
316 .PRECIOUS: Makefile
317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318 @case '$?' in \
319 *config.status*) \
320 echo ' $(SHELL) ./config.status'; \
321 $(SHELL) ./config.status;; \
322 *) \
323 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
324 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
325 esac;
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):
336 config.h: stamp-h1
337 @if test ! -f $@; then \
338 rm -f stamp-h1; \
339 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
340 else :; fi
342 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
343 @rm -f stamp-h1
344 cd $(top_builddir) && $(SHELL) ./config.status config.h
345 $(srcdir)/config.h.in: $(am__configure_deps)
346 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
347 rm -f stamp-h1
348 touch $@
350 distclean-hdr:
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 $@
357 mostlyclean-libtool:
358 -rm -f *.lo
360 clean-libtool:
361 -rm -rf .libs _libs
363 distclean-libtool:
364 -rm -f libtool config.lt
365 install-pkgconfigDATA: $(pkgconfig_DATA)
366 @$(NORMAL_INSTALL)
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; \
371 echo "$$d$$p"; \
372 done | $(am__base_list) | \
373 while read files; do \
374 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
375 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
376 done
378 uninstall-pkgconfigDATA:
379 @$(NORMAL_UNINSTALL)
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 \
395 case $$f in \
396 *=* | --[!k]*);; \
397 *k*) failcom='fail=yes';; \
398 esac; \
399 done; \
400 dot_seen=no; \
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 \
405 dot_seen=yes; \
406 local_target="$$target-am"; \
407 else \
408 local_target="$$target"; \
409 fi; \
410 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
411 || eval $$failcom; \
412 done; \
413 if test "$$dot_seen" = "no"; then \
414 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
415 fi; test -z "$$fail"
417 $(RECURSIVE_CLEAN_TARGETS):
418 @fail= failcom='exit 1'; \
419 for f in x $$MAKEFLAGS; do \
420 case $$f in \
421 *=* | --[!k]*);; \
422 *k*) failcom='fail=yes';; \
423 esac; \
424 done; \
425 dot_seen=no; \
426 case "$@" in \
427 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
428 *) list='$(SUBDIRS)' ;; \
429 esac; \
430 rev=''; for subdir in $$list; do \
431 if test "$$subdir" = "."; then :; else \
432 rev="$$subdir $$rev"; \
433 fi; \
434 done; \
435 rev="$$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"; \
441 else \
442 local_target="$$target"; \
443 fi; \
444 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
445 || eval $$failcom; \
446 done && test -z "$$fail"
447 tags-recursive:
448 list='$(SUBDIRS)'; for subdir in $$list; do \
449 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
450 done
451 ctags-recursive:
452 list='$(SUBDIRS)'; for subdir in $$list; do \
453 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
454 done
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; \
460 done | \
461 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462 END { if (nonempty) { for (i in files) print i; }; }'`; \
463 mkid -fID $$unique
464 tags: TAGS
466 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
467 $(TAGS_FILES) $(LISP)
468 set x; \
469 here=`pwd`; \
470 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
471 include_option=--etags-include; \
472 empty_fix=.; \
473 else \
474 include_option=--include; \
475 empty_fix=; \
476 fi; \
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"; \
481 fi; \
482 done; \
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; \
486 done | \
487 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488 END { if (nonempty) { for (i in files) print i; }; }'`; \
489 shift; \
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) \
494 "$$@" $$unique; \
495 else \
496 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497 $$unique; \
498 fi; \
500 ctags: CTAGS
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; \
506 done | \
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) \
511 $$unique
513 GTAGS:
514 here=`$(am__cd) $(top_builddir) && pwd` \
515 && $(am__cd) $(top_srcdir) \
516 && gtags -i $(GTAGS_ARGS) "$$here"
518 distclean-tags:
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,/[^/]*$$,,' | \
533 sort -u` ;; \
534 esac; \
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 {} \;; \
541 fi; \
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 {} \;; \
545 fi; \
546 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
547 else \
548 test -f "$(distdir)/$$file" \
549 || cp -p $$d/$$file "$(distdir)/$$file" \
550 || exit 1; \
551 fi; \
552 done
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" \
557 || exit 1; \
558 fi; \
559 done
560 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
561 if test "$$subdir" = .; then :; else \
562 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
563 $(am__relativize); \
564 new_distdir=$$reldir; \
565 dir1=$$subdir; dir2="$(top_distdir)"; \
566 $(am__relativize); \
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=: \
577 distdir) \
578 || exit 1; \
579 fi; \
580 done
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)"
588 dist-gzip: distdir
589 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
590 $(am__remove_distdir)
591 dist-bzip2: distdir
592 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
593 $(am__remove_distdir)
595 dist-lzma: distdir
596 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
597 $(am__remove_distdir)
599 dist-xz: distdir
600 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
601 $(am__remove_distdir)
603 dist-tarZ: distdir
604 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
605 $(am__remove_distdir)
607 dist-shar: distdir
608 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
609 $(am__remove_distdir)
611 dist-zip: 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
623 # tarfile.
624 distcheck: dist
625 case '$(DIST_ARCHIVES)' in \
626 *.tar.gz*) \
627 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
628 *.tar.bz2*) \
629 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
630 *.tar.lzma*) \
631 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
632 *.tar.xz*) \
633 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
634 *.tar.Z*) \
635 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
636 *.shar.gz*) \
637 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
638 *.zip*) \
639 unzip $(distdir).zip ;;\
640 esac
641 chmod -R a-w $(distdir); chmod a+w $(distdir)
642 mkdir $(distdir)/_build
643 mkdir $(distdir)/_inst
644 chmod a-w $(distdir)
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-$$$$/" \
648 && am__cwd=`pwd` \
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" \
659 distuninstallcheck \
660 && chmod -R a-w "$$dc_install_base" \
661 && ({ \
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 \
672 && cd "$$am__cwd" \
673 || exit 1
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'
678 distuninstallcheck:
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)"; \
684 fi ; \
685 $(distuninstallcheck_listfiles) ; \
686 exit 1; } >&2
687 distcleancheck: distclean
688 @if test '$(srcdir)' = . ; then \
689 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
690 exit 1 ; \
692 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
693 || { echo "ERROR: files left in build directory after distclean:" ; \
694 $(distcleancheck_listfiles) ; \
695 exit 1; } >&2
696 check-am: all-am
697 check: check-recursive
698 all-am: Makefile $(DATA) config.h
699 installdirs: installdirs-recursive
700 installdirs-am:
701 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
702 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
703 done
704 install: install-recursive
705 install-exec: install-exec-recursive
706 install-data: install-data-recursive
707 uninstall: uninstall-recursive
709 install-am: all-am
710 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
712 installcheck: installcheck-recursive
713 install-strip:
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
718 mostlyclean-generic:
720 clean-generic:
722 distclean-generic:
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)
735 -rm -f Makefile
736 distclean-am: clean-am distclean-generic distclean-hdr \
737 distclean-libtool distclean-local distclean-tags
739 dvi: dvi-recursive
741 dvi-am:
743 html: html-recursive
745 html-am:
747 info: info-recursive
749 info-am:
751 install-data-am: install-pkgconfigDATA
753 install-dvi: install-dvi-recursive
755 install-dvi-am:
757 install-exec-am:
759 install-html: install-html-recursive
761 install-html-am:
763 install-info: install-info-recursive
765 install-info-am:
767 install-man:
769 install-pdf: install-pdf-recursive
771 install-pdf-am:
773 install-ps: install-ps-recursive
775 install-ps-am:
777 installcheck-am:
779 maintainer-clean: maintainer-clean-recursive
780 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
781 -rm -rf $(top_srcdir)/autom4te.cache
782 -rm -f Makefile
783 maintainer-clean-am: distclean-am maintainer-clean-generic
785 mostlyclean: mostlyclean-recursive
787 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
789 pdf: pdf-recursive
791 pdf-am:
793 ps: ps-recursive
795 ps-am:
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
822 pod2man:
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"
826 pod2html:
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"
831 dox:
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
835 cmdline:
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"
840 local-clean:
841 @rm -rf *.tmp *.core *.html
843 ChangeLog:
844 @if test -f $(top_srcdir)/.git/HEAD; then \
845 git log --stat --after="Sun Nov 14 11:03:50 2010" > $@; \
848 dist: ChangeLog
850 .PHONY: ChangeLog
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.
856 .NOEXPORT: