Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright (C) 1994-2014 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. VPATH = @srcdir@
  18. am__is_gnu_make = { \
  19.   if test -z '$(MAKELEVEL)'; then \
  20.     false; \
  21.   elif test -n '$(MAKE_HOST)'; then \
  22.     true; \
  23.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  24.     true; \
  25.   else \
  26.     false; \
  27.   fi; \
  28. }
  29. am__make_running_with_option = \
  30.   case $${target_option-} in \
  31.       ?) ;; \
  32.       *) echo "am__make_running_with_option: internal error: invalid" \
  33.               "target option '$${target_option-}' specified" >&2; \
  34.          exit 1;; \
  35.   esac; \
  36.   has_opt=no; \
  37.   sane_makeflags=$$MAKEFLAGS; \
  38.   if $(am__is_gnu_make); then \
  39.     sane_makeflags=$$MFLAGS; \
  40.   else \
  41.     case $$MAKEFLAGS in \
  42.       *\\[\ \   ]*) \
  43.         bs=\\; \
  44.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  45.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  46.     esac; \
  47.   fi; \
  48.   skip_next=no; \
  49.   strip_trailopt () \
  50.   { \
  51.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  52.   }; \
  53.   for flg in $$sane_makeflags; do \
  54.     test $$skip_next = yes && { skip_next=no; continue; }; \
  55.     case $$flg in \
  56.       *=*|--*) continue;; \
  57.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  58.       -*I?*) strip_trailopt 'I';; \
  59.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  60.       -*O?*) strip_trailopt 'O';; \
  61.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  62.       -*l?*) strip_trailopt 'l';; \
  63.       -[dEDm]) skip_next=yes;; \
  64.       -[JT]) skip_next=yes;; \
  65.     esac; \
  66.     case $$flg in \
  67.       *$$target_option*) has_opt=yes; break;; \
  68.     esac; \
  69.   done; \
  70.   test $$has_opt = yes
  71. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  72. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  73. pkgdatadir = $(datadir)/@PACKAGE@
  74. pkgincludedir = $(includedir)/@PACKAGE@
  75. pkglibdir = $(libdir)/@PACKAGE@
  76. pkglibexecdir = $(libexecdir)/@PACKAGE@
  77. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  78. install_sh_DATA = $(install_sh) -c -m 644
  79. install_sh_PROGRAM = $(install_sh) -c
  80. install_sh_SCRIPT = $(install_sh) -c
  81. INSTALL_HEADER = $(INSTALL_DATA)
  82. transform = $(program_transform_name)
  83. NORMAL_INSTALL = :
  84. PRE_INSTALL = :
  85. POST_INSTALL = :
  86. NORMAL_UNINSTALL = :
  87. PRE_UNINSTALL = :
  88. POST_UNINSTALL = :
  89. build_triplet = @build@
  90. host_triplet = @host@
  91. target_triplet = @target@
  92. @HAVE_DRISW_TRUE@am__append_1 = \
  93. @HAVE_DRISW_TRUE@       $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
  94.  
  95. @NEED_WINSYS_XLIB_TRUE@am__append_2 = \
  96. @NEED_WINSYS_XLIB_TRUE@ $(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la \
  97. @NEED_WINSYS_XLIB_TRUE@ -lX11 -lXext -lXfixes \
  98. @NEED_WINSYS_XLIB_TRUE@ $(LIBDRM_LIBS)
  99.  
  100. @HAVE_MESA_LLVM_TRUE@am__append_3 = \
  101. @HAVE_MESA_LLVM_TRUE@   $(LLVM_CFLAGS)
  102.  
  103. @HAVE_MESA_LLVM_TRUE@am__append_4 = \
  104. @HAVE_MESA_LLVM_TRUE@   $(GALLIUM_CFLAGS) \
  105. @HAVE_MESA_LLVM_TRUE@   $(LLVM_CXXFLAGS)
  106.  
  107. @HAVE_MESA_LLVM_TRUE@am__append_5 = \
  108. @HAVE_MESA_LLVM_TRUE@   $(GALLIVM_SOURCES)
  109.  
  110. @HAVE_GALLIUM_STATIC_TARGETS_TRUE@@NEED_GALLIUM_VL_TRUE@am__append_6 = \
  111. @HAVE_GALLIUM_STATIC_TARGETS_TRUE@@NEED_GALLIUM_VL_TRUE@        -DGALLIUM_STATIC_TARGETS=1
  112.  
  113. @NEED_GALLIUM_VL_TRUE@am__append_7 = libgalliumvl.la
  114. @NEED_GALLIUM_VL_TRUE@@NEED_GALLIUM_VL_WINSYS_TRUE@am__append_8 = libgalliumvlwinsys.la
  115. subdir = src/gallium/auxiliary
  116. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  117. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
  118.         $(top_srcdir)/m4/ax_check_python_mako_module.m4 \
  119.         $(top_srcdir)/m4/ax_gcc_builtin.m4 \
  120.         $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  121.         $(top_srcdir)/m4/ax_prog_bison.m4 \
  122.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  123.         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
  124.         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  125.         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  126.         $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
  127. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  128.         $(ACLOCAL_M4)
  129. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  130. mkinstalldirs = $(install_sh) -d
  131. CONFIG_CLEAN_FILES =
  132. CONFIG_CLEAN_VPATH_FILES =
  133. LTLIBRARIES = $(noinst_LTLIBRARIES)
  134. libgallium_la_LIBADD =
  135. am__libgallium_la_SOURCES_DIST = cso_cache/cso_cache.c \
  136.         cso_cache/cso_cache.h cso_cache/cso_context.c \
  137.         cso_cache/cso_context.h cso_cache/cso_hash.c \
  138.         cso_cache/cso_hash.h draw/draw_cliptest_tmp.h \
  139.         draw/draw_context.c draw/draw_context.h \
  140.         draw/draw_decompose_tmp.h draw/draw_fs.c draw/draw_fs.h \
  141.         draw/draw_gs.c draw/draw_gs.h draw/draw_gs_tmp.h \
  142.         draw/draw_pipe_aaline.c draw/draw_pipe_aapoint.c \
  143.         draw/draw_pipe.c draw/draw_pipe.h draw/draw_pipe_clip.c \
  144.         draw/draw_pipe_cull.c draw/draw_pipe_flatshade.c \
  145.         draw/draw_pipe_offset.c draw/draw_pipe_pstipple.c \
  146.         draw/draw_pipe_stipple.c draw/draw_pipe_twoside.c \
  147.         draw/draw_pipe_unfilled.c draw/draw_pipe_util.c \
  148.         draw/draw_pipe_validate.c draw/draw_pipe_vbuf.c \
  149.         draw/draw_pipe_wide_line.c draw/draw_pipe_wide_point.c \
  150.         draw/draw_prim_assembler.c draw/draw_prim_assembler.h \
  151.         draw/draw_prim_assembler_tmp.h draw/draw_private.h \
  152.         draw/draw_pt.c draw/draw_pt_decompose.h draw/draw_pt_emit.c \
  153.         draw/draw_pt_fetch.c draw/draw_pt_fetch_emit.c \
  154.         draw/draw_pt_fetch_shade_emit.c \
  155.         draw/draw_pt_fetch_shade_pipeline.c draw/draw_pt.h \
  156.         draw/draw_pt_post_vs.c draw/draw_pt_so_emit.c \
  157.         draw/draw_pt_util.c draw/draw_pt_vsplit.c \
  158.         draw/draw_pt_vsplit_tmp.h draw/draw_so_emit_tmp.h \
  159.         draw/draw_split_tmp.h draw/draw_vbuf.h draw/draw_vertex.c \
  160.         draw/draw_vertex.h draw/draw_vs.c draw/draw_vs_exec.c \
  161.         draw/draw_vs.h draw/draw_vs_variant.c hud/font.c hud/font.h \
  162.         hud/hud_context.c hud/hud_context.h hud/hud_cpu.c \
  163.         hud/hud_driver_query.c hud/hud_fps.c hud/hud_private.h \
  164.         indices/u_indices.h indices/u_indices_priv.h \
  165.         indices/u_primconvert.c indices/u_primconvert.h \
  166.         os/os_memory_aligned.h os/os_memory_debug.h \
  167.         os/os_memory_stdc.h os/os_memory.h os/os_misc.c os/os_misc.h \
  168.         os/os_mman.h os/os_process.c os/os_process.h os/os_thread.h \
  169.         os/os_time.c os/os_time.h pipebuffer/pb_buffer_fenced.c \
  170.         pipebuffer/pb_buffer_fenced.h pipebuffer/pb_buffer.h \
  171.         pipebuffer/pb_buffer_malloc.c pipebuffer/pb_bufmgr_alt.c \
  172.         pipebuffer/pb_bufmgr_cache.c pipebuffer/pb_bufmgr_debug.c \
  173.         pipebuffer/pb_bufmgr.h pipebuffer/pb_bufmgr_mm.c \
  174.         pipebuffer/pb_bufmgr_ondemand.c pipebuffer/pb_bufmgr_pool.c \
  175.         pipebuffer/pb_bufmgr_slab.c pipebuffer/pb_validate.c \
  176.         pipebuffer/pb_validate.h postprocess/filters.h \
  177.         postprocess/postprocess.h postprocess/pp_celshade.c \
  178.         postprocess/pp_celshade.h postprocess/pp_colors.c \
  179.         postprocess/pp_colors.h postprocess/pp_filters.h \
  180.         postprocess/pp_init.c postprocess/pp_mlaa_areamap.h \
  181.         postprocess/pp_mlaa.c postprocess/pp_mlaa.h \
  182.         postprocess/pp_private.h postprocess/pp_program.c \
  183.         postprocess/pp_run.c rbug/rbug_connection.c \
  184.         rbug/rbug_connection.h rbug/rbug_context.c rbug/rbug_context.h \
  185.         rbug/rbug_core.c rbug/rbug_core.h rbug/rbug_demarshal.c \
  186.         rbug/rbug.h rbug/rbug_internal.h rbug/rbug_proto.h \
  187.         rbug/rbug_shader.c rbug/rbug_shader.h rbug/rbug_texture.c \
  188.         rbug/rbug_texture.h rtasm/rtasm_cpu.c rtasm/rtasm_cpu.h \
  189.         rtasm/rtasm_execmem.c rtasm/rtasm_execmem.h \
  190.         rtasm/rtasm_x86sse.c rtasm/rtasm_x86sse.h tgsi/tgsi_build.c \
  191.         tgsi/tgsi_build.h tgsi/tgsi_dump.c tgsi/tgsi_dump.h \
  192.         tgsi/tgsi_exec.c tgsi/tgsi_exec.h tgsi/tgsi_info.c \
  193.         tgsi/tgsi_info.h tgsi/tgsi_iterate.c tgsi/tgsi_iterate.h \
  194.         tgsi/tgsi_lowering.c tgsi/tgsi_lowering.h \
  195.         tgsi/tgsi_opcode_tmp.h tgsi/tgsi_parse.c tgsi/tgsi_parse.h \
  196.         tgsi/tgsi_sanity.c tgsi/tgsi_sanity.h tgsi/tgsi_scan.c \
  197.         tgsi/tgsi_scan.h tgsi/tgsi_strings.c tgsi/tgsi_strings.h \
  198.         tgsi/tgsi_text.c tgsi/tgsi_text.h tgsi/tgsi_transform.c \
  199.         tgsi/tgsi_transform.h tgsi/tgsi_ureg.c tgsi/tgsi_ureg.h \
  200.         tgsi/tgsi_util.c tgsi/tgsi_util.h translate/translate.c \
  201.         translate/translate.h translate/translate_cache.c \
  202.         translate/translate_cache.h translate/translate_generic.c \
  203.         translate/translate_sse.c util/dbghelp.h util/u_bitmask.c \
  204.         util/u_bitmask.h util/u_blend.h util/u_blit.c util/u_blit.h \
  205.         util/u_blitter.c util/u_blitter.h util/u_box.h util/u_cache.c \
  206.         util/u_cache.h util/u_caps.c util/u_caps.h util/u_clear.h \
  207.         util/u_cpu_detect.c util/u_cpu_detect.h util/u_debug.c \
  208.         util/u_debug_describe.c util/u_debug_describe.h \
  209.         util/u_debug_flush.c util/u_debug_flush.h util/u_debug.h \
  210.         util/u_debug_memory.c util/u_debug_refcnt.c \
  211.         util/u_debug_refcnt.h util/u_debug_stack.c \
  212.         util/u_debug_stack.h util/u_debug_symbol.c \
  213.         util/u_debug_symbol.h util/u_dirty_flags.h \
  214.         util/u_dirty_surfaces.h util/u_dl.c util/u_dl.h util/u_draw.c \
  215.         util/u_draw.h util/u_draw_quad.c util/u_draw_quad.h \
  216.         util/u_dual_blend.h util/u_dump_defines.c util/u_dump.h \
  217.         util/u_dump_state.c util/u_dynarray.h util/u_fifo.h \
  218.         util/u_format.c util/u_format.h util/u_format_etc.c \
  219.         util/u_format_etc.h util/u_format_fake.c util/u_format_fake.h \
  220.         util/u_format_latc.c util/u_format_latc.h \
  221.         util/u_format_other.c util/u_format_other.h \
  222.         util/u_format_r11g11b10f.h util/u_format_rgb9e5.h \
  223.         util/u_format_rgtc.c util/u_format_rgtc.h util/u_format_s3tc.c \
  224.         util/u_format_s3tc.h util/u_format_tests.c \
  225.         util/u_format_tests.h util/u_format_yuv.c util/u_format_yuv.h \
  226.         util/u_format_zs.c util/u_format_zs.h util/u_framebuffer.c \
  227.         util/u_framebuffer.h util/u_gen_mipmap.c util/u_gen_mipmap.h \
  228.         util/u_half.h util/u_handle_table.c util/u_handle_table.h \
  229.         util/u_hash.c util/u_hash.h util/u_hash_table.c \
  230.         util/u_hash_table.h util/u_helpers.c util/u_helpers.h \
  231.         util/u_index_modify.c util/u_index_modify.h util/u_init.h \
  232.         util/u_inlines.h util/u_keymap.c util/u_keymap.h \
  233.         util/u_linear.c util/u_linear.h util/u_math.c util/u_math.h \
  234.         util/u_memory.h util/u_mm.c util/u_mm.h util/u_network.c \
  235.         util/u_network.h util/u_pack_color.h util/u_pointer.h \
  236.         util/u_prim.h util/u_pstipple.c util/u_pstipple.h \
  237.         util/u_range.h util/u_rect.h util/u_resource.c \
  238.         util/u_resource.h util/u_ringbuffer.c util/u_ringbuffer.h \
  239.         util/u_sampler.c util/u_sampler.h util/u_simple_shaders.c \
  240.         util/u_simple_shaders.h util/u_slab.c util/u_slab.h \
  241.         util/u_snprintf.c util/u_split_prim.h util/u_sse.h \
  242.         util/u_staging.c util/u_staging.h util/u_string.h \
  243.         util/u_suballoc.c util/u_suballoc.h util/u_surface.c \
  244.         util/u_surface.h util/u_surfaces.c util/u_surfaces.h \
  245.         util/u_tests.c util/u_tests.h util/u_texture.c \
  246.         util/u_texture.h util/u_tile.c util/u_tile.h util/u_time.h \
  247.         util/u_transfer.c util/u_transfer.h util/u_upload_mgr.c \
  248.         util/u_upload_mgr.h util/u_vbuf.c util/u_vbuf.h util/u_video.h \
  249.         nir/tgsi_to_nir.c nir/tgsi_to_nir.h indices/u_indices_gen.c \
  250.         indices/u_unfilled_gen.c util/u_format_table.c \
  251.         gallivm/lp_bld_arit.c gallivm/lp_bld_arit.h \
  252.         gallivm/lp_bld_arit_overflow.c gallivm/lp_bld_arit_overflow.h \
  253.         gallivm/lp_bld_assert.c gallivm/lp_bld_assert.h \
  254.         gallivm/lp_bld_bitarit.c gallivm/lp_bld_bitarit.h \
  255.         gallivm/lp_bld_const.c gallivm/lp_bld_const.h \
  256.         gallivm/lp_bld_conv.c gallivm/lp_bld_conv.h \
  257.         gallivm/lp_bld_debug.cpp gallivm/lp_bld_debug.h \
  258.         gallivm/lp_bld_flow.c gallivm/lp_bld_flow.h \
  259.         gallivm/lp_bld_format_aos_array.c gallivm/lp_bld_format_aos.c \
  260.         gallivm/lp_bld_format_float.c gallivm/lp_bld_format.h \
  261.         gallivm/lp_bld_format_soa.c gallivm/lp_bld_format_srgb.c \
  262.         gallivm/lp_bld_format_yuv.c gallivm/lp_bld_gather.c \
  263.         gallivm/lp_bld_gather.h gallivm/lp_bld.h gallivm/lp_bld_init.c \
  264.         gallivm/lp_bld_init.h gallivm/lp_bld_intr.c \
  265.         gallivm/lp_bld_intr.h gallivm/lp_bld_limits.h \
  266.         gallivm/lp_bld_logic.c gallivm/lp_bld_logic.h \
  267.         gallivm/lp_bld_misc.cpp gallivm/lp_bld_misc.h \
  268.         gallivm/lp_bld_pack.c gallivm/lp_bld_pack.h \
  269.         gallivm/lp_bld_printf.c gallivm/lp_bld_printf.h \
  270.         gallivm/lp_bld_quad.c gallivm/lp_bld_quad.h \
  271.         gallivm/lp_bld_sample_aos.c gallivm/lp_bld_sample_aos.h \
  272.         gallivm/lp_bld_sample.c gallivm/lp_bld_sample.h \
  273.         gallivm/lp_bld_sample_soa.c gallivm/lp_bld_struct.c \
  274.         gallivm/lp_bld_struct.h gallivm/lp_bld_swizzle.c \
  275.         gallivm/lp_bld_swizzle.h gallivm/lp_bld_tgsi_action.c \
  276.         gallivm/lp_bld_tgsi_action.h gallivm/lp_bld_tgsi_aos.c \
  277.         gallivm/lp_bld_tgsi.c gallivm/lp_bld_tgsi.h \
  278.         gallivm/lp_bld_tgsi_info.c gallivm/lp_bld_tgsi_soa.c \
  279.         gallivm/lp_bld_type.c gallivm/lp_bld_type.h draw/draw_llvm.c \
  280.         draw/draw_llvm.h draw/draw_llvm_sample.c \
  281.         draw/draw_pt_fetch_shade_pipeline_llvm.c draw/draw_vs_llvm.c
  282. am__dirstamp = $(am__leading_dot)dirstamp
  283. am__objects_1 = cso_cache/cso_cache.lo cso_cache/cso_context.lo \
  284.         cso_cache/cso_hash.lo draw/draw_context.lo draw/draw_fs.lo \
  285.         draw/draw_gs.lo draw/draw_pipe_aaline.lo \
  286.         draw/draw_pipe_aapoint.lo draw/draw_pipe.lo \
  287.         draw/draw_pipe_clip.lo draw/draw_pipe_cull.lo \
  288.         draw/draw_pipe_flatshade.lo draw/draw_pipe_offset.lo \
  289.         draw/draw_pipe_pstipple.lo draw/draw_pipe_stipple.lo \
  290.         draw/draw_pipe_twoside.lo draw/draw_pipe_unfilled.lo \
  291.         draw/draw_pipe_util.lo draw/draw_pipe_validate.lo \
  292.         draw/draw_pipe_vbuf.lo draw/draw_pipe_wide_line.lo \
  293.         draw/draw_pipe_wide_point.lo draw/draw_prim_assembler.lo \
  294.         draw/draw_pt.lo draw/draw_pt_emit.lo draw/draw_pt_fetch.lo \
  295.         draw/draw_pt_fetch_emit.lo draw/draw_pt_fetch_shade_emit.lo \
  296.         draw/draw_pt_fetch_shade_pipeline.lo draw/draw_pt_post_vs.lo \
  297.         draw/draw_pt_so_emit.lo draw/draw_pt_util.lo \
  298.         draw/draw_pt_vsplit.lo draw/draw_vertex.lo draw/draw_vs.lo \
  299.         draw/draw_vs_exec.lo draw/draw_vs_variant.lo hud/font.lo \
  300.         hud/hud_context.lo hud/hud_cpu.lo hud/hud_driver_query.lo \
  301.         hud/hud_fps.lo indices/u_primconvert.lo os/os_misc.lo \
  302.         os/os_process.lo os/os_time.lo pipebuffer/pb_buffer_fenced.lo \
  303.         pipebuffer/pb_buffer_malloc.lo pipebuffer/pb_bufmgr_alt.lo \
  304.         pipebuffer/pb_bufmgr_cache.lo pipebuffer/pb_bufmgr_debug.lo \
  305.         pipebuffer/pb_bufmgr_mm.lo pipebuffer/pb_bufmgr_ondemand.lo \
  306.         pipebuffer/pb_bufmgr_pool.lo pipebuffer/pb_bufmgr_slab.lo \
  307.         pipebuffer/pb_validate.lo postprocess/pp_celshade.lo \
  308.         postprocess/pp_colors.lo postprocess/pp_init.lo \
  309.         postprocess/pp_mlaa.lo postprocess/pp_program.lo \
  310.         postprocess/pp_run.lo rbug/rbug_connection.lo \
  311.         rbug/rbug_context.lo rbug/rbug_core.lo rbug/rbug_demarshal.lo \
  312.         rbug/rbug_shader.lo rbug/rbug_texture.lo rtasm/rtasm_cpu.lo \
  313.         rtasm/rtasm_execmem.lo rtasm/rtasm_x86sse.lo \
  314.         tgsi/tgsi_build.lo tgsi/tgsi_dump.lo tgsi/tgsi_exec.lo \
  315.         tgsi/tgsi_info.lo tgsi/tgsi_iterate.lo tgsi/tgsi_lowering.lo \
  316.         tgsi/tgsi_parse.lo tgsi/tgsi_sanity.lo tgsi/tgsi_scan.lo \
  317.         tgsi/tgsi_strings.lo tgsi/tgsi_text.lo tgsi/tgsi_transform.lo \
  318.         tgsi/tgsi_ureg.lo tgsi/tgsi_util.lo translate/translate.lo \
  319.         translate/translate_cache.lo translate/translate_generic.lo \
  320.         translate/translate_sse.lo util/u_bitmask.lo util/u_blit.lo \
  321.         util/u_blitter.lo util/u_cache.lo util/u_caps.lo \
  322.         util/u_cpu_detect.lo util/u_debug.lo util/u_debug_describe.lo \
  323.         util/u_debug_flush.lo util/u_debug_memory.lo \
  324.         util/u_debug_refcnt.lo util/u_debug_stack.lo \
  325.         util/u_debug_symbol.lo util/u_dl.lo util/u_draw.lo \
  326.         util/u_draw_quad.lo util/u_dump_defines.lo \
  327.         util/u_dump_state.lo util/u_format.lo util/u_format_etc.lo \
  328.         util/u_format_fake.lo util/u_format_latc.lo \
  329.         util/u_format_other.lo util/u_format_rgtc.lo \
  330.         util/u_format_s3tc.lo util/u_format_tests.lo \
  331.         util/u_format_yuv.lo util/u_format_zs.lo util/u_framebuffer.lo \
  332.         util/u_gen_mipmap.lo util/u_handle_table.lo util/u_hash.lo \
  333.         util/u_hash_table.lo util/u_helpers.lo util/u_index_modify.lo \
  334.         util/u_keymap.lo util/u_linear.lo util/u_math.lo util/u_mm.lo \
  335.         util/u_network.lo util/u_pstipple.lo util/u_resource.lo \
  336.         util/u_ringbuffer.lo util/u_sampler.lo \
  337.         util/u_simple_shaders.lo util/u_slab.lo util/u_snprintf.lo \
  338.         util/u_staging.lo util/u_suballoc.lo util/u_surface.lo \
  339.         util/u_surfaces.lo util/u_tests.lo util/u_texture.lo \
  340.         util/u_tile.lo util/u_transfer.lo util/u_upload_mgr.lo \
  341.         util/u_vbuf.lo
  342. am__objects_2 = nir/tgsi_to_nir.lo
  343. am__objects_3 = indices/u_indices_gen.lo indices/u_unfilled_gen.lo \
  344.         util/u_format_table.lo
  345. am__objects_4 = gallivm/lp_bld_arit.lo gallivm/lp_bld_arit_overflow.lo \
  346.         gallivm/lp_bld_assert.lo gallivm/lp_bld_bitarit.lo \
  347.         gallivm/lp_bld_const.lo gallivm/lp_bld_conv.lo \
  348.         gallivm/lp_bld_debug.lo gallivm/lp_bld_flow.lo \
  349.         gallivm/lp_bld_format_aos_array.lo \
  350.         gallivm/lp_bld_format_aos.lo gallivm/lp_bld_format_float.lo \
  351.         gallivm/lp_bld_format_soa.lo gallivm/lp_bld_format_srgb.lo \
  352.         gallivm/lp_bld_format_yuv.lo gallivm/lp_bld_gather.lo \
  353.         gallivm/lp_bld_init.lo gallivm/lp_bld_intr.lo \
  354.         gallivm/lp_bld_logic.lo gallivm/lp_bld_misc.lo \
  355.         gallivm/lp_bld_pack.lo gallivm/lp_bld_printf.lo \
  356.         gallivm/lp_bld_quad.lo gallivm/lp_bld_sample_aos.lo \
  357.         gallivm/lp_bld_sample.lo gallivm/lp_bld_sample_soa.lo \
  358.         gallivm/lp_bld_struct.lo gallivm/lp_bld_swizzle.lo \
  359.         gallivm/lp_bld_tgsi_action.lo gallivm/lp_bld_tgsi_aos.lo \
  360.         gallivm/lp_bld_tgsi.lo gallivm/lp_bld_tgsi_info.lo \
  361.         gallivm/lp_bld_tgsi_soa.lo gallivm/lp_bld_type.lo \
  362.         draw/draw_llvm.lo draw/draw_llvm_sample.lo \
  363.         draw/draw_pt_fetch_shade_pipeline_llvm.lo draw/draw_vs_llvm.lo
  364. @HAVE_MESA_LLVM_TRUE@am__objects_5 = $(am__objects_4)
  365. am_libgallium_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
  366.         $(am__objects_3) $(am__objects_5)
  367. libgallium_la_OBJECTS = $(am_libgallium_la_OBJECTS)
  368. AM_V_lt = $(am__v_lt_@AM_V@)
  369. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  370. am__v_lt_0 = --silent
  371. am__v_lt_1 =
  372. libgalliumvl_la_LIBADD =
  373. am__libgalliumvl_la_SOURCES_DIST = vl/vl_compositor.c \
  374.         vl/vl_compositor.h vl/vl_csc.c vl/vl_csc.h vl/vl_decoder.c \
  375.         vl/vl_decoder.h vl/vl_defines.h vl/vl_deint_filter.c \
  376.         vl/vl_deint_filter.h vl/vl_idct.c vl/vl_idct.h \
  377.         vl/vl_matrix_filter.c vl/vl_matrix_filter.h vl/vl_mc.c \
  378.         vl/vl_mc.h vl/vl_median_filter.c vl/vl_median_filter.h \
  379.         vl/vl_mpeg12_bitstream.c vl/vl_mpeg12_bitstream.h \
  380.         vl/vl_mpeg12_decoder.c vl/vl_mpeg12_decoder.h vl/vl_rbsp.h \
  381.         vl/vl_types.h vl/vl_vertex_buffers.c vl/vl_vertex_buffers.h \
  382.         vl/vl_video_buffer.c vl/vl_video_buffer.h vl/vl_vlc.h \
  383.         vl/vl_winsys.h vl/vl_zscan.c vl/vl_zscan.h
  384. am__objects_6 = vl/libgalliumvl_la-vl_compositor.lo \
  385.         vl/libgalliumvl_la-vl_csc.lo vl/libgalliumvl_la-vl_decoder.lo \
  386.         vl/libgalliumvl_la-vl_deint_filter.lo \
  387.         vl/libgalliumvl_la-vl_idct.lo \
  388.         vl/libgalliumvl_la-vl_matrix_filter.lo \
  389.         vl/libgalliumvl_la-vl_mc.lo \
  390.         vl/libgalliumvl_la-vl_median_filter.lo \
  391.         vl/libgalliumvl_la-vl_mpeg12_bitstream.lo \
  392.         vl/libgalliumvl_la-vl_mpeg12_decoder.lo \
  393.         vl/libgalliumvl_la-vl_vertex_buffers.lo \
  394.         vl/libgalliumvl_la-vl_video_buffer.lo \
  395.         vl/libgalliumvl_la-vl_zscan.lo
  396. @NEED_GALLIUM_VL_TRUE@am_libgalliumvl_la_OBJECTS = $(am__objects_6)
  397. libgalliumvl_la_OBJECTS = $(am_libgalliumvl_la_OBJECTS)
  398. libgalliumvl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  399.         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  400.         $(libgalliumvl_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
  401.         -o $@
  402. @NEED_GALLIUM_VL_TRUE@am_libgalliumvl_la_rpath =
  403. libgalliumvl_stub_la_LIBADD =
  404. am__objects_7 = vl/vl_stubs.lo
  405. am_libgalliumvl_stub_la_OBJECTS = $(am__objects_7)
  406. libgalliumvl_stub_la_OBJECTS = $(am_libgalliumvl_stub_la_OBJECTS)
  407. libgalliumvlwinsys_la_LIBADD =
  408. am__libgalliumvlwinsys_la_SOURCES_DIST = vl/vl_winsys_dri.c
  409. am__objects_8 = vl/libgalliumvlwinsys_la-vl_winsys_dri.lo
  410. @NEED_GALLIUM_VL_TRUE@@NEED_GALLIUM_VL_WINSYS_TRUE@am_libgalliumvlwinsys_la_OBJECTS = $(am__objects_8)
  411. libgalliumvlwinsys_la_OBJECTS = $(am_libgalliumvlwinsys_la_OBJECTS)
  412. libgalliumvlwinsys_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  413.         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  414.         $(libgalliumvlwinsys_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  415.         $(LDFLAGS) -o $@
  416. @NEED_GALLIUM_VL_TRUE@@NEED_GALLIUM_VL_WINSYS_TRUE@am_libgalliumvlwinsys_la_rpath =
  417. AM_V_P = $(am__v_P_@AM_V@)
  418. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  419. am__v_P_0 = false
  420. am__v_P_1 = :
  421. AM_V_GEN = $(am__v_GEN_@AM_V@)
  422. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  423. am__v_GEN_0 = @echo "  GEN     " $@;
  424. am__v_GEN_1 =
  425. AM_V_at = $(am__v_at_@AM_V@)
  426. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  427. am__v_at_0 = @
  428. am__v_at_1 =
  429. DEFAULT_INCLUDES = -I.@am__isrc@
  430. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  431. am__depfiles_maybe = depfiles
  432. am__mv = mv -f
  433. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  434.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  435. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  436.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  437.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  438.         $(AM_CFLAGS) $(CFLAGS)
  439. AM_V_CC = $(am__v_CC_@AM_V@)
  440. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  441. am__v_CC_0 = @echo "  CC      " $@;
  442. am__v_CC_1 =
  443. CCLD = $(CC)
  444. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  445.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  446.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  447. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  448. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  449. am__v_CCLD_0 = @echo "  CCLD    " $@;
  450. am__v_CCLD_1 =
  451. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  452.         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  453. LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  454.         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
  455.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  456.         $(AM_CXXFLAGS) $(CXXFLAGS)
  457. AM_V_CXX = $(am__v_CXX_@AM_V@)
  458. am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
  459. am__v_CXX_0 = @echo "  CXX     " $@;
  460. am__v_CXX_1 =
  461. CXXLD = $(CXX)
  462. CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  463.         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  464.         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  465. AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
  466. am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
  467. am__v_CXXLD_0 = @echo "  CXXLD   " $@;
  468. am__v_CXXLD_1 =
  469. SOURCES = $(libgallium_la_SOURCES) $(libgalliumvl_la_SOURCES) \
  470.         $(libgalliumvl_stub_la_SOURCES) \
  471.         $(libgalliumvlwinsys_la_SOURCES)
  472. DIST_SOURCES = $(am__libgallium_la_SOURCES_DIST) \
  473.         $(am__libgalliumvl_la_SOURCES_DIST) \
  474.         $(libgalliumvl_stub_la_SOURCES) \
  475.         $(am__libgalliumvlwinsys_la_SOURCES_DIST)
  476. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  477.         ctags-recursive dvi-recursive html-recursive info-recursive \
  478.         install-data-recursive install-dvi-recursive \
  479.         install-exec-recursive install-html-recursive \
  480.         install-info-recursive install-pdf-recursive \
  481.         install-ps-recursive install-recursive installcheck-recursive \
  482.         installdirs-recursive pdf-recursive ps-recursive \
  483.         tags-recursive uninstall-recursive
  484. am__can_run_installinfo = \
  485.   case $$AM_UPDATE_INFO_DIR in \
  486.     n|no|NO) false;; \
  487.     *) (install-info --version) >/dev/null 2>&1;; \
  488.   esac
  489. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  490.   distclean-recursive maintainer-clean-recursive
  491. am__recursive_targets = \
  492.   $(RECURSIVE_TARGETS) \
  493.   $(RECURSIVE_CLEAN_TARGETS) \
  494.   $(am__extra_recursive_targets)
  495. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  496.         distdir
  497. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  498. # Read a list of newline-separated strings from the standard input,
  499. # and print each of them once, without duplicates.  Input order is
  500. # *not* preserved.
  501. am__uniquify_input = $(AWK) '\
  502.   BEGIN { nonempty = 0; } \
  503.   { items[$$0] = 1; nonempty = 1; } \
  504.   END { if (nonempty) { for (i in items) print i; }; } \
  505. '
  506. # Make sure the list of sources is unique.  This is necessary because,
  507. # e.g., the same source file might be shared among _SOURCES variables
  508. # for different programs/libraries.
  509. am__define_uniq_tagged_files = \
  510.   list='$(am__tagged_files)'; \
  511.   unique=`for i in $$list; do \
  512.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  513.   done | $(am__uniquify_input)`
  514. ETAGS = etags
  515. CTAGS = ctags
  516. DIST_SUBDIRS = pipe-loader
  517. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \
  518.         $(top_srcdir)/bin/depcomp \
  519.         $(top_srcdir)/src/gallium/Automake.inc
  520. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  521. am__relativize = \
  522.   dir0=`pwd`; \
  523.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  524.   sed_rest='s,^[^/]*/*,,'; \
  525.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  526.   sed_butlast='s,/*[^/]*$$,,'; \
  527.   while test -n "$$dir1"; do \
  528.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  529.     if test "$$first" != "."; then \
  530.       if test "$$first" = ".."; then \
  531.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  532.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  533.       else \
  534.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  535.         if test "$$first2" = "$$first"; then \
  536.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  537.         else \
  538.           dir2="../$$dir2"; \
  539.         fi; \
  540.         dir0="$$dir0"/"$$first"; \
  541.       fi; \
  542.     fi; \
  543.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  544.   done; \
  545.   reldir="$$dir2"
  546. ACLOCAL = @ACLOCAL@
  547. AMTAR = @AMTAR@
  548. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  549. AR = @AR@
  550. AUTOCONF = @AUTOCONF@
  551. AUTOHEADER = @AUTOHEADER@
  552. AUTOMAKE = @AUTOMAKE@
  553. AWK = @AWK@
  554. BSYMBOLIC = @BSYMBOLIC@
  555. CC = @CC@
  556. CCAS = @CCAS@
  557. CCASDEPMODE = @CCASDEPMODE@
  558. CCASFLAGS = @CCASFLAGS@
  559. CCDEPMODE = @CCDEPMODE@
  560. CFLAGS = @CFLAGS@
  561. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  562. CLOCK_LIB = @CLOCK_LIB@
  563. CPP = @CPP@
  564. CPPFLAGS = @CPPFLAGS@
  565. CXX = @CXX@
  566. CXXCPP = @CXXCPP@
  567. CXXDEPMODE = @CXXDEPMODE@
  568. CXXFLAGS = @CXXFLAGS@
  569. CYGPATH_W = @CYGPATH_W@
  570. D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
  571. DEFINES = @DEFINES@
  572. DEFS = @DEFS@
  573. DEPDIR = @DEPDIR@
  574. DLLTOOL = @DLLTOOL@
  575. DLOPEN_LIBS = @DLOPEN_LIBS@
  576. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  577. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  578. DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
  579. DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
  580. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  581. DRIGL_LIBS = @DRIGL_LIBS@
  582. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  583. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  584. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  585. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  586. DSYMUTIL = @DSYMUTIL@
  587. DUMPBIN = @DUMPBIN@
  588. ECHO_C = @ECHO_C@
  589. ECHO_N = @ECHO_N@
  590. ECHO_T = @ECHO_T@
  591. EGL_CFLAGS = @EGL_CFLAGS@
  592. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  593. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  594. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  595. EGREP = @EGREP@
  596. ELF_LIB = @ELF_LIB@
  597. EXEEXT = @EXEEXT@
  598. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  599. EXPAT_LIBS = @EXPAT_LIBS@
  600. FGREP = @FGREP@
  601. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  602. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  603. GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
  604. GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
  605. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  606. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  607. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  608. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  609. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  610. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  611. GC_SECTIONS = @GC_SECTIONS@
  612. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  613. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  614. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  615. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  616. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  617. GLPROTO_LIBS = @GLPROTO_LIBS@
  618. GLX_TLS = @GLX_TLS@
  619. GL_LIB = @GL_LIB@
  620. GL_LIB_DEPS = @GL_LIB_DEPS@
  621. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  622. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  623. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  624. GREP = @GREP@
  625. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  626. INDENT = @INDENT@
  627. INDENT_FLAGS = @INDENT_FLAGS@
  628. INSTALL = @INSTALL@
  629. INSTALL_DATA = @INSTALL_DATA@
  630. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  631. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  632. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  633. INTEL_CFLAGS = @INTEL_CFLAGS@
  634. INTEL_LIBS = @INTEL_LIBS@
  635. LD = @LD@
  636. LDFLAGS = @LDFLAGS@
  637. LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
  638. LEX = @LEX@
  639. LEXLIB = @LEXLIB@
  640. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  641. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  642. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  643. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  644. LIBDRM_LIBS = @LIBDRM_LIBS@
  645. LIBOBJS = @LIBOBJS@
  646. LIBS = @LIBS@
  647. LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
  648. LIBSHA1_LIBS = @LIBSHA1_LIBS@
  649. LIBTOOL = @LIBTOOL@
  650. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  651. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  652. LIB_DIR = @LIB_DIR@
  653. LIB_EXT = @LIB_EXT@
  654. LIPO = @LIPO@
  655. LLVM_BINDIR = @LLVM_BINDIR@
  656. LLVM_CFLAGS = @LLVM_CFLAGS@
  657. LLVM_CONFIG = @LLVM_CONFIG@
  658. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  659. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  660. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  661. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  662. LLVM_LIBDIR = @LLVM_LIBDIR@
  663. LLVM_LIBS = @LLVM_LIBS@
  664. LLVM_VERSION = @LLVM_VERSION@
  665. LN_S = @LN_S@
  666. LTLIBOBJS = @LTLIBOBJS@
  667. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  668. MAKEINFO = @MAKEINFO@
  669. MANIFEST_TOOL = @MANIFEST_TOOL@
  670. MESA_LLVM = @MESA_LLVM@
  671. MKDIR_P = @MKDIR_P@
  672. MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
  673. MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
  674. MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
  675. MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
  676. NINE_MAJOR = @NINE_MAJOR@
  677. NINE_MINOR = @NINE_MINOR@
  678. NINE_TINY = @NINE_TINY@
  679. NINE_VERSION = @NINE_VERSION@
  680. NM = @NM@
  681. NMEDIT = @NMEDIT@
  682. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  683. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  684. OBJDUMP = @OBJDUMP@
  685. OBJEXT = @OBJEXT@
  686. OMX_CFLAGS = @OMX_CFLAGS@
  687. OMX_LIBS = @OMX_LIBS@
  688. OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
  689. OPENCL_LIBNAME = @OPENCL_LIBNAME@
  690. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  691. OPENSSL_LIBS = @OPENSSL_LIBS@
  692. OSMESA_LIB = @OSMESA_LIB@
  693. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  694. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  695. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  696. OSMESA_VERSION = @OSMESA_VERSION@
  697. OTOOL = @OTOOL@
  698. OTOOL64 = @OTOOL64@
  699. PACKAGE = @PACKAGE@
  700. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  701. PACKAGE_NAME = @PACKAGE_NAME@
  702. PACKAGE_STRING = @PACKAGE_STRING@
  703. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  704. PACKAGE_URL = @PACKAGE_URL@
  705. PACKAGE_VERSION = @PACKAGE_VERSION@
  706. PATH_SEPARATOR = @PATH_SEPARATOR@
  707. PKG_CONFIG = @PKG_CONFIG@
  708. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  709. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  710. POSIX_SHELL = @POSIX_SHELL@
  711. PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
  712. PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
  713. PTHREAD_CC = @PTHREAD_CC@
  714. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  715. PTHREAD_LIBS = @PTHREAD_LIBS@
  716. PYTHON2 = @PYTHON2@
  717. RADEON_CFLAGS = @RADEON_CFLAGS@
  718. RADEON_LIBS = @RADEON_LIBS@
  719. RANLIB = @RANLIB@
  720. SED = @SED@
  721. SELINUX_CFLAGS = @SELINUX_CFLAGS@
  722. SELINUX_LIBS = @SELINUX_LIBS@
  723. SET_MAKE = @SET_MAKE@
  724. SHA1_CFLAGS = @SHA1_CFLAGS@
  725. SHA1_LIBS = @SHA1_LIBS@
  726. SHELL = @SHELL@
  727. SSE41_CFLAGS = @SSE41_CFLAGS@
  728. STRIP = @STRIP@
  729. VA_CFLAGS = @VA_CFLAGS@
  730. VA_LIBS = @VA_LIBS@
  731. VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
  732. VA_MAJOR = @VA_MAJOR@
  733. VA_MINOR = @VA_MINOR@
  734. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  735. VDPAU_LIBS = @VDPAU_LIBS@
  736. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  737. VDPAU_MAJOR = @VDPAU_MAJOR@
  738. VDPAU_MINOR = @VDPAU_MINOR@
  739. VERSION = @VERSION@
  740. VG_LIB_DEPS = @VG_LIB_DEPS@
  741. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  742. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  743. VL_CFLAGS = @VL_CFLAGS@
  744. VL_LIBS = @VL_LIBS@
  745. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  746. WAYLAND_LIBS = @WAYLAND_LIBS@
  747. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  748. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  749. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  750. X11_INCLUDES = @X11_INCLUDES@
  751. XA_MAJOR = @XA_MAJOR@
  752. XA_MINOR = @XA_MINOR@
  753. XA_TINY = @XA_TINY@
  754. XA_VERSION = @XA_VERSION@
  755. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  756. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  757. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  758. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  759. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  760. XLIBGL_LIBS = @XLIBGL_LIBS@
  761. XVMC_CFLAGS = @XVMC_CFLAGS@
  762. XVMC_LIBS = @XVMC_LIBS@
  763. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  764. XVMC_MAJOR = @XVMC_MAJOR@
  765. XVMC_MINOR = @XVMC_MINOR@
  766. YACC = @YACC@
  767. YFLAGS = @YFLAGS@
  768. abs_builddir = @abs_builddir@
  769. abs_srcdir = @abs_srcdir@
  770. abs_top_builddir = @abs_top_builddir@
  771. abs_top_srcdir = @abs_top_srcdir@
  772. ac_ct_AR = @ac_ct_AR@
  773. ac_ct_CC = @ac_ct_CC@
  774. ac_ct_CXX = @ac_ct_CXX@
  775. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  776. acv_mako_found = @acv_mako_found@
  777. am__include = @am__include@
  778. am__leading_dot = @am__leading_dot@
  779. am__quote = @am__quote@
  780. am__tar = @am__tar@
  781. am__untar = @am__untar@
  782. ax_pthread_config = @ax_pthread_config@
  783. bindir = @bindir@
  784. build = @build@
  785. build_alias = @build_alias@
  786. build_cpu = @build_cpu@
  787. build_os = @build_os@
  788. build_vendor = @build_vendor@
  789. builddir = @builddir@
  790. datadir = @datadir@
  791. datarootdir = @datarootdir@
  792. docdir = @docdir@
  793. dvidir = @dvidir@
  794. exec_prefix = @exec_prefix@
  795. host = @host@
  796. host_alias = @host_alias@
  797. host_cpu = @host_cpu@
  798. host_os = @host_os@
  799. host_vendor = @host_vendor@
  800. htmldir = @htmldir@
  801. ifGNUmake = @ifGNUmake@
  802. includedir = @includedir@
  803. infodir = @infodir@
  804. install_sh = @install_sh@
  805. libdir = @libdir@
  806. libexecdir = @libexecdir@
  807. localedir = @localedir@
  808. localstatedir = @localstatedir@
  809. mandir = @mandir@
  810. mkdir_p = @mkdir_p@
  811. oldincludedir = @oldincludedir@
  812. pdfdir = @pdfdir@
  813. prefix = @prefix@
  814. program_transform_name = @program_transform_name@
  815. psdir = @psdir@
  816. sbindir = @sbindir@
  817. sharedstatedir = @sharedstatedir@
  818. srcdir = @srcdir@
  819. sysconfdir = @sysconfdir@
  820. target = @target@
  821. target_alias = @target_alias@
  822. target_cpu = @target_cpu@
  823. target_os = @target_os@
  824. target_vendor = @target_vendor@
  825. top_build_prefix = @top_build_prefix@
  826. top_builddir = @top_builddir@
  827. top_srcdir = @top_srcdir@
  828. AUTOMAKE_OPTIONS = subdir-objects
  829. @HAVE_LOADER_GALLIUM_TRUE@SUBDIRS := pipe-loader
  830. C_SOURCES := \
  831.         cso_cache/cso_cache.c \
  832.         cso_cache/cso_cache.h \
  833.         cso_cache/cso_context.c \
  834.         cso_cache/cso_context.h \
  835.         cso_cache/cso_hash.c \
  836.         cso_cache/cso_hash.h \
  837.         draw/draw_cliptest_tmp.h \
  838.         draw/draw_context.c \
  839.         draw/draw_context.h \
  840.         draw/draw_decompose_tmp.h \
  841.         draw/draw_fs.c \
  842.         draw/draw_fs.h \
  843.         draw/draw_gs.c \
  844.         draw/draw_gs.h \
  845.         draw/draw_gs_tmp.h \
  846.         draw/draw_pipe_aaline.c \
  847.         draw/draw_pipe_aapoint.c \
  848.         draw/draw_pipe.c \
  849.         draw/draw_pipe.h \
  850.         draw/draw_pipe_clip.c \
  851.         draw/draw_pipe_cull.c \
  852.         draw/draw_pipe_flatshade.c \
  853.         draw/draw_pipe_offset.c \
  854.         draw/draw_pipe_pstipple.c \
  855.         draw/draw_pipe_stipple.c \
  856.         draw/draw_pipe_twoside.c \
  857.         draw/draw_pipe_unfilled.c \
  858.         draw/draw_pipe_util.c \
  859.         draw/draw_pipe_validate.c \
  860.         draw/draw_pipe_vbuf.c \
  861.         draw/draw_pipe_wide_line.c \
  862.         draw/draw_pipe_wide_point.c \
  863.         draw/draw_prim_assembler.c \
  864.         draw/draw_prim_assembler.h \
  865.         draw/draw_prim_assembler_tmp.h \
  866.         draw/draw_private.h \
  867.         draw/draw_pt.c \
  868.         draw/draw_pt_decompose.h \
  869.         draw/draw_pt_emit.c \
  870.         draw/draw_pt_fetch.c \
  871.         draw/draw_pt_fetch_emit.c \
  872.         draw/draw_pt_fetch_shade_emit.c \
  873.         draw/draw_pt_fetch_shade_pipeline.c \
  874.         draw/draw_pt.h \
  875.         draw/draw_pt_post_vs.c \
  876.         draw/draw_pt_so_emit.c \
  877.         draw/draw_pt_util.c \
  878.         draw/draw_pt_vsplit.c \
  879.         draw/draw_pt_vsplit_tmp.h \
  880.         draw/draw_so_emit_tmp.h \
  881.         draw/draw_split_tmp.h \
  882.         draw/draw_vbuf.h \
  883.         draw/draw_vertex.c \
  884.         draw/draw_vertex.h \
  885.         draw/draw_vs.c \
  886.         draw/draw_vs_exec.c \
  887.         draw/draw_vs.h \
  888.         draw/draw_vs_variant.c \
  889.         hud/font.c \
  890.         hud/font.h \
  891.         hud/hud_context.c \
  892.         hud/hud_context.h \
  893.         hud/hud_cpu.c \
  894.         hud/hud_driver_query.c \
  895.         hud/hud_fps.c \
  896.         hud/hud_private.h \
  897.         indices/u_indices.h \
  898.         indices/u_indices_priv.h \
  899.         indices/u_primconvert.c \
  900.         indices/u_primconvert.h \
  901.         os/os_memory_aligned.h \
  902.         os/os_memory_debug.h \
  903.         os/os_memory_stdc.h \
  904.         os/os_memory.h \
  905.         os/os_misc.c \
  906.         os/os_misc.h \
  907.         os/os_mman.h \
  908.         os/os_process.c \
  909.         os/os_process.h \
  910.         os/os_thread.h \
  911.         os/os_time.c \
  912.         os/os_time.h \
  913.         pipebuffer/pb_buffer_fenced.c \
  914.         pipebuffer/pb_buffer_fenced.h \
  915.         pipebuffer/pb_buffer.h \
  916.         pipebuffer/pb_buffer_malloc.c \
  917.         pipebuffer/pb_bufmgr_alt.c \
  918.         pipebuffer/pb_bufmgr_cache.c \
  919.         pipebuffer/pb_bufmgr_debug.c \
  920.         pipebuffer/pb_bufmgr.h \
  921.         pipebuffer/pb_bufmgr_mm.c \
  922.         pipebuffer/pb_bufmgr_ondemand.c \
  923.         pipebuffer/pb_bufmgr_pool.c \
  924.         pipebuffer/pb_bufmgr_slab.c \
  925.         pipebuffer/pb_validate.c \
  926.         pipebuffer/pb_validate.h \
  927.         postprocess/filters.h \
  928.         postprocess/postprocess.h \
  929.         postprocess/pp_celshade.c \
  930.         postprocess/pp_celshade.h \
  931.         postprocess/pp_colors.c \
  932.         postprocess/pp_colors.h \
  933.         postprocess/pp_filters.h \
  934.         postprocess/pp_init.c \
  935.         postprocess/pp_mlaa_areamap.h \
  936.         postprocess/pp_mlaa.c \
  937.         postprocess/pp_mlaa.h \
  938.         postprocess/pp_private.h \
  939.         postprocess/pp_program.c \
  940.         postprocess/pp_run.c \
  941.         rbug/rbug_connection.c \
  942.         rbug/rbug_connection.h \
  943.         rbug/rbug_context.c \
  944.         rbug/rbug_context.h \
  945.         rbug/rbug_core.c \
  946.         rbug/rbug_core.h \
  947.         rbug/rbug_demarshal.c \
  948.         rbug/rbug.h \
  949.         rbug/rbug_internal.h \
  950.         rbug/rbug_proto.h \
  951.         rbug/rbug_shader.c \
  952.         rbug/rbug_shader.h \
  953.         rbug/rbug_texture.c \
  954.         rbug/rbug_texture.h \
  955.         rtasm/rtasm_cpu.c \
  956.         rtasm/rtasm_cpu.h \
  957.         rtasm/rtasm_execmem.c \
  958.         rtasm/rtasm_execmem.h \
  959.         rtasm/rtasm_x86sse.c \
  960.         rtasm/rtasm_x86sse.h \
  961.         tgsi/tgsi_build.c \
  962.         tgsi/tgsi_build.h \
  963.         tgsi/tgsi_dump.c \
  964.         tgsi/tgsi_dump.h \
  965.         tgsi/tgsi_exec.c \
  966.         tgsi/tgsi_exec.h \
  967.         tgsi/tgsi_info.c \
  968.         tgsi/tgsi_info.h \
  969.         tgsi/tgsi_iterate.c \
  970.         tgsi/tgsi_iterate.h \
  971.         tgsi/tgsi_lowering.c \
  972.         tgsi/tgsi_lowering.h \
  973.         tgsi/tgsi_opcode_tmp.h \
  974.         tgsi/tgsi_parse.c \
  975.         tgsi/tgsi_parse.h \
  976.         tgsi/tgsi_sanity.c \
  977.         tgsi/tgsi_sanity.h \
  978.         tgsi/tgsi_scan.c \
  979.         tgsi/tgsi_scan.h \
  980.         tgsi/tgsi_strings.c \
  981.         tgsi/tgsi_strings.h \
  982.         tgsi/tgsi_text.c \
  983.         tgsi/tgsi_text.h \
  984.         tgsi/tgsi_transform.c \
  985.         tgsi/tgsi_transform.h \
  986.         tgsi/tgsi_ureg.c \
  987.         tgsi/tgsi_ureg.h \
  988.         tgsi/tgsi_util.c \
  989.         tgsi/tgsi_util.h \
  990.         translate/translate.c \
  991.         translate/translate.h \
  992.         translate/translate_cache.c \
  993.         translate/translate_cache.h \
  994.         translate/translate_generic.c \
  995.         translate/translate_sse.c \
  996.         util/dbghelp.h \
  997.         util/u_bitmask.c \
  998.         util/u_bitmask.h \
  999.         util/u_blend.h \
  1000.         util/u_blit.c \
  1001.         util/u_blit.h \
  1002.         util/u_blitter.c \
  1003.         util/u_blitter.h \
  1004.         util/u_box.h \
  1005.         util/u_cache.c \
  1006.         util/u_cache.h \
  1007.         util/u_caps.c \
  1008.         util/u_caps.h \
  1009.         util/u_clear.h \
  1010.         util/u_cpu_detect.c \
  1011.         util/u_cpu_detect.h \
  1012.         util/u_debug.c \
  1013.         util/u_debug_describe.c \
  1014.         util/u_debug_describe.h \
  1015.         util/u_debug_flush.c \
  1016.         util/u_debug_flush.h \
  1017.         util/u_debug.h \
  1018.         util/u_debug_memory.c \
  1019.         util/u_debug_refcnt.c \
  1020.         util/u_debug_refcnt.h \
  1021.         util/u_debug_stack.c \
  1022.         util/u_debug_stack.h \
  1023.         util/u_debug_symbol.c \
  1024.         util/u_debug_symbol.h \
  1025.         util/u_dirty_flags.h \
  1026.         util/u_dirty_surfaces.h \
  1027.         util/u_dl.c \
  1028.         util/u_dl.h \
  1029.         util/u_draw.c \
  1030.         util/u_draw.h \
  1031.         util/u_draw_quad.c \
  1032.         util/u_draw_quad.h \
  1033.         util/u_dual_blend.h \
  1034.         util/u_dump_defines.c \
  1035.         util/u_dump.h \
  1036.         util/u_dump_state.c \
  1037.         util/u_dynarray.h \
  1038.         util/u_fifo.h \
  1039.         util/u_format.c \
  1040.         util/u_format.h \
  1041.         util/u_format_etc.c \
  1042.         util/u_format_etc.h \
  1043.         util/u_format_fake.c \
  1044.         util/u_format_fake.h \
  1045.         util/u_format_latc.c \
  1046.         util/u_format_latc.h \
  1047.         util/u_format_other.c \
  1048.         util/u_format_other.h \
  1049.         util/u_format_r11g11b10f.h \
  1050.         util/u_format_rgb9e5.h \
  1051.         util/u_format_rgtc.c \
  1052.         util/u_format_rgtc.h \
  1053.         util/u_format_s3tc.c \
  1054.         util/u_format_s3tc.h \
  1055.         util/u_format_tests.c \
  1056.         util/u_format_tests.h \
  1057.         util/u_format_yuv.c \
  1058.         util/u_format_yuv.h \
  1059.         util/u_format_zs.c \
  1060.         util/u_format_zs.h \
  1061.         util/u_framebuffer.c \
  1062.         util/u_framebuffer.h \
  1063.         util/u_gen_mipmap.c \
  1064.         util/u_gen_mipmap.h \
  1065.         util/u_half.h \
  1066.         util/u_handle_table.c \
  1067.         util/u_handle_table.h \
  1068.         util/u_hash.c \
  1069.         util/u_hash.h \
  1070.         util/u_hash_table.c \
  1071.         util/u_hash_table.h \
  1072.         util/u_helpers.c \
  1073.         util/u_helpers.h \
  1074.         util/u_index_modify.c \
  1075.         util/u_index_modify.h \
  1076.         util/u_init.h \
  1077.         util/u_inlines.h \
  1078.         util/u_keymap.c \
  1079.         util/u_keymap.h \
  1080.         util/u_linear.c \
  1081.         util/u_linear.h \
  1082.         util/u_math.c \
  1083.         util/u_math.h \
  1084.         util/u_memory.h \
  1085.         util/u_mm.c \
  1086.         util/u_mm.h \
  1087.         util/u_network.c \
  1088.         util/u_network.h \
  1089.         util/u_pack_color.h \
  1090.         util/u_pointer.h \
  1091.         util/u_prim.h \
  1092.         util/u_pstipple.c \
  1093.         util/u_pstipple.h \
  1094.         util/u_range.h \
  1095.         util/u_rect.h \
  1096.         util/u_resource.c \
  1097.         util/u_resource.h \
  1098.         util/u_ringbuffer.c \
  1099.         util/u_ringbuffer.h \
  1100.         util/u_sampler.c \
  1101.         util/u_sampler.h \
  1102.         util/u_simple_shaders.c \
  1103.         util/u_simple_shaders.h \
  1104.         util/u_slab.c \
  1105.         util/u_slab.h \
  1106.         util/u_snprintf.c \
  1107.         util/u_split_prim.h \
  1108.         util/u_sse.h \
  1109.         util/u_staging.c \
  1110.         util/u_staging.h \
  1111.         util/u_string.h \
  1112.         util/u_suballoc.c \
  1113.         util/u_suballoc.h \
  1114.         util/u_surface.c \
  1115.         util/u_surface.h \
  1116.         util/u_surfaces.c \
  1117.         util/u_surfaces.h \
  1118.         util/u_tests.c \
  1119.         util/u_tests.h \
  1120.         util/u_texture.c \
  1121.         util/u_texture.h \
  1122.         util/u_tile.c \
  1123.         util/u_tile.h \
  1124.         util/u_time.h \
  1125.         util/u_transfer.c \
  1126.         util/u_transfer.h \
  1127.         util/u_upload_mgr.c \
  1128.         util/u_upload_mgr.h \
  1129.         util/u_vbuf.c \
  1130.         util/u_vbuf.h \
  1131.         util/u_video.h
  1132.  
  1133. NIR_SOURCES := \
  1134.         nir/tgsi_to_nir.c \
  1135.         nir/tgsi_to_nir.h
  1136.  
  1137. VL_SOURCES := \
  1138.         vl/vl_compositor.c \
  1139.         vl/vl_compositor.h \
  1140.         vl/vl_csc.c \
  1141.         vl/vl_csc.h \
  1142.         vl/vl_decoder.c \
  1143.         vl/vl_decoder.h \
  1144.         vl/vl_defines.h \
  1145.         vl/vl_deint_filter.c \
  1146.         vl/vl_deint_filter.h \
  1147.         vl/vl_idct.c \
  1148.         vl/vl_idct.h \
  1149.         vl/vl_matrix_filter.c \
  1150.         vl/vl_matrix_filter.h \
  1151.         vl/vl_mc.c \
  1152.         vl/vl_mc.h \
  1153.         vl/vl_median_filter.c \
  1154.         vl/vl_median_filter.h \
  1155.         vl/vl_mpeg12_bitstream.c \
  1156.         vl/vl_mpeg12_bitstream.h \
  1157.         vl/vl_mpeg12_decoder.c \
  1158.         vl/vl_mpeg12_decoder.h \
  1159.         vl/vl_rbsp.h \
  1160.         vl/vl_types.h \
  1161.         vl/vl_vertex_buffers.c \
  1162.         vl/vl_vertex_buffers.h \
  1163.         vl/vl_video_buffer.c \
  1164.         vl/vl_video_buffer.h \
  1165.         vl/vl_vlc.h \
  1166.         vl/vl_winsys.h \
  1167.         vl/vl_zscan.c \
  1168.         vl/vl_zscan.h
  1169.  
  1170.  
  1171. # XXX: Nuke this as our dri targets no longer depend on VL.
  1172. VL_WINSYS_SOURCES := \
  1173.         vl/vl_winsys_dri.c
  1174.  
  1175. VL_STUB_SOURCES := \
  1176.         vl/vl_stubs.c
  1177.  
  1178. GENERATED_SOURCES := \
  1179.         indices/u_indices_gen.c \
  1180.         indices/u_unfilled_gen.c \
  1181.         util/u_format_table.c
  1182.  
  1183. GALLIVM_SOURCES := \
  1184.         gallivm/lp_bld_arit.c \
  1185.         gallivm/lp_bld_arit.h \
  1186.         gallivm/lp_bld_arit_overflow.c \
  1187.         gallivm/lp_bld_arit_overflow.h \
  1188.         gallivm/lp_bld_assert.c \
  1189.         gallivm/lp_bld_assert.h \
  1190.         gallivm/lp_bld_bitarit.c \
  1191.         gallivm/lp_bld_bitarit.h \
  1192.         gallivm/lp_bld_const.c \
  1193.         gallivm/lp_bld_const.h \
  1194.         gallivm/lp_bld_conv.c \
  1195.         gallivm/lp_bld_conv.h \
  1196.         gallivm/lp_bld_debug.cpp \
  1197.         gallivm/lp_bld_debug.h \
  1198.         gallivm/lp_bld_flow.c \
  1199.         gallivm/lp_bld_flow.h \
  1200.         gallivm/lp_bld_format_aos_array.c \
  1201.         gallivm/lp_bld_format_aos.c \
  1202.         gallivm/lp_bld_format_float.c \
  1203.         gallivm/lp_bld_format.h \
  1204.         gallivm/lp_bld_format_soa.c \
  1205.         gallivm/lp_bld_format_srgb.c \
  1206.         gallivm/lp_bld_format_yuv.c \
  1207.         gallivm/lp_bld_gather.c \
  1208.         gallivm/lp_bld_gather.h \
  1209.         gallivm/lp_bld.h \
  1210.         gallivm/lp_bld_init.c \
  1211.         gallivm/lp_bld_init.h \
  1212.         gallivm/lp_bld_intr.c \
  1213.         gallivm/lp_bld_intr.h \
  1214.         gallivm/lp_bld_limits.h \
  1215.         gallivm/lp_bld_logic.c \
  1216.         gallivm/lp_bld_logic.h \
  1217.         gallivm/lp_bld_misc.cpp \
  1218.         gallivm/lp_bld_misc.h \
  1219.         gallivm/lp_bld_pack.c \
  1220.         gallivm/lp_bld_pack.h \
  1221.         gallivm/lp_bld_printf.c \
  1222.         gallivm/lp_bld_printf.h \
  1223.         gallivm/lp_bld_quad.c \
  1224.         gallivm/lp_bld_quad.h \
  1225.         gallivm/lp_bld_sample_aos.c \
  1226.         gallivm/lp_bld_sample_aos.h \
  1227.         gallivm/lp_bld_sample.c \
  1228.         gallivm/lp_bld_sample.h \
  1229.         gallivm/lp_bld_sample_soa.c \
  1230.         gallivm/lp_bld_struct.c \
  1231.         gallivm/lp_bld_struct.h \
  1232.         gallivm/lp_bld_swizzle.c \
  1233.         gallivm/lp_bld_swizzle.h \
  1234.         gallivm/lp_bld_tgsi_action.c \
  1235.         gallivm/lp_bld_tgsi_action.h \
  1236.         gallivm/lp_bld_tgsi_aos.c \
  1237.         gallivm/lp_bld_tgsi.c \
  1238.         gallivm/lp_bld_tgsi.h \
  1239.         gallivm/lp_bld_tgsi_info.c \
  1240.         gallivm/lp_bld_tgsi_soa.c \
  1241.         gallivm/lp_bld_type.c \
  1242.         gallivm/lp_bld_type.h \
  1243.         draw/draw_llvm.c \
  1244.         draw/draw_llvm.h \
  1245.         draw/draw_llvm_sample.c \
  1246.         draw/draw_pt_fetch_shade_pipeline_llvm.c \
  1247.         draw/draw_vs_llvm.c
  1248.  
  1249. GALLIUM_CFLAGS = \
  1250.         -I$(top_srcdir)/include \
  1251.         -I$(top_srcdir)/src \
  1252.         -I$(top_srcdir)/src/gallium/include \
  1253.         -I$(top_srcdir)/src/gallium/auxiliary \
  1254.         $(DEFINES)
  1255.  
  1256.  
  1257. # src/gallium/auxiliary must appear before src/gallium/drivers
  1258. # because there are stupidly two rbug_context.h files in
  1259. # different directories, and which one is included by the
  1260. # preprocessor is determined by the ordering of the -I flags.
  1261. GALLIUM_DRIVER_CFLAGS = \
  1262.         -I$(srcdir)/include \
  1263.         -I$(top_srcdir)/src \
  1264.         -I$(top_srcdir)/include \
  1265.         -I$(top_srcdir)/src/gallium/include \
  1266.         -I$(top_srcdir)/src/gallium/auxiliary \
  1267.         -I$(top_srcdir)/src/gallium/drivers \
  1268.         -I$(top_srcdir)/src/gallium/winsys \
  1269.         $(DEFINES) \
  1270.         $(VISIBILITY_CFLAGS)
  1271.  
  1272. GALLIUM_DRIVER_CXXFLAGS = \
  1273.         -I$(srcdir)/include \
  1274.         -I$(top_srcdir)/src \
  1275.         -I$(top_srcdir)/include \
  1276.         -I$(top_srcdir)/src/gallium/include \
  1277.         -I$(top_srcdir)/src/gallium/auxiliary \
  1278.         -I$(top_srcdir)/src/gallium/drivers \
  1279.         -I$(top_srcdir)/src/gallium/winsys \
  1280.         $(DEFINES) \
  1281.         $(VISIBILITY_CXXFLAGS)
  1282.  
  1283. GALLIUM_TARGET_CFLAGS = \
  1284.         -I$(top_srcdir)/src \
  1285.         -I$(top_srcdir)/include \
  1286.         -I$(top_srcdir)/src/loader \
  1287.         -I$(top_srcdir)/src/gallium/include \
  1288.         -I$(top_srcdir)/src/gallium/auxiliary \
  1289.         -I$(top_srcdir)/src/gallium/drivers \
  1290.         -I$(top_srcdir)/src/gallium/winsys \
  1291.         $(DEFINES) \
  1292.         $(PTHREAD_CFLAGS) \
  1293.         $(LIBDRM_CFLAGS) \
  1294.         $(VISIBILITY_CFLAGS)
  1295.  
  1296. GALLIUM_COMMON_LIB_DEPS = \
  1297.         -lm \
  1298.         $(CLOCK_LIB) \
  1299.         $(PTHREAD_LIBS) \
  1300.         $(DLOPEN_LIBS)
  1301.  
  1302. GALLIUM_WINSYS_CFLAGS = \
  1303.         -I$(top_srcdir)/src \
  1304.         -I$(top_srcdir)/include \
  1305.         -I$(top_srcdir)/src/gallium/include \
  1306.         -I$(top_srcdir)/src/gallium/auxiliary \
  1307.         $(DEFINES) \
  1308.         $(VISIBILITY_CFLAGS)
  1309.  
  1310. GALLIUM_PIPE_LOADER_WINSYS_LIBS =  \
  1311.         $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
  1312.         $(top_builddir)/src/gallium/winsys/sw/wrapper/libwsw.la \
  1313.         $(am__append_1) $(am__append_2)
  1314. noinst_LTLIBRARIES = libgallium.la libgalliumvl_stub.la \
  1315.         $(am__append_7) $(am__append_8)
  1316. AM_CFLAGS = -I$(top_builddir)/src/glsl/nir \
  1317.         -I$(top_srcdir)/src/gallium/auxiliary/util $(GALLIUM_CFLAGS) \
  1318.         $(VISIBILITY_CFLAGS) $(MSVC2008_COMPAT_CXXFLAGS) \
  1319.         $(am__append_3)
  1320. AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) $(MSVC2008_COMPAT_CXXFLAGS) \
  1321.         $(am__append_4)
  1322. libgallium_la_SOURCES = $(C_SOURCES) $(NIR_SOURCES) \
  1323.         $(GENERATED_SOURCES) $(am__append_5)
  1324. libgalliumvl_stub_la_SOURCES = \
  1325.         $(VL_STUB_SOURCES)
  1326.  
  1327. @NEED_GALLIUM_VL_TRUE@COMMON_VL_CFLAGS = $(AM_CFLAGS) $(VL_CFLAGS) \
  1328. @NEED_GALLIUM_VL_TRUE@  $(DRI2PROTO_CFLAGS) $(LIBDRM_CFLAGS) \
  1329. @NEED_GALLIUM_VL_TRUE@  $(GALLIUM_PIPE_LOADER_DEFINES) \
  1330. @NEED_GALLIUM_VL_TRUE@  -DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\" \
  1331. @NEED_GALLIUM_VL_TRUE@  $(am__append_6)
  1332. @NEED_GALLIUM_VL_TRUE@libgalliumvl_la_CFLAGS = \
  1333. @NEED_GALLIUM_VL_TRUE@  $(COMMON_VL_CFLAGS)
  1334.  
  1335. @NEED_GALLIUM_VL_TRUE@libgalliumvl_la_SOURCES = \
  1336. @NEED_GALLIUM_VL_TRUE@  $(VL_SOURCES)
  1337.  
  1338. @NEED_GALLIUM_VL_TRUE@@NEED_GALLIUM_VL_WINSYS_TRUE@libgalliumvlwinsys_la_CFLAGS = \
  1339. @NEED_GALLIUM_VL_TRUE@@NEED_GALLIUM_VL_WINSYS_TRUE@     $(COMMON_VL_CFLAGS)
  1340.  
  1341. @NEED_GALLIUM_VL_TRUE@@NEED_GALLIUM_VL_WINSYS_TRUE@libgalliumvlwinsys_la_SOURCES = \
  1342. @NEED_GALLIUM_VL_TRUE@@NEED_GALLIUM_VL_WINSYS_TRUE@     $(VL_WINSYS_SOURCES)
  1343.  
  1344. EXTRA_DIST = \
  1345.         SConscript \
  1346.         indices/u_indices.c \
  1347.         indices/u_unfilled_indices.c \
  1348.         indices/u_indices_gen.py \
  1349.         indices/u_unfilled_gen.py \
  1350.         postprocess/ADDING \
  1351.         rbug/README \
  1352.         target-helpers \
  1353.         util/u_format.csv \
  1354.         util/u_format_pack.py \
  1355.         util/u_format_parse.py \
  1356.         util/u_format_table.py
  1357.  
  1358. all: all-recursive
  1359.  
  1360. .SUFFIXES:
  1361. .SUFFIXES: .c .cpp .lo .o .obj
  1362. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__configure_deps)
  1363.         @for dep in $?; do \
  1364.           case '$(am__configure_deps)' in \
  1365.             *$$dep*) \
  1366.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  1367.                 && { if test -f $@; then exit 0; else break; fi; }; \
  1368.               exit 1;; \
  1369.           esac; \
  1370.         done; \
  1371.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gallium/auxiliary/Makefile'; \
  1372.         $(am__cd) $(top_srcdir) && \
  1373.           $(AUTOMAKE) --foreign src/gallium/auxiliary/Makefile
  1374. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  1375.         @case '$?' in \
  1376.           *config.status*) \
  1377.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  1378.           *) \
  1379.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  1380.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  1381.         esac;
  1382. $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__empty):
  1383.  
  1384. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  1385.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  1386.  
  1387. $(top_srcdir)/configure:  $(am__configure_deps)
  1388.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  1389. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  1390.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  1391. $(am__aclocal_m4_deps):
  1392.  
  1393. clean-noinstLTLIBRARIES:
  1394.         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  1395.         @list='$(noinst_LTLIBRARIES)'; \
  1396.         locs=`for p in $$list; do echo $$p; done | \
  1397.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  1398.               sort -u`; \
  1399.         test -z "$$locs" || { \
  1400.           echo rm -f $${locs}; \
  1401.           rm -f $${locs}; \
  1402.         }
  1403. cso_cache/$(am__dirstamp):
  1404.         @$(MKDIR_P) cso_cache
  1405.         @: > cso_cache/$(am__dirstamp)
  1406. cso_cache/$(DEPDIR)/$(am__dirstamp):
  1407.         @$(MKDIR_P) cso_cache/$(DEPDIR)
  1408.         @: > cso_cache/$(DEPDIR)/$(am__dirstamp)
  1409. cso_cache/cso_cache.lo: cso_cache/$(am__dirstamp) \
  1410.         cso_cache/$(DEPDIR)/$(am__dirstamp)
  1411. cso_cache/cso_context.lo: cso_cache/$(am__dirstamp) \
  1412.         cso_cache/$(DEPDIR)/$(am__dirstamp)
  1413. cso_cache/cso_hash.lo: cso_cache/$(am__dirstamp) \
  1414.         cso_cache/$(DEPDIR)/$(am__dirstamp)
  1415. draw/$(am__dirstamp):
  1416.         @$(MKDIR_P) draw
  1417.         @: > draw/$(am__dirstamp)
  1418. draw/$(DEPDIR)/$(am__dirstamp):
  1419.         @$(MKDIR_P) draw/$(DEPDIR)
  1420.         @: > draw/$(DEPDIR)/$(am__dirstamp)
  1421. draw/draw_context.lo: draw/$(am__dirstamp) \
  1422.         draw/$(DEPDIR)/$(am__dirstamp)
  1423. draw/draw_fs.lo: draw/$(am__dirstamp) draw/$(DEPDIR)/$(am__dirstamp)
  1424. draw/draw_gs.lo: draw/$(am__dirstamp) draw/$(DEPDIR)/$(am__dirstamp)
  1425. draw/draw_pipe_aaline.lo: draw/$(am__dirstamp) \
  1426.         draw/$(DEPDIR)/$(am__dirstamp)
  1427. draw/draw_pipe_aapoint.lo: draw/$(am__dirstamp) \
  1428.         draw/$(DEPDIR)/$(am__dirstamp)
  1429. draw/draw_pipe.lo: draw/$(am__dirstamp) draw/$(DEPDIR)/$(am__dirstamp)
  1430. draw/draw_pipe_clip.lo: draw/$(am__dirstamp) \
  1431.         draw/$(DEPDIR)/$(am__dirstamp)
  1432. draw/draw_pipe_cull.lo: draw/$(am__dirstamp) \
  1433.         draw/$(DEPDIR)/$(am__dirstamp)
  1434. draw/draw_pipe_flatshade.lo: draw/$(am__dirstamp) \
  1435.         draw/$(DEPDIR)/$(am__dirstamp)
  1436. draw/draw_pipe_offset.lo: draw/$(am__dirstamp) \
  1437.         draw/$(DEPDIR)/$(am__dirstamp)
  1438. draw/draw_pipe_pstipple.lo: draw/$(am__dirstamp) \
  1439.         draw/$(DEPDIR)/$(am__dirstamp)
  1440. draw/draw_pipe_stipple.lo: draw/$(am__dirstamp) \
  1441.         draw/$(DEPDIR)/$(am__dirstamp)
  1442. draw/draw_pipe_twoside.lo: draw/$(am__dirstamp) \
  1443.         draw/$(DEPDIR)/$(am__dirstamp)
  1444. draw/draw_pipe_unfilled.lo: draw/$(am__dirstamp) \
  1445.         draw/$(DEPDIR)/$(am__dirstamp)
  1446. draw/draw_pipe_util.lo: draw/$(am__dirstamp) \
  1447.         draw/$(DEPDIR)/$(am__dirstamp)
  1448. draw/draw_pipe_validate.lo: draw/$(am__dirstamp) \
  1449.         draw/$(DEPDIR)/$(am__dirstamp)
  1450. draw/draw_pipe_vbuf.lo: draw/$(am__dirstamp) \
  1451.         draw/$(DEPDIR)/$(am__dirstamp)
  1452. draw/draw_pipe_wide_line.lo: draw/$(am__dirstamp) \
  1453.         draw/$(DEPDIR)/$(am__dirstamp)
  1454. draw/draw_pipe_wide_point.lo: draw/$(am__dirstamp) \
  1455.         draw/$(DEPDIR)/$(am__dirstamp)
  1456. draw/draw_prim_assembler.lo: draw/$(am__dirstamp) \
  1457.         draw/$(DEPDIR)/$(am__dirstamp)
  1458. draw/draw_pt.lo: draw/$(am__dirstamp) draw/$(DEPDIR)/$(am__dirstamp)
  1459. draw/draw_pt_emit.lo: draw/$(am__dirstamp) \
  1460.         draw/$(DEPDIR)/$(am__dirstamp)
  1461. draw/draw_pt_fetch.lo: draw/$(am__dirstamp) \
  1462.         draw/$(DEPDIR)/$(am__dirstamp)
  1463. draw/draw_pt_fetch_emit.lo: draw/$(am__dirstamp) \
  1464.         draw/$(DEPDIR)/$(am__dirstamp)
  1465. draw/draw_pt_fetch_shade_emit.lo: draw/$(am__dirstamp) \
  1466.         draw/$(DEPDIR)/$(am__dirstamp)
  1467. draw/draw_pt_fetch_shade_pipeline.lo: draw/$(am__dirstamp) \
  1468.         draw/$(DEPDIR)/$(am__dirstamp)
  1469. draw/draw_pt_post_vs.lo: draw/$(am__dirstamp) \
  1470.         draw/$(DEPDIR)/$(am__dirstamp)
  1471. draw/draw_pt_so_emit.lo: draw/$(am__dirstamp) \
  1472.         draw/$(DEPDIR)/$(am__dirstamp)
  1473. draw/draw_pt_util.lo: draw/$(am__dirstamp) \
  1474.         draw/$(DEPDIR)/$(am__dirstamp)
  1475. draw/draw_pt_vsplit.lo: draw/$(am__dirstamp) \
  1476.         draw/$(DEPDIR)/$(am__dirstamp)
  1477. draw/draw_vertex.lo: draw/$(am__dirstamp) \
  1478.         draw/$(DEPDIR)/$(am__dirstamp)
  1479. draw/draw_vs.lo: draw/$(am__dirstamp) draw/$(DEPDIR)/$(am__dirstamp)
  1480. draw/draw_vs_exec.lo: draw/$(am__dirstamp) \
  1481.         draw/$(DEPDIR)/$(am__dirstamp)
  1482. draw/draw_vs_variant.lo: draw/$(am__dirstamp) \
  1483.         draw/$(DEPDIR)/$(am__dirstamp)
  1484. hud/$(am__dirstamp):
  1485.         @$(MKDIR_P) hud
  1486.         @: > hud/$(am__dirstamp)
  1487. hud/$(DEPDIR)/$(am__dirstamp):
  1488.         @$(MKDIR_P) hud/$(DEPDIR)
  1489.         @: > hud/$(DEPDIR)/$(am__dirstamp)
  1490. hud/font.lo: hud/$(am__dirstamp) hud/$(DEPDIR)/$(am__dirstamp)
  1491. hud/hud_context.lo: hud/$(am__dirstamp) hud/$(DEPDIR)/$(am__dirstamp)
  1492. hud/hud_cpu.lo: hud/$(am__dirstamp) hud/$(DEPDIR)/$(am__dirstamp)
  1493. hud/hud_driver_query.lo: hud/$(am__dirstamp) \
  1494.         hud/$(DEPDIR)/$(am__dirstamp)
  1495. hud/hud_fps.lo: hud/$(am__dirstamp) hud/$(DEPDIR)/$(am__dirstamp)
  1496. indices/$(am__dirstamp):
  1497.         @$(MKDIR_P) indices
  1498.         @: > indices/$(am__dirstamp)
  1499. indices/$(DEPDIR)/$(am__dirstamp):
  1500.         @$(MKDIR_P) indices/$(DEPDIR)
  1501.         @: > indices/$(DEPDIR)/$(am__dirstamp)
  1502. indices/u_primconvert.lo: indices/$(am__dirstamp) \
  1503.         indices/$(DEPDIR)/$(am__dirstamp)
  1504. os/$(am__dirstamp):
  1505.         @$(MKDIR_P) os
  1506.         @: > os/$(am__dirstamp)
  1507. os/$(DEPDIR)/$(am__dirstamp):
  1508.         @$(MKDIR_P) os/$(DEPDIR)
  1509.         @: > os/$(DEPDIR)/$(am__dirstamp)
  1510. os/os_misc.lo: os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
  1511. os/os_process.lo: os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
  1512. os/os_time.lo: os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
  1513. pipebuffer/$(am__dirstamp):
  1514.         @$(MKDIR_P) pipebuffer
  1515.         @: > pipebuffer/$(am__dirstamp)
  1516. pipebuffer/$(DEPDIR)/$(am__dirstamp):
  1517.         @$(MKDIR_P) pipebuffer/$(DEPDIR)
  1518.         @: > pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1519. pipebuffer/pb_buffer_fenced.lo: pipebuffer/$(am__dirstamp) \
  1520.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1521. pipebuffer/pb_buffer_malloc.lo: pipebuffer/$(am__dirstamp) \
  1522.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1523. pipebuffer/pb_bufmgr_alt.lo: pipebuffer/$(am__dirstamp) \
  1524.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1525. pipebuffer/pb_bufmgr_cache.lo: pipebuffer/$(am__dirstamp) \
  1526.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1527. pipebuffer/pb_bufmgr_debug.lo: pipebuffer/$(am__dirstamp) \
  1528.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1529. pipebuffer/pb_bufmgr_mm.lo: pipebuffer/$(am__dirstamp) \
  1530.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1531. pipebuffer/pb_bufmgr_ondemand.lo: pipebuffer/$(am__dirstamp) \
  1532.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1533. pipebuffer/pb_bufmgr_pool.lo: pipebuffer/$(am__dirstamp) \
  1534.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1535. pipebuffer/pb_bufmgr_slab.lo: pipebuffer/$(am__dirstamp) \
  1536.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1537. pipebuffer/pb_validate.lo: pipebuffer/$(am__dirstamp) \
  1538.         pipebuffer/$(DEPDIR)/$(am__dirstamp)
  1539. postprocess/$(am__dirstamp):
  1540.         @$(MKDIR_P) postprocess
  1541.         @: > postprocess/$(am__dirstamp)
  1542. postprocess/$(DEPDIR)/$(am__dirstamp):
  1543.         @$(MKDIR_P) postprocess/$(DEPDIR)
  1544.         @: > postprocess/$(DEPDIR)/$(am__dirstamp)
  1545. postprocess/pp_celshade.lo: postprocess/$(am__dirstamp) \
  1546.         postprocess/$(DEPDIR)/$(am__dirstamp)
  1547. postprocess/pp_colors.lo: postprocess/$(am__dirstamp) \
  1548.         postprocess/$(DEPDIR)/$(am__dirstamp)
  1549. postprocess/pp_init.lo: postprocess/$(am__dirstamp) \
  1550.         postprocess/$(DEPDIR)/$(am__dirstamp)
  1551. postprocess/pp_mlaa.lo: postprocess/$(am__dirstamp) \
  1552.         postprocess/$(DEPDIR)/$(am__dirstamp)
  1553. postprocess/pp_program.lo: postprocess/$(am__dirstamp) \
  1554.         postprocess/$(DEPDIR)/$(am__dirstamp)
  1555. postprocess/pp_run.lo: postprocess/$(am__dirstamp) \
  1556.         postprocess/$(DEPDIR)/$(am__dirstamp)
  1557. rbug/$(am__dirstamp):
  1558.         @$(MKDIR_P) rbug
  1559.         @: > rbug/$(am__dirstamp)
  1560. rbug/$(DEPDIR)/$(am__dirstamp):
  1561.         @$(MKDIR_P) rbug/$(DEPDIR)
  1562.         @: > rbug/$(DEPDIR)/$(am__dirstamp)
  1563. rbug/rbug_connection.lo: rbug/$(am__dirstamp) \
  1564.         rbug/$(DEPDIR)/$(am__dirstamp)
  1565. rbug/rbug_context.lo: rbug/$(am__dirstamp) \
  1566.         rbug/$(DEPDIR)/$(am__dirstamp)
  1567. rbug/rbug_core.lo: rbug/$(am__dirstamp) rbug/$(DEPDIR)/$(am__dirstamp)
  1568. rbug/rbug_demarshal.lo: rbug/$(am__dirstamp) \
  1569.         rbug/$(DEPDIR)/$(am__dirstamp)
  1570. rbug/rbug_shader.lo: rbug/$(am__dirstamp) \
  1571.         rbug/$(DEPDIR)/$(am__dirstamp)
  1572. rbug/rbug_texture.lo: rbug/$(am__dirstamp) \
  1573.         rbug/$(DEPDIR)/$(am__dirstamp)
  1574. rtasm/$(am__dirstamp):
  1575.         @$(MKDIR_P) rtasm
  1576.         @: > rtasm/$(am__dirstamp)
  1577. rtasm/$(DEPDIR)/$(am__dirstamp):
  1578.         @$(MKDIR_P) rtasm/$(DEPDIR)
  1579.         @: > rtasm/$(DEPDIR)/$(am__dirstamp)
  1580. rtasm/rtasm_cpu.lo: rtasm/$(am__dirstamp) \
  1581.         rtasm/$(DEPDIR)/$(am__dirstamp)
  1582. rtasm/rtasm_execmem.lo: rtasm/$(am__dirstamp) \
  1583.         rtasm/$(DEPDIR)/$(am__dirstamp)
  1584. rtasm/rtasm_x86sse.lo: rtasm/$(am__dirstamp) \
  1585.         rtasm/$(DEPDIR)/$(am__dirstamp)
  1586. tgsi/$(am__dirstamp):
  1587.         @$(MKDIR_P) tgsi
  1588.         @: > tgsi/$(am__dirstamp)
  1589. tgsi/$(DEPDIR)/$(am__dirstamp):
  1590.         @$(MKDIR_P) tgsi/$(DEPDIR)
  1591.         @: > tgsi/$(DEPDIR)/$(am__dirstamp)
  1592. tgsi/tgsi_build.lo: tgsi/$(am__dirstamp) \
  1593.         tgsi/$(DEPDIR)/$(am__dirstamp)
  1594. tgsi/tgsi_dump.lo: tgsi/$(am__dirstamp) tgsi/$(DEPDIR)/$(am__dirstamp)
  1595. tgsi/tgsi_exec.lo: tgsi/$(am__dirstamp) tgsi/$(DEPDIR)/$(am__dirstamp)
  1596. tgsi/tgsi_info.lo: tgsi/$(am__dirstamp) tgsi/$(DEPDIR)/$(am__dirstamp)
  1597. tgsi/tgsi_iterate.lo: tgsi/$(am__dirstamp) \
  1598.         tgsi/$(DEPDIR)/$(am__dirstamp)
  1599. tgsi/tgsi_lowering.lo: tgsi/$(am__dirstamp) \
  1600.         tgsi/$(DEPDIR)/$(am__dirstamp)
  1601. tgsi/tgsi_parse.lo: tgsi/$(am__dirstamp) \
  1602.         tgsi/$(DEPDIR)/$(am__dirstamp)
  1603. tgsi/tgsi_sanity.lo: tgsi/$(am__dirstamp) \
  1604.         tgsi/$(DEPDIR)/$(am__dirstamp)
  1605. tgsi/tgsi_scan.lo: tgsi/$(am__dirstamp) tgsi/$(DEPDIR)/$(am__dirstamp)
  1606. tgsi/tgsi_strings.lo: tgsi/$(am__dirstamp) \
  1607.         tgsi/$(DEPDIR)/$(am__dirstamp)
  1608. tgsi/tgsi_text.lo: tgsi/$(am__dirstamp) tgsi/$(DEPDIR)/$(am__dirstamp)
  1609. tgsi/tgsi_transform.lo: tgsi/$(am__dirstamp) \
  1610.         tgsi/$(DEPDIR)/$(am__dirstamp)
  1611. tgsi/tgsi_ureg.lo: tgsi/$(am__dirstamp) tgsi/$(DEPDIR)/$(am__dirstamp)
  1612. tgsi/tgsi_util.lo: tgsi/$(am__dirstamp) tgsi/$(DEPDIR)/$(am__dirstamp)
  1613. translate/$(am__dirstamp):
  1614.         @$(MKDIR_P) translate
  1615.         @: > translate/$(am__dirstamp)
  1616. translate/$(DEPDIR)/$(am__dirstamp):
  1617.         @$(MKDIR_P) translate/$(DEPDIR)
  1618.         @: > translate/$(DEPDIR)/$(am__dirstamp)
  1619. translate/translate.lo: translate/$(am__dirstamp) \
  1620.         translate/$(DEPDIR)/$(am__dirstamp)
  1621. translate/translate_cache.lo: translate/$(am__dirstamp) \
  1622.         translate/$(DEPDIR)/$(am__dirstamp)
  1623. translate/translate_generic.lo: translate/$(am__dirstamp) \
  1624.         translate/$(DEPDIR)/$(am__dirstamp)
  1625. translate/translate_sse.lo: translate/$(am__dirstamp) \
  1626.         translate/$(DEPDIR)/$(am__dirstamp)
  1627. util/$(am__dirstamp):
  1628.         @$(MKDIR_P) util
  1629.         @: > util/$(am__dirstamp)
  1630. util/$(DEPDIR)/$(am__dirstamp):
  1631.         @$(MKDIR_P) util/$(DEPDIR)
  1632.         @: > util/$(DEPDIR)/$(am__dirstamp)
  1633. util/u_bitmask.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1634. util/u_blit.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1635. util/u_blitter.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1636. util/u_cache.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1637. util/u_caps.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1638. util/u_cpu_detect.lo: util/$(am__dirstamp) \
  1639.         util/$(DEPDIR)/$(am__dirstamp)
  1640. util/u_debug.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1641. util/u_debug_describe.lo: util/$(am__dirstamp) \
  1642.         util/$(DEPDIR)/$(am__dirstamp)
  1643. util/u_debug_flush.lo: util/$(am__dirstamp) \
  1644.         util/$(DEPDIR)/$(am__dirstamp)
  1645. util/u_debug_memory.lo: util/$(am__dirstamp) \
  1646.         util/$(DEPDIR)/$(am__dirstamp)
  1647. util/u_debug_refcnt.lo: util/$(am__dirstamp) \
  1648.         util/$(DEPDIR)/$(am__dirstamp)
  1649. util/u_debug_stack.lo: util/$(am__dirstamp) \
  1650.         util/$(DEPDIR)/$(am__dirstamp)
  1651. util/u_debug_symbol.lo: util/$(am__dirstamp) \
  1652.         util/$(DEPDIR)/$(am__dirstamp)
  1653. util/u_dl.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1654. util/u_draw.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1655. util/u_draw_quad.lo: util/$(am__dirstamp) \
  1656.         util/$(DEPDIR)/$(am__dirstamp)
  1657. util/u_dump_defines.lo: util/$(am__dirstamp) \
  1658.         util/$(DEPDIR)/$(am__dirstamp)
  1659. util/u_dump_state.lo: util/$(am__dirstamp) \
  1660.         util/$(DEPDIR)/$(am__dirstamp)
  1661. util/u_format.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1662. util/u_format_etc.lo: util/$(am__dirstamp) \
  1663.         util/$(DEPDIR)/$(am__dirstamp)
  1664. util/u_format_fake.lo: util/$(am__dirstamp) \
  1665.         util/$(DEPDIR)/$(am__dirstamp)
  1666. util/u_format_latc.lo: util/$(am__dirstamp) \
  1667.         util/$(DEPDIR)/$(am__dirstamp)
  1668. util/u_format_other.lo: util/$(am__dirstamp) \
  1669.         util/$(DEPDIR)/$(am__dirstamp)
  1670. util/u_format_rgtc.lo: util/$(am__dirstamp) \
  1671.         util/$(DEPDIR)/$(am__dirstamp)
  1672. util/u_format_s3tc.lo: util/$(am__dirstamp) \
  1673.         util/$(DEPDIR)/$(am__dirstamp)
  1674. util/u_format_tests.lo: util/$(am__dirstamp) \
  1675.         util/$(DEPDIR)/$(am__dirstamp)
  1676. util/u_format_yuv.lo: util/$(am__dirstamp) \
  1677.         util/$(DEPDIR)/$(am__dirstamp)
  1678. util/u_format_zs.lo: util/$(am__dirstamp) \
  1679.         util/$(DEPDIR)/$(am__dirstamp)
  1680. util/u_framebuffer.lo: util/$(am__dirstamp) \
  1681.         util/$(DEPDIR)/$(am__dirstamp)
  1682. util/u_gen_mipmap.lo: util/$(am__dirstamp) \
  1683.         util/$(DEPDIR)/$(am__dirstamp)
  1684. util/u_handle_table.lo: util/$(am__dirstamp) \
  1685.         util/$(DEPDIR)/$(am__dirstamp)
  1686. util/u_hash.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1687. util/u_hash_table.lo: util/$(am__dirstamp) \
  1688.         util/$(DEPDIR)/$(am__dirstamp)
  1689. util/u_helpers.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1690. util/u_index_modify.lo: util/$(am__dirstamp) \
  1691.         util/$(DEPDIR)/$(am__dirstamp)
  1692. util/u_keymap.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1693. util/u_linear.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1694. util/u_math.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1695. util/u_mm.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1696. util/u_network.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1697. util/u_pstipple.lo: util/$(am__dirstamp) \
  1698.         util/$(DEPDIR)/$(am__dirstamp)
  1699. util/u_resource.lo: util/$(am__dirstamp) \
  1700.         util/$(DEPDIR)/$(am__dirstamp)
  1701. util/u_ringbuffer.lo: util/$(am__dirstamp) \
  1702.         util/$(DEPDIR)/$(am__dirstamp)
  1703. util/u_sampler.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1704. util/u_simple_shaders.lo: util/$(am__dirstamp) \
  1705.         util/$(DEPDIR)/$(am__dirstamp)
  1706. util/u_slab.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1707. util/u_snprintf.lo: util/$(am__dirstamp) \
  1708.         util/$(DEPDIR)/$(am__dirstamp)
  1709. util/u_staging.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1710. util/u_suballoc.lo: util/$(am__dirstamp) \
  1711.         util/$(DEPDIR)/$(am__dirstamp)
  1712. util/u_surface.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1713. util/u_surfaces.lo: util/$(am__dirstamp) \
  1714.         util/$(DEPDIR)/$(am__dirstamp)
  1715. util/u_tests.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1716. util/u_texture.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1717. util/u_tile.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1718. util/u_transfer.lo: util/$(am__dirstamp) \
  1719.         util/$(DEPDIR)/$(am__dirstamp)
  1720. util/u_upload_mgr.lo: util/$(am__dirstamp) \
  1721.         util/$(DEPDIR)/$(am__dirstamp)
  1722. util/u_vbuf.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp)
  1723. nir/$(am__dirstamp):
  1724.         @$(MKDIR_P) nir
  1725.         @: > nir/$(am__dirstamp)
  1726. nir/$(DEPDIR)/$(am__dirstamp):
  1727.         @$(MKDIR_P) nir/$(DEPDIR)
  1728.         @: > nir/$(DEPDIR)/$(am__dirstamp)
  1729. nir/tgsi_to_nir.lo: nir/$(am__dirstamp) nir/$(DEPDIR)/$(am__dirstamp)
  1730. indices/u_indices_gen.lo: indices/$(am__dirstamp) \
  1731.         indices/$(DEPDIR)/$(am__dirstamp)
  1732. indices/u_unfilled_gen.lo: indices/$(am__dirstamp) \
  1733.         indices/$(DEPDIR)/$(am__dirstamp)
  1734. util/u_format_table.lo: util/$(am__dirstamp) \
  1735.         util/$(DEPDIR)/$(am__dirstamp)
  1736. gallivm/$(am__dirstamp):
  1737.         @$(MKDIR_P) gallivm
  1738.         @: > gallivm/$(am__dirstamp)
  1739. gallivm/$(DEPDIR)/$(am__dirstamp):
  1740.         @$(MKDIR_P) gallivm/$(DEPDIR)
  1741.         @: > gallivm/$(DEPDIR)/$(am__dirstamp)
  1742. gallivm/lp_bld_arit.lo: gallivm/$(am__dirstamp) \
  1743.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1744. gallivm/lp_bld_arit_overflow.lo: gallivm/$(am__dirstamp) \
  1745.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1746. gallivm/lp_bld_assert.lo: gallivm/$(am__dirstamp) \
  1747.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1748. gallivm/lp_bld_bitarit.lo: gallivm/$(am__dirstamp) \
  1749.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1750. gallivm/lp_bld_const.lo: gallivm/$(am__dirstamp) \
  1751.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1752. gallivm/lp_bld_conv.lo: gallivm/$(am__dirstamp) \
  1753.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1754. gallivm/lp_bld_debug.lo: gallivm/$(am__dirstamp) \
  1755.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1756. gallivm/lp_bld_flow.lo: gallivm/$(am__dirstamp) \
  1757.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1758. gallivm/lp_bld_format_aos_array.lo: gallivm/$(am__dirstamp) \
  1759.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1760. gallivm/lp_bld_format_aos.lo: gallivm/$(am__dirstamp) \
  1761.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1762. gallivm/lp_bld_format_float.lo: gallivm/$(am__dirstamp) \
  1763.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1764. gallivm/lp_bld_format_soa.lo: gallivm/$(am__dirstamp) \
  1765.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1766. gallivm/lp_bld_format_srgb.lo: gallivm/$(am__dirstamp) \
  1767.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1768. gallivm/lp_bld_format_yuv.lo: gallivm/$(am__dirstamp) \
  1769.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1770. gallivm/lp_bld_gather.lo: gallivm/$(am__dirstamp) \
  1771.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1772. gallivm/lp_bld_init.lo: gallivm/$(am__dirstamp) \
  1773.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1774. gallivm/lp_bld_intr.lo: gallivm/$(am__dirstamp) \
  1775.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1776. gallivm/lp_bld_logic.lo: gallivm/$(am__dirstamp) \
  1777.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1778. gallivm/lp_bld_misc.lo: gallivm/$(am__dirstamp) \
  1779.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1780. gallivm/lp_bld_pack.lo: gallivm/$(am__dirstamp) \
  1781.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1782. gallivm/lp_bld_printf.lo: gallivm/$(am__dirstamp) \
  1783.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1784. gallivm/lp_bld_quad.lo: gallivm/$(am__dirstamp) \
  1785.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1786. gallivm/lp_bld_sample_aos.lo: gallivm/$(am__dirstamp) \
  1787.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1788. gallivm/lp_bld_sample.lo: gallivm/$(am__dirstamp) \
  1789.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1790. gallivm/lp_bld_sample_soa.lo: gallivm/$(am__dirstamp) \
  1791.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1792. gallivm/lp_bld_struct.lo: gallivm/$(am__dirstamp) \
  1793.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1794. gallivm/lp_bld_swizzle.lo: gallivm/$(am__dirstamp) \
  1795.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1796. gallivm/lp_bld_tgsi_action.lo: gallivm/$(am__dirstamp) \
  1797.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1798. gallivm/lp_bld_tgsi_aos.lo: gallivm/$(am__dirstamp) \
  1799.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1800. gallivm/lp_bld_tgsi.lo: gallivm/$(am__dirstamp) \
  1801.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1802. gallivm/lp_bld_tgsi_info.lo: gallivm/$(am__dirstamp) \
  1803.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1804. gallivm/lp_bld_tgsi_soa.lo: gallivm/$(am__dirstamp) \
  1805.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1806. gallivm/lp_bld_type.lo: gallivm/$(am__dirstamp) \
  1807.         gallivm/$(DEPDIR)/$(am__dirstamp)
  1808. draw/draw_llvm.lo: draw/$(am__dirstamp) draw/$(DEPDIR)/$(am__dirstamp)
  1809. draw/draw_llvm_sample.lo: draw/$(am__dirstamp) \
  1810.         draw/$(DEPDIR)/$(am__dirstamp)
  1811. draw/draw_pt_fetch_shade_pipeline_llvm.lo: draw/$(am__dirstamp) \
  1812.         draw/$(DEPDIR)/$(am__dirstamp)
  1813. draw/draw_vs_llvm.lo: draw/$(am__dirstamp) \
  1814.         draw/$(DEPDIR)/$(am__dirstamp)
  1815.  
  1816. libgallium.la: $(libgallium_la_OBJECTS) $(libgallium_la_DEPENDENCIES) $(EXTRA_libgallium_la_DEPENDENCIES)
  1817.         $(AM_V_CXXLD)$(CXXLINK)  $(libgallium_la_OBJECTS) $(libgallium_la_LIBADD) $(LIBS)
  1818. vl/$(am__dirstamp):
  1819.         @$(MKDIR_P) vl
  1820.         @: > vl/$(am__dirstamp)
  1821. vl/$(DEPDIR)/$(am__dirstamp):
  1822.         @$(MKDIR_P) vl/$(DEPDIR)
  1823.         @: > vl/$(DEPDIR)/$(am__dirstamp)
  1824. vl/libgalliumvl_la-vl_compositor.lo: vl/$(am__dirstamp) \
  1825.         vl/$(DEPDIR)/$(am__dirstamp)
  1826. vl/libgalliumvl_la-vl_csc.lo: vl/$(am__dirstamp) \
  1827.         vl/$(DEPDIR)/$(am__dirstamp)
  1828. vl/libgalliumvl_la-vl_decoder.lo: vl/$(am__dirstamp) \
  1829.         vl/$(DEPDIR)/$(am__dirstamp)
  1830. vl/libgalliumvl_la-vl_deint_filter.lo: vl/$(am__dirstamp) \
  1831.         vl/$(DEPDIR)/$(am__dirstamp)
  1832. vl/libgalliumvl_la-vl_idct.lo: vl/$(am__dirstamp) \
  1833.         vl/$(DEPDIR)/$(am__dirstamp)
  1834. vl/libgalliumvl_la-vl_matrix_filter.lo: vl/$(am__dirstamp) \
  1835.         vl/$(DEPDIR)/$(am__dirstamp)
  1836. vl/libgalliumvl_la-vl_mc.lo: vl/$(am__dirstamp) \
  1837.         vl/$(DEPDIR)/$(am__dirstamp)
  1838. vl/libgalliumvl_la-vl_median_filter.lo: vl/$(am__dirstamp) \
  1839.         vl/$(DEPDIR)/$(am__dirstamp)
  1840. vl/libgalliumvl_la-vl_mpeg12_bitstream.lo: vl/$(am__dirstamp) \
  1841.         vl/$(DEPDIR)/$(am__dirstamp)
  1842. vl/libgalliumvl_la-vl_mpeg12_decoder.lo: vl/$(am__dirstamp) \
  1843.         vl/$(DEPDIR)/$(am__dirstamp)
  1844. vl/libgalliumvl_la-vl_vertex_buffers.lo: vl/$(am__dirstamp) \
  1845.         vl/$(DEPDIR)/$(am__dirstamp)
  1846. vl/libgalliumvl_la-vl_video_buffer.lo: vl/$(am__dirstamp) \
  1847.         vl/$(DEPDIR)/$(am__dirstamp)
  1848. vl/libgalliumvl_la-vl_zscan.lo: vl/$(am__dirstamp) \
  1849.         vl/$(DEPDIR)/$(am__dirstamp)
  1850.  
  1851. libgalliumvl.la: $(libgalliumvl_la_OBJECTS) $(libgalliumvl_la_DEPENDENCIES) $(EXTRA_libgalliumvl_la_DEPENDENCIES)
  1852.         $(AM_V_CCLD)$(libgalliumvl_la_LINK) $(am_libgalliumvl_la_rpath) $(libgalliumvl_la_OBJECTS) $(libgalliumvl_la_LIBADD) $(LIBS)
  1853. vl/vl_stubs.lo: vl/$(am__dirstamp) vl/$(DEPDIR)/$(am__dirstamp)
  1854.  
  1855. libgalliumvl_stub.la: $(libgalliumvl_stub_la_OBJECTS) $(libgalliumvl_stub_la_DEPENDENCIES) $(EXTRA_libgalliumvl_stub_la_DEPENDENCIES)
  1856.         $(AM_V_CCLD)$(LINK)  $(libgalliumvl_stub_la_OBJECTS) $(libgalliumvl_stub_la_LIBADD) $(LIBS)
  1857. vl/libgalliumvlwinsys_la-vl_winsys_dri.lo: vl/$(am__dirstamp) \
  1858.         vl/$(DEPDIR)/$(am__dirstamp)
  1859.  
  1860. libgalliumvlwinsys.la: $(libgalliumvlwinsys_la_OBJECTS) $(libgalliumvlwinsys_la_DEPENDENCIES) $(EXTRA_libgalliumvlwinsys_la_DEPENDENCIES)
  1861.         $(AM_V_CCLD)$(libgalliumvlwinsys_la_LINK) $(am_libgalliumvlwinsys_la_rpath) $(libgalliumvlwinsys_la_OBJECTS) $(libgalliumvlwinsys_la_LIBADD) $(LIBS)
  1862.  
  1863. mostlyclean-compile:
  1864.         -rm -f *.$(OBJEXT)
  1865.         -rm -f cso_cache/*.$(OBJEXT)
  1866.         -rm -f cso_cache/*.lo
  1867.         -rm -f draw/*.$(OBJEXT)
  1868.         -rm -f draw/*.lo
  1869.         -rm -f gallivm/*.$(OBJEXT)
  1870.         -rm -f gallivm/*.lo
  1871.         -rm -f hud/*.$(OBJEXT)
  1872.         -rm -f hud/*.lo
  1873.         -rm -f indices/*.$(OBJEXT)
  1874.         -rm -f indices/*.lo
  1875.         -rm -f nir/*.$(OBJEXT)
  1876.         -rm -f nir/*.lo
  1877.         -rm -f os/*.$(OBJEXT)
  1878.         -rm -f os/*.lo
  1879.         -rm -f pipebuffer/*.$(OBJEXT)
  1880.         -rm -f pipebuffer/*.lo
  1881.         -rm -f postprocess/*.$(OBJEXT)
  1882.         -rm -f postprocess/*.lo
  1883.         -rm -f rbug/*.$(OBJEXT)
  1884.         -rm -f rbug/*.lo
  1885.         -rm -f rtasm/*.$(OBJEXT)
  1886.         -rm -f rtasm/*.lo
  1887.         -rm -f tgsi/*.$(OBJEXT)
  1888.         -rm -f tgsi/*.lo
  1889.         -rm -f translate/*.$(OBJEXT)
  1890.         -rm -f translate/*.lo
  1891.         -rm -f util/*.$(OBJEXT)
  1892.         -rm -f util/*.lo
  1893.         -rm -f vl/*.$(OBJEXT)
  1894.         -rm -f vl/*.lo
  1895.  
  1896. distclean-compile:
  1897.         -rm -f *.tab.c
  1898.  
  1899. @AMDEP_TRUE@@am__include@ @am__quote@cso_cache/$(DEPDIR)/cso_cache.Plo@am__quote@
  1900. @AMDEP_TRUE@@am__include@ @am__quote@cso_cache/$(DEPDIR)/cso_context.Plo@am__quote@
  1901. @AMDEP_TRUE@@am__include@ @am__quote@cso_cache/$(DEPDIR)/cso_hash.Plo@am__quote@
  1902. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_context.Plo@am__quote@
  1903. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_fs.Plo@am__quote@
  1904. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_gs.Plo@am__quote@
  1905. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_llvm.Plo@am__quote@
  1906. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_llvm_sample.Plo@am__quote@
  1907. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe.Plo@am__quote@
  1908. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_aaline.Plo@am__quote@
  1909. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_aapoint.Plo@am__quote@
  1910. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_clip.Plo@am__quote@
  1911. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_cull.Plo@am__quote@
  1912. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_flatshade.Plo@am__quote@
  1913. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_offset.Plo@am__quote@
  1914. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_pstipple.Plo@am__quote@
  1915. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_stipple.Plo@am__quote@
  1916. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_twoside.Plo@am__quote@
  1917. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_unfilled.Plo@am__quote@
  1918. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_util.Plo@am__quote@
  1919. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_validate.Plo@am__quote@
  1920. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_vbuf.Plo@am__quote@
  1921. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_wide_line.Plo@am__quote@
  1922. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pipe_wide_point.Plo@am__quote@
  1923. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_prim_assembler.Plo@am__quote@
  1924. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt.Plo@am__quote@
  1925. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_emit.Plo@am__quote@
  1926. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_fetch.Plo@am__quote@
  1927. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_fetch_emit.Plo@am__quote@
  1928. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_fetch_shade_emit.Plo@am__quote@
  1929. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_fetch_shade_pipeline.Plo@am__quote@
  1930. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_fetch_shade_pipeline_llvm.Plo@am__quote@
  1931. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_post_vs.Plo@am__quote@
  1932. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_so_emit.Plo@am__quote@
  1933. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_util.Plo@am__quote@
  1934. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_pt_vsplit.Plo@am__quote@
  1935. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_vertex.Plo@am__quote@
  1936. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_vs.Plo@am__quote@
  1937. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_vs_exec.Plo@am__quote@
  1938. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_vs_llvm.Plo@am__quote@
  1939. @AMDEP_TRUE@@am__include@ @am__quote@draw/$(DEPDIR)/draw_vs_variant.Plo@am__quote@
  1940. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_arit.Plo@am__quote@
  1941. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_arit_overflow.Plo@am__quote@
  1942. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_assert.Plo@am__quote@
  1943. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_bitarit.Plo@am__quote@
  1944. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_const.Plo@am__quote@
  1945. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_conv.Plo@am__quote@
  1946. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_debug.Plo@am__quote@
  1947. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_flow.Plo@am__quote@
  1948. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_format_aos.Plo@am__quote@
  1949. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_format_aos_array.Plo@am__quote@
  1950. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_format_float.Plo@am__quote@
  1951. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_format_soa.Plo@am__quote@
  1952. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_format_srgb.Plo@am__quote@
  1953. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_format_yuv.Plo@am__quote@
  1954. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_gather.Plo@am__quote@
  1955. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_init.Plo@am__quote@
  1956. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_intr.Plo@am__quote@
  1957. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_logic.Plo@am__quote@
  1958. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_misc.Plo@am__quote@
  1959. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_pack.Plo@am__quote@
  1960. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_printf.Plo@am__quote@
  1961. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_quad.Plo@am__quote@
  1962. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_sample.Plo@am__quote@
  1963. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_sample_aos.Plo@am__quote@
  1964. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_sample_soa.Plo@am__quote@
  1965. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_struct.Plo@am__quote@
  1966. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_swizzle.Plo@am__quote@
  1967. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_tgsi.Plo@am__quote@
  1968. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_tgsi_action.Plo@am__quote@
  1969. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_tgsi_aos.Plo@am__quote@
  1970. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_tgsi_info.Plo@am__quote@
  1971. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_tgsi_soa.Plo@am__quote@
  1972. @AMDEP_TRUE@@am__include@ @am__quote@gallivm/$(DEPDIR)/lp_bld_type.Plo@am__quote@
  1973. @AMDEP_TRUE@@am__include@ @am__quote@hud/$(DEPDIR)/font.Plo@am__quote@
  1974. @AMDEP_TRUE@@am__include@ @am__quote@hud/$(DEPDIR)/hud_context.Plo@am__quote@
  1975. @AMDEP_TRUE@@am__include@ @am__quote@hud/$(DEPDIR)/hud_cpu.Plo@am__quote@
  1976. @AMDEP_TRUE@@am__include@ @am__quote@hud/$(DEPDIR)/hud_driver_query.Plo@am__quote@
  1977. @AMDEP_TRUE@@am__include@ @am__quote@hud/$(DEPDIR)/hud_fps.Plo@am__quote@
  1978. @AMDEP_TRUE@@am__include@ @am__quote@indices/$(DEPDIR)/u_indices_gen.Plo@am__quote@
  1979. @AMDEP_TRUE@@am__include@ @am__quote@indices/$(DEPDIR)/u_primconvert.Plo@am__quote@
  1980. @AMDEP_TRUE@@am__include@ @am__quote@indices/$(DEPDIR)/u_unfilled_gen.Plo@am__quote@
  1981. @AMDEP_TRUE@@am__include@ @am__quote@nir/$(DEPDIR)/tgsi_to_nir.Plo@am__quote@
  1982. @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/os_misc.Plo@am__quote@
  1983. @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/os_process.Plo@am__quote@
  1984. @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/os_time.Plo@am__quote@
  1985. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_buffer_fenced.Plo@am__quote@
  1986. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_buffer_malloc.Plo@am__quote@
  1987. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_bufmgr_alt.Plo@am__quote@
  1988. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_bufmgr_cache.Plo@am__quote@
  1989. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_bufmgr_debug.Plo@am__quote@
  1990. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_bufmgr_mm.Plo@am__quote@
  1991. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_bufmgr_ondemand.Plo@am__quote@
  1992. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_bufmgr_pool.Plo@am__quote@
  1993. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_bufmgr_slab.Plo@am__quote@
  1994. @AMDEP_TRUE@@am__include@ @am__quote@pipebuffer/$(DEPDIR)/pb_validate.Plo@am__quote@
  1995. @AMDEP_TRUE@@am__include@ @am__quote@postprocess/$(DEPDIR)/pp_celshade.Plo@am__quote@
  1996. @AMDEP_TRUE@@am__include@ @am__quote@postprocess/$(DEPDIR)/pp_colors.Plo@am__quote@
  1997. @AMDEP_TRUE@@am__include@ @am__quote@postprocess/$(DEPDIR)/pp_init.Plo@am__quote@
  1998. @AMDEP_TRUE@@am__include@ @am__quote@postprocess/$(DEPDIR)/pp_mlaa.Plo@am__quote@
  1999. @AMDEP_TRUE@@am__include@ @am__quote@postprocess/$(DEPDIR)/pp_program.Plo@am__quote@
  2000. @AMDEP_TRUE@@am__include@ @am__quote@postprocess/$(DEPDIR)/pp_run.Plo@am__quote@
  2001. @AMDEP_TRUE@@am__include@ @am__quote@rbug/$(DEPDIR)/rbug_connection.Plo@am__quote@
  2002. @AMDEP_TRUE@@am__include@ @am__quote@rbug/$(DEPDIR)/rbug_context.Plo@am__quote@
  2003. @AMDEP_TRUE@@am__include@ @am__quote@rbug/$(DEPDIR)/rbug_core.Plo@am__quote@
  2004. @AMDEP_TRUE@@am__include@ @am__quote@rbug/$(DEPDIR)/rbug_demarshal.Plo@am__quote@
  2005. @AMDEP_TRUE@@am__include@ @am__quote@rbug/$(DEPDIR)/rbug_shader.Plo@am__quote@
  2006. @AMDEP_TRUE@@am__include@ @am__quote@rbug/$(DEPDIR)/rbug_texture.Plo@am__quote@
  2007. @AMDEP_TRUE@@am__include@ @am__quote@rtasm/$(DEPDIR)/rtasm_cpu.Plo@am__quote@
  2008. @AMDEP_TRUE@@am__include@ @am__quote@rtasm/$(DEPDIR)/rtasm_execmem.Plo@am__quote@
  2009. @AMDEP_TRUE@@am__include@ @am__quote@rtasm/$(DEPDIR)/rtasm_x86sse.Plo@am__quote@
  2010. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_build.Plo@am__quote@
  2011. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_dump.Plo@am__quote@
  2012. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_exec.Plo@am__quote@
  2013. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_info.Plo@am__quote@
  2014. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_iterate.Plo@am__quote@
  2015. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_lowering.Plo@am__quote@
  2016. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_parse.Plo@am__quote@
  2017. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_sanity.Plo@am__quote@
  2018. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_scan.Plo@am__quote@
  2019. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_strings.Plo@am__quote@
  2020. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_text.Plo@am__quote@
  2021. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_transform.Plo@am__quote@
  2022. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_ureg.Plo@am__quote@
  2023. @AMDEP_TRUE@@am__include@ @am__quote@tgsi/$(DEPDIR)/tgsi_util.Plo@am__quote@
  2024. @AMDEP_TRUE@@am__include@ @am__quote@translate/$(DEPDIR)/translate.Plo@am__quote@
  2025. @AMDEP_TRUE@@am__include@ @am__quote@translate/$(DEPDIR)/translate_cache.Plo@am__quote@
  2026. @AMDEP_TRUE@@am__include@ @am__quote@translate/$(DEPDIR)/translate_generic.Plo@am__quote@
  2027. @AMDEP_TRUE@@am__include@ @am__quote@translate/$(DEPDIR)/translate_sse.Plo@am__quote@
  2028. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_bitmask.Plo@am__quote@
  2029. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_blit.Plo@am__quote@
  2030. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_blitter.Plo@am__quote@
  2031. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_cache.Plo@am__quote@
  2032. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_caps.Plo@am__quote@
  2033. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_cpu_detect.Plo@am__quote@
  2034. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_debug.Plo@am__quote@
  2035. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_debug_describe.Plo@am__quote@
  2036. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_debug_flush.Plo@am__quote@
  2037. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_debug_memory.Plo@am__quote@
  2038. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_debug_refcnt.Plo@am__quote@
  2039. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_debug_stack.Plo@am__quote@
  2040. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_debug_symbol.Plo@am__quote@
  2041. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_dl.Plo@am__quote@
  2042. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_draw.Plo@am__quote@
  2043. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_draw_quad.Plo@am__quote@
  2044. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_dump_defines.Plo@am__quote@
  2045. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_dump_state.Plo@am__quote@
  2046. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format.Plo@am__quote@
  2047. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_etc.Plo@am__quote@
  2048. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_fake.Plo@am__quote@
  2049. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_latc.Plo@am__quote@
  2050. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_other.Plo@am__quote@
  2051. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_rgtc.Plo@am__quote@
  2052. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_s3tc.Plo@am__quote@
  2053. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_table.Plo@am__quote@
  2054. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_tests.Plo@am__quote@
  2055. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_yuv.Plo@am__quote@
  2056. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_format_zs.Plo@am__quote@
  2057. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_framebuffer.Plo@am__quote@
  2058. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_gen_mipmap.Plo@am__quote@
  2059. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_handle_table.Plo@am__quote@
  2060. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_hash.Plo@am__quote@
  2061. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_hash_table.Plo@am__quote@
  2062. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_helpers.Plo@am__quote@
  2063. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_index_modify.Plo@am__quote@
  2064. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_keymap.Plo@am__quote@
  2065. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_linear.Plo@am__quote@
  2066. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_math.Plo@am__quote@
  2067. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_mm.Plo@am__quote@
  2068. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_network.Plo@am__quote@
  2069. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_pstipple.Plo@am__quote@
  2070. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_resource.Plo@am__quote@
  2071. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_ringbuffer.Plo@am__quote@
  2072. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_sampler.Plo@am__quote@
  2073. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_simple_shaders.Plo@am__quote@
  2074. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_slab.Plo@am__quote@
  2075. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_snprintf.Plo@am__quote@
  2076. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_staging.Plo@am__quote@
  2077. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_suballoc.Plo@am__quote@
  2078. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_surface.Plo@am__quote@
  2079. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_surfaces.Plo@am__quote@
  2080. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_tests.Plo@am__quote@
  2081. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_texture.Plo@am__quote@
  2082. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_tile.Plo@am__quote@
  2083. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_transfer.Plo@am__quote@
  2084. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_upload_mgr.Plo@am__quote@
  2085. @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/u_vbuf.Plo@am__quote@
  2086. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_compositor.Plo@am__quote@
  2087. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_csc.Plo@am__quote@
  2088. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_decoder.Plo@am__quote@
  2089. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_deint_filter.Plo@am__quote@
  2090. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_idct.Plo@am__quote@
  2091. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_matrix_filter.Plo@am__quote@
  2092. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_mc.Plo@am__quote@
  2093. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_median_filter.Plo@am__quote@
  2094. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_mpeg12_bitstream.Plo@am__quote@
  2095. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_mpeg12_decoder.Plo@am__quote@
  2096. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_vertex_buffers.Plo@am__quote@
  2097. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_video_buffer.Plo@am__quote@
  2098. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvl_la-vl_zscan.Plo@am__quote@
  2099. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/libgalliumvlwinsys_la-vl_winsys_dri.Plo@am__quote@
  2100. @AMDEP_TRUE@@am__include@ @am__quote@vl/$(DEPDIR)/vl_stubs.Plo@am__quote@
  2101.  
  2102. .c.o:
  2103. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  2104. @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  2105. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
  2106. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  2107. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2108. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  2109.  
  2110. .c.obj:
  2111. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  2112. @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  2113. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
  2114. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  2115. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2116. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  2117.  
  2118. .c.lo:
  2119. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  2120. @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  2121. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
  2122. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  2123. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2124. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  2125.  
  2126. vl/libgalliumvl_la-vl_compositor.lo: vl/vl_compositor.c
  2127. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_compositor.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_compositor.Tpo -c -o vl/libgalliumvl_la-vl_compositor.lo `test -f 'vl/vl_compositor.c' || echo '$(srcdir)/'`vl/vl_compositor.c
  2128. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_compositor.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_compositor.Plo
  2129. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_compositor.c' object='vl/libgalliumvl_la-vl_compositor.lo' libtool=yes @AMDEPBACKSLASH@
  2130. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2131. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_compositor.lo `test -f 'vl/vl_compositor.c' || echo '$(srcdir)/'`vl/vl_compositor.c
  2132.  
  2133. vl/libgalliumvl_la-vl_csc.lo: vl/vl_csc.c
  2134. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_csc.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_csc.Tpo -c -o vl/libgalliumvl_la-vl_csc.lo `test -f 'vl/vl_csc.c' || echo '$(srcdir)/'`vl/vl_csc.c
  2135. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_csc.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_csc.Plo
  2136. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_csc.c' object='vl/libgalliumvl_la-vl_csc.lo' libtool=yes @AMDEPBACKSLASH@
  2137. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2138. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_csc.lo `test -f 'vl/vl_csc.c' || echo '$(srcdir)/'`vl/vl_csc.c
  2139.  
  2140. vl/libgalliumvl_la-vl_decoder.lo: vl/vl_decoder.c
  2141. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_decoder.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_decoder.Tpo -c -o vl/libgalliumvl_la-vl_decoder.lo `test -f 'vl/vl_decoder.c' || echo '$(srcdir)/'`vl/vl_decoder.c
  2142. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_decoder.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_decoder.Plo
  2143. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_decoder.c' object='vl/libgalliumvl_la-vl_decoder.lo' libtool=yes @AMDEPBACKSLASH@
  2144. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2145. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_decoder.lo `test -f 'vl/vl_decoder.c' || echo '$(srcdir)/'`vl/vl_decoder.c
  2146.  
  2147. vl/libgalliumvl_la-vl_deint_filter.lo: vl/vl_deint_filter.c
  2148. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_deint_filter.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_deint_filter.Tpo -c -o vl/libgalliumvl_la-vl_deint_filter.lo `test -f 'vl/vl_deint_filter.c' || echo '$(srcdir)/'`vl/vl_deint_filter.c
  2149. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_deint_filter.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_deint_filter.Plo
  2150. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_deint_filter.c' object='vl/libgalliumvl_la-vl_deint_filter.lo' libtool=yes @AMDEPBACKSLASH@
  2151. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2152. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_deint_filter.lo `test -f 'vl/vl_deint_filter.c' || echo '$(srcdir)/'`vl/vl_deint_filter.c
  2153.  
  2154. vl/libgalliumvl_la-vl_idct.lo: vl/vl_idct.c
  2155. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_idct.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_idct.Tpo -c -o vl/libgalliumvl_la-vl_idct.lo `test -f 'vl/vl_idct.c' || echo '$(srcdir)/'`vl/vl_idct.c
  2156. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_idct.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_idct.Plo
  2157. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_idct.c' object='vl/libgalliumvl_la-vl_idct.lo' libtool=yes @AMDEPBACKSLASH@
  2158. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2159. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_idct.lo `test -f 'vl/vl_idct.c' || echo '$(srcdir)/'`vl/vl_idct.c
  2160.  
  2161. vl/libgalliumvl_la-vl_matrix_filter.lo: vl/vl_matrix_filter.c
  2162. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_matrix_filter.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_matrix_filter.Tpo -c -o vl/libgalliumvl_la-vl_matrix_filter.lo `test -f 'vl/vl_matrix_filter.c' || echo '$(srcdir)/'`vl/vl_matrix_filter.c
  2163. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_matrix_filter.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_matrix_filter.Plo
  2164. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_matrix_filter.c' object='vl/libgalliumvl_la-vl_matrix_filter.lo' libtool=yes @AMDEPBACKSLASH@
  2165. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2166. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_matrix_filter.lo `test -f 'vl/vl_matrix_filter.c' || echo '$(srcdir)/'`vl/vl_matrix_filter.c
  2167.  
  2168. vl/libgalliumvl_la-vl_mc.lo: vl/vl_mc.c
  2169. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_mc.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_mc.Tpo -c -o vl/libgalliumvl_la-vl_mc.lo `test -f 'vl/vl_mc.c' || echo '$(srcdir)/'`vl/vl_mc.c
  2170. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_mc.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_mc.Plo
  2171. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_mc.c' object='vl/libgalliumvl_la-vl_mc.lo' libtool=yes @AMDEPBACKSLASH@
  2172. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2173. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_mc.lo `test -f 'vl/vl_mc.c' || echo '$(srcdir)/'`vl/vl_mc.c
  2174.  
  2175. vl/libgalliumvl_la-vl_median_filter.lo: vl/vl_median_filter.c
  2176. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_median_filter.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_median_filter.Tpo -c -o vl/libgalliumvl_la-vl_median_filter.lo `test -f 'vl/vl_median_filter.c' || echo '$(srcdir)/'`vl/vl_median_filter.c
  2177. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_median_filter.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_median_filter.Plo
  2178. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_median_filter.c' object='vl/libgalliumvl_la-vl_median_filter.lo' libtool=yes @AMDEPBACKSLASH@
  2179. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2180. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_median_filter.lo `test -f 'vl/vl_median_filter.c' || echo '$(srcdir)/'`vl/vl_median_filter.c
  2181.  
  2182. vl/libgalliumvl_la-vl_mpeg12_bitstream.lo: vl/vl_mpeg12_bitstream.c
  2183. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_mpeg12_bitstream.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_mpeg12_bitstream.Tpo -c -o vl/libgalliumvl_la-vl_mpeg12_bitstream.lo `test -f 'vl/vl_mpeg12_bitstream.c' || echo '$(srcdir)/'`vl/vl_mpeg12_bitstream.c
  2184. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_mpeg12_bitstream.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_mpeg12_bitstream.Plo
  2185. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_mpeg12_bitstream.c' object='vl/libgalliumvl_la-vl_mpeg12_bitstream.lo' libtool=yes @AMDEPBACKSLASH@
  2186. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2187. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_mpeg12_bitstream.lo `test -f 'vl/vl_mpeg12_bitstream.c' || echo '$(srcdir)/'`vl/vl_mpeg12_bitstream.c
  2188.  
  2189. vl/libgalliumvl_la-vl_mpeg12_decoder.lo: vl/vl_mpeg12_decoder.c
  2190. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_mpeg12_decoder.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_mpeg12_decoder.Tpo -c -o vl/libgalliumvl_la-vl_mpeg12_decoder.lo `test -f 'vl/vl_mpeg12_decoder.c' || echo '$(srcdir)/'`vl/vl_mpeg12_decoder.c
  2191. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_mpeg12_decoder.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_mpeg12_decoder.Plo
  2192. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_mpeg12_decoder.c' object='vl/libgalliumvl_la-vl_mpeg12_decoder.lo' libtool=yes @AMDEPBACKSLASH@
  2193. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2194. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_mpeg12_decoder.lo `test -f 'vl/vl_mpeg12_decoder.c' || echo '$(srcdir)/'`vl/vl_mpeg12_decoder.c
  2195.  
  2196. vl/libgalliumvl_la-vl_vertex_buffers.lo: vl/vl_vertex_buffers.c
  2197. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_vertex_buffers.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_vertex_buffers.Tpo -c -o vl/libgalliumvl_la-vl_vertex_buffers.lo `test -f 'vl/vl_vertex_buffers.c' || echo '$(srcdir)/'`vl/vl_vertex_buffers.c
  2198. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_vertex_buffers.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_vertex_buffers.Plo
  2199. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_vertex_buffers.c' object='vl/libgalliumvl_la-vl_vertex_buffers.lo' libtool=yes @AMDEPBACKSLASH@
  2200. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2201. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_vertex_buffers.lo `test -f 'vl/vl_vertex_buffers.c' || echo '$(srcdir)/'`vl/vl_vertex_buffers.c
  2202.  
  2203. vl/libgalliumvl_la-vl_video_buffer.lo: vl/vl_video_buffer.c
  2204. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_video_buffer.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_video_buffer.Tpo -c -o vl/libgalliumvl_la-vl_video_buffer.lo `test -f 'vl/vl_video_buffer.c' || echo '$(srcdir)/'`vl/vl_video_buffer.c
  2205. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_video_buffer.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_video_buffer.Plo
  2206. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_video_buffer.c' object='vl/libgalliumvl_la-vl_video_buffer.lo' libtool=yes @AMDEPBACKSLASH@
  2207. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2208. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_video_buffer.lo `test -f 'vl/vl_video_buffer.c' || echo '$(srcdir)/'`vl/vl_video_buffer.c
  2209.  
  2210. vl/libgalliumvl_la-vl_zscan.lo: vl/vl_zscan.c
  2211. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvl_la-vl_zscan.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvl_la-vl_zscan.Tpo -c -o vl/libgalliumvl_la-vl_zscan.lo `test -f 'vl/vl_zscan.c' || echo '$(srcdir)/'`vl/vl_zscan.c
  2212. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvl_la-vl_zscan.Tpo vl/$(DEPDIR)/libgalliumvl_la-vl_zscan.Plo
  2213. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_zscan.c' object='vl/libgalliumvl_la-vl_zscan.lo' libtool=yes @AMDEPBACKSLASH@
  2214. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2215. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvl_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvl_la-vl_zscan.lo `test -f 'vl/vl_zscan.c' || echo '$(srcdir)/'`vl/vl_zscan.c
  2216.  
  2217. vl/libgalliumvlwinsys_la-vl_winsys_dri.lo: vl/vl_winsys_dri.c
  2218. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvlwinsys_la_CFLAGS) $(CFLAGS) -MT vl/libgalliumvlwinsys_la-vl_winsys_dri.lo -MD -MP -MF vl/$(DEPDIR)/libgalliumvlwinsys_la-vl_winsys_dri.Tpo -c -o vl/libgalliumvlwinsys_la-vl_winsys_dri.lo `test -f 'vl/vl_winsys_dri.c' || echo '$(srcdir)/'`vl/vl_winsys_dri.c
  2219. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) vl/$(DEPDIR)/libgalliumvlwinsys_la-vl_winsys_dri.Tpo vl/$(DEPDIR)/libgalliumvlwinsys_la-vl_winsys_dri.Plo
  2220. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='vl/vl_winsys_dri.c' object='vl/libgalliumvlwinsys_la-vl_winsys_dri.lo' libtool=yes @AMDEPBACKSLASH@
  2221. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2222. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgalliumvlwinsys_la_CFLAGS) $(CFLAGS) -c -o vl/libgalliumvlwinsys_la-vl_winsys_dri.lo `test -f 'vl/vl_winsys_dri.c' || echo '$(srcdir)/'`vl/vl_winsys_dri.c
  2223.  
  2224. .cpp.o:
  2225. @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  2226. @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  2227. @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
  2228. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  2229. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2230. @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
  2231.  
  2232. .cpp.obj:
  2233. @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  2234. @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  2235. @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
  2236. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  2237. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2238. @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  2239.  
  2240. .cpp.lo:
  2241. @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  2242. @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  2243. @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
  2244. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  2245. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2246. @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
  2247.  
  2248. mostlyclean-libtool:
  2249.         -rm -f *.lo
  2250.  
  2251. clean-libtool:
  2252.         -rm -rf .libs _libs
  2253.         -rm -rf cso_cache/.libs cso_cache/_libs
  2254.         -rm -rf draw/.libs draw/_libs
  2255.         -rm -rf gallivm/.libs gallivm/_libs
  2256.         -rm -rf hud/.libs hud/_libs
  2257.         -rm -rf indices/.libs indices/_libs
  2258.         -rm -rf nir/.libs nir/_libs
  2259.         -rm -rf os/.libs os/_libs
  2260.         -rm -rf pipebuffer/.libs pipebuffer/_libs
  2261.         -rm -rf postprocess/.libs postprocess/_libs
  2262.         -rm -rf rbug/.libs rbug/_libs
  2263.         -rm -rf rtasm/.libs rtasm/_libs
  2264.         -rm -rf tgsi/.libs tgsi/_libs
  2265.         -rm -rf translate/.libs translate/_libs
  2266.         -rm -rf util/.libs util/_libs
  2267.         -rm -rf vl/.libs vl/_libs
  2268.  
  2269. # This directory's subdirectories are mostly independent; you can cd
  2270. # into them and run 'make' without going through this Makefile.
  2271. # To change the values of 'make' variables: instead of editing Makefiles,
  2272. # (1) if the variable is set in 'config.status', edit 'config.status'
  2273. #     (which will cause the Makefiles to be regenerated when you run 'make');
  2274. # (2) otherwise, pass the desired values on the 'make' command line.
  2275. $(am__recursive_targets):
  2276.         @fail=; \
  2277.         if $(am__make_keepgoing); then \
  2278.           failcom='fail=yes'; \
  2279.         else \
  2280.           failcom='exit 1'; \
  2281.         fi; \
  2282.         dot_seen=no; \
  2283.         target=`echo $@ | sed s/-recursive//`; \
  2284.         case "$@" in \
  2285.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  2286.           *) list='$(SUBDIRS)' ;; \
  2287.         esac; \
  2288.         for subdir in $$list; do \
  2289.           echo "Making $$target in $$subdir"; \
  2290.           if test "$$subdir" = "."; then \
  2291.             dot_seen=yes; \
  2292.             local_target="$$target-am"; \
  2293.           else \
  2294.             local_target="$$target"; \
  2295.           fi; \
  2296.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  2297.           || eval $$failcom; \
  2298.         done; \
  2299.         if test "$$dot_seen" = "no"; then \
  2300.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  2301.         fi; test -z "$$fail"
  2302.  
  2303. ID: $(am__tagged_files)
  2304.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  2305. tags: tags-recursive
  2306. TAGS: tags
  2307.  
  2308. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  2309.         set x; \
  2310.         here=`pwd`; \
  2311.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  2312.           include_option=--etags-include; \
  2313.           empty_fix=.; \
  2314.         else \
  2315.           include_option=--include; \
  2316.           empty_fix=; \
  2317.         fi; \
  2318.         list='$(SUBDIRS)'; for subdir in $$list; do \
  2319.           if test "$$subdir" = .; then :; else \
  2320.             test ! -f $$subdir/TAGS || \
  2321.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  2322.           fi; \
  2323.         done; \
  2324.         $(am__define_uniq_tagged_files); \
  2325.         shift; \
  2326.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  2327.           test -n "$$unique" || unique=$$empty_fix; \
  2328.           if test $$# -gt 0; then \
  2329.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  2330.               "$$@" $$unique; \
  2331.           else \
  2332.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  2333.               $$unique; \
  2334.           fi; \
  2335.         fi
  2336. ctags: ctags-recursive
  2337.  
  2338. CTAGS: ctags
  2339. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  2340.         $(am__define_uniq_tagged_files); \
  2341.         test -z "$(CTAGS_ARGS)$$unique" \
  2342.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  2343.              $$unique
  2344.  
  2345. GTAGS:
  2346.         here=`$(am__cd) $(top_builddir) && pwd` \
  2347.           && $(am__cd) $(top_srcdir) \
  2348.           && gtags -i $(GTAGS_ARGS) "$$here"
  2349. cscopelist: cscopelist-recursive
  2350.  
  2351. cscopelist-am: $(am__tagged_files)
  2352.         list='$(am__tagged_files)'; \
  2353.         case "$(srcdir)" in \
  2354.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  2355.           *) sdir=$(subdir)/$(srcdir) ;; \
  2356.         esac; \
  2357.         for i in $$list; do \
  2358.           if test -f "$$i"; then \
  2359.             echo "$(subdir)/$$i"; \
  2360.           else \
  2361.             echo "$$sdir/$$i"; \
  2362.           fi; \
  2363.         done >> $(top_builddir)/cscope.files
  2364.  
  2365. distclean-tags:
  2366.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  2367.  
  2368. distdir: $(DISTFILES)
  2369.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  2370.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  2371.         list='$(DISTFILES)'; \
  2372.           dist_files=`for file in $$list; do echo $$file; done | \
  2373.           sed -e "s|^$$srcdirstrip/||;t" \
  2374.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  2375.         case $$dist_files in \
  2376.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  2377.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  2378.                            sort -u` ;; \
  2379.         esac; \
  2380.         for file in $$dist_files; do \
  2381.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  2382.           if test -d $$d/$$file; then \
  2383.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  2384.             if test -d "$(distdir)/$$file"; then \
  2385.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  2386.             fi; \
  2387.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  2388.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  2389.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  2390.             fi; \
  2391.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  2392.           else \
  2393.             test -f "$(distdir)/$$file" \
  2394.             || cp -p $$d/$$file "$(distdir)/$$file" \
  2395.             || exit 1; \
  2396.           fi; \
  2397.         done
  2398.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  2399.           if test "$$subdir" = .; then :; else \
  2400.             $(am__make_dryrun) \
  2401.               || test -d "$(distdir)/$$subdir" \
  2402.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  2403.               || exit 1; \
  2404.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  2405.             $(am__relativize); \
  2406.             new_distdir=$$reldir; \
  2407.             dir1=$$subdir; dir2="$(top_distdir)"; \
  2408.             $(am__relativize); \
  2409.             new_top_distdir=$$reldir; \
  2410.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  2411.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  2412.             ($(am__cd) $$subdir && \
  2413.               $(MAKE) $(AM_MAKEFLAGS) \
  2414.                 top_distdir="$$new_top_distdir" \
  2415.                 distdir="$$new_distdir" \
  2416.                 am__remove_distdir=: \
  2417.                 am__skip_length_check=: \
  2418.                 am__skip_mode_fix=: \
  2419.                 distdir) \
  2420.               || exit 1; \
  2421.           fi; \
  2422.         done
  2423. check-am: all-am
  2424. check: check-recursive
  2425. all-am: Makefile $(LTLIBRARIES)
  2426. installdirs: installdirs-recursive
  2427. installdirs-am:
  2428. install: install-recursive
  2429. install-exec: install-exec-recursive
  2430. install-data: install-data-recursive
  2431. uninstall: uninstall-recursive
  2432.  
  2433. install-am: all-am
  2434.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  2435.  
  2436. installcheck: installcheck-recursive
  2437. install-strip:
  2438.         if test -z '$(STRIP)'; then \
  2439.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  2440.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  2441.               install; \
  2442.         else \
  2443.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  2444.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  2445.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  2446.         fi
  2447. mostlyclean-generic:
  2448.  
  2449. clean-generic:
  2450.  
  2451. distclean-generic:
  2452.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  2453.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  2454.         -rm -f cso_cache/$(DEPDIR)/$(am__dirstamp)
  2455.         -rm -f cso_cache/$(am__dirstamp)
  2456.         -rm -f draw/$(DEPDIR)/$(am__dirstamp)
  2457.         -rm -f draw/$(am__dirstamp)
  2458.         -rm -f gallivm/$(DEPDIR)/$(am__dirstamp)
  2459.         -rm -f gallivm/$(am__dirstamp)
  2460.         -rm -f hud/$(DEPDIR)/$(am__dirstamp)
  2461.         -rm -f hud/$(am__dirstamp)
  2462.         -rm -f indices/$(DEPDIR)/$(am__dirstamp)
  2463.         -rm -f indices/$(am__dirstamp)
  2464.         -rm -f nir/$(DEPDIR)/$(am__dirstamp)
  2465.         -rm -f nir/$(am__dirstamp)
  2466.         -rm -f os/$(DEPDIR)/$(am__dirstamp)
  2467.         -rm -f os/$(am__dirstamp)
  2468.         -rm -f pipebuffer/$(DEPDIR)/$(am__dirstamp)
  2469.         -rm -f pipebuffer/$(am__dirstamp)
  2470.         -rm -f postprocess/$(DEPDIR)/$(am__dirstamp)
  2471.         -rm -f postprocess/$(am__dirstamp)
  2472.         -rm -f rbug/$(DEPDIR)/$(am__dirstamp)
  2473.         -rm -f rbug/$(am__dirstamp)
  2474.         -rm -f rtasm/$(DEPDIR)/$(am__dirstamp)
  2475.         -rm -f rtasm/$(am__dirstamp)
  2476.         -rm -f tgsi/$(DEPDIR)/$(am__dirstamp)
  2477.         -rm -f tgsi/$(am__dirstamp)
  2478.         -rm -f translate/$(DEPDIR)/$(am__dirstamp)
  2479.         -rm -f translate/$(am__dirstamp)
  2480.         -rm -f util/$(DEPDIR)/$(am__dirstamp)
  2481.         -rm -f util/$(am__dirstamp)
  2482.         -rm -f vl/$(DEPDIR)/$(am__dirstamp)
  2483.         -rm -f vl/$(am__dirstamp)
  2484.  
  2485. maintainer-clean-generic:
  2486.         @echo "This command is intended for maintainers to use"
  2487.         @echo "it deletes files that may require special tools to rebuild."
  2488. clean: clean-recursive
  2489.  
  2490. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  2491.         mostlyclean-am
  2492.  
  2493. distclean: distclean-recursive
  2494.         -rm -rf cso_cache/$(DEPDIR) draw/$(DEPDIR) gallivm/$(DEPDIR) hud/$(DEPDIR) indices/$(DEPDIR) nir/$(DEPDIR) os/$(DEPDIR) pipebuffer/$(DEPDIR) postprocess/$(DEPDIR) rbug/$(DEPDIR) rtasm/$(DEPDIR) tgsi/$(DEPDIR) translate/$(DEPDIR) util/$(DEPDIR) vl/$(DEPDIR)
  2495.         -rm -f Makefile
  2496. distclean-am: clean-am distclean-compile distclean-generic \
  2497.         distclean-tags
  2498.  
  2499. dvi: dvi-recursive
  2500.  
  2501. dvi-am:
  2502.  
  2503. html: html-recursive
  2504.  
  2505. html-am:
  2506.  
  2507. info: info-recursive
  2508.  
  2509. info-am:
  2510.  
  2511. install-data-am:
  2512.  
  2513. install-dvi: install-dvi-recursive
  2514.  
  2515. install-dvi-am:
  2516.  
  2517. install-exec-am:
  2518.  
  2519. install-html: install-html-recursive
  2520.  
  2521. install-html-am:
  2522.  
  2523. install-info: install-info-recursive
  2524.  
  2525. install-info-am:
  2526.  
  2527. install-man:
  2528.  
  2529. install-pdf: install-pdf-recursive
  2530.  
  2531. install-pdf-am:
  2532.  
  2533. install-ps: install-ps-recursive
  2534.  
  2535. install-ps-am:
  2536.  
  2537. installcheck-am:
  2538.  
  2539. maintainer-clean: maintainer-clean-recursive
  2540.         -rm -rf cso_cache/$(DEPDIR) draw/$(DEPDIR) gallivm/$(DEPDIR) hud/$(DEPDIR) indices/$(DEPDIR) nir/$(DEPDIR) os/$(DEPDIR) pipebuffer/$(DEPDIR) postprocess/$(DEPDIR) rbug/$(DEPDIR) rtasm/$(DEPDIR) tgsi/$(DEPDIR) translate/$(DEPDIR) util/$(DEPDIR) vl/$(DEPDIR)
  2541.         -rm -f Makefile
  2542. maintainer-clean-am: distclean-am maintainer-clean-generic
  2543.  
  2544. mostlyclean: mostlyclean-recursive
  2545.  
  2546. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  2547.         mostlyclean-libtool
  2548.  
  2549. pdf: pdf-recursive
  2550.  
  2551. pdf-am:
  2552.  
  2553. ps: ps-recursive
  2554.  
  2555. ps-am:
  2556.  
  2557. uninstall-am:
  2558.  
  2559. .MAKE: $(am__recursive_targets) install-am install-strip
  2560.  
  2561. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  2562.         check-am clean clean-generic clean-libtool \
  2563.         clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
  2564.         distclean-compile distclean-generic distclean-libtool \
  2565.         distclean-tags distdir dvi dvi-am html html-am info info-am \
  2566.         install install-am install-data install-data-am install-dvi \
  2567.         install-dvi-am install-exec install-exec-am install-html \
  2568.         install-html-am install-info install-info-am install-man \
  2569.         install-pdf install-pdf-am install-ps install-ps-am \
  2570.         install-strip installcheck installcheck-am installdirs \
  2571.         installdirs-am maintainer-clean maintainer-clean-generic \
  2572.         mostlyclean mostlyclean-compile mostlyclean-generic \
  2573.         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  2574.         uninstall-am
  2575.  
  2576. .PRECIOUS: Makefile
  2577.  
  2578.  
  2579. indices/u_indices_gen.c: $(srcdir)/indices/u_indices_gen.py
  2580.         $(AM_V_at)$(MKDIR_P) indices
  2581.         $(AM_V_GEN) $(PYTHON2) $< > $@
  2582.  
  2583. indices/u_unfilled_gen.c: $(srcdir)/indices/u_unfilled_gen.py
  2584.         $(AM_V_at)$(MKDIR_P) indices
  2585.         $(AM_V_GEN) $(PYTHON2) $< > $@
  2586.  
  2587. util/u_format_table.c: $(srcdir)/util/u_format_table.py $(srcdir)/util/u_format_pack.py $(srcdir)/util/u_format_parse.py $(srcdir)/util/u_format.csv
  2588.         $(AM_V_at)$(MKDIR_P) util
  2589.         $(AM_V_GEN) $(PYTHON2) $(srcdir)/util/u_format_table.py $(srcdir)/util/u_format.csv > $@
  2590.  
  2591. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  2592. # Otherwise a system limit (for SysV at least) may be exceeded.
  2593. .NOEXPORT:
  2594.