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. @HAVE_GEN4ASM_TRUE@am__append_1 = $(INTEL_PP_G8B)
  81. subdir = src/shaders/post_processing/gen8
  82. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  83. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  84. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  85. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  86.         $(ACLOCAL_M4)
  87. mkinstalldirs = $(install_sh) -d
  88. CONFIG_HEADER = $(top_builddir)/src/config.h
  89. CONFIG_CLEAN_FILES =
  90. CONFIG_CLEAN_VPATH_FILES =
  91. AM_V_P = $(am__v_P_@AM_V@)
  92. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  93. am__v_P_0 = false
  94. am__v_P_1 = :
  95. AM_V_GEN = $(am__v_GEN_@AM_V@)
  96. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  97. am__v_GEN_0 = @echo "  GEN     " $@;
  98. am__v_GEN_1 =
  99. AM_V_at = $(am__v_at_@AM_V@)
  100. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  101. am__v_at_0 = @
  102. am__v_at_1 =
  103. SOURCES =
  104. DIST_SOURCES =
  105. am__can_run_installinfo = \
  106.   case $$AM_UPDATE_INFO_DIR in \
  107.     n|no|NO) false;; \
  108.     *) (install-info --version) >/dev/null 2>&1;; \
  109.   esac
  110. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  111. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  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. 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. RANLIB = @RANLIB@
  191. SED = @SED@
  192. SET_MAKE = @SET_MAKE@
  193. SHELL = @SHELL@
  194. STRIP = @STRIP@
  195. VERSION = @VERSION@
  196. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  197. WAYLAND_LIBS = @WAYLAND_LIBS@
  198. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  199. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  200. abs_builddir = @abs_builddir@
  201. abs_srcdir = @abs_srcdir@
  202. abs_top_builddir = @abs_top_builddir@
  203. abs_top_srcdir = @abs_top_srcdir@
  204. ac_ct_AR = @ac_ct_AR@
  205. ac_ct_CC = @ac_ct_CC@
  206. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  207. am__include = @am__include@
  208. am__leading_dot = @am__leading_dot@
  209. am__quote = @am__quote@
  210. am__tar = @am__tar@
  211. am__untar = @am__untar@
  212. bindir = @bindir@
  213. build = @build@
  214. build_alias = @build_alias@
  215. build_cpu = @build_cpu@
  216. build_os = @build_os@
  217. build_vendor = @build_vendor@
  218. builddir = @builddir@
  219. datadir = @datadir@
  220. datarootdir = @datarootdir@
  221. docdir = @docdir@
  222. dvidir = @dvidir@
  223. exec_prefix = @exec_prefix@
  224. host = @host@
  225. host_alias = @host_alias@
  226. host_cpu = @host_cpu@
  227. host_os = @host_os@
  228. host_vendor = @host_vendor@
  229. htmldir = @htmldir@
  230. includedir = @includedir@
  231. infodir = @infodir@
  232. install_sh = @install_sh@
  233. libdir = @libdir@
  234. libexecdir = @libexecdir@
  235. localedir = @localedir@
  236. localstatedir = @localstatedir@
  237. mandir = @mandir@
  238. mkdir_p = @mkdir_p@
  239. oldincludedir = @oldincludedir@
  240. pdfdir = @pdfdir@
  241. prefix = @prefix@
  242. program_transform_name = @program_transform_name@
  243. psdir = @psdir@
  244. sbindir = @sbindir@
  245. sharedstatedir = @sharedstatedir@
  246. srcdir = @srcdir@
  247. sysconfdir = @sysconfdir@
  248. target_alias = @target_alias@
  249. top_build_prefix = @top_build_prefix@
  250. top_builddir = @top_builddir@
  251. top_srcdir = @top_srcdir@
  252. wayland_protocoldir = @wayland_protocoldir@
  253. wayland_scanner = @wayland_scanner@
  254. INTEL_PP_G8B = \
  255.         pl2_to_pl2.g8b          \
  256.         pl2_to_pl3.g8b          \
  257.         pl3_to_pl2.g8b          \
  258.         pl3_to_pl3.g8b          \
  259.         pl2_to_rgbx.g8b         \
  260.         rgbx_to_nv12.g8b        \
  261.         pl2_to_pa.g8b           \
  262.         pl3_to_pa.g8b           \
  263.         pa_to_pl2.g8b           \
  264.         pa_to_pl3.g8b           \
  265.         pa_to_pa.g8b            \
  266.         $(NULL)
  267.  
  268. INTEL_PP_PRE_G8B = \
  269.         sharpening_h_blur.g8b   \
  270.         sharpening_unmask.g8b   \
  271.         sharpening_v_blur.g8b
  272.  
  273. INTEL_PP_G8A = \
  274.         EOT.g8a                         \
  275.         PL2_AVS_Buf_0.g8a               \
  276.         PL2_AVS_Buf_1.g8a               \
  277.         PL2_AVS_Buf_2.g8a               \
  278.         PL2_AVS_Buf_3.g8a               \
  279.         PL3_AVS_Buf_0.g8a               \
  280.         PL3_AVS_Buf_1.g8a               \
  281.         PL3_AVS_Buf_2.g8a               \
  282.         PL3_AVS_Buf_3.g8a               \
  283.         PA_AVS_Buf_0.g8a                \
  284.         PA_AVS_Buf_1.g8a                \
  285.         PA_AVS_Buf_2.g8a                \
  286.         PA_AVS_Buf_3.g8a                \
  287.         Save_AVS_NV12.g8a               \
  288.         Save_AVS_PL3.g8a                \
  289.         Save_AVS_RGBX.g8a               \
  290.         Save_AVS_PA.g8a                 \
  291.         Set_AVS_Buf_0123_PL2.g8a        \
  292.         Set_AVS_Buf_0123_PL3.g8a        \
  293.         Set_AVS_Buf_0123_BGRA.g8a       \
  294.         Set_AVS_Buf_0123_VYUA.g8a       \
  295.         YUV_to_RGB.g8a                  \
  296.         RGB_to_YUV.g8a                  \
  297.         Set_Layer_0.g8a                 \
  298.         VP_Setup.g8a                    \
  299.         $(NULL)
  300.  
  301. INTEL_PP_ASM = $(INTEL_PP_G8B:%.g8b=%.asm)
  302. INTEL_PP_GEN8_ASM = $(INTEL_PP_G8B:%.g8b=%.g8s)
  303. TARGETS = $(am__append_1)
  304. SUFFIXES = .g8b .g8s .asm
  305. CLEANFILES = $(INTEL_PP_GEN7_ASM)
  306. EXTRA_DIST = \
  307.         $(INTEL_PP_ASM) \
  308.         $(INTEL_PP_G8A) \
  309.         $(INTEL_PP_G8B) \
  310.         $(INTEL_PP_PRE_G8B)
  311.  
  312.  
  313. # Extra clean files so that maintainer-clean removes *everything*
  314. MAINTAINERCLEANFILES = Makefile.in
  315. all: all-am
  316.  
  317. .SUFFIXES:
  318. .SUFFIXES: .g8b .g8s .asm
  319. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  320.         @for dep in $?; do \
  321.           case '$(am__configure_deps)' in \
  322.             *$$dep*) \
  323.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  324.                 && { if test -f $@; then exit 0; else break; fi; }; \
  325.               exit 1;; \
  326.           esac; \
  327.         done; \
  328.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/shaders/post_processing/gen8/Makefile'; \
  329.         $(am__cd) $(top_srcdir) && \
  330.           $(AUTOMAKE) --foreign src/shaders/post_processing/gen8/Makefile
  331. .PRECIOUS: Makefile
  332. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  333.         @case '$?' in \
  334.           *config.status*) \
  335.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  336.           *) \
  337.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  338.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  339.         esac;
  340.  
  341. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  342.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  343.  
  344. $(top_srcdir)/configure:  $(am__configure_deps)
  345.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  346. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  347.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  348. $(am__aclocal_m4_deps):
  349.  
  350. mostlyclean-libtool:
  351.         -rm -f *.lo
  352.  
  353. clean-libtool:
  354.         -rm -rf .libs _libs
  355. tags TAGS:
  356.  
  357. ctags CTAGS:
  358.  
  359. cscope cscopelist:
  360.  
  361.  
  362. distdir: $(DISTFILES)
  363.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  364.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  365.         list='$(DISTFILES)'; \
  366.           dist_files=`for file in $$list; do echo $$file; done | \
  367.           sed -e "s|^$$srcdirstrip/||;t" \
  368.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  369.         case $$dist_files in \
  370.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  371.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  372.                            sort -u` ;; \
  373.         esac; \
  374.         for file in $$dist_files; do \
  375.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  376.           if test -d $$d/$$file; then \
  377.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  378.             if test -d "$(distdir)/$$file"; then \
  379.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  380.             fi; \
  381.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  382.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  383.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  384.             fi; \
  385.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  386.           else \
  387.             test -f "$(distdir)/$$file" \
  388.             || cp -p $$d/$$file "$(distdir)/$$file" \
  389.             || exit 1; \
  390.           fi; \
  391.         done
  392. check-am: all-am
  393. check: check-am
  394. all-am: Makefile all-local
  395. installdirs:
  396. install: install-am
  397. install-exec: install-exec-am
  398. install-data: install-data-am
  399. uninstall: uninstall-am
  400.  
  401. install-am: all-am
  402.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  403.  
  404. installcheck: installcheck-am
  405. install-strip:
  406.         if test -z '$(STRIP)'; then \
  407.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  408.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  409.               install; \
  410.         else \
  411.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  412.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  413.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  414.         fi
  415. mostlyclean-generic:
  416.  
  417. clean-generic:
  418.         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  419.  
  420. distclean-generic:
  421.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  422.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  423.  
  424. maintainer-clean-generic:
  425.         @echo "This command is intended for maintainers to use"
  426.         @echo "it deletes files that may require special tools to rebuild."
  427.         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  428. clean: clean-am
  429.  
  430. clean-am: clean-generic clean-libtool mostlyclean-am
  431.  
  432. distclean: distclean-am
  433.         -rm -f Makefile
  434. distclean-am: clean-am distclean-generic
  435.  
  436. dvi: dvi-am
  437.  
  438. dvi-am:
  439.  
  440. html: html-am
  441.  
  442. html-am:
  443.  
  444. info: info-am
  445.  
  446. info-am:
  447.  
  448. install-data-am:
  449.  
  450. install-dvi: install-dvi-am
  451.  
  452. install-dvi-am:
  453.  
  454. install-exec-am:
  455.  
  456. install-html: install-html-am
  457.  
  458. install-html-am:
  459.  
  460. install-info: install-info-am
  461.  
  462. install-info-am:
  463.  
  464. install-man:
  465.  
  466. install-pdf: install-pdf-am
  467.  
  468. install-pdf-am:
  469.  
  470. install-ps: install-ps-am
  471.  
  472. install-ps-am:
  473.  
  474. installcheck-am:
  475.  
  476. maintainer-clean: maintainer-clean-am
  477.         -rm -f Makefile
  478. maintainer-clean-am: distclean-am maintainer-clean-generic
  479.  
  480. mostlyclean: mostlyclean-am
  481.  
  482. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  483.  
  484. pdf: pdf-am
  485.  
  486. pdf-am:
  487.  
  488. ps: ps-am
  489.  
  490. ps-am:
  491.  
  492. uninstall-am:
  493.  
  494. .MAKE: install-am install-strip
  495.  
  496. .PHONY: all all-am all-local check check-am clean clean-generic \
  497.         clean-libtool cscopelist-am ctags-am distclean \
  498.         distclean-generic distclean-libtool distdir dvi dvi-am html \
  499.         html-am info info-am install install-am install-data \
  500.         install-data-am install-dvi install-dvi-am install-exec \
  501.         install-exec-am install-html install-html-am install-info \
  502.         install-info-am install-man install-pdf install-pdf-am \
  503.         install-ps install-ps-am install-strip installcheck \
  504.         installcheck-am installdirs maintainer-clean \
  505.         maintainer-clean-generic mostlyclean mostlyclean-generic \
  506.         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  507.         uninstall-am
  508.  
  509.  
  510. all-local: $(TARGETS)
  511.  
  512. @HAVE_GEN4ASM_TRUE@$(INTEL_PP_GEN8_ASM): $(INTEL_PP_ASM) $(INTEL_PP_G8A)
  513. @HAVE_GEN4ASM_TRUE@.asm.g8s:
  514. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)cpp $< > _pp0.$@;            \
  515. @HAVE_GEN4ASM_TRUE@     ../../gpp.py _pp0.$@ $@;        \
  516. @HAVE_GEN4ASM_TRUE@     rm _pp0.$@
  517. @HAVE_GEN4ASM_TRUE@.g8s.g8b:
  518. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)$(GEN4ASM) -a -o $@ -g 8 $<
  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.