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. VPATH = @srcdir@
  17. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  18. am__make_running_with_option = \
  19.   case $${target_option-} in \
  20.       ?) ;; \
  21.       *) echo "am__make_running_with_option: internal error: invalid" \
  22.               "target option '$${target_option-}' specified" >&2; \
  23.          exit 1;; \
  24.   esac; \
  25.   has_opt=no; \
  26.   sane_makeflags=$$MAKEFLAGS; \
  27.   if $(am__is_gnu_make); then \
  28.     sane_makeflags=$$MFLAGS; \
  29.   else \
  30.     case $$MAKEFLAGS in \
  31.       *\\[\ \   ]*) \
  32.         bs=\\; \
  33.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  34.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  35.     esac; \
  36.   fi; \
  37.   skip_next=no; \
  38.   strip_trailopt () \
  39.   { \
  40.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  41.   }; \
  42.   for flg in $$sane_makeflags; do \
  43.     test $$skip_next = yes && { skip_next=no; continue; }; \
  44.     case $$flg in \
  45.       *=*|--*) continue;; \
  46.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  47.       -*I?*) strip_trailopt 'I';; \
  48.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  49.       -*O?*) strip_trailopt 'O';; \
  50.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  51.       -*l?*) strip_trailopt 'l';; \
  52.       -[dEDm]) skip_next=yes;; \
  53.       -[JT]) skip_next=yes;; \
  54.     esac; \
  55.     case $$flg in \
  56.       *$$target_option*) has_opt=yes; break;; \
  57.     esac; \
  58.   done; \
  59.   test $$has_opt = yes
  60. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  61. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  62. pkgdatadir = $(datadir)/@PACKAGE@
  63. pkgincludedir = $(includedir)/@PACKAGE@
  64. pkglibdir = $(libdir)/@PACKAGE@
  65. pkglibexecdir = $(libexecdir)/@PACKAGE@
  66. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  67. install_sh_DATA = $(install_sh) -c -m 644
  68. install_sh_PROGRAM = $(install_sh) -c
  69. install_sh_SCRIPT = $(install_sh) -c
  70. INSTALL_HEADER = $(INSTALL_DATA)
  71. transform = $(program_transform_name)
  72. NORMAL_INSTALL = :
  73. PRE_INSTALL = :
  74. POST_INSTALL = :
  75. NORMAL_UNINSTALL = :
  76. PRE_UNINSTALL = :
  77. POST_UNINSTALL = :
  78. build_triplet = @build@
  79. host_triplet = @host@
  80. subdir = src/shaders/post_processing/gen75
  81. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  82. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  83. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  84. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  85.         $(ACLOCAL_M4)
  86. mkinstalldirs = $(install_sh) -d
  87. CONFIG_HEADER = $(top_builddir)/src/config.h
  88. CONFIG_CLEAN_FILES =
  89. CONFIG_CLEAN_VPATH_FILES =
  90. AM_V_P = $(am__v_P_@AM_V@)
  91. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  92. am__v_P_0 = false
  93. am__v_P_1 = :
  94. AM_V_GEN = $(am__v_GEN_@AM_V@)
  95. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  96. am__v_GEN_0 = @echo "  GEN     " $@;
  97. am__v_GEN_1 =
  98. AM_V_at = $(am__v_at_@AM_V@)
  99. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  100. am__v_at_0 = @
  101. am__v_at_1 =
  102. SOURCES =
  103. DIST_SOURCES =
  104. am__can_run_installinfo = \
  105.   case $$AM_UPDATE_INFO_DIR in \
  106.     n|no|NO) false;; \
  107.     *) (install-info --version) >/dev/null 2>&1;; \
  108.   esac
  109. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  110. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  111. ACLOCAL = @ACLOCAL@
  112. AMTAR = @AMTAR@
  113. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  114. AR = @AR@
  115. AUTOCONF = @AUTOCONF@
  116. AUTOHEADER = @AUTOHEADER@
  117. AUTOMAKE = @AUTOMAKE@
  118. AWK = @AWK@
  119. CC = @CC@
  120. CCDEPMODE = @CCDEPMODE@
  121. CFLAGS = @CFLAGS@
  122. CPP = @CPP@
  123. CPPFLAGS = @CPPFLAGS@
  124. CYGPATH_W = @CYGPATH_W@
  125. DEFS = @DEFS@
  126. DEPDIR = @DEPDIR@
  127. DLLTOOL = @DLLTOOL@
  128. DRM_CFLAGS = @DRM_CFLAGS@
  129. DRM_LIBS = @DRM_LIBS@
  130. DSYMUTIL = @DSYMUTIL@
  131. DUMPBIN = @DUMPBIN@
  132. ECHO_C = @ECHO_C@
  133. ECHO_N = @ECHO_N@
  134. ECHO_T = @ECHO_T@
  135. EGL_CFLAGS = @EGL_CFLAGS@
  136. EGL_LIBS = @EGL_LIBS@
  137. EGREP = @EGREP@
  138. EXEEXT = @EXEEXT@
  139. FGREP = @FGREP@
  140. GEN4ASM = @GEN4ASM@
  141. GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
  142. GEN4ASM_LIBS = @GEN4ASM_LIBS@
  143. GIT = @GIT@
  144. GREP = @GREP@
  145. INSTALL = @INSTALL@
  146. INSTALL_DATA = @INSTALL_DATA@
  147. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  148. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  149. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  150. INTEL_DRIVER_LT_LDFLAGS = @INTEL_DRIVER_LT_LDFLAGS@
  151. LD = @LD@
  152. LDFLAGS = @LDFLAGS@
  153. LIBDRM_VERSION = @LIBDRM_VERSION@
  154. LIBOBJS = @LIBOBJS@
  155. LIBS = @LIBS@
  156. LIBTOOL = @LIBTOOL@
  157. LIBVA_DEPS_CFLAGS = @LIBVA_DEPS_CFLAGS@
  158. LIBVA_DEPS_LIBS = @LIBVA_DEPS_LIBS@
  159. LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
  160. LIBVA_DRM_DEPS_CFLAGS = @LIBVA_DRM_DEPS_CFLAGS@
  161. LIBVA_DRM_DEPS_LIBS = @LIBVA_DRM_DEPS_LIBS@
  162. LIBVA_PACKAGE_VERSION = @LIBVA_PACKAGE_VERSION@
  163. LIBVA_WAYLAND_DEPS_CFLAGS = @LIBVA_WAYLAND_DEPS_CFLAGS@
  164. LIBVA_WAYLAND_DEPS_LIBS = @LIBVA_WAYLAND_DEPS_LIBS@
  165. LIBVA_X11_DEPS_CFLAGS = @LIBVA_X11_DEPS_CFLAGS@
  166. LIBVA_X11_DEPS_LIBS = @LIBVA_X11_DEPS_LIBS@
  167. LIPO = @LIPO@
  168. LN_S = @LN_S@
  169. LTLIBOBJS = @LTLIBOBJS@
  170. MAKEINFO = @MAKEINFO@
  171. MANIFEST_TOOL = @MANIFEST_TOOL@
  172. MKDIR_P = @MKDIR_P@
  173. NM = @NM@
  174. NMEDIT = @NMEDIT@
  175. OBJDUMP = @OBJDUMP@
  176. OBJEXT = @OBJEXT@
  177. OTOOL = @OTOOL@
  178. OTOOL64 = @OTOOL64@
  179. PACKAGE = @PACKAGE@
  180. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  181. PACKAGE_NAME = @PACKAGE_NAME@
  182. PACKAGE_STRING = @PACKAGE_STRING@
  183. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  184. PACKAGE_URL = @PACKAGE_URL@
  185. PACKAGE_VERSION = @PACKAGE_VERSION@
  186. PATH_SEPARATOR = @PATH_SEPARATOR@
  187. PKG_CONFIG = @PKG_CONFIG@
  188. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  189. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  190. PYTHON2 = @PYTHON2@
  191. RANLIB = @RANLIB@
  192. SED = @SED@
  193. SET_MAKE = @SET_MAKE@
  194. SHELL = @SHELL@
  195. STRIP = @STRIP@
  196. VERSION = @VERSION@
  197. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  198. WAYLAND_LIBS = @WAYLAND_LIBS@
  199. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  200. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  201. abs_builddir = @abs_builddir@
  202. abs_srcdir = @abs_srcdir@
  203. abs_top_builddir = @abs_top_builddir@
  204. abs_top_srcdir = @abs_top_srcdir@
  205. ac_ct_AR = @ac_ct_AR@
  206. ac_ct_CC = @ac_ct_CC@
  207. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  208. am__include = @am__include@
  209. am__leading_dot = @am__leading_dot@
  210. am__quote = @am__quote@
  211. am__tar = @am__tar@
  212. am__untar = @am__untar@
  213. bindir = @bindir@
  214. build = @build@
  215. build_alias = @build_alias@
  216. build_cpu = @build_cpu@
  217. build_os = @build_os@
  218. build_vendor = @build_vendor@
  219. builddir = @builddir@
  220. datadir = @datadir@
  221. datarootdir = @datarootdir@
  222. docdir = @docdir@
  223. dvidir = @dvidir@
  224. exec_prefix = @exec_prefix@
  225. host = @host@
  226. host_alias = @host_alias@
  227. host_cpu = @host_cpu@
  228. host_os = @host_os@
  229. host_vendor = @host_vendor@
  230. htmldir = @htmldir@
  231. includedir = @includedir@
  232. infodir = @infodir@
  233. install_sh = @install_sh@
  234. libdir = @libdir@
  235. libexecdir = @libexecdir@
  236. localedir = @localedir@
  237. localstatedir = @localstatedir@
  238. mandir = @mandir@
  239. mkdir_p = @mkdir_p@
  240. oldincludedir = @oldincludedir@
  241. pdfdir = @pdfdir@
  242. prefix = @prefix@
  243. program_transform_name = @program_transform_name@
  244. psdir = @psdir@
  245. sbindir = @sbindir@
  246. sharedstatedir = @sharedstatedir@
  247. srcdir = @srcdir@
  248. sysconfdir = @sysconfdir@
  249. target_alias = @target_alias@
  250. top_build_prefix = @top_build_prefix@
  251. top_builddir = @top_builddir@
  252. top_srcdir = @top_srcdir@
  253. wayland_protocoldir = @wayland_protocoldir@
  254. wayland_scanner = @wayland_scanner@
  255. INTEL_PP_PRE_G75B = \
  256.         sharpening_h_blur.g75b  \
  257.         sharpening_unmask.g75b  \
  258.         sharpening_v_blur.g75b
  259.  
  260. EXTRA_DIST = $(INTEL_PP_PRE_G75B)
  261.  
  262. # Extra clean files so that maintainer-clean removes *everything*
  263. MAINTAINERCLEANFILES = Makefile.in
  264. all: all-am
  265.  
  266. .SUFFIXES:
  267. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  268.         @for dep in $?; do \
  269.           case '$(am__configure_deps)' in \
  270.             *$$dep*) \
  271.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  272.                 && { if test -f $@; then exit 0; else break; fi; }; \
  273.               exit 1;; \
  274.           esac; \
  275.         done; \
  276.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/shaders/post_processing/gen75/Makefile'; \
  277.         $(am__cd) $(top_srcdir) && \
  278.           $(AUTOMAKE) --gnu src/shaders/post_processing/gen75/Makefile
  279. .PRECIOUS: Makefile
  280. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  281.         @case '$?' in \
  282.           *config.status*) \
  283.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  284.           *) \
  285.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  286.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  287.         esac;
  288.  
  289. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  290.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  291.  
  292. $(top_srcdir)/configure:  $(am__configure_deps)
  293.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  294. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  295.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  296. $(am__aclocal_m4_deps):
  297.  
  298. mostlyclean-libtool:
  299.         -rm -f *.lo
  300.  
  301. clean-libtool:
  302.         -rm -rf .libs _libs
  303. tags TAGS:
  304.  
  305. ctags CTAGS:
  306.  
  307. cscope cscopelist:
  308.  
  309.  
  310. distdir: $(DISTFILES)
  311.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  312.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  313.         list='$(DISTFILES)'; \
  314.           dist_files=`for file in $$list; do echo $$file; done | \
  315.           sed -e "s|^$$srcdirstrip/||;t" \
  316.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  317.         case $$dist_files in \
  318.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  319.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  320.                            sort -u` ;; \
  321.         esac; \
  322.         for file in $$dist_files; do \
  323.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  324.           if test -d $$d/$$file; then \
  325.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  326.             if test -d "$(distdir)/$$file"; then \
  327.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  328.             fi; \
  329.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  330.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  331.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  332.             fi; \
  333.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  334.           else \
  335.             test -f "$(distdir)/$$file" \
  336.             || cp -p $$d/$$file "$(distdir)/$$file" \
  337.             || exit 1; \
  338.           fi; \
  339.         done
  340. check-am: all-am
  341. check: check-am
  342. all-am: Makefile
  343. installdirs:
  344. install: install-am
  345. install-exec: install-exec-am
  346. install-data: install-data-am
  347. uninstall: uninstall-am
  348.  
  349. install-am: all-am
  350.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  351.  
  352. installcheck: installcheck-am
  353. install-strip:
  354.         if test -z '$(STRIP)'; then \
  355.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  356.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  357.               install; \
  358.         else \
  359.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  360.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  361.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  362.         fi
  363. mostlyclean-generic:
  364.  
  365. clean-generic:
  366.  
  367. distclean-generic:
  368.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  369.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  370.  
  371. maintainer-clean-generic:
  372.         @echo "This command is intended for maintainers to use"
  373.         @echo "it deletes files that may require special tools to rebuild."
  374.         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  375. clean: clean-am
  376.  
  377. clean-am: clean-generic clean-libtool mostlyclean-am
  378.  
  379. distclean: distclean-am
  380.         -rm -f Makefile
  381. distclean-am: clean-am distclean-generic
  382.  
  383. dvi: dvi-am
  384.  
  385. dvi-am:
  386.  
  387. html: html-am
  388.  
  389. html-am:
  390.  
  391. info: info-am
  392.  
  393. info-am:
  394.  
  395. install-data-am:
  396.  
  397. install-dvi: install-dvi-am
  398.  
  399. install-dvi-am:
  400.  
  401. install-exec-am:
  402.  
  403. install-html: install-html-am
  404.  
  405. install-html-am:
  406.  
  407. install-info: install-info-am
  408.  
  409. install-info-am:
  410.  
  411. install-man:
  412.  
  413. install-pdf: install-pdf-am
  414.  
  415. install-pdf-am:
  416.  
  417. install-ps: install-ps-am
  418.  
  419. install-ps-am:
  420.  
  421. installcheck-am:
  422.  
  423. maintainer-clean: maintainer-clean-am
  424.         -rm -f Makefile
  425. maintainer-clean-am: distclean-am maintainer-clean-generic
  426.  
  427. mostlyclean: mostlyclean-am
  428.  
  429. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  430.  
  431. pdf: pdf-am
  432.  
  433. pdf-am:
  434.  
  435. ps: ps-am
  436.  
  437. ps-am:
  438.  
  439. uninstall-am:
  440.  
  441. .MAKE: install-am install-strip
  442.  
  443. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  444.         cscopelist-am ctags-am distclean distclean-generic \
  445.         distclean-libtool distdir dvi dvi-am html html-am info info-am \
  446.         install install-am install-data install-data-am install-dvi \
  447.         install-dvi-am install-exec install-exec-am install-html \
  448.         install-html-am install-info install-info-am install-man \
  449.         install-pdf install-pdf-am install-ps install-ps-am \
  450.         install-strip installcheck installcheck-am installdirs \
  451.         maintainer-clean maintainer-clean-generic mostlyclean \
  452.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  453.         tags-am uninstall uninstall-am
  454.  
  455.  
  456. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  457. # Otherwise a system limit (for SysV at least) may be exceeded.
  458. .NOEXPORT:
  459.