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 = @WAYLAND_SCANNER@
  226. X11_CFLAGS = @X11_CFLAGS@
  227. X11_LIBS = @X11_LIBS@
  228. XEXT_CFLAGS = @XEXT_CFLAGS@
  229. XEXT_LIBS = @XEXT_LIBS@
  230. XFIXES_CFLAGS = @XFIXES_CFLAGS@
  231. XFIXES_LIBS = @XFIXES_LIBS@
  232. abs_builddir = @abs_builddir@
  233. abs_srcdir = @abs_srcdir@
  234. abs_top_builddir = @abs_top_builddir@
  235. abs_top_srcdir = @abs_top_srcdir@
  236. ac_ct_AR = @ac_ct_AR@
  237. ac_ct_CC = @ac_ct_CC@
  238. ac_ct_CXX = @ac_ct_CXX@
  239. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  240. am__include = @am__include@
  241. am__leading_dot = @am__leading_dot@
  242. am__quote = @am__quote@
  243. am__tar = @am__tar@
  244. am__untar = @am__untar@
  245. bindir = @bindir@
  246. build = @build@
  247. build_alias = @build_alias@
  248. build_cpu = @build_cpu@
  249. build_os = @build_os@
  250. build_vendor = @build_vendor@
  251. builddir = @builddir@
  252. datadir = @datadir@
  253. datarootdir = @datarootdir@
  254. docdir = @docdir@
  255. dvidir = @dvidir@
  256. exec_prefix = @exec_prefix@
  257. host = @host@
  258. host_alias = @host_alias@
  259. host_cpu = @host_cpu@
  260. host_os = @host_os@
  261. host_vendor = @host_vendor@
  262. htmldir = @htmldir@
  263. includedir = @includedir@
  264. infodir = @infodir@
  265. install_sh = @install_sh@
  266. libdir = @libdir@
  267. libexecdir = @libexecdir@
  268. localedir = @localedir@
  269. localstatedir = @localstatedir@
  270. mandir = @mandir@
  271. mkdir_p = @mkdir_p@
  272. oldincludedir = @oldincludedir@
  273. pdfdir = @pdfdir@
  274. pkgconfigdir = @pkgconfigdir@
  275. prefix = @prefix@
  276. program_transform_name = @program_transform_name@
  277. psdir = @psdir@
  278. sbindir = @sbindir@
  279. sharedstatedir = @sharedstatedir@
  280. srcdir = @srcdir@
  281. sysconfdir = @sysconfdir@
  282. target_alias = @target_alias@
  283. top_build_prefix = @top_build_prefix@
  284. top_builddir = @top_builddir@
  285. top_srcdir = @top_srcdir@
  286. EXTRA_DIST = \
  287.         Doxyfile                        \
  288.         $(NULL)
  289.  
  290. VA_HEADER_DIR = $(top_srcdir)/va
  291. VA_HEADER_FILES = \
  292.         $(VA_HEADER_DIR)/va.h           \
  293.         $(VA_HEADER_DIR)/va_enc_h264.h  \
  294.         $(VA_HEADER_DIR)/va_vpp.h       \
  295.         $(NULL)
  296.  
  297. VA_HTML_FOOTER = va_footer.html
  298. VA_HTML_FRAGMENTS = $(VA_HTML_FOOTER)
  299.  
  300. # Extra clean files so that maintainer-clean removes *everything*
  301. MAINTAINERCLEANFILES = Makefile.in
  302. all: all-am
  303.  
  304. .SUFFIXES:
  305. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  306.         @for dep in $?; do \
  307.           case '$(am__configure_deps)' in \
  308.             *$$dep*) \
  309.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  310.                 && { if test -f $@; then exit 0; else break; fi; }; \
  311.               exit 1;; \
  312.           esac; \
  313.         done; \
  314.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  315.         $(am__cd) $(top_srcdir) && \
  316.           $(AUTOMAKE) --gnu doc/Makefile
  317. .PRECIOUS: Makefile
  318. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  319.         @case '$?' in \
  320.           *config.status*) \
  321.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  322.           *) \
  323.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  324.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  325.         esac;
  326.  
  327. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  328.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  329.  
  330. $(top_srcdir)/configure:  $(am__configure_deps)
  331.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  332. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  333.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  334. $(am__aclocal_m4_deps):
  335.  
  336. mostlyclean-libtool:
  337.         -rm -f *.lo
  338.  
  339. clean-libtool:
  340.         -rm -rf .libs _libs
  341. tags TAGS:
  342.  
  343. ctags CTAGS:
  344.  
  345. cscope cscopelist:
  346.  
  347.  
  348. distdir: $(DISTFILES)
  349.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  350.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  351.         list='$(DISTFILES)'; \
  352.           dist_files=`for file in $$list; do echo $$file; done | \
  353.           sed -e "s|^$$srcdirstrip/||;t" \
  354.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  355.         case $$dist_files in \
  356.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  357.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  358.                            sort -u` ;; \
  359.         esac; \
  360.         for file in $$dist_files; do \
  361.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  362.           if test -d $$d/$$file; then \
  363.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  364.             if test -d "$(distdir)/$$file"; then \
  365.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  366.             fi; \
  367.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  368.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  369.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  370.             fi; \
  371.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  372.           else \
  373.             test -f "$(distdir)/$$file" \
  374.             || cp -p $$d/$$file "$(distdir)/$$file" \
  375.             || exit 1; \
  376.           fi; \
  377.         done
  378. check-am: all-am
  379. check: check-am
  380. all-am: Makefile
  381. installdirs:
  382. install: install-am
  383. install-exec: install-exec-am
  384. install-data: install-data-am
  385. uninstall: uninstall-am
  386.  
  387. install-am: all-am
  388.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  389.  
  390. installcheck: installcheck-am
  391. install-strip:
  392.         if test -z '$(STRIP)'; then \
  393.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  394.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  395.               install; \
  396.         else \
  397.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  398.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  399.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  400.         fi
  401. mostlyclean-generic:
  402.  
  403. clean-generic:
  404.  
  405. distclean-generic:
  406.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  407.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  408.  
  409. maintainer-clean-generic:
  410.         @echo "This command is intended for maintainers to use"
  411.         @echo "it deletes files that may require special tools to rebuild."
  412.         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  413. @ENABLE_DOCS_FALSE@uninstall-local:
  414. @ENABLE_DOCS_FALSE@install-html-local:
  415. clean: clean-am
  416.  
  417. clean-am: clean-generic clean-libtool mostlyclean-am
  418.  
  419. distclean: distclean-am
  420.         -rm -f Makefile
  421. distclean-am: clean-am distclean-generic
  422.  
  423. dvi: dvi-am
  424.  
  425. dvi-am:
  426.  
  427. @ENABLE_DOCS_FALSE@html: html-am
  428.  
  429. html-am:
  430.  
  431. info: info-am
  432.  
  433. info-am:
  434.  
  435. install-data-am: install-data-local
  436.  
  437. install-dvi: install-dvi-am
  438.  
  439. install-dvi-am:
  440.  
  441. install-exec-am:
  442.  
  443. install-html: install-html-am
  444.  
  445. install-html-am: install-html-local
  446.  
  447. install-info: install-info-am
  448.  
  449. install-info-am:
  450.  
  451. install-man:
  452.  
  453. install-pdf: install-pdf-am
  454.  
  455. install-pdf-am:
  456.  
  457. install-ps: install-ps-am
  458.  
  459. install-ps-am:
  460.  
  461. installcheck-am:
  462.  
  463. maintainer-clean: maintainer-clean-am
  464.         -rm -f Makefile
  465. maintainer-clean-am: distclean-am maintainer-clean-generic
  466.  
  467. mostlyclean: mostlyclean-am
  468.  
  469. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  470.  
  471. pdf: pdf-am
  472.  
  473. pdf-am:
  474.  
  475. ps: ps-am
  476.  
  477. ps-am:
  478.  
  479. uninstall-am: uninstall-local
  480.  
  481. .MAKE: install-am install-strip
  482.  
  483. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  484.         cscopelist-am ctags-am distclean distclean-generic \
  485.         distclean-libtool distdir dvi dvi-am html html-am info info-am \
  486.         install install-am install-data install-data-am \
  487.         install-data-local install-dvi install-dvi-am install-exec \
  488.         install-exec-am install-html install-html-am \
  489.         install-html-local install-info install-info-am install-man \
  490.         install-pdf install-pdf-am install-ps install-ps-am \
  491.         install-strip installcheck installcheck-am installdirs \
  492.         maintainer-clean maintainer-clean-generic mostlyclean \
  493.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  494.         tags-am uninstall uninstall-am uninstall-local
  495.  
  496.  
  497. all: html
  498. install-data-local: install-html
  499.  
  500. export VA_HEADER_DIR
  501. export VA_HEADER_FILES
  502. export VA_HTML_FOOTER
  503. html-out/index.html: Doxyfile $(VA_HEADER_FILES) $(VA_HTML_FRAGMENTS)
  504.         $(DOXYGEN) $<
  505.  
  506. @ENABLE_DOCS_TRUE@html: html-out/index.html
  507. @ENABLE_DOCS_TRUE@install-html-local:
  508. @ENABLE_DOCS_TRUE@      install -d $(DESTDIR)$(docdir)/html
  509. @ENABLE_DOCS_TRUE@      for file in `ls html-out/` ; do \
  510. @ENABLE_DOCS_TRUE@          if test -f html-out/$$file ; then \
  511. @ENABLE_DOCS_TRUE@              install -m 0644 html-out/$$file $(DESTDIR)$(docdir)/html ; \
  512. @ENABLE_DOCS_TRUE@          else \
  513. @ENABLE_DOCS_TRUE@              install -d $(DESTDIR)$(docdir)/html/$$file ; \
  514. @ENABLE_DOCS_TRUE@              install -m 0644 html-out/$$file/* $(DESTDIR)$(docdir)/html/$$file; \
  515. @ENABLE_DOCS_TRUE@          fi ; \
  516. @ENABLE_DOCS_TRUE@      done
  517. @ENABLE_DOCS_TRUE@uninstall-local:
  518. @ENABLE_DOCS_TRUE@      rm -rf $(DESTDIR)$(docdir)/html
  519.  
  520. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  521. # Otherwise a system limit (for SysV at least) may be exceeded.
  522. .NOEXPORT:
  523.