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) 2012 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 = src/wayland
  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)/src/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. CYGPATH_W = @CYGPATH_W@
  147. DEFS = @DEFS@
  148. DEPDIR = @DEPDIR@
  149. DLLTOOL = @DLLTOOL@
  150. DRM_CFLAGS = @DRM_CFLAGS@
  151. DRM_LIBS = @DRM_LIBS@
  152. DSYMUTIL = @DSYMUTIL@
  153. DUMPBIN = @DUMPBIN@
  154. ECHO_C = @ECHO_C@
  155. ECHO_N = @ECHO_N@
  156. ECHO_T = @ECHO_T@
  157. EGL_CFLAGS = @EGL_CFLAGS@
  158. EGL_LIBS = @EGL_LIBS@
  159. EGREP = @EGREP@
  160. EXEEXT = @EXEEXT@
  161. FGREP = @FGREP@
  162. GEN4ASM = @GEN4ASM@
  163. GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
  164. GEN4ASM_LIBS = @GEN4ASM_LIBS@
  165. GREP = @GREP@
  166. INSTALL = @INSTALL@
  167. INSTALL_DATA = @INSTALL_DATA@
  168. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  169. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  170. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  171. INTEL_DRIVER_LT_LDFLAGS = @INTEL_DRIVER_LT_LDFLAGS@
  172. LD = @LD@
  173. LDFLAGS = @LDFLAGS@
  174. LIBDRM_VERSION = @LIBDRM_VERSION@
  175. LIBOBJS = @LIBOBJS@
  176. LIBS = @LIBS@
  177. LIBTOOL = @LIBTOOL@
  178. LIBVA_DEPS_CFLAGS = @LIBVA_DEPS_CFLAGS@
  179. LIBVA_DEPS_LIBS = @LIBVA_DEPS_LIBS@
  180. LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
  181. LIBVA_DRM_DEPS_CFLAGS = @LIBVA_DRM_DEPS_CFLAGS@
  182. LIBVA_DRM_DEPS_LIBS = @LIBVA_DRM_DEPS_LIBS@
  183. LIBVA_PACKAGE_VERSION = @LIBVA_PACKAGE_VERSION@
  184. LIBVA_WAYLAND_DEPS_CFLAGS = @LIBVA_WAYLAND_DEPS_CFLAGS@
  185. LIBVA_WAYLAND_DEPS_LIBS = @LIBVA_WAYLAND_DEPS_LIBS@
  186. LIBVA_X11_DEPS_CFLAGS = @LIBVA_X11_DEPS_CFLAGS@
  187. LIBVA_X11_DEPS_LIBS = @LIBVA_X11_DEPS_LIBS@
  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. VERSION = @VERSION@
  217. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  218. WAYLAND_LIBS = @WAYLAND_LIBS@
  219. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  220. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  221. abs_builddir = @abs_builddir@
  222. abs_srcdir = @abs_srcdir@
  223. abs_top_builddir = @abs_top_builddir@
  224. abs_top_srcdir = @abs_top_srcdir@
  225. ac_ct_AR = @ac_ct_AR@
  226. ac_ct_CC = @ac_ct_CC@
  227. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  228. am__include = @am__include@
  229. am__leading_dot = @am__leading_dot@
  230. am__quote = @am__quote@
  231. am__tar = @am__tar@
  232. am__untar = @am__untar@
  233. bindir = @bindir@
  234. build = @build@
  235. build_alias = @build_alias@
  236. build_cpu = @build_cpu@
  237. build_os = @build_os@
  238. build_vendor = @build_vendor@
  239. builddir = @builddir@
  240. datadir = @datadir@
  241. datarootdir = @datarootdir@
  242. docdir = @docdir@
  243. dvidir = @dvidir@
  244. exec_prefix = @exec_prefix@
  245. host = @host@
  246. host_alias = @host_alias@
  247. host_cpu = @host_cpu@
  248. host_os = @host_os@
  249. host_vendor = @host_vendor@
  250. htmldir = @htmldir@
  251. includedir = @includedir@
  252. infodir = @infodir@
  253. install_sh = @install_sh@
  254. libdir = @libdir@
  255. libexecdir = @libexecdir@
  256. localedir = @localedir@
  257. localstatedir = @localstatedir@
  258. mandir = @mandir@
  259. mkdir_p = @mkdir_p@
  260. oldincludedir = @oldincludedir@
  261. pdfdir = @pdfdir@
  262. prefix = @prefix@
  263. program_transform_name = @program_transform_name@
  264. psdir = @psdir@
  265. sbindir = @sbindir@
  266. sharedstatedir = @sharedstatedir@
  267. srcdir = @srcdir@
  268. sysconfdir = @sysconfdir@
  269. target_alias = @target_alias@
  270. top_build_prefix = @top_build_prefix@
  271. top_builddir = @top_builddir@
  272. top_srcdir = @top_srcdir@
  273. wayland_protocoldir = @wayland_protocoldir@
  274. wayland_scanner = @wayland_scanner@
  275. EXTRA_DIST = \
  276.         wayland-drm.xml         \
  277.         $(NULL)
  278.  
  279.  
  280. # Extra clean files so that maintainer-clean removes *everything*
  281. MAINTAINERCLEANFILES = Makefile.in
  282. all: all-am
  283.  
  284. .SUFFIXES:
  285. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  286.         @for dep in $?; do \
  287.           case '$(am__configure_deps)' in \
  288.             *$$dep*) \
  289.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  290.                 && { if test -f $@; then exit 0; else break; fi; }; \
  291.               exit 1;; \
  292.           esac; \
  293.         done; \
  294.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/wayland/Makefile'; \
  295.         $(am__cd) $(top_srcdir) && \
  296.           $(AUTOMAKE) --foreign src/wayland/Makefile
  297. .PRECIOUS: Makefile
  298. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  299.         @case '$?' in \
  300.           *config.status*) \
  301.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  302.           *) \
  303.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  304.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  305.         esac;
  306.  
  307. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  308.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  309.  
  310. $(top_srcdir)/configure:  $(am__configure_deps)
  311.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  312. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  313.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  314. $(am__aclocal_m4_deps):
  315.  
  316. mostlyclean-libtool:
  317.         -rm -f *.lo
  318.  
  319. clean-libtool:
  320.         -rm -rf .libs _libs
  321. tags TAGS:
  322.  
  323. ctags CTAGS:
  324.  
  325. cscope cscopelist:
  326.  
  327.  
  328. distdir: $(DISTFILES)
  329.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  330.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  331.         list='$(DISTFILES)'; \
  332.           dist_files=`for file in $$list; do echo $$file; done | \
  333.           sed -e "s|^$$srcdirstrip/||;t" \
  334.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  335.         case $$dist_files in \
  336.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  337.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  338.                            sort -u` ;; \
  339.         esac; \
  340.         for file in $$dist_files; do \
  341.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  342.           if test -d $$d/$$file; then \
  343.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  344.             if test -d "$(distdir)/$$file"; then \
  345.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  346.             fi; \
  347.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  348.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  349.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  350.             fi; \
  351.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  352.           else \
  353.             test -f "$(distdir)/$$file" \
  354.             || cp -p $$d/$$file "$(distdir)/$$file" \
  355.             || exit 1; \
  356.           fi; \
  357.         done
  358. check-am: all-am
  359. check: check-am
  360. all-am: Makefile
  361. installdirs:
  362. install: install-am
  363. install-exec: install-exec-am
  364. install-data: install-data-am
  365. uninstall: uninstall-am
  366.  
  367. install-am: all-am
  368.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  369.  
  370. installcheck: installcheck-am
  371. install-strip:
  372.         if test -z '$(STRIP)'; then \
  373.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  374.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  375.               install; \
  376.         else \
  377.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  378.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  379.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  380.         fi
  381. mostlyclean-generic:
  382.  
  383. clean-generic:
  384.  
  385. distclean-generic:
  386.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  387.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  388.  
  389. maintainer-clean-generic:
  390.         @echo "This command is intended for maintainers to use"
  391.         @echo "it deletes files that may require special tools to rebuild."
  392.         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  393. clean: clean-am
  394.  
  395. clean-am: clean-generic clean-libtool mostlyclean-am
  396.  
  397. distclean: distclean-am
  398.         -rm -f Makefile
  399. distclean-am: clean-am distclean-generic
  400.  
  401. dvi: dvi-am
  402.  
  403. dvi-am:
  404.  
  405. html: html-am
  406.  
  407. html-am:
  408.  
  409. info: info-am
  410.  
  411. info-am:
  412.  
  413. install-data-am:
  414.  
  415. install-dvi: install-dvi-am
  416.  
  417. install-dvi-am:
  418.  
  419. install-exec-am:
  420.  
  421. install-html: install-html-am
  422.  
  423. install-html-am:
  424.  
  425. install-info: install-info-am
  426.  
  427. install-info-am:
  428.  
  429. install-man:
  430.  
  431. install-pdf: install-pdf-am
  432.  
  433. install-pdf-am:
  434.  
  435. install-ps: install-ps-am
  436.  
  437. install-ps-am:
  438.  
  439. installcheck-am:
  440.  
  441. maintainer-clean: maintainer-clean-am
  442.         -rm -f Makefile
  443. maintainer-clean-am: distclean-am maintainer-clean-generic
  444.  
  445. mostlyclean: mostlyclean-am
  446.  
  447. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  448.  
  449. pdf: pdf-am
  450.  
  451. pdf-am:
  452.  
  453. ps: ps-am
  454.  
  455. ps-am:
  456.  
  457. uninstall-am:
  458.  
  459. .MAKE: install-am install-strip
  460.  
  461. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  462.         cscopelist-am ctags-am distclean distclean-generic \
  463.         distclean-libtool distdir dvi dvi-am html html-am info info-am \
  464.         install install-am install-data install-data-am install-dvi \
  465.         install-dvi-am install-exec install-exec-am install-html \
  466.         install-html-am install-info install-info-am install-man \
  467.         install-pdf install-pdf-am install-ps install-ps-am \
  468.         install-strip installcheck installcheck-am installdirs \
  469.         maintainer-clean maintainer-clean-generic mostlyclean \
  470.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  471.         tags-am uninstall uninstall-am
  472.  
  473.  
  474. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  475. # Otherwise a system limit (for SysV at least) may be exceeded.
  476. .NOEXPORT:
  477.