# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ @HAVE_LIBDRM_TRUE@am__append_1 = \ @HAVE_LIBDRM_TRUE@ $(LIBDRM_LIBS) @HAVE_PLATFORM_ANDROID_TRUE@am__append_2 = \ @HAVE_PLATFORM_ANDROID_TRUE@ $(ANDROID_LIBS) \ @HAVE_PLATFORM_ANDROID_TRUE@ $(BACKTRACE_LIBS) @HAVE_DRISW_TRUE@am__append_3 = \ @HAVE_DRISW_TRUE@ $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la @HAVE_DRISW_KMS_TRUE@am__append_4 = \ @HAVE_DRISW_KMS_TRUE@ $(top_builddir)/src/gallium/winsys/sw/kms-dri/libswkmsdri.la \ @HAVE_DRISW_KMS_TRUE@ $(LIBDRM_LIBS) noinst_PROGRAMS = ir3_compiler$(EXEEXT) subdir = src/gallium/drivers/freedreno ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_check_gnu_make.m4 \ $(top_srcdir)/m4/ax_check_python_mako_module.m4 \ $(top_srcdir)/m4/ax_gcc_builtin.m4 \ $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ $(top_srcdir)/m4/ax_prog_bison.m4 \ $(top_srcdir)/m4/ax_prog_flex.m4 \ $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/VERSION $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) LTLIBRARIES = $(noinst_LTLIBRARIES) libfreedreno_la_LIBADD = am__objects_1 = freedreno_batch.lo freedreno_batch_cache.lo \ freedreno_blitter.lo freedreno_context.lo freedreno_draw.lo \ freedreno_fence.lo freedreno_gmem.lo freedreno_program.lo \ freedreno_query.lo freedreno_query_acc.lo \ freedreno_query_hw.lo freedreno_query_sw.lo \ freedreno_resource.lo freedreno_screen.lo freedreno_state.lo \ freedreno_surface.lo freedreno_texture.lo freedreno_util.lo am__dirstamp = $(am__leading_dot)dirstamp am__objects_2 = drm/freedreno_bo.lo drm/freedreno_bo_cache.lo \ drm/freedreno_device.lo drm/freedreno_pipe.lo \ drm/freedreno_ringbuffer.lo drm/msm_bo.lo drm/msm_device.lo \ drm/msm_pipe.lo drm/msm_ringbuffer.lo drm/msm_ringbuffer_sp.lo am__objects_3 = a2xx/disasm-a2xx.lo a2xx/fd2_blend.lo \ a2xx/fd2_compiler.lo a2xx/fd2_context.lo a2xx/fd2_draw.lo \ a2xx/fd2_emit.lo a2xx/fd2_gmem.lo a2xx/fd2_program.lo \ a2xx/fd2_rasterizer.lo a2xx/fd2_screen.lo a2xx/fd2_texture.lo \ a2xx/fd2_util.lo a2xx/fd2_zsa.lo a2xx/ir-a2xx.lo am__objects_4 = a3xx/fd3_blend.lo a3xx/fd3_context.lo a3xx/fd3_draw.lo \ a3xx/fd3_emit.lo a3xx/fd3_format.lo a3xx/fd3_gmem.lo \ a3xx/fd3_program.lo a3xx/fd3_query.lo a3xx/fd3_rasterizer.lo \ a3xx/fd3_screen.lo a3xx/fd3_texture.lo a3xx/fd3_zsa.lo am__objects_5 = a4xx/fd4_blend.lo a4xx/fd4_context.lo a4xx/fd4_draw.lo \ a4xx/fd4_emit.lo a4xx/fd4_format.lo a4xx/fd4_gmem.lo \ a4xx/fd4_program.lo a4xx/fd4_query.lo a4xx/fd4_rasterizer.lo \ a4xx/fd4_screen.lo a4xx/fd4_texture.lo a4xx/fd4_zsa.lo am__objects_6 = a5xx/fd5_blend.lo a5xx/fd5_blitter.lo \ a5xx/fd5_compute.lo a5xx/fd5_context.lo a5xx/fd5_draw.lo \ a5xx/fd5_emit.lo a5xx/fd5_format.lo a5xx/fd5_gmem.lo \ a5xx/fd5_image.lo a5xx/fd5_perfcntr.lo a5xx/fd5_program.lo \ a5xx/fd5_query.lo a5xx/fd5_rasterizer.lo a5xx/fd5_resource.lo \ a5xx/fd5_screen.lo a5xx/fd5_texture.lo a5xx/fd5_zsa.lo am__objects_7 = a6xx/fd6_blend.lo a6xx/fd6_blitter.lo \ a6xx/fd6_context.lo a6xx/fd6_draw.lo a6xx/fd6_emit.lo \ a6xx/fd6_format.lo a6xx/fd6_gmem.lo a6xx/fd6_image.lo \ a6xx/fd6_program.lo a6xx/fd6_query.lo a6xx/fd6_rasterizer.lo \ a6xx/fd6_resource.lo a6xx/fd6_screen.lo a6xx/fd6_texture.lo \ a6xx/fd6_zsa.lo am__objects_8 = ir3/disasm-a3xx.lo ir3/ir3.lo ir3/ir3_cache.lo \ ir3/ir3_compiler_nir.lo ir3/ir3_compiler.lo ir3/ir3_cp.lo \ ir3/ir3_depth.lo ir3/ir3_group.lo ir3/ir3_legalize.lo \ ir3/ir3_nir.lo ir3/ir3_nir_lower_tg4_to_tex.lo \ ir3/ir3_print.lo ir3/ir3_ra.lo ir3/ir3_sched.lo \ ir3/ir3_shader.lo am__objects_9 = ir3/ir3_nir_trig.lo am_libfreedreno_la_OBJECTS = $(am__objects_1) $(am__objects_2) \ $(am__objects_3) $(am__objects_4) $(am__objects_5) \ $(am__objects_6) $(am__objects_7) $(am__objects_8) \ $(am__objects_9) libfreedreno_la_OBJECTS = $(am_libfreedreno_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am_ir3_compiler_OBJECTS = ir3/ir3_cmdline.$(OBJEXT) ir3_compiler_OBJECTS = $(am_ir3_compiler_OBJECTS) am__DEPENDENCIES_1 = @HAVE_LIBDRM_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) @HAVE_PLATFORM_ANDROID_TRUE@am__DEPENDENCIES_3 = \ @HAVE_PLATFORM_ANDROID_TRUE@ $(am__DEPENDENCIES_1) \ @HAVE_PLATFORM_ANDROID_TRUE@ $(am__DEPENDENCIES_1) am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_3) ir3_compiler_DEPENDENCIES = libfreedreno.la \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(top_builddir)/src/compiler/nir/libnir.la \ $(top_builddir)/src/compiler/glsl/libstandalone.la \ $(top_builddir)/src/util/libmesautil.la \ $(top_builddir)/src/mesa/libmesagallium.la \ $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/bin/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/dummy.Po \ ./$(DEPDIR)/freedreno_batch.Plo \ ./$(DEPDIR)/freedreno_batch_cache.Plo \ ./$(DEPDIR)/freedreno_blitter.Plo \ ./$(DEPDIR)/freedreno_context.Plo \ ./$(DEPDIR)/freedreno_draw.Plo ./$(DEPDIR)/freedreno_fence.Plo \ ./$(DEPDIR)/freedreno_gmem.Plo \ ./$(DEPDIR)/freedreno_program.Plo \ ./$(DEPDIR)/freedreno_query.Plo \ ./$(DEPDIR)/freedreno_query_acc.Plo \ ./$(DEPDIR)/freedreno_query_hw.Plo \ ./$(DEPDIR)/freedreno_query_sw.Plo \ ./$(DEPDIR)/freedreno_resource.Plo \ ./$(DEPDIR)/freedreno_screen.Plo \ ./$(DEPDIR)/freedreno_state.Plo \ ./$(DEPDIR)/freedreno_surface.Plo \ ./$(DEPDIR)/freedreno_texture.Plo \ ./$(DEPDIR)/freedreno_util.Plo a2xx/$(DEPDIR)/disasm-a2xx.Plo \ a2xx/$(DEPDIR)/fd2_blend.Plo a2xx/$(DEPDIR)/fd2_compiler.Plo \ a2xx/$(DEPDIR)/fd2_context.Plo a2xx/$(DEPDIR)/fd2_draw.Plo \ a2xx/$(DEPDIR)/fd2_emit.Plo a2xx/$(DEPDIR)/fd2_gmem.Plo \ a2xx/$(DEPDIR)/fd2_program.Plo \ a2xx/$(DEPDIR)/fd2_rasterizer.Plo \ a2xx/$(DEPDIR)/fd2_screen.Plo a2xx/$(DEPDIR)/fd2_texture.Plo \ a2xx/$(DEPDIR)/fd2_util.Plo a2xx/$(DEPDIR)/fd2_zsa.Plo \ a2xx/$(DEPDIR)/ir-a2xx.Plo a3xx/$(DEPDIR)/fd3_blend.Plo \ a3xx/$(DEPDIR)/fd3_context.Plo a3xx/$(DEPDIR)/fd3_draw.Plo \ a3xx/$(DEPDIR)/fd3_emit.Plo a3xx/$(DEPDIR)/fd3_format.Plo \ a3xx/$(DEPDIR)/fd3_gmem.Plo a3xx/$(DEPDIR)/fd3_program.Plo \ a3xx/$(DEPDIR)/fd3_query.Plo a3xx/$(DEPDIR)/fd3_rasterizer.Plo \ a3xx/$(DEPDIR)/fd3_screen.Plo a3xx/$(DEPDIR)/fd3_texture.Plo \ a3xx/$(DEPDIR)/fd3_zsa.Plo a4xx/$(DEPDIR)/fd4_blend.Plo \ a4xx/$(DEPDIR)/fd4_context.Plo a4xx/$(DEPDIR)/fd4_draw.Plo \ a4xx/$(DEPDIR)/fd4_emit.Plo a4xx/$(DEPDIR)/fd4_format.Plo \ a4xx/$(DEPDIR)/fd4_gmem.Plo a4xx/$(DEPDIR)/fd4_program.Plo \ a4xx/$(DEPDIR)/fd4_query.Plo a4xx/$(DEPDIR)/fd4_rasterizer.Plo \ a4xx/$(DEPDIR)/fd4_screen.Plo a4xx/$(DEPDIR)/fd4_texture.Plo \ a4xx/$(DEPDIR)/fd4_zsa.Plo a5xx/$(DEPDIR)/fd5_blend.Plo \ a5xx/$(DEPDIR)/fd5_blitter.Plo a5xx/$(DEPDIR)/fd5_compute.Plo \ a5xx/$(DEPDIR)/fd5_context.Plo a5xx/$(DEPDIR)/fd5_draw.Plo \ a5xx/$(DEPDIR)/fd5_emit.Plo a5xx/$(DEPDIR)/fd5_format.Plo \ a5xx/$(DEPDIR)/fd5_gmem.Plo a5xx/$(DEPDIR)/fd5_image.Plo \ a5xx/$(DEPDIR)/fd5_perfcntr.Plo a5xx/$(DEPDIR)/fd5_program.Plo \ a5xx/$(DEPDIR)/fd5_query.Plo a5xx/$(DEPDIR)/fd5_rasterizer.Plo \ a5xx/$(DEPDIR)/fd5_resource.Plo a5xx/$(DEPDIR)/fd5_screen.Plo \ a5xx/$(DEPDIR)/fd5_texture.Plo a5xx/$(DEPDIR)/fd5_zsa.Plo \ a6xx/$(DEPDIR)/fd6_blend.Plo a6xx/$(DEPDIR)/fd6_blitter.Plo \ a6xx/$(DEPDIR)/fd6_context.Plo a6xx/$(DEPDIR)/fd6_draw.Plo \ a6xx/$(DEPDIR)/fd6_emit.Plo a6xx/$(DEPDIR)/fd6_format.Plo \ a6xx/$(DEPDIR)/fd6_gmem.Plo a6xx/$(DEPDIR)/fd6_image.Plo \ a6xx/$(DEPDIR)/fd6_program.Plo a6xx/$(DEPDIR)/fd6_query.Plo \ a6xx/$(DEPDIR)/fd6_rasterizer.Plo \ a6xx/$(DEPDIR)/fd6_resource.Plo a6xx/$(DEPDIR)/fd6_screen.Plo \ a6xx/$(DEPDIR)/fd6_texture.Plo a6xx/$(DEPDIR)/fd6_zsa.Plo \ drm/$(DEPDIR)/freedreno_bo.Plo \ drm/$(DEPDIR)/freedreno_bo_cache.Plo \ drm/$(DEPDIR)/freedreno_device.Plo \ drm/$(DEPDIR)/freedreno_pipe.Plo \ drm/$(DEPDIR)/freedreno_ringbuffer.Plo \ drm/$(DEPDIR)/msm_bo.Plo drm/$(DEPDIR)/msm_device.Plo \ drm/$(DEPDIR)/msm_pipe.Plo drm/$(DEPDIR)/msm_ringbuffer.Plo \ drm/$(DEPDIR)/msm_ringbuffer_sp.Plo \ ir3/$(DEPDIR)/disasm-a3xx.Plo ir3/$(DEPDIR)/ir3.Plo \ ir3/$(DEPDIR)/ir3_cache.Plo ir3/$(DEPDIR)/ir3_cmdline.Po \ ir3/$(DEPDIR)/ir3_compiler.Plo \ ir3/$(DEPDIR)/ir3_compiler_nir.Plo ir3/$(DEPDIR)/ir3_cp.Plo \ ir3/$(DEPDIR)/ir3_depth.Plo ir3/$(DEPDIR)/ir3_group.Plo \ ir3/$(DEPDIR)/ir3_legalize.Plo ir3/$(DEPDIR)/ir3_nir.Plo \ ir3/$(DEPDIR)/ir3_nir_lower_tg4_to_tex.Plo \ ir3/$(DEPDIR)/ir3_nir_trig.Plo ir3/$(DEPDIR)/ir3_print.Plo \ ir3/$(DEPDIR)/ir3_ra.Plo ir3/$(DEPDIR)/ir3_sched.Plo \ ir3/$(DEPDIR)/ir3_shader.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) AM_V_CXX = $(am__v_CXX_@AM_V@) am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; am__v_CXX_1 = CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = SOURCES = $(libfreedreno_la_SOURCES) $(ir3_compiler_SOURCES) \ $(nodist_EXTRA_ir3_compiler_SOURCES) DIST_SOURCES = $(libfreedreno_la_SOURCES) $(ir3_compiler_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \ $(top_srcdir)/bin/depcomp \ $(top_srcdir)/src/gallium/Automake.inc DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMDGPU_CFLAGS = @AMDGPU_CFLAGS@ AMDGPU_LIBS = @AMDGPU_LIBS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ ANDROID_CFLAGS = @ANDROID_CFLAGS@ ANDROID_LIBS = @ANDROID_LIBS@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BACKTRACE_CFLAGS = @BACKTRACE_CFLAGS@ BACKTRACE_LIBS = @BACKTRACE_LIBS@ BSYMBOLIC = @BSYMBOLIC@ CC = @CC@ CCAS = @CCAS@ CCASDEPMODE = @CCASDEPMODE@ CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@ CLOCK_LIB = @CLOCK_LIB@ CLOVER_STD_OVERRIDE = @CLOVER_STD_OVERRIDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXX11_CXXFLAGS = @CXX11_CXXFLAGS@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@ DEFINES = @DEFINES@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLOPEN_LIBS = @DLOPEN_LIBS@ DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@ DRI2PROTO_LIBS = @DRI2PROTO_LIBS@ DRIGL_CFLAGS = @DRIGL_CFLAGS@ DRIGL_LIBS = @DRIGL_LIBS@ DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@ DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@ DRI_LIB_DEPS = @DRI_LIB_DEPS@ DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGL_CFLAGS = @EGL_CFLAGS@ EGL_LIB_DEPS = @EGL_LIB_DEPS@ EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@ EGREP = @EGREP@ ETNAVIV_CFLAGS = @ETNAVIV_CFLAGS@ ETNAVIV_LIBS = @ETNAVIV_LIBS@ EXEEXT = @EXEEXT@ EXPAT_CFLAGS = @EXPAT_CFLAGS@ EXPAT_LIBS = @EXPAT_LIBS@ FGREP = @FGREP@ GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@ GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@ GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@ GC_SECTIONS = @GC_SECTIONS@ GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@ GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@ GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@ GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@ GLPROTO_CFLAGS = @GLPROTO_CFLAGS@ GLPROTO_LIBS = @GLPROTO_LIBS@ GLVND_CFLAGS = @GLVND_CFLAGS@ GLVND_LIBS = @GLVND_LIBS@ GLX_TLS = @GLX_TLS@ GL_LIB = @GL_LIB@ GL_LIB_DEPS = @GL_LIB_DEPS@ GL_PC_CFLAGS = @GL_PC_CFLAGS@ GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@ GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@ GL_PKGCONF_LIB = @GL_PKGCONF_LIB@ GREP = @GREP@ I915_CFLAGS = @I915_CFLAGS@ I915_LIBS = @I915_LIBS@ INDENT = @INDENT@ INDENT_FLAGS = @INDENT_FLAGS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LD_BUILD_ID = @LD_BUILD_ID@ LD_NO_UNDEFINED = @LD_NO_UNDEFINED@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBATOMIC_LIBS = @LIBATOMIC_LIBS@ LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@ LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@ LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ LIBDRM_LIBS = @LIBDRM_LIBS@ LIBELF_CFLAGS = @LIBELF_CFLAGS@ LIBELF_LIBS = @LIBELF_LIBS@ LIBGLVND_DATADIR = @LIBGLVND_DATADIR@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSENSORS_LIBS = @LIBSENSORS_LIBS@ LIBTOOL = @LIBTOOL@ LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@ LIBUNWIND_LIBS = @LIBUNWIND_LIBS@ LIB_DIR = @LIB_DIR@ LIB_EXT = @LIB_EXT@ LIPO = @LIPO@ LLVM_CFLAGS = @LLVM_CFLAGS@ LLVM_CONFIG = @LLVM_CONFIG@ LLVM_CXXFLAGS = @LLVM_CXXFLAGS@ LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@ LLVM_LDFLAGS = @LLVM_LDFLAGS@ LLVM_LIBS = @LLVM_LIBS@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@ MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@ NINE_MAJOR = @NINE_MAJOR@ NINE_MINOR = @NINE_MINOR@ NINE_PATCH = @NINE_PATCH@ NINE_VERSION = @NINE_VERSION@ NM = @NM@ NMEDIT = @NMEDIT@ NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@ NOUVEAU_LIBS = @NOUVEAU_LIBS@ NVVIEUX_CFLAGS = @NVVIEUX_CFLAGS@ NVVIEUX_LIBS = @NVVIEUX_LIBS@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OMX_BELLAGIO_CFLAGS = @OMX_BELLAGIO_CFLAGS@ OMX_BELLAGIO_LIBS = @OMX_BELLAGIO_LIBS@ OMX_BELLAGIO_LIB_INSTALL_DIR = @OMX_BELLAGIO_LIB_INSTALL_DIR@ OMX_TIZONIA_CFLAGS = @OMX_TIZONIA_CFLAGS@ OMX_TIZONIA_LIBS = @OMX_TIZONIA_LIBS@ OMX_TIZONIA_LIB_INSTALL_DIR = @OMX_TIZONIA_LIB_INSTALL_DIR@ OPENCL_LIBNAME = @OPENCL_LIBNAME@ OPENCL_VERSION = @OPENCL_VERSION@ OSMESA_LIB = @OSMESA_LIB@ OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@ OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@ OSMESA_PC_REQ = @OSMESA_PC_REQ@ OSMESA_VERSION = @OSMESA_VERSION@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSIX_SHELL = @POSIX_SHELL@ PTHREADSTUBS_CFLAGS = @PTHREADSTUBS_CFLAGS@ PTHREADSTUBS_LIBS = @PTHREADSTUBS_LIBS@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_LIBS = @PTHREAD_LIBS@ PWR8_CFLAGS = @PWR8_CFLAGS@ PYTHON = @PYTHON@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ PYTHON_PLATFORM = @PYTHON_PLATFORM@ PYTHON_PREFIX = @PYTHON_PREFIX@ PYTHON_VERSION = @PYTHON_VERSION@ RADEON_CFLAGS = @RADEON_CFLAGS@ RADEON_LIBS = @RADEON_LIBS@ RANLIB = @RANLIB@ RM = @RM@ SCANNER_ARG = @SCANNER_ARG@ SED = @SED@ SELINUX_CFLAGS = @SELINUX_CFLAGS@ SELINUX_LIBS = @SELINUX_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIMPENROSE_CFLAGS = @SIMPENROSE_CFLAGS@ SIMPENROSE_LIBS = @SIMPENROSE_LIBS@ SSE41_CFLAGS = @SSE41_CFLAGS@ STRIP = @STRIP@ SWR_AVX2_CXXFLAGS = @SWR_AVX2_CXXFLAGS@ SWR_AVX_CXXFLAGS = @SWR_AVX_CXXFLAGS@ SWR_KNL_CXXFLAGS = @SWR_KNL_CXXFLAGS@ SWR_SKX_CXXFLAGS = @SWR_SKX_CXXFLAGS@ V3D_SIMULATOR_CFLAGS = @V3D_SIMULATOR_CFLAGS@ V3D_SIMULATOR_LIBS = @V3D_SIMULATOR_LIBS@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ VALGRIND_LIBS = @VALGRIND_LIBS@ VA_CFLAGS = @VA_CFLAGS@ VA_LIBS = @VA_LIBS@ VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@ VA_MAJOR = @VA_MAJOR@ VA_MINOR = @VA_MINOR@ VC4_CFLAGS = @VC4_CFLAGS@ VC4_LIBS = @VC4_LIBS@ VDPAU_CFLAGS = @VDPAU_CFLAGS@ VDPAU_LIBS = @VDPAU_LIBS@ VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@ VDPAU_MAJOR = @VDPAU_MAJOR@ VDPAU_MINOR = @VDPAU_MINOR@ VERSION = @VERSION@ VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@ VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@ VL_CFLAGS = @VL_CFLAGS@ VL_LIBS = @VL_LIBS@ VULKAN_ICD_INSTALL_DIR = @VULKAN_ICD_INSTALL_DIR@ WAYLAND_CLIENT_CFLAGS = @WAYLAND_CLIENT_CFLAGS@ WAYLAND_CLIENT_LIBS = @WAYLAND_CLIENT_LIBS@ WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ WAYLAND_PROTOCOLS_CFLAGS = @WAYLAND_PROTOCOLS_CFLAGS@ WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@ WAYLAND_PROTOCOLS_LIBS = @WAYLAND_PROTOCOLS_LIBS@ WAYLAND_SCANNER = @WAYLAND_SCANNER@ WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@ WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@ WAYLAND_SERVER_CFLAGS = @WAYLAND_SERVER_CFLAGS@ WAYLAND_SERVER_LIBS = @WAYLAND_SERVER_LIBS@ WNO_OVERRIDE_INIT = @WNO_OVERRIDE_INIT@ X11_INCLUDES = @X11_INCLUDES@ XA_MAJOR = @XA_MAJOR@ XA_MINOR = @XA_MINOR@ XA_PATCH = @XA_PATCH@ XA_VERSION = @XA_VERSION@ XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@ XCB_DRI2_LIBS = @XCB_DRI2_LIBS@ XCB_DRI3_CFLAGS = @XCB_DRI3_CFLAGS@ XCB_DRI3_LIBS = @XCB_DRI3_LIBS@ XCB_DRI3_MODIFIERS_CFLAGS = @XCB_DRI3_MODIFIERS_CFLAGS@ XCB_DRI3_MODIFIERS_LIBS = @XCB_DRI3_MODIFIERS_LIBS@ XCB_RANDR_CFLAGS = @XCB_RANDR_CFLAGS@ XCB_RANDR_LIBS = @XCB_RANDR_LIBS@ XLIBGL_CFLAGS = @XLIBGL_CFLAGS@ XLIBGL_LIBS = @XLIBGL_LIBS@ XLIB_RANDR_CFLAGS = @XLIB_RANDR_CFLAGS@ XLIB_RANDR_LIBS = @XLIB_RANDR_LIBS@ XVMC_CFLAGS = @XVMC_CFLAGS@ XVMC_LIBS = @XVMC_LIBS@ XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@ XVMC_MAJOR = @XVMC_MAJOR@ XVMC_MINOR = @XVMC_MINOR@ YACC = @YACC@ YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ acv_mako_found = @acv_mako_found@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ ifGNUmake = @ifGNUmake@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ pkgpyexecdir = @pkgpyexecdir@ pkgpythondir = @pkgpythondir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ pythondir = @pythondir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target = @target@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ C_SOURCES := \ adreno_common.xml.h \ adreno_pm4.xml.h \ disasm.h \ freedreno_batch.c \ freedreno_batch.h \ freedreno_batch_cache.c \ freedreno_batch_cache.h \ freedreno_blitter.c \ freedreno_blitter.h \ freedreno_context.c \ freedreno_context.h \ freedreno_draw.c \ freedreno_draw.h \ freedreno_fence.c \ freedreno_fence.h \ freedreno_gmem.c \ freedreno_gmem.h \ freedreno_perfcntr.h \ freedreno_program.c \ freedreno_program.h \ freedreno_query.c \ freedreno_query.h \ freedreno_query_acc.c \ freedreno_query_acc.h \ freedreno_query_hw.c \ freedreno_query_hw.h \ freedreno_query_sw.c \ freedreno_query_sw.h \ freedreno_resource.c \ freedreno_resource.h \ freedreno_screen.c \ freedreno_screen.h \ freedreno_state.c \ freedreno_state.h \ freedreno_surface.c \ freedreno_surface.h \ freedreno_texture.c \ freedreno_texture.h \ freedreno_util.c \ freedreno_util.h drm_SOURCES := \ drm/freedreno_bo.c \ drm/freedreno_bo_cache.c \ drm/freedreno_device.c \ drm/freedreno_drmif.h \ drm/freedreno_pipe.c \ drm/freedreno_priv.h \ drm/freedreno_ringbuffer.c \ drm/freedreno_ringbuffer.h \ drm/msm_bo.c \ drm/msm_device.c \ drm/msm_drm.h \ drm/msm_pipe.c \ drm/msm_priv.h \ drm/msm_ringbuffer.c \ drm/msm_ringbuffer_sp.c a2xx_SOURCES := \ a2xx/a2xx.xml.h \ a2xx/disasm-a2xx.c \ a2xx/fd2_blend.c \ a2xx/fd2_blend.h \ a2xx/fd2_compiler.c \ a2xx/fd2_compiler.h \ a2xx/fd2_context.c \ a2xx/fd2_context.h \ a2xx/fd2_draw.c \ a2xx/fd2_draw.h \ a2xx/fd2_emit.c \ a2xx/fd2_emit.h \ a2xx/fd2_gmem.c \ a2xx/fd2_gmem.h \ a2xx/fd2_program.c \ a2xx/fd2_program.h \ a2xx/fd2_rasterizer.c \ a2xx/fd2_rasterizer.h \ a2xx/fd2_screen.c \ a2xx/fd2_screen.h \ a2xx/fd2_texture.c \ a2xx/fd2_texture.h \ a2xx/fd2_util.c \ a2xx/fd2_util.h \ a2xx/fd2_zsa.c \ a2xx/fd2_zsa.h \ a2xx/instr-a2xx.h \ a2xx/ir-a2xx.c \ a2xx/ir-a2xx.h a3xx_SOURCES := \ a3xx/a3xx.xml.h \ a3xx/fd3_blend.c \ a3xx/fd3_blend.h \ a3xx/fd3_context.c \ a3xx/fd3_context.h \ a3xx/fd3_draw.c \ a3xx/fd3_draw.h \ a3xx/fd3_emit.c \ a3xx/fd3_emit.h \ a3xx/fd3_format.c \ a3xx/fd3_format.h \ a3xx/fd3_gmem.c \ a3xx/fd3_gmem.h \ a3xx/fd3_program.c \ a3xx/fd3_program.h \ a3xx/fd3_query.c \ a3xx/fd3_query.h \ a3xx/fd3_rasterizer.c \ a3xx/fd3_rasterizer.h \ a3xx/fd3_screen.c \ a3xx/fd3_screen.h \ a3xx/fd3_texture.c \ a3xx/fd3_texture.h \ a3xx/fd3_zsa.c \ a3xx/fd3_zsa.h a4xx_SOURCES := \ a4xx/a4xx.xml.h \ a4xx/fd4_blend.c \ a4xx/fd4_blend.h \ a4xx/fd4_context.c \ a4xx/fd4_context.h \ a4xx/fd4_draw.c \ a4xx/fd4_draw.h \ a4xx/fd4_emit.c \ a4xx/fd4_emit.h \ a4xx/fd4_format.c \ a4xx/fd4_format.h \ a4xx/fd4_gmem.c \ a4xx/fd4_gmem.h \ a4xx/fd4_program.c \ a4xx/fd4_program.h \ a4xx/fd4_query.c \ a4xx/fd4_query.h \ a4xx/fd4_rasterizer.c \ a4xx/fd4_rasterizer.h \ a4xx/fd4_screen.c \ a4xx/fd4_screen.h \ a4xx/fd4_texture.c \ a4xx/fd4_texture.h \ a4xx/fd4_zsa.c \ a4xx/fd4_zsa.h a5xx_SOURCES := \ a5xx/a5xx.xml.h \ a5xx/fd5_blend.c \ a5xx/fd5_blend.h \ a5xx/fd5_blitter.c \ a5xx/fd5_blitter.h \ a5xx/fd5_compute.c \ a5xx/fd5_compute.h \ a5xx/fd5_context.c \ a5xx/fd5_context.h \ a5xx/fd5_draw.c \ a5xx/fd5_draw.h \ a5xx/fd5_emit.c \ a5xx/fd5_emit.h \ a5xx/fd5_format.c \ a5xx/fd5_format.h \ a5xx/fd5_gmem.c \ a5xx/fd5_gmem.h \ a5xx/fd5_image.c \ a5xx/fd5_image.h \ a5xx/fd5_perfcntr.c \ a5xx/fd5_program.c \ a5xx/fd5_program.h \ a5xx/fd5_query.c \ a5xx/fd5_query.h \ a5xx/fd5_rasterizer.c \ a5xx/fd5_rasterizer.h \ a5xx/fd5_resource.c \ a5xx/fd5_resource.h \ a5xx/fd5_screen.c \ a5xx/fd5_screen.h \ a5xx/fd5_texture.c \ a5xx/fd5_texture.h \ a5xx/fd5_zsa.c \ a5xx/fd5_zsa.h a6xx_SOURCES := \ a6xx/a6xx.xml.h \ a6xx/fd6_blend.c \ a6xx/fd6_blend.h \ a6xx/fd6_blitter.c \ a6xx/fd6_blitter.h \ a6xx/fd6_context.c \ a6xx/fd6_context.h \ a6xx/fd6_draw.c \ a6xx/fd6_draw.h \ a6xx/fd6_emit.c \ a6xx/fd6_emit.h \ a6xx/fd6_format.c \ a6xx/fd6_format.h \ a6xx/fd6_gmem.c \ a6xx/fd6_gmem.h \ a6xx/fd6_image.c \ a6xx/fd6_image.h \ a6xx/fd6_program.c \ a6xx/fd6_program.h \ a6xx/fd6_query.c \ a6xx/fd6_query.h \ a6xx/fd6_rasterizer.c \ a6xx/fd6_rasterizer.h \ a6xx/fd6_resource.c \ a6xx/fd6_resource.h \ a6xx/fd6_screen.c \ a6xx/fd6_screen.h \ a6xx/fd6_texture.c \ a6xx/fd6_texture.h \ a6xx/fd6_zsa.c \ a6xx/fd6_zsa.h ir3_SOURCES := \ ir3/disasm-a3xx.c \ ir3/instr-a3xx.h \ ir3/ir3.c \ ir3/ir3_cache.c \ ir3/ir3_cache.h \ ir3/ir3_compiler_nir.c \ ir3/ir3_compiler.c \ ir3/ir3_compiler.h \ ir3/ir3_cp.c \ ir3/ir3_depth.c \ ir3/ir3_group.c \ ir3/ir3.h \ ir3/ir3_legalize.c \ ir3/ir3_nir.c \ ir3/ir3_nir.h \ ir3/ir3_nir_lower_tg4_to_tex.c \ ir3/ir3_print.c \ ir3/ir3_ra.c \ ir3/ir3_sched.c \ ir3/ir3_shader.c \ ir3/ir3_shader.h ir3_GENERATED_FILES := \ ir3/ir3_nir_trig.c GALLIUM_CFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ $(DEFINES) # src/gallium/auxiliary must appear before src/gallium/drivers # because there are stupidly two rbug_context.h files in # different directories, and which one is included by the # preprocessor is determined by the ordering of the -I flags. GALLIUM_DRIVER_CFLAGS = \ -I$(srcdir)/include \ -I$(top_srcdir)/src \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/src/gallium/winsys \ $(DEFINES) \ $(VISIBILITY_CFLAGS) GALLIUM_DRIVER_CXXFLAGS = \ -I$(srcdir)/include \ -I$(top_srcdir)/src \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/src/gallium/winsys \ $(DEFINES) \ $(VISIBILITY_CXXFLAGS) GALLIUM_TARGET_CFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/loader \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/src/gallium/winsys \ -I$(top_builddir)/src/util/ \ -I$(top_builddir)/src/gallium/drivers/ \ $(DEFINES) \ $(PTHREAD_CFLAGS) \ $(LIBDRM_CFLAGS) \ $(VISIBILITY_CFLAGS) GALLIUM_COMMON_LIB_DEPS = -lm $(LIBUNWIND_LIBS) $(LIBSENSORS_LIBS) \ $(CLOCK_LIB) $(PTHREAD_LIBS) $(DLOPEN_LIBS) $(am__append_1) \ $(am__append_2) GALLIUM_WINSYS_CFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ $(DEFINES) \ $(VISIBILITY_CFLAGS) GALLIUM_PIPE_LOADER_WINSYS_LIBS = \ $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \ $(top_builddir)/src/gallium/winsys/sw/wrapper/libwsw.la \ $(am__append_3) $(am__append_4) AM_CFLAGS = \ -Wno-packed-bitfield-compat \ -I$(top_srcdir)/src/gallium/drivers/freedreno/ir3 \ -I$(top_builddir)/src/compiler/nir \ -I$(top_srcdir)/src/compiler/nir \ $(GALLIUM_DRIVER_CFLAGS) \ $(LIBDRM_CFLAGS) \ $(VALGRIND_CFLAGS) MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D) noinst_LTLIBRARIES = libfreedreno.la libfreedreno_la_SOURCES = \ $(C_SOURCES) \ $(drm_SOURCES) \ $(a2xx_SOURCES) \ $(a3xx_SOURCES) \ $(a4xx_SOURCES) \ $(a5xx_SOURCES) \ $(a6xx_SOURCES) \ $(ir3_SOURCES) \ $(ir3_GENERATED_FILES) BUILT_SOURCES := $(ir3_GENERATED_FILES) CLEANFILES := $(BUILT_SOURCES) EXTRA_DIST = ir3/ir3_nir_trig.py meson.build # XXX: Required due to the C++ sources in libnir nodist_EXTRA_ir3_compiler_SOURCES = dummy.cpp ir3_compiler_SOURCES = \ ir3/ir3_cmdline.c ir3_compiler_LDADD = \ libfreedreno.la \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(top_builddir)/src/compiler/nir/libnir.la \ $(top_builddir)/src/compiler/glsl/libstandalone.la \ $(top_builddir)/src/util/libmesautil.la \ $(top_builddir)/src/mesa/libmesagallium.la \ $(GALLIUM_COMMON_LIB_DEPS) \ $(LIBDRM_LIBS) all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gallium/drivers/freedreno/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gallium/drivers/freedreno/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } drm/$(am__dirstamp): @$(MKDIR_P) drm @: > drm/$(am__dirstamp) drm/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) drm/$(DEPDIR) @: > drm/$(DEPDIR)/$(am__dirstamp) drm/freedreno_bo.lo: drm/$(am__dirstamp) drm/$(DEPDIR)/$(am__dirstamp) drm/freedreno_bo_cache.lo: drm/$(am__dirstamp) \ drm/$(DEPDIR)/$(am__dirstamp) drm/freedreno_device.lo: drm/$(am__dirstamp) \ drm/$(DEPDIR)/$(am__dirstamp) drm/freedreno_pipe.lo: drm/$(am__dirstamp) \ drm/$(DEPDIR)/$(am__dirstamp) drm/freedreno_ringbuffer.lo: drm/$(am__dirstamp) \ drm/$(DEPDIR)/$(am__dirstamp) drm/msm_bo.lo: drm/$(am__dirstamp) drm/$(DEPDIR)/$(am__dirstamp) drm/msm_device.lo: drm/$(am__dirstamp) drm/$(DEPDIR)/$(am__dirstamp) drm/msm_pipe.lo: drm/$(am__dirstamp) drm/$(DEPDIR)/$(am__dirstamp) drm/msm_ringbuffer.lo: drm/$(am__dirstamp) \ drm/$(DEPDIR)/$(am__dirstamp) drm/msm_ringbuffer_sp.lo: drm/$(am__dirstamp) \ drm/$(DEPDIR)/$(am__dirstamp) a2xx/$(am__dirstamp): @$(MKDIR_P) a2xx @: > a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) a2xx/$(DEPDIR) @: > a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/disasm-a2xx.lo: a2xx/$(am__dirstamp) \ a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_blend.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_compiler.lo: a2xx/$(am__dirstamp) \ a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_context.lo: a2xx/$(am__dirstamp) \ a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_draw.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_emit.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_gmem.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_program.lo: a2xx/$(am__dirstamp) \ a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_rasterizer.lo: a2xx/$(am__dirstamp) \ a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_screen.lo: a2xx/$(am__dirstamp) \ a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_texture.lo: a2xx/$(am__dirstamp) \ a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_util.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/fd2_zsa.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp) a2xx/ir-a2xx.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp) a3xx/$(am__dirstamp): @$(MKDIR_P) a3xx @: > a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) a3xx/$(DEPDIR) @: > a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_blend.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_context.lo: a3xx/$(am__dirstamp) \ a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_draw.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_emit.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_format.lo: a3xx/$(am__dirstamp) \ a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_gmem.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_program.lo: a3xx/$(am__dirstamp) \ a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_query.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_rasterizer.lo: a3xx/$(am__dirstamp) \ a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_screen.lo: a3xx/$(am__dirstamp) \ a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_texture.lo: a3xx/$(am__dirstamp) \ a3xx/$(DEPDIR)/$(am__dirstamp) a3xx/fd3_zsa.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp) a4xx/$(am__dirstamp): @$(MKDIR_P) a4xx @: > a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) a4xx/$(DEPDIR) @: > a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_blend.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_context.lo: a4xx/$(am__dirstamp) \ a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_draw.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_emit.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_format.lo: a4xx/$(am__dirstamp) \ a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_gmem.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_program.lo: a4xx/$(am__dirstamp) \ a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_query.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_rasterizer.lo: a4xx/$(am__dirstamp) \ a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_screen.lo: a4xx/$(am__dirstamp) \ a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_texture.lo: a4xx/$(am__dirstamp) \ a4xx/$(DEPDIR)/$(am__dirstamp) a4xx/fd4_zsa.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp) a5xx/$(am__dirstamp): @$(MKDIR_P) a5xx @: > a5xx/$(am__dirstamp) a5xx/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) a5xx/$(DEPDIR) @: > a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_blend.lo: a5xx/$(am__dirstamp) a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_blitter.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_compute.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_context.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_draw.lo: a5xx/$(am__dirstamp) a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_emit.lo: a5xx/$(am__dirstamp) a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_format.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_gmem.lo: a5xx/$(am__dirstamp) a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_image.lo: a5xx/$(am__dirstamp) a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_perfcntr.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_program.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_query.lo: a5xx/$(am__dirstamp) a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_rasterizer.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_resource.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_screen.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_texture.lo: a5xx/$(am__dirstamp) \ a5xx/$(DEPDIR)/$(am__dirstamp) a5xx/fd5_zsa.lo: a5xx/$(am__dirstamp) a5xx/$(DEPDIR)/$(am__dirstamp) a6xx/$(am__dirstamp): @$(MKDIR_P) a6xx @: > a6xx/$(am__dirstamp) a6xx/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) a6xx/$(DEPDIR) @: > a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_blend.lo: a6xx/$(am__dirstamp) a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_blitter.lo: a6xx/$(am__dirstamp) \ a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_context.lo: a6xx/$(am__dirstamp) \ a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_draw.lo: a6xx/$(am__dirstamp) a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_emit.lo: a6xx/$(am__dirstamp) a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_format.lo: a6xx/$(am__dirstamp) \ a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_gmem.lo: a6xx/$(am__dirstamp) a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_image.lo: a6xx/$(am__dirstamp) a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_program.lo: a6xx/$(am__dirstamp) \ a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_query.lo: a6xx/$(am__dirstamp) a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_rasterizer.lo: a6xx/$(am__dirstamp) \ a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_resource.lo: a6xx/$(am__dirstamp) \ a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_screen.lo: a6xx/$(am__dirstamp) \ a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_texture.lo: a6xx/$(am__dirstamp) \ a6xx/$(DEPDIR)/$(am__dirstamp) a6xx/fd6_zsa.lo: a6xx/$(am__dirstamp) a6xx/$(DEPDIR)/$(am__dirstamp) ir3/$(am__dirstamp): @$(MKDIR_P) ir3 @: > ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ir3/$(DEPDIR) @: > ir3/$(DEPDIR)/$(am__dirstamp) ir3/disasm-a3xx.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_cache.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_compiler_nir.lo: ir3/$(am__dirstamp) \ ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_compiler.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_cp.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_depth.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_group.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_legalize.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_nir.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_nir_lower_tg4_to_tex.lo: ir3/$(am__dirstamp) \ ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_print.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_ra.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_sched.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_shader.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) ir3/ir3_nir_trig.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp) libfreedreno.la: $(libfreedreno_la_OBJECTS) $(libfreedreno_la_DEPENDENCIES) $(EXTRA_libfreedreno_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libfreedreno_la_OBJECTS) $(libfreedreno_la_LIBADD) $(LIBS) ir3/ir3_cmdline.$(OBJEXT): ir3/$(am__dirstamp) \ ir3/$(DEPDIR)/$(am__dirstamp) ir3_compiler$(EXEEXT): $(ir3_compiler_OBJECTS) $(ir3_compiler_DEPENDENCIES) $(EXTRA_ir3_compiler_DEPENDENCIES) @rm -f ir3_compiler$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(ir3_compiler_OBJECTS) $(ir3_compiler_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f a2xx/*.$(OBJEXT) -rm -f a2xx/*.lo -rm -f a3xx/*.$(OBJEXT) -rm -f a3xx/*.lo -rm -f a4xx/*.$(OBJEXT) -rm -f a4xx/*.lo -rm -f a5xx/*.$(OBJEXT) -rm -f a5xx/*.lo -rm -f a6xx/*.$(OBJEXT) -rm -f a6xx/*.lo -rm -f drm/*.$(OBJEXT) -rm -f drm/*.lo -rm -f ir3/*.$(OBJEXT) -rm -f ir3/*.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_batch.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_batch_cache.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_blitter.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_context.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_draw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_fence.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_gmem.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_program.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_query.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_query_acc.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_query_hw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_query_sw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_resource.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_screen.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_state.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_surface.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_texture.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_util.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/disasm-a2xx.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_blend.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_compiler.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_context.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_draw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_emit.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_gmem.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_program.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_rasterizer.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_screen.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_texture.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_util.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_zsa.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/ir-a2xx.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_blend.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_context.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_draw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_emit.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_format.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_gmem.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_program.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_query.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_rasterizer.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_screen.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_texture.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_zsa.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_blend.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_context.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_draw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_emit.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_format.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_gmem.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_program.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_query.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_rasterizer.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_screen.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_texture.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_zsa.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_blend.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_blitter.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_compute.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_context.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_draw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_emit.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_format.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_gmem.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_image.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_perfcntr.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_program.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_query.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_rasterizer.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_resource.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_screen.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_texture.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a5xx/$(DEPDIR)/fd5_zsa.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_blend.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_blitter.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_context.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_draw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_emit.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_format.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_gmem.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_image.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_program.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_query.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_rasterizer.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_resource.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_screen.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_texture.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@a6xx/$(DEPDIR)/fd6_zsa.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/freedreno_bo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/freedreno_bo_cache.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/freedreno_device.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/freedreno_pipe.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/freedreno_ringbuffer.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/msm_bo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/msm_device.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/msm_pipe.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/msm_ringbuffer.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@drm/$(DEPDIR)/msm_ringbuffer_sp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/disasm-a3xx.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_cache.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_cmdline.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_compiler.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_compiler_nir.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_cp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_depth.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_group.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_legalize.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_nir.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_nir_lower_tg4_to_tex.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_nir_trig.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_print.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_ra.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_sched.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_shader.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf a2xx/.libs a2xx/_libs -rm -rf a3xx/.libs a3xx/_libs -rm -rf a4xx/.libs a4xx/_libs -rm -rf a5xx/.libs a5xx/_libs -rm -rf a6xx/.libs a6xx/_libs -rm -rf drm/.libs drm/_libs -rm -rf ir3/.libs ir3/_libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) installdirs: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f a2xx/$(DEPDIR)/$(am__dirstamp) -rm -f a2xx/$(am__dirstamp) -rm -f a3xx/$(DEPDIR)/$(am__dirstamp) -rm -f a3xx/$(am__dirstamp) -rm -f a4xx/$(DEPDIR)/$(am__dirstamp) -rm -f a4xx/$(am__dirstamp) -rm -f a5xx/$(DEPDIR)/$(am__dirstamp) -rm -f a5xx/$(am__dirstamp) -rm -f a6xx/$(DEPDIR)/$(am__dirstamp) -rm -f a6xx/$(am__dirstamp) -rm -f drm/$(DEPDIR)/$(am__dirstamp) -rm -f drm/$(am__dirstamp) -rm -f ir3/$(DEPDIR)/$(am__dirstamp) -rm -f ir3/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/dummy.Po -rm -f ./$(DEPDIR)/freedreno_batch.Plo -rm -f ./$(DEPDIR)/freedreno_batch_cache.Plo -rm -f ./$(DEPDIR)/freedreno_blitter.Plo -rm -f ./$(DEPDIR)/freedreno_context.Plo -rm -f ./$(DEPDIR)/freedreno_draw.Plo -rm -f ./$(DEPDIR)/freedreno_fence.Plo -rm -f ./$(DEPDIR)/freedreno_gmem.Plo -rm -f ./$(DEPDIR)/freedreno_program.Plo -rm -f ./$(DEPDIR)/freedreno_query.Plo -rm -f ./$(DEPDIR)/freedreno_query_acc.Plo -rm -f ./$(DEPDIR)/freedreno_query_hw.Plo -rm -f ./$(DEPDIR)/freedreno_query_sw.Plo -rm -f ./$(DEPDIR)/freedreno_resource.Plo -rm -f ./$(DEPDIR)/freedreno_screen.Plo -rm -f ./$(DEPDIR)/freedreno_state.Plo -rm -f ./$(DEPDIR)/freedreno_surface.Plo -rm -f ./$(DEPDIR)/freedreno_texture.Plo -rm -f ./$(DEPDIR)/freedreno_util.Plo -rm -f a2xx/$(DEPDIR)/disasm-a2xx.Plo -rm -f a2xx/$(DEPDIR)/fd2_blend.Plo -rm -f a2xx/$(DEPDIR)/fd2_compiler.Plo -rm -f a2xx/$(DEPDIR)/fd2_context.Plo -rm -f a2xx/$(DEPDIR)/fd2_draw.Plo -rm -f a2xx/$(DEPDIR)/fd2_emit.Plo -rm -f a2xx/$(DEPDIR)/fd2_gmem.Plo -rm -f a2xx/$(DEPDIR)/fd2_program.Plo -rm -f a2xx/$(DEPDIR)/fd2_rasterizer.Plo -rm -f a2xx/$(DEPDIR)/fd2_screen.Plo -rm -f a2xx/$(DEPDIR)/fd2_texture.Plo -rm -f a2xx/$(DEPDIR)/fd2_util.Plo -rm -f a2xx/$(DEPDIR)/fd2_zsa.Plo -rm -f a2xx/$(DEPDIR)/ir-a2xx.Plo -rm -f a3xx/$(DEPDIR)/fd3_blend.Plo -rm -f a3xx/$(DEPDIR)/fd3_context.Plo -rm -f a3xx/$(DEPDIR)/fd3_draw.Plo -rm -f a3xx/$(DEPDIR)/fd3_emit.Plo -rm -f a3xx/$(DEPDIR)/fd3_format.Plo -rm -f a3xx/$(DEPDIR)/fd3_gmem.Plo -rm -f a3xx/$(DEPDIR)/fd3_program.Plo -rm -f a3xx/$(DEPDIR)/fd3_query.Plo -rm -f a3xx/$(DEPDIR)/fd3_rasterizer.Plo -rm -f a3xx/$(DEPDIR)/fd3_screen.Plo -rm -f a3xx/$(DEPDIR)/fd3_texture.Plo -rm -f a3xx/$(DEPDIR)/fd3_zsa.Plo -rm -f a4xx/$(DEPDIR)/fd4_blend.Plo -rm -f a4xx/$(DEPDIR)/fd4_context.Plo -rm -f a4xx/$(DEPDIR)/fd4_draw.Plo -rm -f a4xx/$(DEPDIR)/fd4_emit.Plo -rm -f a4xx/$(DEPDIR)/fd4_format.Plo -rm -f a4xx/$(DEPDIR)/fd4_gmem.Plo -rm -f a4xx/$(DEPDIR)/fd4_program.Plo -rm -f a4xx/$(DEPDIR)/fd4_query.Plo -rm -f a4xx/$(DEPDIR)/fd4_rasterizer.Plo -rm -f a4xx/$(DEPDIR)/fd4_screen.Plo -rm -f a4xx/$(DEPDIR)/fd4_texture.Plo -rm -f a4xx/$(DEPDIR)/fd4_zsa.Plo -rm -f a5xx/$(DEPDIR)/fd5_blend.Plo -rm -f a5xx/$(DEPDIR)/fd5_blitter.Plo -rm -f a5xx/$(DEPDIR)/fd5_compute.Plo -rm -f a5xx/$(DEPDIR)/fd5_context.Plo -rm -f a5xx/$(DEPDIR)/fd5_draw.Plo -rm -f a5xx/$(DEPDIR)/fd5_emit.Plo -rm -f a5xx/$(DEPDIR)/fd5_format.Plo -rm -f a5xx/$(DEPDIR)/fd5_gmem.Plo -rm -f a5xx/$(DEPDIR)/fd5_image.Plo -rm -f a5xx/$(DEPDIR)/fd5_perfcntr.Plo -rm -f a5xx/$(DEPDIR)/fd5_program.Plo -rm -f a5xx/$(DEPDIR)/fd5_query.Plo -rm -f a5xx/$(DEPDIR)/fd5_rasterizer.Plo -rm -f a5xx/$(DEPDIR)/fd5_resource.Plo -rm -f a5xx/$(DEPDIR)/fd5_screen.Plo -rm -f a5xx/$(DEPDIR)/fd5_texture.Plo -rm -f a5xx/$(DEPDIR)/fd5_zsa.Plo -rm -f a6xx/$(DEPDIR)/fd6_blend.Plo -rm -f a6xx/$(DEPDIR)/fd6_blitter.Plo -rm -f a6xx/$(DEPDIR)/fd6_context.Plo -rm -f a6xx/$(DEPDIR)/fd6_draw.Plo -rm -f a6xx/$(DEPDIR)/fd6_emit.Plo -rm -f a6xx/$(DEPDIR)/fd6_format.Plo -rm -f a6xx/$(DEPDIR)/fd6_gmem.Plo -rm -f a6xx/$(DEPDIR)/fd6_image.Plo -rm -f a6xx/$(DEPDIR)/fd6_program.Plo -rm -f a6xx/$(DEPDIR)/fd6_query.Plo -rm -f a6xx/$(DEPDIR)/fd6_rasterizer.Plo -rm -f a6xx/$(DEPDIR)/fd6_resource.Plo -rm -f a6xx/$(DEPDIR)/fd6_screen.Plo -rm -f a6xx/$(DEPDIR)/fd6_texture.Plo -rm -f a6xx/$(DEPDIR)/fd6_zsa.Plo -rm -f drm/$(DEPDIR)/freedreno_bo.Plo -rm -f drm/$(DEPDIR)/freedreno_bo_cache.Plo -rm -f drm/$(DEPDIR)/freedreno_device.Plo -rm -f drm/$(DEPDIR)/freedreno_pipe.Plo -rm -f drm/$(DEPDIR)/freedreno_ringbuffer.Plo -rm -f drm/$(DEPDIR)/msm_bo.Plo -rm -f drm/$(DEPDIR)/msm_device.Plo -rm -f drm/$(DEPDIR)/msm_pipe.Plo -rm -f drm/$(DEPDIR)/msm_ringbuffer.Plo -rm -f drm/$(DEPDIR)/msm_ringbuffer_sp.Plo -rm -f ir3/$(DEPDIR)/disasm-a3xx.Plo -rm -f ir3/$(DEPDIR)/ir3.Plo -rm -f ir3/$(DEPDIR)/ir3_cache.Plo -rm -f ir3/$(DEPDIR)/ir3_cmdline.Po -rm -f ir3/$(DEPDIR)/ir3_compiler.Plo -rm -f ir3/$(DEPDIR)/ir3_compiler_nir.Plo -rm -f ir3/$(DEPDIR)/ir3_cp.Plo -rm -f ir3/$(DEPDIR)/ir3_depth.Plo -rm -f ir3/$(DEPDIR)/ir3_group.Plo -rm -f ir3/$(DEPDIR)/ir3_legalize.Plo -rm -f ir3/$(DEPDIR)/ir3_nir.Plo -rm -f ir3/$(DEPDIR)/ir3_nir_lower_tg4_to_tex.Plo -rm -f ir3/$(DEPDIR)/ir3_nir_trig.Plo -rm -f ir3/$(DEPDIR)/ir3_print.Plo -rm -f ir3/$(DEPDIR)/ir3_ra.Plo -rm -f ir3/$(DEPDIR)/ir3_sched.Plo -rm -f ir3/$(DEPDIR)/ir3_shader.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/dummy.Po -rm -f ./$(DEPDIR)/freedreno_batch.Plo -rm -f ./$(DEPDIR)/freedreno_batch_cache.Plo -rm -f ./$(DEPDIR)/freedreno_blitter.Plo -rm -f ./$(DEPDIR)/freedreno_context.Plo -rm -f ./$(DEPDIR)/freedreno_draw.Plo -rm -f ./$(DEPDIR)/freedreno_fence.Plo -rm -f ./$(DEPDIR)/freedreno_gmem.Plo -rm -f ./$(DEPDIR)/freedreno_program.Plo -rm -f ./$(DEPDIR)/freedreno_query.Plo -rm -f ./$(DEPDIR)/freedreno_query_acc.Plo -rm -f ./$(DEPDIR)/freedreno_query_hw.Plo -rm -f ./$(DEPDIR)/freedreno_query_sw.Plo -rm -f ./$(DEPDIR)/freedreno_resource.Plo -rm -f ./$(DEPDIR)/freedreno_screen.Plo -rm -f ./$(DEPDIR)/freedreno_state.Plo -rm -f ./$(DEPDIR)/freedreno_surface.Plo -rm -f ./$(DEPDIR)/freedreno_texture.Plo -rm -f ./$(DEPDIR)/freedreno_util.Plo -rm -f a2xx/$(DEPDIR)/disasm-a2xx.Plo -rm -f a2xx/$(DEPDIR)/fd2_blend.Plo -rm -f a2xx/$(DEPDIR)/fd2_compiler.Plo -rm -f a2xx/$(DEPDIR)/fd2_context.Plo -rm -f a2xx/$(DEPDIR)/fd2_draw.Plo -rm -f a2xx/$(DEPDIR)/fd2_emit.Plo -rm -f a2xx/$(DEPDIR)/fd2_gmem.Plo -rm -f a2xx/$(DEPDIR)/fd2_program.Plo -rm -f a2xx/$(DEPDIR)/fd2_rasterizer.Plo -rm -f a2xx/$(DEPDIR)/fd2_screen.Plo -rm -f a2xx/$(DEPDIR)/fd2_texture.Plo -rm -f a2xx/$(DEPDIR)/fd2_util.Plo -rm -f a2xx/$(DEPDIR)/fd2_zsa.Plo -rm -f a2xx/$(DEPDIR)/ir-a2xx.Plo -rm -f a3xx/$(DEPDIR)/fd3_blend.Plo -rm -f a3xx/$(DEPDIR)/fd3_context.Plo -rm -f a3xx/$(DEPDIR)/fd3_draw.Plo -rm -f a3xx/$(DEPDIR)/fd3_emit.Plo -rm -f a3xx/$(DEPDIR)/fd3_format.Plo -rm -f a3xx/$(DEPDIR)/fd3_gmem.Plo -rm -f a3xx/$(DEPDIR)/fd3_program.Plo -rm -f a3xx/$(DEPDIR)/fd3_query.Plo -rm -f a3xx/$(DEPDIR)/fd3_rasterizer.Plo -rm -f a3xx/$(DEPDIR)/fd3_screen.Plo -rm -f a3xx/$(DEPDIR)/fd3_texture.Plo -rm -f a3xx/$(DEPDIR)/fd3_zsa.Plo -rm -f a4xx/$(DEPDIR)/fd4_blend.Plo -rm -f a4xx/$(DEPDIR)/fd4_context.Plo -rm -f a4xx/$(DEPDIR)/fd4_draw.Plo -rm -f a4xx/$(DEPDIR)/fd4_emit.Plo -rm -f a4xx/$(DEPDIR)/fd4_format.Plo -rm -f a4xx/$(DEPDIR)/fd4_gmem.Plo -rm -f a4xx/$(DEPDIR)/fd4_program.Plo -rm -f a4xx/$(DEPDIR)/fd4_query.Plo -rm -f a4xx/$(DEPDIR)/fd4_rasterizer.Plo -rm -f a4xx/$(DEPDIR)/fd4_screen.Plo -rm -f a4xx/$(DEPDIR)/fd4_texture.Plo -rm -f a4xx/$(DEPDIR)/fd4_zsa.Plo -rm -f a5xx/$(DEPDIR)/fd5_blend.Plo -rm -f a5xx/$(DEPDIR)/fd5_blitter.Plo -rm -f a5xx/$(DEPDIR)/fd5_compute.Plo -rm -f a5xx/$(DEPDIR)/fd5_context.Plo -rm -f a5xx/$(DEPDIR)/fd5_draw.Plo -rm -f a5xx/$(DEPDIR)/fd5_emit.Plo -rm -f a5xx/$(DEPDIR)/fd5_format.Plo -rm -f a5xx/$(DEPDIR)/fd5_gmem.Plo -rm -f a5xx/$(DEPDIR)/fd5_image.Plo -rm -f a5xx/$(DEPDIR)/fd5_perfcntr.Plo -rm -f a5xx/$(DEPDIR)/fd5_program.Plo -rm -f a5xx/$(DEPDIR)/fd5_query.Plo -rm -f a5xx/$(DEPDIR)/fd5_rasterizer.Plo -rm -f a5xx/$(DEPDIR)/fd5_resource.Plo -rm -f a5xx/$(DEPDIR)/fd5_screen.Plo -rm -f a5xx/$(DEPDIR)/fd5_texture.Plo -rm -f a5xx/$(DEPDIR)/fd5_zsa.Plo -rm -f a6xx/$(DEPDIR)/fd6_blend.Plo -rm -f a6xx/$(DEPDIR)/fd6_blitter.Plo -rm -f a6xx/$(DEPDIR)/fd6_context.Plo -rm -f a6xx/$(DEPDIR)/fd6_draw.Plo -rm -f a6xx/$(DEPDIR)/fd6_emit.Plo -rm -f a6xx/$(DEPDIR)/fd6_format.Plo -rm -f a6xx/$(DEPDIR)/fd6_gmem.Plo -rm -f a6xx/$(DEPDIR)/fd6_image.Plo -rm -f a6xx/$(DEPDIR)/fd6_program.Plo -rm -f a6xx/$(DEPDIR)/fd6_query.Plo -rm -f a6xx/$(DEPDIR)/fd6_rasterizer.Plo -rm -f a6xx/$(DEPDIR)/fd6_resource.Plo -rm -f a6xx/$(DEPDIR)/fd6_screen.Plo -rm -f a6xx/$(DEPDIR)/fd6_texture.Plo -rm -f a6xx/$(DEPDIR)/fd6_zsa.Plo -rm -f drm/$(DEPDIR)/freedreno_bo.Plo -rm -f drm/$(DEPDIR)/freedreno_bo_cache.Plo -rm -f drm/$(DEPDIR)/freedreno_device.Plo -rm -f drm/$(DEPDIR)/freedreno_pipe.Plo -rm -f drm/$(DEPDIR)/freedreno_ringbuffer.Plo -rm -f drm/$(DEPDIR)/msm_bo.Plo -rm -f drm/$(DEPDIR)/msm_device.Plo -rm -f drm/$(DEPDIR)/msm_pipe.Plo -rm -f drm/$(DEPDIR)/msm_ringbuffer.Plo -rm -f drm/$(DEPDIR)/msm_ringbuffer_sp.Plo -rm -f ir3/$(DEPDIR)/disasm-a3xx.Plo -rm -f ir3/$(DEPDIR)/ir3.Plo -rm -f ir3/$(DEPDIR)/ir3_cache.Plo -rm -f ir3/$(DEPDIR)/ir3_cmdline.Po -rm -f ir3/$(DEPDIR)/ir3_compiler.Plo -rm -f ir3/$(DEPDIR)/ir3_compiler_nir.Plo -rm -f ir3/$(DEPDIR)/ir3_cp.Plo -rm -f ir3/$(DEPDIR)/ir3_depth.Plo -rm -f ir3/$(DEPDIR)/ir3_group.Plo -rm -f ir3/$(DEPDIR)/ir3_legalize.Plo -rm -f ir3/$(DEPDIR)/ir3_nir.Plo -rm -f ir3/$(DEPDIR)/ir3_nir_lower_tg4_to_tex.Plo -rm -f ir3/$(DEPDIR)/ir3_nir_trig.Plo -rm -f ir3/$(DEPDIR)/ir3_print.Plo -rm -f ir3/$(DEPDIR)/ir3_ra.Plo -rm -f ir3/$(DEPDIR)/ir3_sched.Plo -rm -f ir3/$(DEPDIR)/ir3_shader.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: all check install install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile ir3/ir3_nir_trig.c: ir3/ir3_nir_trig.py $(top_srcdir)/src/compiler/nir/nir_algebraic.py $(MKDIR_GEN) $(AM_V_GEN) $(PYTHON) $(PYTHON_FLAGS) $(srcdir)/ir3/ir3_nir_trig.py -p $(top_srcdir)/src/compiler/nir > $@ || ($(RM) $@; false) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: