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
17# process this file with automake to create a Makefile.in
18
19# Copyright (C) 2004 Oren Ben-Kiki
20# This file is distributed under the same terms as the Automake macro files.
21
22# Generate automatic documentation using Doxygen. Goals and variables values
23# are controlled by the various DX_COND_??? conditionals set by autoconf.
24#
25# The provided goals are:
26# doc: Generate all doxygen documentation.
27# doxygen-run: Run doxygen, which will generate some of the documentation
28#              (HTML, CHM, CHI, MAN, RTF, XML) but will not do the post
29#              processing required for the rest of it (PS, PDF, and some MAN).
30# doxygen-man: Rename some doxygen generated man pages.
31# doxygen-ps: Generate doxygen PostScript documentation.
32# doxygen-pdf: Generate doxygen PDF documentation.
33#
34# Note that by default these are not integrated into the automake goals. If
35# doxygen is used to generate man pages, you can achieve this integration by
36# setting man3_MANS to the list of man pages generated and then adding the
37# dependency:
38#
39#   $(man3_MANS): doc
40#
41# This will cause make to run doxygen and generate all the documentation.
42#
43# The following variable is intended for use in Makefile.am:
44#
45# DX_CLEANFILES = everything to clean.
46#
47# This is usually added to MOSTLYCLEANFILES.
48
49VPATH = @srcdir@
50am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
51am__make_running_with_option = \
52  case $${target_option-} in \
53      ?) ;; \
54      *) echo "am__make_running_with_option: internal error: invalid" \
55              "target option '$${target_option-}' specified" >&2; \
56         exit 1;; \
57  esac; \
58  has_opt=no; \
59  sane_makeflags=$$MAKEFLAGS; \
60  if $(am__is_gnu_make); then \
61    sane_makeflags=$$MFLAGS; \
62  else \
63    case $$MAKEFLAGS in \
64      *\\[\ \	]*) \
65        bs=\\; \
66        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
68    esac; \
69  fi; \
70  skip_next=no; \
71  strip_trailopt () \
72  { \
73    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74  }; \
75  for flg in $$sane_makeflags; do \
76    test $$skip_next = yes && { skip_next=no; continue; }; \
77    case $$flg in \
78      *=*|--*) continue;; \
79        -*I) strip_trailopt 'I'; skip_next=yes;; \
80      -*I?*) strip_trailopt 'I';; \
81        -*O) strip_trailopt 'O'; skip_next=yes;; \
82      -*O?*) strip_trailopt 'O';; \
83        -*l) strip_trailopt 'l'; skip_next=yes;; \
84      -*l?*) strip_trailopt 'l';; \
85      -[dEDm]) skip_next=yes;; \
86      -[JT]) skip_next=yes;; \
87    esac; \
88    case $$flg in \
89      *$$target_option*) has_opt=yes; break;; \
90    esac; \
91  done; \
92  test $$has_opt = yes
93am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95pkgdatadir = $(datadir)/@PACKAGE@
96pkglibdir = $(libdir)/@PACKAGE@
97pkglibexecdir = $(libexecdir)/@PACKAGE@
98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99install_sh_DATA = $(install_sh) -c -m 644
100install_sh_PROGRAM = $(install_sh) -c
101install_sh_SCRIPT = $(install_sh) -c
102INSTALL_HEADER = $(INSTALL_DATA)
103transform = $(program_transform_name)
104NORMAL_INSTALL = :
105PRE_INSTALL = :
106POST_INSTALL = :
107NORMAL_UNINSTALL = :
108PRE_UNINSTALL = :
109POST_UNINSTALL = :
110build_triplet = @build@
111host_triplet = @host@
112target_triplet = @target@
113@MAKE_EXAMPLES_TRUE@am__append_1 = examples
114DIST_COMMON = $(top_srcdir)/aminclude.am INSTALL NEWS README AUTHORS \
115	ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
116	$(top_srcdir)/configure $(am__configure_deps) \
117	$(srcdir)/config.h.in $(srcdir)/libdc1394-2.pc.in COPYING \
118	ar-lib compile config.guess config.sub depcomp install-sh \
119	missing ltmain.sh
120subdir = .
121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
123	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
124	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
125	$(top_srcdir)/acinclude.m4 $(top_srcdir)/ax_check_framework.m4 \
126	$(top_srcdir)/configure.ac
127am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128	$(ACLOCAL_M4)
129am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
130 configure.lineno config.status.lineno
131mkinstalldirs = $(install_sh) -d
132CONFIG_HEADER = config.h
133CONFIG_CLEAN_FILES = libdc1394-2.pc
134CONFIG_CLEAN_VPATH_FILES =
135AM_V_P = $(am__v_P_@AM_V@)
136am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
137am__v_P_0 = false
138am__v_P_1 = :
139AM_V_GEN = $(am__v_GEN_@AM_V@)
140am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141am__v_GEN_0 = @echo "  GEN     " $@;
142am__v_GEN_1 =
143AM_V_at = $(am__v_at_@AM_V@)
144am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145am__v_at_0 = @
146am__v_at_1 =
147SOURCES =
148DIST_SOURCES =
149RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
150	ctags-recursive dvi-recursive html-recursive info-recursive \
151	install-data-recursive install-dvi-recursive \
152	install-exec-recursive install-html-recursive \
153	install-info-recursive install-pdf-recursive \
154	install-ps-recursive install-recursive installcheck-recursive \
155	installdirs-recursive pdf-recursive ps-recursive \
156	tags-recursive uninstall-recursive
157am__can_run_installinfo = \
158  case $$AM_UPDATE_INFO_DIR in \
159    n|no|NO) false;; \
160    *) (install-info --version) >/dev/null 2>&1;; \
161  esac
162am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
163am__vpath_adj = case $$p in \
164    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
165    *) f=$$p;; \
166  esac;
167am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
168am__install_max = 40
169am__nobase_strip_setup = \
170  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
171am__nobase_strip = \
172  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
173am__nobase_list = $(am__nobase_strip_setup); \
174  for p in $$list; do echo "$$p $$p"; done | \
175  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
176  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
177    if (++n[$$2] == $(am__install_max)) \
178      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
179    END { for (dir in files) print dir, files[dir] }'
180am__base_list = \
181  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
182  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
183am__uninstall_files_from_dir = { \
184  test -z "$$files" \
185    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
186    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
187         $(am__cd) "$$dir" && rm -f $$files; }; \
188  }
189man3dir = $(mandir)/man3
190am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgconfigdir)"
191NROFF = nroff
192MANS = $(man3_MANS)
193DATA = $(pkgconfig_DATA)
194RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
195  distclean-recursive maintainer-clean-recursive
196am__recursive_targets = \
197  $(RECURSIVE_TARGETS) \
198  $(RECURSIVE_CLEAN_TARGETS) \
199  $(am__extra_recursive_targets)
200AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
201	cscope distdir dist dist-all distcheck
202am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
203	$(LISP)config.h.in
204# Read a list of newline-separated strings from the standard input,
205# and print each of them once, without duplicates.  Input order is
206# *not* preserved.
207am__uniquify_input = $(AWK) '\
208  BEGIN { nonempty = 0; } \
209  { items[$$0] = 1; nonempty = 1; } \
210  END { if (nonempty) { for (i in items) print i; }; } \
211'
212# Make sure the list of sources is unique.  This is necessary because,
213# e.g., the same source file might be shared among _SOURCES variables
214# for different programs/libraries.
215am__define_uniq_tagged_files = \
216  list='$(am__tagged_files)'; \
217  unique=`for i in $$list; do \
218    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219  done | $(am__uniquify_input)`
220ETAGS = etags
221CTAGS = ctags
222CSCOPE = cscope
223DIST_SUBDIRS = dc1394 examples
224DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
225distdir = $(PACKAGE)-$(VERSION)
226top_distdir = $(distdir)
227am__remove_distdir = \
228  if test -d "$(distdir)"; then \
229    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
230      && rm -rf "$(distdir)" \
231      || { sleep 5 && rm -rf "$(distdir)"; }; \
232  else :; fi
233am__post_remove_distdir = $(am__remove_distdir)
234am__relativize = \
235  dir0=`pwd`; \
236  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
237  sed_rest='s,^[^/]*/*,,'; \
238  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
239  sed_butlast='s,/*[^/]*$$,,'; \
240  while test -n "$$dir1"; do \
241    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
242    if test "$$first" != "."; then \
243      if test "$$first" = ".."; then \
244        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
245        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
246      else \
247        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
248        if test "$$first2" = "$$first"; then \
249          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
250        else \
251          dir2="../$$dir2"; \
252        fi; \
253        dir0="$$dir0"/"$$first"; \
254      fi; \
255    fi; \
256    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
257  done; \
258  reldir="$$dir2"
259DIST_ARCHIVES = $(distdir).tar.gz
260GZIP_ENV = --best
261DIST_TARGETS = dist-gzip
262distuninstallcheck_listfiles = find . -type f -print
263am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
264  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
265distcleancheck_listfiles = find . -type f -print
266pkgincludedir = @pkgincludedir@
267ACLOCAL = @ACLOCAL@
268AMTAR = @AMTAR@
269AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
270AR = @AR@
271AS = @AS@
272AUTOCONF = @AUTOCONF@
273AUTOHEADER = @AUTOHEADER@
274AUTOMAKE = @AUTOMAKE@
275AWK = @AWK@
276CC = @CC@
277CCDEPMODE = @CCDEPMODE@
278CFLAGS = @CFLAGS@
279CPP = @CPP@
280CPPFLAGS = @CPPFLAGS@
281CYGPATH_W = @CYGPATH_W@
282DEFS = @DEFS@
283DEPDIR = @DEPDIR@
284DLLTOOL = @DLLTOOL@
285DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
286DSYMUTIL = @DSYMUTIL@
287DUMPBIN = @DUMPBIN@
288DX_CONFIG = @DX_CONFIG@
289DX_DOCDIR = @DX_DOCDIR@
290DX_DOT = @DX_DOT@
291DX_DOXYGEN = @DX_DOXYGEN@
292DX_DVIPS = @DX_DVIPS@
293DX_EGREP = @DX_EGREP@
294DX_ENV = @DX_ENV@
295DX_FLAG_chi = @DX_FLAG_chi@
296DX_FLAG_chm = @DX_FLAG_chm@
297DX_FLAG_doc = @DX_FLAG_doc@
298DX_FLAG_dot = @DX_FLAG_dot@
299DX_FLAG_html = @DX_FLAG_html@
300DX_FLAG_man = @DX_FLAG_man@
301DX_FLAG_pdf = @DX_FLAG_pdf@
302DX_FLAG_ps = @DX_FLAG_ps@
303DX_FLAG_rtf = @DX_FLAG_rtf@
304DX_FLAG_xml = @DX_FLAG_xml@
305DX_HHC = @DX_HHC@
306DX_LATEX = @DX_LATEX@
307DX_MAKEINDEX = @DX_MAKEINDEX@
308DX_PDFLATEX = @DX_PDFLATEX@
309DX_PERL = @DX_PERL@
310DX_PROJECT = @DX_PROJECT@
311ECHO_C = @ECHO_C@
312ECHO_N = @ECHO_N@
313ECHO_T = @ECHO_T@
314EGREP = @EGREP@
315EXEEXT = @EXEEXT@
316FGREP = @FGREP@
317FRAMEWORK_IOKIT = @FRAMEWORK_IOKIT@
318GREP = @GREP@
319INSTALL = @INSTALL@
320INSTALL_DATA = @INSTALL_DATA@
321INSTALL_PROGRAM = @INSTALL_PROGRAM@
322INSTALL_SCRIPT = @INSTALL_SCRIPT@
323INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
324LD = @LD@
325LDFLAGS = @LDFLAGS@
326LIBOBJS = @LIBOBJS@
327LIBS = @LIBS@
328LIBTOOL = @LIBTOOL@
329LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
330LIBUSB_LIBS = @LIBUSB_LIBS@
331LIPO = @LIPO@
332LN_S = @LN_S@
333LTLIBOBJS = @LTLIBOBJS@
334MAKEINFO = @MAKEINFO@
335MANIFEST_TOOL = @MANIFEST_TOOL@
336MKDIR_P = @MKDIR_P@
337NM = @NM@
338NMEDIT = @NMEDIT@
339OBJDUMP = @OBJDUMP@
340OBJEXT = @OBJEXT@
341OTOOL = @OTOOL@
342OTOOL64 = @OTOOL64@
343PACKAGE = @PACKAGE@
344PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
345PACKAGE_NAME = @PACKAGE_NAME@
346PACKAGE_STRING = @PACKAGE_STRING@
347PACKAGE_TARNAME = @PACKAGE_TARNAME@
348PACKAGE_URL = @PACKAGE_URL@
349PACKAGE_VERSION = @PACKAGE_VERSION@
350PATH_SEPARATOR = @PATH_SEPARATOR@
351PKG_CONFIG = @PKG_CONFIG@
352RANLIB = @RANLIB@
353SDL_CFLAGS = @SDL_CFLAGS@
354SDL_CONFIG = @SDL_CONFIG@
355SDL_LIBS = @SDL_LIBS@
356SED = @SED@
357SET_MAKE = @SET_MAKE@
358SHELL = @SHELL@
359STRIP = @STRIP@
360VERSION = @VERSION@
361XMKMF = @XMKMF@
362XV_CFLAGS = @XV_CFLAGS@
363XV_LIBS = @XV_LIBS@
364X_CFLAGS = @X_CFLAGS@
365X_EXTRA_LIBS = @X_EXTRA_LIBS@
366X_LIBS = @X_LIBS@
367X_PRE_LIBS = @X_PRE_LIBS@
368abs_builddir = @abs_builddir@
369abs_srcdir = @abs_srcdir@
370abs_top_builddir = @abs_top_builddir@
371abs_top_srcdir = @abs_top_srcdir@
372ac_ct_AR = @ac_ct_AR@
373ac_ct_CC = @ac_ct_CC@
374ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
375am__include = @am__include@
376am__leading_dot = @am__leading_dot@
377am__quote = @am__quote@
378am__tar = @am__tar@
379am__untar = @am__untar@
380bindir = @bindir@
381build = @build@
382build_alias = @build_alias@
383build_cpu = @build_cpu@
384build_os = @build_os@
385build_vendor = @build_vendor@
386builddir = @builddir@
387datadir = @datadir@
388datarootdir = @datarootdir@
389docdir = @docdir@
390dvidir = @dvidir@
391exec_prefix = @exec_prefix@
392host = @host@
393host_alias = @host_alias@
394host_cpu = @host_cpu@
395host_os = @host_os@
396host_vendor = @host_vendor@
397htmldir = @htmldir@
398includedir = @includedir@
399infodir = @infodir@
400install_sh = @install_sh@
401libdir = @libdir@
402libexecdir = @libexecdir@
403localedir = @localedir@
404localstatedir = @localstatedir@
405lt_age = @lt_age@
406lt_current = @lt_current@
407lt_revision = @lt_revision@
408mandir = @mandir@
409mkdir_p = @mkdir_p@
410oldincludedir = @oldincludedir@
411pdfdir = @pdfdir@
412platform_LDFLAGS = @platform_LDFLAGS@
413prefix = @prefix@
414program_transform_name = @program_transform_name@
415psdir = @psdir@
416sbindir = @sbindir@
417sharedstatedir = @sharedstatedir@
418srcdir = @srcdir@
419sysconfdir = @sysconfdir@
420target = @target@
421target_alias = @target_alias@
422target_cpu = @target_cpu@
423target_os = @target_os@
424target_vendor = @target_vendor@
425top_build_prefix = @top_build_prefix@
426top_builddir = @top_builddir@
427top_srcdir = @top_srcdir@
428SUBDIRS = dc1394 $(am__append_1)
429MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \
430	stamp-h.in
431
432EXTRA_DIST = libdc1394-2.pc.in Doxyfile.in INSTALL-windows README-windows
433# Doxygen part
434MOSTLYCLEANFILES = $(DX_CLEANFILES)
435@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
436@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
437@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
438@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
439@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_MANS = $(DX_CLEAN_MAN)/man3
440@DX_COND_doc_TRUE@@DX_COND_man_TRUE@man3_MANS = $(DX_MANS)/control.h.3 $(DX_MANS)/conversions.h.3 \
441@DX_COND_doc_TRUE@@DX_COND_man_TRUE@	$(DX_MANS)/register.h.3 $(DX_MANS)/utils.h.3
442
443@DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
444@DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
445@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
446@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
447@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
448@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
449@DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
450@DX_COND_doc_TRUE@DX_CLEANFILES = \
451@DX_COND_doc_TRUE@	@DX_DOCDIR@/@PACKAGE@.tag \
452@DX_COND_doc_TRUE@	-r $(DX_CLEAN_HTML) $(DX_CLEAN_CHM) $(DX_CLEAN_CHI) $(DX_CLEAN_MAN) \
453@DX_COND_doc_TRUE@	$(DX_CLEAN_RTF) $(DX_CLEAN_XML) $(DX_CLEAN_PS) $(DX_CLEAN_PDF) \
454@DX_COND_doc_TRUE@	$(DX_CLEAN_LATEX) $(DX_DOCDIR)
455
456# pkg-config part
457pkgconfigdir = $(prefix)/libdata/pkgconfig
458pkgconfig_DATA = libdc1394-2.pc
459all: config.h
460	$(MAKE) $(AM_MAKEFLAGS) all-recursive
461
462.SUFFIXES:
463am--refresh: Makefile
464	@:
465$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/aminclude.am $(am__configure_deps)
466	@for dep in $?; do \
467	  case '$(am__configure_deps)' in \
468	    *$$dep*) \
469	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
470	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
471		&& exit 0; \
472	      exit 1;; \
473	  esac; \
474	done; \
475	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
476	$(am__cd) $(top_srcdir) && \
477	  $(AUTOMAKE) --gnu Makefile
478.PRECIOUS: Makefile
479Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
480	@case '$?' in \
481	  *config.status*) \
482	    echo ' $(SHELL) ./config.status'; \
483	    $(SHELL) ./config.status;; \
484	  *) \
485	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
486	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
487	esac;
488$(top_srcdir)/aminclude.am:
489
490$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
491	$(SHELL) ./config.status --recheck
492
493$(top_srcdir)/configure:  $(am__configure_deps)
494	$(am__cd) $(srcdir) && $(AUTOCONF)
495$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
496	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
497$(am__aclocal_m4_deps):
498
499config.h: stamp-h1
500	@test -f $@ || rm -f stamp-h1
501	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
502
503stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
504	@rm -f stamp-h1
505	cd $(top_builddir) && $(SHELL) ./config.status config.h
506$(srcdir)/config.h.in:  $(am__configure_deps)
507	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
508	rm -f stamp-h1
509	touch $@
510
511distclean-hdr:
512	-rm -f config.h stamp-h1
513libdc1394-2.pc: $(top_builddir)/config.status $(srcdir)/libdc1394-2.pc.in
514	cd $(top_builddir) && $(SHELL) ./config.status $@
515
516mostlyclean-libtool:
517	-rm -f *.lo
518
519clean-libtool:
520	-rm -rf .libs _libs
521
522distclean-libtool:
523	-rm -f libtool config.lt
524install-man3: $(man3_MANS)
525	@$(NORMAL_INSTALL)
526	@list1='$(man3_MANS)'; \
527	list2=''; \
528	test -n "$(man3dir)" \
529	  && test -n "`echo $$list1$$list2`" \
530	  || exit 0; \
531	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
532	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
533	{ for i in $$list1; do echo "$$i"; done;  \
534	if test -n "$$list2"; then \
535	  for i in $$list2; do echo "$$i"; done \
536	    | sed -n '/\.3[a-z]*$$/p'; \
537	fi; \
538	} | while read p; do \
539	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
540	  echo "$$d$$p"; echo "$$p"; \
541	done | \
542	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
543	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
544	sed 'N;N;s,\n, ,g' | { \
545	list=; while read file base inst; do \
546	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
547	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
548	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
549	  fi; \
550	done; \
551	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
552	while read files; do \
553	  test -z "$$files" || { \
554	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
555	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
556	done; }
557
558uninstall-man3:
559	@$(NORMAL_UNINSTALL)
560	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
561	files=`{ for i in $$list; do echo "$$i"; done; \
562	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
563	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
564	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
565install-pkgconfigDATA: $(pkgconfig_DATA)
566	@$(NORMAL_INSTALL)
567	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
568	if test -n "$$list"; then \
569	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
570	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
571	fi; \
572	for p in $$list; do \
573	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
574	  echo "$$d$$p"; \
575	done | $(am__base_list) | \
576	while read files; do \
577	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
578	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
579	done
580
581uninstall-pkgconfigDATA:
582	@$(NORMAL_UNINSTALL)
583	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
584	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
585	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
586
587# This directory's subdirectories are mostly independent; you can cd
588# into them and run 'make' without going through this Makefile.
589# To change the values of 'make' variables: instead of editing Makefiles,
590# (1) if the variable is set in 'config.status', edit 'config.status'
591#     (which will cause the Makefiles to be regenerated when you run 'make');
592# (2) otherwise, pass the desired values on the 'make' command line.
593$(am__recursive_targets):
594	@fail=; \
595	if $(am__make_keepgoing); then \
596	  failcom='fail=yes'; \
597	else \
598	  failcom='exit 1'; \
599	fi; \
600	dot_seen=no; \
601	target=`echo $@ | sed s/-recursive//`; \
602	case "$@" in \
603	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
604	  *) list='$(SUBDIRS)' ;; \
605	esac; \
606	for subdir in $$list; do \
607	  echo "Making $$target in $$subdir"; \
608	  if test "$$subdir" = "."; then \
609	    dot_seen=yes; \
610	    local_target="$$target-am"; \
611	  else \
612	    local_target="$$target"; \
613	  fi; \
614	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
615	  || eval $$failcom; \
616	done; \
617	if test "$$dot_seen" = "no"; then \
618	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
619	fi; test -z "$$fail"
620
621ID: $(am__tagged_files)
622	$(am__define_uniq_tagged_files); mkid -fID $$unique
623tags: tags-recursive
624TAGS: tags
625
626tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
627	set x; \
628	here=`pwd`; \
629	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
630	  include_option=--etags-include; \
631	  empty_fix=.; \
632	else \
633	  include_option=--include; \
634	  empty_fix=; \
635	fi; \
636	list='$(SUBDIRS)'; for subdir in $$list; do \
637	  if test "$$subdir" = .; then :; else \
638	    test ! -f $$subdir/TAGS || \
639	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
640	  fi; \
641	done; \
642	$(am__define_uniq_tagged_files); \
643	shift; \
644	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
645	  test -n "$$unique" || unique=$$empty_fix; \
646	  if test $$# -gt 0; then \
647	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
648	      "$$@" $$unique; \
649	  else \
650	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
651	      $$unique; \
652	  fi; \
653	fi
654ctags: ctags-recursive
655
656CTAGS: ctags
657ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
658	$(am__define_uniq_tagged_files); \
659	test -z "$(CTAGS_ARGS)$$unique" \
660	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
661	     $$unique
662
663GTAGS:
664	here=`$(am__cd) $(top_builddir) && pwd` \
665	  && $(am__cd) $(top_srcdir) \
666	  && gtags -i $(GTAGS_ARGS) "$$here"
667cscope: cscope.files
668	test ! -s cscope.files \
669	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
670clean-cscope:
671	-rm -f cscope.files
672cscope.files: clean-cscope cscopelist
673cscopelist: cscopelist-recursive
674
675cscopelist-am: $(am__tagged_files)
676	list='$(am__tagged_files)'; \
677	case "$(srcdir)" in \
678	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
679	  *) sdir=$(subdir)/$(srcdir) ;; \
680	esac; \
681	for i in $$list; do \
682	  if test -f "$$i"; then \
683	    echo "$(subdir)/$$i"; \
684	  else \
685	    echo "$$sdir/$$i"; \
686	  fi; \
687	done >> $(top_builddir)/cscope.files
688
689distclean-tags:
690	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
691	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
692
693distdir: $(DISTFILES)
694	$(am__remove_distdir)
695	test -d "$(distdir)" || mkdir "$(distdir)"
696	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
697	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
698	list='$(DISTFILES)'; \
699	  dist_files=`for file in $$list; do echo $$file; done | \
700	  sed -e "s|^$$srcdirstrip/||;t" \
701	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
702	case $$dist_files in \
703	  */*) $(MKDIR_P) `echo "$$dist_files" | \
704			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
705			   sort -u` ;; \
706	esac; \
707	for file in $$dist_files; do \
708	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
709	  if test -d $$d/$$file; then \
710	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
711	    if test -d "$(distdir)/$$file"; then \
712	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
713	    fi; \
714	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
715	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
716	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
717	    fi; \
718	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
719	  else \
720	    test -f "$(distdir)/$$file" \
721	    || cp -p $$d/$$file "$(distdir)/$$file" \
722	    || exit 1; \
723	  fi; \
724	done
725	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
726	  if test "$$subdir" = .; then :; else \
727	    $(am__make_dryrun) \
728	      || test -d "$(distdir)/$$subdir" \
729	      || $(MKDIR_P) "$(distdir)/$$subdir" \
730	      || exit 1; \
731	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
732	    $(am__relativize); \
733	    new_distdir=$$reldir; \
734	    dir1=$$subdir; dir2="$(top_distdir)"; \
735	    $(am__relativize); \
736	    new_top_distdir=$$reldir; \
737	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
738	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
739	    ($(am__cd) $$subdir && \
740	      $(MAKE) $(AM_MAKEFLAGS) \
741	        top_distdir="$$new_top_distdir" \
742	        distdir="$$new_distdir" \
743		am__remove_distdir=: \
744		am__skip_length_check=: \
745		am__skip_mode_fix=: \
746	        distdir) \
747	      || exit 1; \
748	  fi; \
749	done
750	-test -n "$(am__skip_mode_fix)" \
751	|| find "$(distdir)" -type d ! -perm -755 \
752		-exec chmod u+rwx,go+rx {} \; -o \
753	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
754	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
755	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
756	|| chmod -R a+r "$(distdir)"
757dist-gzip: distdir
758	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
759	$(am__post_remove_distdir)
760
761dist-bzip2: distdir
762	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
763	$(am__post_remove_distdir)
764
765dist-lzip: distdir
766	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
767	$(am__post_remove_distdir)
768
769dist-xz: distdir
770	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
771	$(am__post_remove_distdir)
772
773dist-tarZ: distdir
774	@echo WARNING: "Support for shar distribution archives is" \
775	               "deprecated." >&2
776	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
777	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
778	$(am__post_remove_distdir)
779
780dist-shar: distdir
781	@echo WARNING: "Support for distribution archives compressed with" \
782		       "legacy program 'compress' is deprecated." >&2
783	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
784	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
785	$(am__post_remove_distdir)
786
787dist-zip: distdir
788	-rm -f $(distdir).zip
789	zip -rq $(distdir).zip $(distdir)
790	$(am__post_remove_distdir)
791
792dist dist-all:
793	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
794	$(am__post_remove_distdir)
795
796# This target untars the dist file and tries a VPATH configuration.  Then
797# it guarantees that the distribution is self-contained by making another
798# tarfile.
799distcheck: dist
800	case '$(DIST_ARCHIVES)' in \
801	*.tar.gz*) \
802	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
803	*.tar.bz2*) \
804	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
805	*.tar.lz*) \
806	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
807	*.tar.xz*) \
808	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
809	*.tar.Z*) \
810	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
811	*.shar.gz*) \
812	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
813	*.zip*) \
814	  unzip $(distdir).zip ;;\
815	esac
816	chmod -R a-w $(distdir)
817	chmod u+w $(distdir)
818	mkdir $(distdir)/_build $(distdir)/_inst
819	chmod a-w $(distdir)
820	test -d $(distdir)/_build || exit 0; \
821	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
822	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
823	  && am__cwd=`pwd` \
824	  && $(am__cd) $(distdir)/_build \
825	  && ../configure \
826	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
827	    $(DISTCHECK_CONFIGURE_FLAGS) \
828	    --srcdir=.. --prefix="$$dc_install_base" \
829	  && $(MAKE) $(AM_MAKEFLAGS) \
830	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
831	  && $(MAKE) $(AM_MAKEFLAGS) check \
832	  && $(MAKE) $(AM_MAKEFLAGS) install \
833	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
834	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
835	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
836	        distuninstallcheck \
837	  && chmod -R a-w "$$dc_install_base" \
838	  && ({ \
839	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
840	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
841	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
842	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
843	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
844	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
845	  && rm -rf "$$dc_destdir" \
846	  && $(MAKE) $(AM_MAKEFLAGS) dist \
847	  && rm -rf $(DIST_ARCHIVES) \
848	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
849	  && cd "$$am__cwd" \
850	  || exit 1
851	$(am__post_remove_distdir)
852	@(echo "$(distdir) archives ready for distribution: "; \
853	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
854	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
855distuninstallcheck:
856	@test -n '$(distuninstallcheck_dir)' || { \
857	  echo 'ERROR: trying to run $@ with an empty' \
858	       '$$(distuninstallcheck_dir)' >&2; \
859	  exit 1; \
860	}; \
861	$(am__cd) '$(distuninstallcheck_dir)' || { \
862	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
863	  exit 1; \
864	}; \
865	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
866	   || { echo "ERROR: files left after uninstall:" ; \
867	        if test -n "$(DESTDIR)"; then \
868	          echo "  (check DESTDIR support)"; \
869	        fi ; \
870	        $(distuninstallcheck_listfiles) ; \
871	        exit 1; } >&2
872distcleancheck: distclean
873	@if test '$(srcdir)' = . ; then \
874	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
875	  exit 1 ; \
876	fi
877	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
878	  || { echo "ERROR: files left in build directory after distclean:" ; \
879	       $(distcleancheck_listfiles) ; \
880	       exit 1; } >&2
881check-am: all-am
882check: check-recursive
883all-am: Makefile $(MANS) $(DATA) config.h
884installdirs: installdirs-recursive
885installdirs-am:
886	for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgconfigdir)"; do \
887	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
888	done
889install: install-recursive
890install-exec: install-exec-recursive
891install-data: install-data-recursive
892uninstall: uninstall-recursive
893
894install-am: all-am
895	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
896
897installcheck: installcheck-recursive
898install-strip:
899	if test -z '$(STRIP)'; then \
900	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
901	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
902	      install; \
903	else \
904	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
905	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
906	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
907	fi
908mostlyclean-generic:
909	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
910
911clean-generic:
912
913distclean-generic:
914	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
915	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
916
917maintainer-clean-generic:
918	@echo "This command is intended for maintainers to use"
919	@echo "it deletes files that may require special tools to rebuild."
920	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
921clean: clean-recursive
922
923clean-am: clean-generic clean-libtool mostlyclean-am
924
925distclean: distclean-recursive
926	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
927	-rm -f Makefile
928distclean-am: clean-am distclean-generic distclean-hdr \
929	distclean-libtool distclean-tags
930
931dvi: dvi-recursive
932
933dvi-am:
934
935html: html-recursive
936
937html-am:
938
939info: info-recursive
940
941info-am:
942
943install-data-am: install-man install-pkgconfigDATA
944
945install-dvi: install-dvi-recursive
946
947install-dvi-am:
948
949install-exec-am:
950
951install-html: install-html-recursive
952
953install-html-am:
954
955install-info: install-info-recursive
956
957install-info-am:
958
959install-man: install-man3
960
961install-pdf: install-pdf-recursive
962
963install-pdf-am:
964
965install-ps: install-ps-recursive
966
967install-ps-am:
968
969installcheck-am:
970
971maintainer-clean: maintainer-clean-recursive
972	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
973	-rm -rf $(top_srcdir)/autom4te.cache
974	-rm -f Makefile
975maintainer-clean-am: distclean-am maintainer-clean-generic
976
977mostlyclean: mostlyclean-recursive
978
979mostlyclean-am: mostlyclean-generic mostlyclean-libtool
980
981pdf: pdf-recursive
982
983pdf-am:
984
985ps: ps-recursive
986
987ps-am:
988
989uninstall-am: uninstall-man uninstall-pkgconfigDATA
990
991uninstall-man: uninstall-man3
992
993.MAKE: $(am__recursive_targets) all install-am install-strip
994
995.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
996	am--refresh check check-am clean clean-cscope clean-generic \
997	clean-libtool cscope cscopelist-am ctags ctags-am dist \
998	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
999	dist-xz dist-zip distcheck distclean distclean-generic \
1000	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1001	distdir distuninstallcheck dvi dvi-am html html-am info \
1002	info-am install install-am install-data install-data-am \
1003	install-dvi install-dvi-am install-exec install-exec-am \
1004	install-html install-html-am install-info install-info-am \
1005	install-man install-man3 install-pdf install-pdf-am \
1006	install-pkgconfigDATA install-ps install-ps-am install-strip \
1007	installcheck installcheck-am installdirs installdirs-am \
1008	maintainer-clean maintainer-clean-generic mostlyclean \
1009	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1010	tags tags-am uninstall uninstall-am uninstall-man \
1011	uninstall-man3 uninstall-pkgconfigDATA
1012
1013@DX_COND_doc_TRUE@@DX_COND_man_TRUE@$(man3_MANS): doc
1014
1015@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
1016
1017@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
1018@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	cd @DX_DOCDIR@/latex; \
1019@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1020@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	$(DX_LATEX) refman.tex; \
1021@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	$(MAKEINDEX_PATH) refman.idx; \
1022@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	$(DX_LATEX) refman.tex; \
1023@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	countdown=5; \
1024@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1025@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	                  refman.log > /dev/null 2>&1 \
1026@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	   && test $$countdown -gt 0; do \
1027@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	    $(DX_LATEX) refman.tex; \
1028@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	    countdown=`expr $$countdown - 1`; \
1029@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	done; \
1030@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	$(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
1031
1032@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
1033
1034@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
1035@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	cd @DX_DOCDIR@/latex; \
1036@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1037@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	$(DX_PDFLATEX) refman.tex; \
1038@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	$(DX_MAKEINDEX) refman.idx; \
1039@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	$(DX_PDFLATEX) refman.tex; \
1040@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	countdown=5; \
1041@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1042@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	                  refman.log > /dev/null 2>&1 \
1043@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	   && test $$countdown -gt 0; do \
1044@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	    $(DX_PDFLATEX) refman.tex; \
1045@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	    countdown=`expr $$countdown - 1`; \
1046@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	done; \
1047@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	mv refman.pdf ../@PACKAGE@.pdf
1048
1049@DX_COND_doc_TRUE@.PHONY: doxygen-run doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
1050
1051@DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1052
1053@DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
1054
1055@DX_COND_doc_TRUE@doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1056
1057@DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
1058@DX_COND_doc_TRUE@	rm -rf @DX_DOCDIR@
1059@DX_COND_doc_TRUE@	$(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
1060
1061# Tell versions [3.59,3.63) of GNU make to not export all variables.
1062# Otherwise a system limit (for SysV at least) may be exceeded.
1063.NOEXPORT:
1064