Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  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. # Copyright (c) 2007-2011 Intel Corporation. All Rights Reserved.
  18. #
  19. # Permission is hereby granted, free of charge, to any person obtaining a
  20. # copy of this software and associated documentation files (the
  21. # "Software"), to deal in the Software without restriction, including
  22. # without limitation the rights to use, copy, modify, merge, publish,
  23. # distribute, sub license, and/or sell copies of the Software, and to
  24. # permit persons to whom the Software is furnished to do so, subject to
  25. # the following conditions:
  26. #
  27. # The above copyright notice and this permission notice (including the
  28. # next paragraph) shall be included in all copies or substantial portions
  29. # of the Software.
  30. #
  31. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  32. # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  33. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  34. # IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  35. # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  36. # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  37. # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  38. VPATH = @srcdir@
  39. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  40. am__make_running_with_option = \
  41.   case $${target_option-} in \
  42.       ?) ;; \
  43.       *) echo "am__make_running_with_option: internal error: invalid" \
  44.               "target option '$${target_option-}' specified" >&2; \
  45.          exit 1;; \
  46.   esac; \
  47.   has_opt=no; \
  48.   sane_makeflags=$$MAKEFLAGS; \
  49.   if $(am__is_gnu_make); then \
  50.     sane_makeflags=$$MFLAGS; \
  51.   else \
  52.     case $$MAKEFLAGS in \
  53.       *\\[\ \   ]*) \
  54.         bs=\\; \
  55.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  56.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  57.     esac; \
  58.   fi; \
  59.   skip_next=no; \
  60.   strip_trailopt () \
  61.   { \
  62.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  63.   }; \
  64.   for flg in $$sane_makeflags; do \
  65.     test $$skip_next = yes && { skip_next=no; continue; }; \
  66.     case $$flg in \
  67.       *=*|--*) continue;; \
  68.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  69.       -*I?*) strip_trailopt 'I';; \
  70.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  71.       -*O?*) strip_trailopt 'O';; \
  72.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  73.       -*l?*) strip_trailopt 'l';; \
  74.       -[dEDm]) skip_next=yes;; \
  75.       -[JT]) skip_next=yes;; \
  76.     esac; \
  77.     case $$flg in \
  78.       *$$target_option*) has_opt=yes; break;; \
  79.     esac; \
  80.   done; \
  81.   test $$has_opt = yes
  82. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  83. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  84. pkgdatadir = $(datadir)/@PACKAGE@
  85. pkgincludedir = $(includedir)/@PACKAGE@
  86. pkglibdir = $(libdir)/@PACKAGE@
  87. pkglibexecdir = $(libexecdir)/@PACKAGE@
  88. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  89. install_sh_DATA = $(install_sh) -c -m 644
  90. install_sh_PROGRAM = $(install_sh) -c
  91. install_sh_SCRIPT = $(install_sh) -c
  92. INSTALL_HEADER = $(INSTALL_DATA)
  93. transform = $(program_transform_name)
  94. NORMAL_INSTALL = :
  95. PRE_INSTALL = :
  96. POST_INSTALL = :
  97. NORMAL_UNINSTALL = :
  98. PRE_UNINSTALL = :
  99. POST_UNINSTALL = :
  100. build_triplet = @build@
  101. host_triplet = @host@
  102. subdir = doc
  103. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  104. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  105. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  106. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  107.         $(ACLOCAL_M4)
  108. mkinstalldirs = $(install_sh) -d
  109. CONFIG_HEADER = $(top_builddir)/config.h
  110. CONFIG_CLEAN_FILES =
  111. CONFIG_CLEAN_VPATH_FILES =
  112. AM_V_P = $(am__v_P_@AM_V@)
  113. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  114. am__v_P_0 = false
  115. am__v_P_1 = :
  116. AM_V_GEN = $(am__v_GEN_@AM_V@)
  117. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  118. am__v_GEN_0 = @echo "  GEN     " $@;
  119. am__v_GEN_1 =
  120. AM_V_at = $(am__v_at_@AM_V@)
  121. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  122. am__v_at_0 = @
  123. am__v_at_1 =
  124. SOURCES =
  125. DIST_SOURCES =
  126. am__can_run_installinfo = \
  127.   case $$AM_UPDATE_INFO_DIR in \
  128.     n|no|NO) false;; \
  129.     *) (install-info --version) >/dev/null 2>&1;; \
  130.   esac
  131. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  132. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  133. ACLOCAL = @ACLOCAL@
  134. AMTAR = @AMTAR@
  135. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  136. AR = @AR@
  137. AUTOCONF = @AUTOCONF@
  138. AUTOHEADER = @AUTOHEADER@
  139. AUTOMAKE = @AUTOMAKE@
  140. AWK = @AWK@
  141. CC = @CC@
  142. CCDEPMODE = @CCDEPMODE@
  143. CFLAGS = @CFLAGS@
  144. CPP = @CPP@
  145. CPPFLAGS = @CPPFLAGS@
  146. CXX = @CXX@
  147. CXXCPP = @CXXCPP@
  148. CXXDEPMODE = @CXXDEPMODE@
  149. CXXFLAGS = @CXXFLAGS@
  150. CYGPATH_W = @CYGPATH_W@
  151. DEFS = @DEFS@
  152. DEPDIR = @DEPDIR@
  153. DLLTOOL = @DLLTOOL@
  154. DOXYGEN = @DOXYGEN@
  155. DRM_CFLAGS = @DRM_CFLAGS@
  156. DRM_LIBS = @DRM_LIBS@
  157. DSYMUTIL = @DSYMUTIL@
  158. DUMPBIN = @DUMPBIN@
  159. ECHO_C = @ECHO_C@
  160. ECHO_N = @ECHO_N@
  161. ECHO_T = @ECHO_T@
  162. EGL_CFLAGS = @EGL_CFLAGS@
  163. EGL_LIBS = @EGL_LIBS@
  164. EGREP = @EGREP@
  165. EXEEXT = @EXEEXT@
  166. FGREP = @FGREP@
  167. GLX_CFLAGS = @GLX_CFLAGS@
  168. GLX_LIBS = @GLX_LIBS@
  169. GREP = @GREP@
  170. INSTALL = @INSTALL@
  171. INSTALL_DATA = @INSTALL_DATA@
  172. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  173. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  174. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  175. LD = @LD@
  176. LDFLAGS = @LDFLAGS@
  177. LIBDRM_VERSION = @LIBDRM_VERSION@
  178. LIBOBJS = @LIBOBJS@
  179. LIBS = @LIBS@
  180. LIBTOOL = @LIBTOOL@
  181. LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
  182. LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
  183. LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
  184. LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
  185. LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
  186. LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
  187. LIBVA_VERSION = @LIBVA_VERSION@
  188. LIPO = @LIPO@
  189. LN_S = @LN_S@
  190. LTLIBOBJS = @LTLIBOBJS@
  191. MAKEINFO = @MAKEINFO@
  192. MANIFEST_TOOL = @MANIFEST_TOOL@
  193. MKDIR_P = @MKDIR_P@
  194. NM = @NM@
  195. NMEDIT = @NMEDIT@
  196. OBJDUMP = @OBJDUMP@
  197. OBJEXT = @OBJEXT@
  198. OTOOL = @OTOOL@
  199. OTOOL64 = @OTOOL64@
  200. PACKAGE = @PACKAGE@
  201. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  202. PACKAGE_NAME = @PACKAGE_NAME@
  203. PACKAGE_STRING = @PACKAGE_STRING@
  204. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  205. PACKAGE_URL = @PACKAGE_URL@
  206. PACKAGE_VERSION = @PACKAGE_VERSION@
  207. PATH_SEPARATOR = @PATH_SEPARATOR@
  208. PKG_CONFIG = @PKG_CONFIG@
  209. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  210. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  211. RANLIB = @RANLIB@
  212. SED = @SED@
  213. SET_MAKE = @SET_MAKE@
  214. SHELL = @SHELL@
  215. STRIP = @STRIP@
  216. TODAY = @TODAY@
  217. VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
  218. VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
  219. VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
  220. VA_API_VERSION = @VA_API_VERSION@
  221. VERSION = @VERSION@
  222. WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
  223. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  224. WAYLAND_LIBS = @WAYLAND_LIBS@
  225. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  226. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  227. X11_CFLAGS = @X11_CFLAGS@
  228. X11_LIBS = @X11_LIBS@
  229. XEXT_CFLAGS = @XEXT_CFLAGS@
  230. XEXT_LIBS = @XEXT_LIBS@
  231. XFIXES_CFLAGS = @XFIXES_CFLAGS@
  232. XFIXES_LIBS = @XFIXES_LIBS@
  233. abs_builddir = @abs_builddir@
  234. abs_srcdir = @abs_srcdir@
  235. abs_top_builddir = @abs_top_builddir@
  236. abs_top_srcdir = @abs_top_srcdir@
  237. ac_ct_AR = @ac_ct_AR@
  238. ac_ct_CC = @ac_ct_CC@
  239. ac_ct_CXX = @ac_ct_CXX@
  240. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  241. am__include = @am__include@
  242. am__leading_dot = @am__leading_dot@
  243. am__quote = @am__quote@
  244. am__tar = @am__tar@
  245. am__untar = @am__untar@
  246. bindir = @bindir@
  247. build = @build@
  248. build_alias = @build_alias@
  249. build_cpu = @build_cpu@
  250. build_os = @build_os@
  251. build_vendor = @build_vendor@
  252. builddir = @builddir@
  253. datadir = @datadir@
  254. datarootdir = @datarootdir@
  255. docdir = @docdir@
  256. dvidir = @dvidir@
  257. exec_prefix = @exec_prefix@
  258. host = @host@
  259. host_alias = @host_alias@
  260. host_cpu = @host_cpu@
  261. host_os = @host_os@
  262. host_vendor = @host_vendor@
  263. htmldir = @htmldir@
  264. includedir = @includedir@
  265. infodir = @infodir@
  266. install_sh = @install_sh@
  267. libdir = @libdir@
  268. libexecdir = @libexecdir@
  269. localedir = @localedir@
  270. localstatedir = @localstatedir@
  271. mandir = @mandir@
  272. mkdir_p = @mkdir_p@
  273. oldincludedir = @oldincludedir@
  274. pdfdir = @pdfdir@
  275. pkgconfigdir = @pkgconfigdir@
  276. prefix = @prefix@
  277. program_transform_name = @program_transform_name@
  278. psdir = @psdir@
  279. sbindir = @sbindir@
  280. sharedstatedir = @sharedstatedir@
  281. srcdir = @srcdir@
  282. sysconfdir = @sysconfdir@
  283. target_alias = @target_alias@
  284. top_build_prefix = @top_build_prefix@
  285. top_builddir = @top_builddir@
  286. top_srcdir = @top_srcdir@
  287. wayland_protocoldir = @wayland_protocoldir@
  288. wayland_scanner = @wayland_scanner@
  289. EXTRA_DIST = \
  290.         Doxyfile                        \
  291.         $(NULL)
  292.  
  293. VA_HEADER_DIR = $(top_srcdir)/va
  294. VA_HEADER_FILES = \
  295.         $(VA_HEADER_DIR)/va.h           \
  296.         $(VA_HEADER_DIR)/va_enc_h264.h  \
  297.         $(VA_HEADER_DIR)/va_vpp.h       \
  298.         $(NULL)
  299.  
  300. VA_HTML_FOOTER = va_footer.html
  301. VA_HTML_FRAGMENTS = $(VA_HTML_FOOTER)
  302.  
  303. # Extra clean files so that maintainer-clean removes *everything*
  304. MAINTAINERCLEANFILES = Makefile.in
  305. all: all-am
  306.  
  307. .SUFFIXES:
  308. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  309.         @for dep in $?; do \
  310.           case '$(am__configure_deps)' in \
  311.             *$$dep*) \
  312.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  313.                 && { if test -f $@; then exit 0; else break; fi; }; \
  314.               exit 1;; \
  315.           esac; \
  316.         done; \
  317.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  318.         $(am__cd) $(top_srcdir) && \
  319.           $(AUTOMAKE) --gnu doc/Makefile
  320. .PRECIOUS: Makefile
  321. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  322.         @case '$?' in \
  323.           *config.status*) \
  324.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  325.           *) \
  326.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  327.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  328.         esac;
  329.  
  330. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  331.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  332.  
  333. $(top_srcdir)/configure:  $(am__configure_deps)
  334.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  335. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  336.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  337. $(am__aclocal_m4_deps):
  338.  
  339. mostlyclean-libtool:
  340.         -rm -f *.lo
  341.  
  342. clean-libtool:
  343.         -rm -rf .libs _libs
  344. tags TAGS:
  345.  
  346. ctags CTAGS:
  347.  
  348. cscope cscopelist:
  349.  
  350.  
  351. distdir: $(DISTFILES)
  352.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  353.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  354.         list='$(DISTFILES)'; \
  355.           dist_files=`for file in $$list; do echo $$file; done | \
  356.           sed -e "s|^$$srcdirstrip/||;t" \
  357.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  358.         case $$dist_files in \
  359.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  360.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  361.                            sort -u` ;; \
  362.         esac; \
  363.         for file in $$dist_files; do \
  364.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  365.           if test -d $$d/$$file; then \
  366.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  367.             if test -d "$(distdir)/$$file"; then \
  368.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  369.             fi; \
  370.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  371.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  372.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  373.             fi; \
  374.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  375.           else \
  376.             test -f "$(distdir)/$$file" \
  377.             || cp -p $$d/$$file "$(distdir)/$$file" \
  378.             || exit 1; \
  379.           fi; \
  380.         done
  381. check-am: all-am
  382. check: check-am
  383. all-am: Makefile
  384. installdirs:
  385. install: install-am
  386. install-exec: install-exec-am
  387. install-data: install-data-am
  388. uninstall: uninstall-am
  389.  
  390. install-am: all-am
  391.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  392.  
  393. installcheck: installcheck-am
  394. install-strip:
  395.         if test -z '$(STRIP)'; then \
  396.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  397.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  398.               install; \
  399.         else \
  400.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  401.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  402.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  403.         fi
  404. mostlyclean-generic:
  405.  
  406. clean-generic:
  407.  
  408. distclean-generic:
  409.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  410.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  411.  
  412. maintainer-clean-generic:
  413.         @echo "This command is intended for maintainers to use"
  414.         @echo "it deletes files that may require special tools to rebuild."
  415.         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  416. @ENABLE_DOCS_FALSE@install-html-local:
  417. @ENABLE_DOCS_FALSE@uninstall-local:
  418. clean: clean-am
  419.  
  420. clean-am: clean-generic clean-libtool mostlyclean-am
  421.  
  422. distclean: distclean-am
  423.         -rm -f Makefile
  424. distclean-am: clean-am distclean-generic
  425.  
  426. dvi: dvi-am
  427.  
  428. dvi-am:
  429.  
  430. @ENABLE_DOCS_FALSE@html: html-am
  431.  
  432. html-am:
  433.  
  434. info: info-am
  435.  
  436. info-am:
  437.  
  438. install-data-am: install-data-local
  439.  
  440. install-dvi: install-dvi-am
  441.  
  442. install-dvi-am:
  443.  
  444. install-exec-am:
  445.  
  446. install-html: install-html-am
  447.  
  448. install-html-am: install-html-local
  449.  
  450. install-info: install-info-am
  451.  
  452. install-info-am:
  453.  
  454. install-man:
  455.  
  456. install-pdf: install-pdf-am
  457.  
  458. install-pdf-am:
  459.  
  460. install-ps: install-ps-am
  461.  
  462. install-ps-am:
  463.  
  464. installcheck-am:
  465.  
  466. maintainer-clean: maintainer-clean-am
  467.         -rm -f Makefile
  468. maintainer-clean-am: distclean-am maintainer-clean-generic
  469.  
  470. mostlyclean: mostlyclean-am
  471.  
  472. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  473.  
  474. pdf: pdf-am
  475.  
  476. pdf-am:
  477.  
  478. ps: ps-am
  479.  
  480. ps-am:
  481.  
  482. uninstall-am: uninstall-local
  483.  
  484. .MAKE: install-am install-strip
  485.  
  486. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  487.         cscopelist-am ctags-am distclean distclean-generic \
  488.         distclean-libtool distdir dvi dvi-am html html-am info info-am \
  489.         install install-am install-data install-data-am \
  490.         install-data-local install-dvi install-dvi-am install-exec \
  491.         install-exec-am install-html install-html-am \
  492.         install-html-local install-info install-info-am install-man \
  493.         install-pdf install-pdf-am install-ps install-ps-am \
  494.         install-strip installcheck installcheck-am installdirs \
  495.         maintainer-clean maintainer-clean-generic mostlyclean \
  496.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  497.         tags-am uninstall uninstall-am uninstall-local
  498.  
  499.  
  500. all: html
  501. install-data-local: install-html
  502.  
  503. export VA_HEADER_DIR
  504. export VA_HEADER_FILES
  505. export VA_HTML_FOOTER
  506. html-out/index.html: Doxyfile $(VA_HEADER_FILES) $(VA_HTML_FRAGMENTS)
  507.         $(DOXYGEN) $<
  508.  
  509. @ENABLE_DOCS_TRUE@html: html-out/index.html
  510. @ENABLE_DOCS_TRUE@install-html-local:
  511. @ENABLE_DOCS_TRUE@      install -d $(DESTDIR)$(docdir)/html
  512. @ENABLE_DOCS_TRUE@      for file in `ls html-out/` ; do \
  513. @ENABLE_DOCS_TRUE@          if test -f html-out/$$file ; then \
  514. @ENABLE_DOCS_TRUE@              install -m 0644 html-out/$$file $(DESTDIR)$(docdir)/html ; \
  515. @ENABLE_DOCS_TRUE@          else \
  516. @ENABLE_DOCS_TRUE@              install -d $(DESTDIR)$(docdir)/html/$$file ; \
  517. @ENABLE_DOCS_TRUE@              install -m 0644 html-out/$$file/* $(DESTDIR)$(docdir)/html/$$file; \
  518. @ENABLE_DOCS_TRUE@          fi ; \
  519. @ENABLE_DOCS_TRUE@      done
  520. @ENABLE_DOCS_TRUE@uninstall-local:
  521. @ENABLE_DOCS_TRUE@      rm -rf $(DESTDIR)$(docdir)/html
  522.  
  523. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  524. # Otherwise a system limit (for SysV at least) may be exceeded.
  525. .NOEXPORT:
  526.