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