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_G4B) $(INTEL_G4B_GEN5) \
  81. @HAVE_GEN4ASM_TRUE@     $(INTEL_G6B) $(INTEL_G7B) \
  82. @HAVE_GEN4ASM_TRUE@     $(INTEL_G7B_HASWELL) $(INTEL_G8B)
  83. subdir = src/shaders/render
  84. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  87. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  88.         $(ACLOCAL_M4)
  89. mkinstalldirs = $(install_sh) -d
  90. CONFIG_HEADER = $(top_builddir)/src/config.h
  91. CONFIG_CLEAN_FILES =
  92. CONFIG_CLEAN_VPATH_FILES =
  93. AM_V_P = $(am__v_P_@AM_V@)
  94. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  95. am__v_P_0 = false
  96. am__v_P_1 = :
  97. AM_V_GEN = $(am__v_GEN_@AM_V@)
  98. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  99. am__v_GEN_0 = @echo "  GEN     " $@;
  100. am__v_GEN_1 =
  101. AM_V_at = $(am__v_at_@AM_V@)
  102. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  103. am__v_at_0 = @
  104. am__v_at_1 =
  105. SOURCES =
  106. DIST_SOURCES =
  107. am__can_run_installinfo = \
  108.   case $$AM_UPDATE_INFO_DIR in \
  109.     n|no|NO) false;; \
  110.     *) (install-info --version) >/dev/null 2>&1;; \
  111.   esac
  112. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  113. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  114. ACLOCAL = @ACLOCAL@
  115. AMTAR = @AMTAR@
  116. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  117. AR = @AR@
  118. AUTOCONF = @AUTOCONF@
  119. AUTOHEADER = @AUTOHEADER@
  120. AUTOMAKE = @AUTOMAKE@
  121. AWK = @AWK@
  122. CC = @CC@
  123. CCDEPMODE = @CCDEPMODE@
  124. CFLAGS = @CFLAGS@
  125. CPP = @CPP@
  126. CPPFLAGS = @CPPFLAGS@
  127. CYGPATH_W = @CYGPATH_W@
  128. DEFS = @DEFS@
  129. DEPDIR = @DEPDIR@
  130. DLLTOOL = @DLLTOOL@
  131. DRM_CFLAGS = @DRM_CFLAGS@
  132. DRM_LIBS = @DRM_LIBS@
  133. DSYMUTIL = @DSYMUTIL@
  134. DUMPBIN = @DUMPBIN@
  135. ECHO_C = @ECHO_C@
  136. ECHO_N = @ECHO_N@
  137. ECHO_T = @ECHO_T@
  138. EGL_CFLAGS = @EGL_CFLAGS@
  139. EGL_LIBS = @EGL_LIBS@
  140. EGREP = @EGREP@
  141. EXEEXT = @EXEEXT@
  142. FGREP = @FGREP@
  143. GEN4ASM = @GEN4ASM@
  144. GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
  145. GEN4ASM_LIBS = @GEN4ASM_LIBS@
  146. GREP = @GREP@
  147. INSTALL = @INSTALL@
  148. INSTALL_DATA = @INSTALL_DATA@
  149. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  150. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  151. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  152. INTEL_DRIVER_LT_LDFLAGS = @INTEL_DRIVER_LT_LDFLAGS@
  153. LD = @LD@
  154. LDFLAGS = @LDFLAGS@
  155. LIBDRM_VERSION = @LIBDRM_VERSION@
  156. LIBOBJS = @LIBOBJS@
  157. LIBS = @LIBS@
  158. LIBTOOL = @LIBTOOL@
  159. LIBVA_DEPS_CFLAGS = @LIBVA_DEPS_CFLAGS@
  160. LIBVA_DEPS_LIBS = @LIBVA_DEPS_LIBS@
  161. LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
  162. LIBVA_DRM_DEPS_CFLAGS = @LIBVA_DRM_DEPS_CFLAGS@
  163. LIBVA_DRM_DEPS_LIBS = @LIBVA_DRM_DEPS_LIBS@
  164. LIBVA_PACKAGE_VERSION = @LIBVA_PACKAGE_VERSION@
  165. LIBVA_WAYLAND_DEPS_CFLAGS = @LIBVA_WAYLAND_DEPS_CFLAGS@
  166. LIBVA_WAYLAND_DEPS_LIBS = @LIBVA_WAYLAND_DEPS_LIBS@
  167. LIBVA_X11_DEPS_CFLAGS = @LIBVA_X11_DEPS_CFLAGS@
  168. LIBVA_X11_DEPS_LIBS = @LIBVA_X11_DEPS_LIBS@
  169. LIPO = @LIPO@
  170. LN_S = @LN_S@
  171. LTLIBOBJS = @LTLIBOBJS@
  172. MAKEINFO = @MAKEINFO@
  173. MANIFEST_TOOL = @MANIFEST_TOOL@
  174. MKDIR_P = @MKDIR_P@
  175. NM = @NM@
  176. NMEDIT = @NMEDIT@
  177. OBJDUMP = @OBJDUMP@
  178. OBJEXT = @OBJEXT@
  179. OTOOL = @OTOOL@
  180. OTOOL64 = @OTOOL64@
  181. PACKAGE = @PACKAGE@
  182. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  183. PACKAGE_NAME = @PACKAGE_NAME@
  184. PACKAGE_STRING = @PACKAGE_STRING@
  185. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  186. PACKAGE_URL = @PACKAGE_URL@
  187. PACKAGE_VERSION = @PACKAGE_VERSION@
  188. PATH_SEPARATOR = @PATH_SEPARATOR@
  189. PKG_CONFIG = @PKG_CONFIG@
  190. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  191. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  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. INTEL_G4I = \
  257.         exa_wm.g4i              \
  258.         exa_wm_affine.g4i       \
  259.         exa_wm_yuv_color_balance.gxa \
  260.         exa_yuv_rgb.gxa         \
  261.         exa_yuv_gen4.g4i        \
  262.         exa_yuv_gen6.g4i
  263.  
  264. INTEL_G4A = \
  265.         exa_sf.g4a                      \
  266.         exa_wm_xy.g4a                   \
  267.         exa_wm_src_affine.g4a           \
  268.         exa_wm_src_sample_argb.g4a      \
  269.         exa_wm_src_sample_planar.g4a    \
  270.         exa_wm_yuv_color_balance.g4a    \
  271.         exa_wm_yuv_rgb.g4a              \
  272.         exa_wm_write.g4a
  273.  
  274. INTEL_G4S = $(INTEL_G4A:%.g4a=%.g4s)
  275. INTEL_G4B = \
  276.         exa_sf.g4b                      \
  277.         exa_wm_xy.g4b                   \
  278.         exa_wm_src_affine.g4b           \
  279.         exa_wm_src_sample_argb.g4b      \
  280.         exa_wm_src_sample_planar.g4b    \
  281.         exa_wm_yuv_color_balance.g4b    \
  282.         exa_wm_yuv_rgb.g4b              \
  283.         exa_wm_write.g4b
  284.  
  285. INTEL_G4B_GEN5 = \
  286.         exa_sf.g4b.gen5                         \
  287.         exa_wm_xy.g4b.gen5                      \
  288.         exa_wm_src_affine.g4b.gen5              \
  289.         exa_wm_src_sample_argb.g4b.gen5 \
  290.         exa_wm_src_sample_planar.g4b.gen5       \
  291.         exa_wm_yuv_color_balance.g4b.gen5       \
  292.         exa_wm_yuv_rgb.g4b.gen5                 \
  293.         exa_wm_write.g4b.gen5
  294.  
  295. INTEL_G6I = $(INTEL_G4I)
  296. INTEL_G6A = \
  297.         exa_wm_src_affine.g6a           \
  298.         exa_wm_src_sample_argb.g6a      \
  299.         exa_wm_src_sample_planar.g6a    \
  300.         exa_wm_write.g6a                \
  301.         exa_wm_yuv_color_balance.g6a    \
  302.         exa_wm_yuv_rgb.g6a
  303.  
  304. INTEL_G6S = $(INTEL_G6A:%.g6a=%.g6s)
  305. INTEL_G6B = \
  306.         exa_wm_src_affine.g6b           \
  307.         exa_wm_src_sample_argb.g6b      \
  308.         exa_wm_src_sample_planar.g6b    \
  309.         exa_wm_write.g6b                \
  310.         exa_wm_yuv_color_balance.g6b    \
  311.         exa_wm_yuv_rgb.g6b
  312.  
  313. INTEL_G7I = $(INTEL_G4I)
  314. INTEL_G7A = \
  315.         exa_wm_src_affine.g7a           \
  316.         exa_wm_src_sample_argb.g7a      \
  317.         exa_wm_src_sample_planar.g7a    \
  318.         exa_wm_write.g7a                \
  319.         exa_wm_yuv_color_balance.g7a    \
  320.         exa_wm_yuv_rgb.g7a
  321.  
  322. INTEL_G7S = $(INTEL_G7A:%.g7a=%.g7s)
  323. INTEL_G7B = \
  324.         exa_wm_src_affine.g7b           \
  325.         exa_wm_src_sample_argb.g7b      \
  326.         exa_wm_src_sample_planar.g7b    \
  327.         exa_wm_write.g7b                \
  328.         exa_wm_yuv_color_balance.g7b    \
  329.         exa_wm_yuv_rgb.g7b
  330.  
  331.  
  332. # XXX: only regenerate binary for EU code containing JMPI instructions
  333. INTEL_G7B_HASWELL = \
  334.         exa_wm_src_sample_planar.g7b.haswell    \
  335.         exa_wm_yuv_color_balance.g7b.haswell    \
  336.         $(NULL)
  337.  
  338. INTEL_G8A = \
  339.         exa_wm_src_affine.g8a           \
  340.         exa_wm_src_sample_planar.g8a    \
  341.         exa_wm_src_sample_argb.g8a      \
  342.         exa_wm_yuv_color_balance.g8a    \
  343.         exa_wm_write.g8a                \
  344.         exa_wm_yuv_rgb.g8a
  345.  
  346. INTEL_G8S = $(INTEL_G8A:%.g8a=%.g8s)
  347. INTEL_G8B = \
  348.         exa_wm_src_affine.g8b           \
  349.         exa_wm_src_sample_planar.g8b    \
  350.         exa_wm_src_sample_argb.g8b      \
  351.         exa_wm_yuv_color_balance.g8b    \
  352.         exa_wm_yuv_rgb.g8b              \
  353.         exa_wm_write.g8b
  354.  
  355. TARGETS = $(am__append_1)
  356. SUFFIXES = .g4a .g4s .g4b .g4b.gen5 .g6a .g6s .g6b .g7a .g7s .g7b .g7b.haswell .g8a .g8b .g8s
  357. CLEANFILES = \
  358.         $(INTEL_G4S)            \
  359.         $(INTEL_G6S)            \
  360.         $(INTEL_G7S)            \
  361.         $(INTEL_G8S)            \
  362.         $(NULL)
  363.  
  364. EXTRA_DIST = \
  365.         $(INTEL_G4A)            \
  366.         $(INTEL_G4B)            \
  367.         $(INTEL_G4B_GEN5)       \
  368.         $(INTEL_G4I)            \
  369.         $(INTEL_G6A)            \
  370.         $(INTEL_G6B)            \
  371.         $(INTEL_G7A)            \
  372.         $(INTEL_G7B)            \
  373.         $(INTEL_G7B_HASWELL)    \
  374.         $(INTEL_G8A)            \
  375.         $(INTEL_G8B)            \
  376.         $(NULL)
  377.  
  378.  
  379. # Extra clean files so that maintainer-clean removes *everything*
  380. MAINTAINERCLEANFILES = Makefile.in
  381. all: all-am
  382.  
  383. .SUFFIXES:
  384. .SUFFIXES: .g4a .g4s .g4b .g4b.gen5 .g6a .g6s .g6b .g7a .g7s .g7b .g7b.haswell .g8a .g8b .g8s
  385. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  386.         @for dep in $?; do \
  387.           case '$(am__configure_deps)' in \
  388.             *$$dep*) \
  389.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  390.                 && { if test -f $@; then exit 0; else break; fi; }; \
  391.               exit 1;; \
  392.           esac; \
  393.         done; \
  394.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/shaders/render/Makefile'; \
  395.         $(am__cd) $(top_srcdir) && \
  396.           $(AUTOMAKE) --foreign src/shaders/render/Makefile
  397. .PRECIOUS: Makefile
  398. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  399.         @case '$?' in \
  400.           *config.status*) \
  401.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  402.           *) \
  403.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  404.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  405.         esac;
  406.  
  407. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  408.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  409.  
  410. $(top_srcdir)/configure:  $(am__configure_deps)
  411.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  412. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  413.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  414. $(am__aclocal_m4_deps):
  415.  
  416. mostlyclean-libtool:
  417.         -rm -f *.lo
  418.  
  419. clean-libtool:
  420.         -rm -rf .libs _libs
  421. tags TAGS:
  422.  
  423. ctags CTAGS:
  424.  
  425. cscope cscopelist:
  426.  
  427.  
  428. distdir: $(DISTFILES)
  429.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  430.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  431.         list='$(DISTFILES)'; \
  432.           dist_files=`for file in $$list; do echo $$file; done | \
  433.           sed -e "s|^$$srcdirstrip/||;t" \
  434.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  435.         case $$dist_files in \
  436.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  437.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  438.                            sort -u` ;; \
  439.         esac; \
  440.         for file in $$dist_files; do \
  441.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  442.           if test -d $$d/$$file; then \
  443.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  444.             if test -d "$(distdir)/$$file"; then \
  445.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  446.             fi; \
  447.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  448.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  449.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  450.             fi; \
  451.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  452.           else \
  453.             test -f "$(distdir)/$$file" \
  454.             || cp -p $$d/$$file "$(distdir)/$$file" \
  455.             || exit 1; \
  456.           fi; \
  457.         done
  458. check-am: all-am
  459. check: check-am
  460. all-am: Makefile all-local
  461. installdirs:
  462. install: install-am
  463. install-exec: install-exec-am
  464. install-data: install-data-am
  465. uninstall: uninstall-am
  466.  
  467. install-am: all-am
  468.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  469.  
  470. installcheck: installcheck-am
  471. install-strip:
  472.         if test -z '$(STRIP)'; then \
  473.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  474.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  475.               install; \
  476.         else \
  477.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  478.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  479.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  480.         fi
  481. mostlyclean-generic:
  482.  
  483. clean-generic:
  484.         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  485.  
  486. distclean-generic:
  487.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  488.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  489.  
  490. maintainer-clean-generic:
  491.         @echo "This command is intended for maintainers to use"
  492.         @echo "it deletes files that may require special tools to rebuild."
  493.         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  494. clean: clean-am
  495.  
  496. clean-am: clean-generic clean-libtool mostlyclean-am
  497.  
  498. distclean: distclean-am
  499.         -rm -f Makefile
  500. distclean-am: clean-am distclean-generic
  501.  
  502. dvi: dvi-am
  503.  
  504. dvi-am:
  505.  
  506. html: html-am
  507.  
  508. html-am:
  509.  
  510. info: info-am
  511.  
  512. info-am:
  513.  
  514. install-data-am:
  515.  
  516. install-dvi: install-dvi-am
  517.  
  518. install-dvi-am:
  519.  
  520. install-exec-am:
  521.  
  522. install-html: install-html-am
  523.  
  524. install-html-am:
  525.  
  526. install-info: install-info-am
  527.  
  528. install-info-am:
  529.  
  530. install-man:
  531.  
  532. install-pdf: install-pdf-am
  533.  
  534. install-pdf-am:
  535.  
  536. install-ps: install-ps-am
  537.  
  538. install-ps-am:
  539.  
  540. installcheck-am:
  541.  
  542. maintainer-clean: maintainer-clean-am
  543.         -rm -f Makefile
  544. maintainer-clean-am: distclean-am maintainer-clean-generic
  545.  
  546. mostlyclean: mostlyclean-am
  547.  
  548. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  549.  
  550. pdf: pdf-am
  551.  
  552. pdf-am:
  553.  
  554. ps: ps-am
  555.  
  556. ps-am:
  557.  
  558. uninstall-am:
  559.  
  560. .MAKE: install-am install-strip
  561.  
  562. .PHONY: all all-am all-local check check-am clean clean-generic \
  563.         clean-libtool cscopelist-am ctags-am distclean \
  564.         distclean-generic distclean-libtool distdir dvi dvi-am html \
  565.         html-am info info-am install install-am install-data \
  566.         install-data-am install-dvi install-dvi-am install-exec \
  567.         install-exec-am install-html install-html-am install-info \
  568.         install-info-am install-man install-pdf install-pdf-am \
  569.         install-ps install-ps-am install-strip installcheck \
  570.         installcheck-am installdirs maintainer-clean \
  571.         maintainer-clean-generic mostlyclean mostlyclean-generic \
  572.         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  573.         uninstall-am
  574.  
  575.  
  576. all-local: $(TARGETS)
  577.  
  578. @HAVE_GEN4ASM_TRUE@$(INTEL_G4S): $(INTEL_G4A) $(INTEL_G4I)
  579. @HAVE_GEN4ASM_TRUE@.g4a.g4s:
  580. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)m4 $< > $@
  581. @HAVE_GEN4ASM_TRUE@.g4s.g4b:
  582. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)$(GEN4ASM) -o $@ $<
  583. @HAVE_GEN4ASM_TRUE@.g4s.g4b.gen5:
  584. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)$(GEN4ASM) -g 5 -o $@ $<
  585.  
  586. @HAVE_GEN4ASM_TRUE@$(INTEL_G6S): $(INTEL_G6A) $(INTEL_G6I)
  587. @HAVE_GEN4ASM_TRUE@.g6a.g6s:
  588. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)m4 $< > $@
  589. @HAVE_GEN4ASM_TRUE@.g6s.g6b:
  590. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)$(GEN4ASM) -g 6 -o $@ $<
  591.  
  592. @HAVE_GEN4ASM_TRUE@$(INTEL_G7S): $(INTEL_G7A) $(INTEL_G7I)
  593. @HAVE_GEN4ASM_TRUE@.g7a.g7s:
  594. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)m4 $< > $@
  595. @HAVE_GEN4ASM_TRUE@.g7s.g7b:
  596. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)$(GEN4ASM) -g 7 -o $@ $<
  597. @HAVE_GEN4ASM_TRUE@.g7s.g7b.haswell:
  598. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)$(GEN4ASM) -g 7.5 -o $@ $<
  599.  
  600. @HAVE_GEN4ASM_TRUE@$(INTEL_G8S): $(INTEL_G8A) $(INTEL_G8I)
  601. @HAVE_GEN4ASM_TRUE@.g8a.g8s:
  602. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)m4 $< > $@
  603. @HAVE_GEN4ASM_TRUE@.g8s.g8b:
  604. @HAVE_GEN4ASM_TRUE@     $(AM_V_GEN)$(GEN4ASM) -g 8 -o $@ $<
  605.  
  606. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  607. # Otherwise a system limit (for SysV at least) may be exceeded.
  608. .NOEXPORT:
  609.