1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright 2005 Adam Jackson. 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36 37VPATH = @srcdir@ 38am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 39am__make_running_with_option = \ 40 case $${target_option-} in \ 41 ?) ;; \ 42 *) echo "am__make_running_with_option: internal error: invalid" \ 43 "target option '$${target_option-}' specified" >&2; \ 44 exit 1;; \ 45 esac; \ 46 has_opt=no; \ 47 sane_makeflags=$$MAKEFLAGS; \ 48 if $(am__is_gnu_make); then \ 49 sane_makeflags=$$MFLAGS; \ 50 else \ 51 case $$MAKEFLAGS in \ 52 *\\[\ \ ]*) \ 53 bs=\\; \ 54 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 55 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 56 esac; \ 57 fi; \ 58 skip_next=no; \ 59 strip_trailopt () \ 60 { \ 61 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 62 }; \ 63 for flg in $$sane_makeflags; do \ 64 test $$skip_next = yes && { skip_next=no; continue; }; \ 65 case $$flg in \ 66 *=*|--*) continue;; \ 67 -*I) strip_trailopt 'I'; skip_next=yes;; \ 68 -*I?*) strip_trailopt 'I';; \ 69 -*O) strip_trailopt 'O'; skip_next=yes;; \ 70 -*O?*) strip_trailopt 'O';; \ 71 -*l) strip_trailopt 'l'; skip_next=yes;; \ 72 -*l?*) strip_trailopt 'l';; \ 73 -[dEDm]) skip_next=yes;; \ 74 -[JT]) skip_next=yes;; \ 75 esac; \ 76 case $$flg in \ 77 *$$target_option*) has_opt=yes; break;; \ 78 esac; \ 79 done; \ 80 test $$has_opt = yes 81am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 82am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 83pkgdatadir = $(datadir)/@PACKAGE@ 84pkgincludedir = $(includedir)/@PACKAGE@ 85pkglibdir = $(libdir)/@PACKAGE@ 86pkglibexecdir = $(libexecdir)/@PACKAGE@ 87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 88install_sh_DATA = $(install_sh) -c -m 644 89install_sh_PROGRAM = $(install_sh) -c 90install_sh_SCRIPT = $(install_sh) -c 91INSTALL_HEADER = $(INSTALL_DATA) 92transform = $(program_transform_name) 93NORMAL_INSTALL = : 94PRE_INSTALL = : 95POST_INSTALL = : 96NORMAL_UNINSTALL = : 97PRE_UNINSTALL = : 98POST_UNINSTALL = : 99build_triplet = @build@ 100host_triplet = @host@ 101@VALGRIND_TRUE@am__append_1 = $(VALGRIND_CFLAGS) 102@DRI2_TRUE@am__append_2 = $(DRI2_CFLAGS) 103@DRI2_TRUE@am__append_3 = sna_dri2.c 104@DRI2_TRUE@am__append_4 = $(DRI2_LIBS) @CLOCK_GETTIME_LIBS@ 105@DRI3_TRUE@am__append_5 = $(DRI3_CFLAGS) 106@DRI3_TRUE@am__append_6 = sna_dri3.c 107@DRI3_TRUE@am__append_7 = $(DRI3_LIBS) 108@PRESENT_TRUE@am__append_8 = $(PRESENT_CFLAGS) 109@PRESENT_TRUE@am__append_9 = sna_present.c 110@PRESENT_TRUE@am__append_10 = $(PRESENT_LIBS) 111@XVMC_TRUE@am__append_11 = \ 112@XVMC_TRUE@ sna_video_hwmc.h \ 113@XVMC_TRUE@ sna_video_hwmc.c \ 114@XVMC_TRUE@ $(NULL) 115 116@FULL_DEBUG_TRUE@am__append_12 = \ 117@FULL_DEBUG_TRUE@ kgem_debug.c \ 118@FULL_DEBUG_TRUE@ kgem_debug.h \ 119@FULL_DEBUG_TRUE@ kgem_debug_gen2.c \ 120@FULL_DEBUG_TRUE@ kgem_debug_gen3.c \ 121@FULL_DEBUG_TRUE@ kgem_debug_gen4.c \ 122@FULL_DEBUG_TRUE@ kgem_debug_gen5.c \ 123@FULL_DEBUG_TRUE@ kgem_debug_gen6.c \ 124@FULL_DEBUG_TRUE@ kgem_debug_gen7.c \ 125@FULL_DEBUG_TRUE@ $(NULL) 126 127subdir = src/sna 128DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 129 $(top_srcdir)/depcomp README 130ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 131am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 132 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 133 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 134 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 135am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 136 $(ACLOCAL_M4) 137mkinstalldirs = $(install_sh) -d 138CONFIG_HEADER = $(top_builddir)/config.h 139CONFIG_CLEAN_FILES = 140CONFIG_CLEAN_VPATH_FILES = 141LTLIBRARIES = $(noinst_LTLIBRARIES) 142am__DEPENDENCIES_1 = 143@DRI2_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) 144@DRI3_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) 145@PRESENT_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1) 146libsna_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 147 brw/libbrw.la fb/libfb.la ../../libobj/libcompat.la \ 148 $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3) \ 149 $(am__DEPENDENCIES_4) 150am__libsna_la_SOURCES_DIST = atomic.h blt.c compiler.h debug.h kgem.c \ 151 kgem.h rop.h sna.h sna_accel.c sna_acpi.c sna_blt.c \ 152 sna_composite.c sna_cpu.c sna_cpuid.h sna_damage.c \ 153 sna_damage.h sna_display.c sna_display_fake.c sna_driver.c \ 154 sna_glyphs.c sna_gradient.c sna_io.c sna_module.h sna_render.c \ 155 sna_render.h sna_render_inline.h sna_reg.h sna_stream.c \ 156 sna_trapezoids.h sna_trapezoids.c sna_trapezoids_boxes.c \ 157 sna_trapezoids_imprecise.c sna_trapezoids_mono.c \ 158 sna_trapezoids_precise.c sna_tiling.c sna_transform.c \ 159 sna_threads.c sna_vertex.c sna_video.c sna_video.h \ 160 sna_video_overlay.c sna_video_sprite.c sna_video_textured.c \ 161 gen2_render.c gen2_render.h gen3_render.c gen3_render.h \ 162 gen4_common.c gen4_common.h gen4_render.c gen4_render.h \ 163 gen4_source.c gen4_source.h gen4_vertex.c gen4_vertex.h \ 164 gen5_render.c gen5_render.h gen6_common.c gen6_common.h \ 165 gen6_render.c gen6_render.h gen7_render.c gen7_render.h \ 166 gen8_eu.c gen8_eu.h gen8_render.c gen8_render.h gen8_vertex.c \ 167 gen8_vertex.h xassert.h sna_dri2.c sna_dri3.c sna_present.c \ 168 sna_video_hwmc.h sna_video_hwmc.c kgem_debug.c kgem_debug.h \ 169 kgem_debug_gen2.c kgem_debug_gen3.c kgem_debug_gen4.c \ 170 kgem_debug_gen5.c kgem_debug_gen6.c kgem_debug_gen7.c 171@DRI2_TRUE@am__objects_1 = sna_dri2.lo 172@DRI3_TRUE@am__objects_2 = sna_dri3.lo 173@PRESENT_TRUE@am__objects_3 = sna_present.lo 174@XVMC_TRUE@am__objects_4 = sna_video_hwmc.lo 175@FULL_DEBUG_TRUE@am__objects_5 = kgem_debug.lo kgem_debug_gen2.lo \ 176@FULL_DEBUG_TRUE@ kgem_debug_gen3.lo kgem_debug_gen4.lo \ 177@FULL_DEBUG_TRUE@ kgem_debug_gen5.lo kgem_debug_gen6.lo \ 178@FULL_DEBUG_TRUE@ kgem_debug_gen7.lo 179am_libsna_la_OBJECTS = blt.lo kgem.lo sna_accel.lo sna_acpi.lo \ 180 sna_blt.lo sna_composite.lo sna_cpu.lo sna_damage.lo \ 181 sna_display.lo sna_display_fake.lo sna_driver.lo sna_glyphs.lo \ 182 sna_gradient.lo sna_io.lo sna_render.lo sna_stream.lo \ 183 sna_trapezoids.lo sna_trapezoids_boxes.lo \ 184 sna_trapezoids_imprecise.lo sna_trapezoids_mono.lo \ 185 sna_trapezoids_precise.lo sna_tiling.lo sna_transform.lo \ 186 sna_threads.lo sna_vertex.lo sna_video.lo sna_video_overlay.lo \ 187 sna_video_sprite.lo sna_video_textured.lo gen2_render.lo \ 188 gen3_render.lo gen4_common.lo gen4_render.lo gen4_source.lo \ 189 gen4_vertex.lo gen5_render.lo gen6_common.lo gen6_render.lo \ 190 gen7_render.lo gen8_eu.lo gen8_render.lo gen8_vertex.lo \ 191 $(am__objects_1) $(am__objects_2) $(am__objects_3) \ 192 $(am__objects_4) $(am__objects_5) 193libsna_la_OBJECTS = $(am_libsna_la_OBJECTS) 194AM_V_lt = $(am__v_lt_@AM_V@) 195am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 196am__v_lt_0 = --silent 197am__v_lt_1 = 198libsna_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 199 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 200 $(libsna_la_LDFLAGS) $(LDFLAGS) -o $@ 201AM_V_P = $(am__v_P_@AM_V@) 202am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 203am__v_P_0 = false 204am__v_P_1 = : 205AM_V_GEN = $(am__v_GEN_@AM_V@) 206am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 207am__v_GEN_0 = @echo " GEN " $@; 208am__v_GEN_1 = 209AM_V_at = $(am__v_at_@AM_V@) 210am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 211am__v_at_0 = @ 212am__v_at_1 = 213DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 214depcomp = $(SHELL) $(top_srcdir)/depcomp 215am__depfiles_maybe = depfiles 216am__mv = mv -f 217COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 218 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 219LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 220 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 221 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 222 $(AM_CFLAGS) $(CFLAGS) 223AM_V_CC = $(am__v_CC_@AM_V@) 224am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 225am__v_CC_0 = @echo " CC " $@; 226am__v_CC_1 = 227CCLD = $(CC) 228LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 229 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 230 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 231AM_V_CCLD = $(am__v_CCLD_@AM_V@) 232am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 233am__v_CCLD_0 = @echo " CCLD " $@; 234am__v_CCLD_1 = 235SOURCES = $(libsna_la_SOURCES) 236DIST_SOURCES = $(am__libsna_la_SOURCES_DIST) 237RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 238 ctags-recursive dvi-recursive html-recursive info-recursive \ 239 install-data-recursive install-dvi-recursive \ 240 install-exec-recursive install-html-recursive \ 241 install-info-recursive install-pdf-recursive \ 242 install-ps-recursive install-recursive installcheck-recursive \ 243 installdirs-recursive pdf-recursive ps-recursive \ 244 tags-recursive uninstall-recursive 245am__can_run_installinfo = \ 246 case $$AM_UPDATE_INFO_DIR in \ 247 n|no|NO) false;; \ 248 *) (install-info --version) >/dev/null 2>&1;; \ 249 esac 250RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 251 distclean-recursive maintainer-clean-recursive 252am__recursive_targets = \ 253 $(RECURSIVE_TARGETS) \ 254 $(RECURSIVE_CLEAN_TARGETS) \ 255 $(am__extra_recursive_targets) 256AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 257 distdir 258am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 259# Read a list of newline-separated strings from the standard input, 260# and print each of them once, without duplicates. Input order is 261# *not* preserved. 262am__uniquify_input = $(AWK) '\ 263 BEGIN { nonempty = 0; } \ 264 { items[$$0] = 1; nonempty = 1; } \ 265 END { if (nonempty) { for (i in items) print i; }; } \ 266' 267# Make sure the list of sources is unique. This is necessary because, 268# e.g., the same source file might be shared among _SOURCES variables 269# for different programs/libraries. 270am__define_uniq_tagged_files = \ 271 list='$(am__tagged_files)'; \ 272 unique=`for i in $$list; do \ 273 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 274 done | $(am__uniquify_input)` 275ETAGS = etags 276CTAGS = ctags 277DIST_SUBDIRS = $(SUBDIRS) 278DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 279am__relativize = \ 280 dir0=`pwd`; \ 281 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 282 sed_rest='s,^[^/]*/*,,'; \ 283 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 284 sed_butlast='s,/*[^/]*$$,,'; \ 285 while test -n "$$dir1"; do \ 286 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 287 if test "$$first" != "."; then \ 288 if test "$$first" = ".."; then \ 289 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 290 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 291 else \ 292 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 293 if test "$$first2" = "$$first"; then \ 294 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 295 else \ 296 dir2="../$$dir2"; \ 297 fi; \ 298 dir0="$$dir0"/"$$first"; \ 299 fi; \ 300 fi; \ 301 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 302 done; \ 303 reldir="$$dir2" 304ACLOCAL = @ACLOCAL@ 305ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 306ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 307AMTAR = @AMTAR@ 308AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 309APP_MAN_DIR = @APP_MAN_DIR@ 310APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 311AR = @AR@ 312AUTOCONF = @AUTOCONF@ 313AUTOHEADER = @AUTOHEADER@ 314AUTOMAKE = @AUTOMAKE@ 315AWK = @AWK@ 316BASE_CFLAGS = @BASE_CFLAGS@ 317CC = @CC@ 318CCDEPMODE = @CCDEPMODE@ 319CFLAGS = @CFLAGS@ 320CHANGELOG_CMD = @CHANGELOG_CMD@ 321CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@ 322CPP = @CPP@ 323CPPFLAGS = @CPPFLAGS@ 324CWARNFLAGS = @CWARNFLAGS@ 325CYGPATH_W = @CYGPATH_W@ 326DEFS = @DEFS@ 327DEPDIR = @DEPDIR@ 328DLLTOOL = @DLLTOOL@ 329DRI1_CFLAGS = @DRI1_CFLAGS@ 330DRI1_LIBS = @DRI1_LIBS@ 331DRI2_CFLAGS = @DRI2_CFLAGS@ 332DRI2_LIBS = @DRI2_LIBS@ 333DRI3_CFLAGS = @DRI3_CFLAGS@ 334DRI3_LIBS = @DRI3_LIBS@ 335DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 336DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 337DRIVER_NAME = @DRIVER_NAME@ 338DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 339DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@ 340DRMINTEL_LIBS = @DRMINTEL_LIBS@ 341DRM_CFLAGS = @DRM_CFLAGS@ 342DRM_LIBS = @DRM_LIBS@ 343DSYMUTIL = @DSYMUTIL@ 344DUMPBIN = @DUMPBIN@ 345ECHO_C = @ECHO_C@ 346ECHO_N = @ECHO_N@ 347ECHO_T = @ECHO_T@ 348EGREP = @EGREP@ 349EXEEXT = @EXEEXT@ 350FGREP = @FGREP@ 351FILE_MAN_DIR = @FILE_MAN_DIR@ 352FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 353GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@ 354GEN4ASM_LIBS = @GEN4ASM_LIBS@ 355GREP = @GREP@ 356INSTALL = @INSTALL@ 357INSTALL_CMD = @INSTALL_CMD@ 358INSTALL_DATA = @INSTALL_DATA@ 359INSTALL_PROGRAM = @INSTALL_PROGRAM@ 360INSTALL_SCRIPT = @INSTALL_SCRIPT@ 361INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 362INTEL_GEN4ASM = @INTEL_GEN4ASM@ 363IVO_CFLAGS = @IVO_CFLAGS@ 364IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@ 365IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@ 366IVO_LIBS = @IVO_LIBS@ 367LD = @LD@ 368LDFLAGS = @LDFLAGS@ 369LIBEXEC_PATH = @LIBEXEC_PATH@ 370LIBOBJS = @LIBOBJS@ 371LIBS = @LIBS@ 372LIBTOOL = @LIBTOOL@ 373LIB_MAN_DIR = @LIB_MAN_DIR@ 374LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 375LIPO = @LIPO@ 376LN_S = @LN_S@ 377LTLIBOBJS = @LTLIBOBJS@ 378MAKEINFO = @MAKEINFO@ 379MANIFEST_TOOL = @MANIFEST_TOOL@ 380MAN_SUBSTS = @MAN_SUBSTS@ 381MISC_MAN_DIR = @MISC_MAN_DIR@ 382MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 383MKDIR_P = @MKDIR_P@ 384NM = @NM@ 385NMEDIT = @NMEDIT@ 386NOWARNFLAGS = @NOWARNFLAGS@ 387OBJDUMP = @OBJDUMP@ 388OBJEXT = @OBJEXT@ 389OTOOL = @OTOOL@ 390OTOOL64 = @OTOOL64@ 391PACKAGE = @PACKAGE@ 392PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 393PACKAGE_NAME = @PACKAGE_NAME@ 394PACKAGE_STRING = @PACKAGE_STRING@ 395PACKAGE_TARNAME = @PACKAGE_TARNAME@ 396PACKAGE_URL = @PACKAGE_URL@ 397PACKAGE_VERSION = @PACKAGE_VERSION@ 398PATH_SEPARATOR = @PATH_SEPARATOR@ 399PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 400PCIACCESS_LIBS = @PCIACCESS_LIBS@ 401PKG_CONFIG = @PKG_CONFIG@ 402PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 403PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 404PREFIX_PATH = @PREFIX_PATH@ 405PRESENT_CFLAGS = @PRESENT_CFLAGS@ 406PRESENT_LIBS = @PRESENT_LIBS@ 407RANLIB = @RANLIB@ 408SED = @SED@ 409SET_MAKE = @SET_MAKE@ 410SHELL = @SHELL@ 411STRICT_CFLAGS = @STRICT_CFLAGS@ 412STRIP = @STRIP@ 413UDEV_CFLAGS = @UDEV_CFLAGS@ 414UDEV_LIBS = @UDEV_LIBS@ 415VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 416VALGRIND_LIBS = @VALGRIND_LIBS@ 417VERSION = @VERSION@ 418X11_CFLAGS = @X11_CFLAGS@ 419X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@ 420X11_DRI3_LIBS = @X11_DRI3_LIBS@ 421X11_LIBS = @X11_LIBS@ 422XORG_CFLAGS = @XORG_CFLAGS@ 423XORG_LIBS = @XORG_LIBS@ 424XORG_MAN_PAGE = @XORG_MAN_PAGE@ 425XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 426XVMCLIB_LIBS = @XVMCLIB_LIBS@ 427abs_builddir = @abs_builddir@ 428abs_srcdir = @abs_srcdir@ 429abs_top_builddir = @abs_top_builddir@ 430abs_top_srcdir = @abs_top_srcdir@ 431ac_ct_AR = @ac_ct_AR@ 432ac_ct_CC = @ac_ct_CC@ 433ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 434am__include = @am__include@ 435am__leading_dot = @am__leading_dot@ 436am__quote = @am__quote@ 437am__tar = @am__tar@ 438am__untar = @am__untar@ 439bindir = @bindir@ 440build = @build@ 441build_alias = @build_alias@ 442build_cpu = @build_cpu@ 443build_os = @build_os@ 444build_vendor = @build_vendor@ 445builddir = @builddir@ 446datadir = @datadir@ 447datarootdir = @datarootdir@ 448docdir = @docdir@ 449dvidir = @dvidir@ 450exec_prefix = @exec_prefix@ 451host = @host@ 452host_alias = @host_alias@ 453host_cpu = @host_cpu@ 454host_os = @host_os@ 455host_vendor = @host_vendor@ 456htmldir = @htmldir@ 457includedir = @includedir@ 458infodir = @infodir@ 459install_sh = @install_sh@ 460libdir = @libdir@ 461libexecdir = @libexecdir@ 462localedir = @localedir@ 463localstatedir = @localstatedir@ 464mandir = @mandir@ 465mkdir_p = @mkdir_p@ 466moduledir = @moduledir@ 467oldincludedir = @oldincludedir@ 468pdfdir = @pdfdir@ 469prefix = @prefix@ 470program_transform_name = @program_transform_name@ 471psdir = @psdir@ 472sbindir = @sbindir@ 473sharedstatedir = @sharedstatedir@ 474srcdir = @srcdir@ 475sysconfdir = @sysconfdir@ 476target_alias = @target_alias@ 477top_build_prefix = @top_build_prefix@ 478top_builddir = @top_builddir@ 479top_srcdir = @top_srcdir@ 480SUBDIRS = brw fb 481AM_CFLAGS = @CWARNFLAGS@ -I$(top_srcdir)/src \ 482 -I$(top_srcdir)/src/render_program $(XORG_CFLAGS) \ 483 $(UDEV_CFLAGS) $(DRM_CFLAGS) $(NULL) $(am__append_1) \ 484 $(am__append_2) $(am__append_5) $(am__append_8) @NOWARNFLAGS@ 485noinst_LTLIBRARIES = libsna.la 486libsna_la_LDFLAGS = -pthread 487libsna_la_LIBADD = $(UDEV_LIBS) -lm $(DRM_LIBS) brw/libbrw.la \ 488 fb/libfb.la ../../libobj/libcompat.la $(am__append_4) \ 489 $(am__append_7) $(am__append_10) 490libsna_la_SOURCES = atomic.h blt.c compiler.h debug.h kgem.c kgem.h \ 491 rop.h sna.h sna_accel.c sna_acpi.c sna_blt.c sna_composite.c \ 492 sna_cpu.c sna_cpuid.h sna_damage.c sna_damage.h sna_display.c \ 493 sna_display_fake.c sna_driver.c sna_glyphs.c sna_gradient.c \ 494 sna_io.c sna_module.h sna_render.c sna_render.h \ 495 sna_render_inline.h sna_reg.h sna_stream.c sna_trapezoids.h \ 496 sna_trapezoids.c sna_trapezoids_boxes.c \ 497 sna_trapezoids_imprecise.c sna_trapezoids_mono.c \ 498 sna_trapezoids_precise.c sna_tiling.c sna_transform.c \ 499 sna_threads.c sna_vertex.c sna_video.c sna_video.h \ 500 sna_video_overlay.c sna_video_sprite.c sna_video_textured.c \ 501 gen2_render.c gen2_render.h gen3_render.c gen3_render.h \ 502 gen4_common.c gen4_common.h gen4_render.c gen4_render.h \ 503 gen4_source.c gen4_source.h gen4_vertex.c gen4_vertex.h \ 504 gen5_render.c gen5_render.h gen6_common.c gen6_common.h \ 505 gen6_render.c gen6_render.h gen7_render.c gen7_render.h \ 506 gen8_eu.c gen8_eu.h gen8_render.c gen8_render.h gen8_vertex.c \ 507 gen8_vertex.h xassert.h $(NULL) $(am__append_3) \ 508 $(am__append_6) $(am__append_9) $(am__append_11) \ 509 $(am__append_12) 510all: all-recursive 511 512.SUFFIXES: 513.SUFFIXES: .c .lo .o .obj 514$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 515 @for dep in $?; do \ 516 case '$(am__configure_deps)' in \ 517 *$$dep*) \ 518 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 519 && { if test -f $@; then exit 0; else break; fi; }; \ 520 exit 1;; \ 521 esac; \ 522 done; \ 523 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sna/Makefile'; \ 524 $(am__cd) $(top_srcdir) && \ 525 $(AUTOMAKE) --foreign src/sna/Makefile 526.PRECIOUS: Makefile 527Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 528 @case '$?' in \ 529 *config.status*) \ 530 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 531 *) \ 532 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 533 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 534 esac; 535 536$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 537 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 538 539$(top_srcdir)/configure: $(am__configure_deps) 540 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 541$(ACLOCAL_M4): $(am__aclocal_m4_deps) 542 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 543$(am__aclocal_m4_deps): 544 545clean-noinstLTLIBRARIES: 546 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 547 @list='$(noinst_LTLIBRARIES)'; \ 548 locs=`for p in $$list; do echo $$p; done | \ 549 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 550 sort -u`; \ 551 test -z "$$locs" || { \ 552 echo rm -f $${locs}; \ 553 rm -f $${locs}; \ 554 } 555 556libsna.la: $(libsna_la_OBJECTS) $(libsna_la_DEPENDENCIES) $(EXTRA_libsna_la_DEPENDENCIES) 557 $(AM_V_CCLD)$(libsna_la_LINK) $(libsna_la_OBJECTS) $(libsna_la_LIBADD) $(LIBS) 558 559mostlyclean-compile: 560 -rm -f *.$(OBJEXT) 561 562distclean-compile: 563 -rm -f *.tab.c 564 565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blt.Plo@am__quote@ 566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen2_render.Plo@am__quote@ 567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen3_render.Plo@am__quote@ 568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_common.Plo@am__quote@ 569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_render.Plo@am__quote@ 570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_source.Plo@am__quote@ 571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_vertex.Plo@am__quote@ 572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen5_render.Plo@am__quote@ 573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen6_common.Plo@am__quote@ 574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen6_render.Plo@am__quote@ 575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen7_render.Plo@am__quote@ 576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen8_eu.Plo@am__quote@ 577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen8_render.Plo@am__quote@ 578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen8_vertex.Plo@am__quote@ 579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem.Plo@am__quote@ 580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug.Plo@am__quote@ 581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen2.Plo@am__quote@ 582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen3.Plo@am__quote@ 583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen4.Plo@am__quote@ 584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen5.Plo@am__quote@ 585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen6.Plo@am__quote@ 586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen7.Plo@am__quote@ 587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_accel.Plo@am__quote@ 588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_acpi.Plo@am__quote@ 589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_blt.Plo@am__quote@ 590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_composite.Plo@am__quote@ 591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_cpu.Plo@am__quote@ 592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_damage.Plo@am__quote@ 593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_display.Plo@am__quote@ 594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_display_fake.Plo@am__quote@ 595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_dri2.Plo@am__quote@ 596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_dri3.Plo@am__quote@ 597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_driver.Plo@am__quote@ 598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_glyphs.Plo@am__quote@ 599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_gradient.Plo@am__quote@ 600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_io.Plo@am__quote@ 601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_present.Plo@am__quote@ 602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_render.Plo@am__quote@ 603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_stream.Plo@am__quote@ 604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_threads.Plo@am__quote@ 605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_tiling.Plo@am__quote@ 606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_transform.Plo@am__quote@ 607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids.Plo@am__quote@ 608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids_boxes.Plo@am__quote@ 609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids_imprecise.Plo@am__quote@ 610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids_mono.Plo@am__quote@ 611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids_precise.Plo@am__quote@ 612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_vertex.Plo@am__quote@ 613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video.Plo@am__quote@ 614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_hwmc.Plo@am__quote@ 615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_overlay.Plo@am__quote@ 616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_sprite.Plo@am__quote@ 617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_textured.Plo@am__quote@ 618 619.c.o: 620@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 621@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 622@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 623@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 624@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 625 626.c.obj: 627@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 628@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 629@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 630@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 631@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 632 633.c.lo: 634@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 635@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 636@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 637@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 638@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 639 640mostlyclean-libtool: 641 -rm -f *.lo 642 643clean-libtool: 644 -rm -rf .libs _libs 645 646# This directory's subdirectories are mostly independent; you can cd 647# into them and run 'make' without going through this Makefile. 648# To change the values of 'make' variables: instead of editing Makefiles, 649# (1) if the variable is set in 'config.status', edit 'config.status' 650# (which will cause the Makefiles to be regenerated when you run 'make'); 651# (2) otherwise, pass the desired values on the 'make' command line. 652$(am__recursive_targets): 653 @fail=; \ 654 if $(am__make_keepgoing); then \ 655 failcom='fail=yes'; \ 656 else \ 657 failcom='exit 1'; \ 658 fi; \ 659 dot_seen=no; \ 660 target=`echo $@ | sed s/-recursive//`; \ 661 case "$@" in \ 662 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 663 *) list='$(SUBDIRS)' ;; \ 664 esac; \ 665 for subdir in $$list; do \ 666 echo "Making $$target in $$subdir"; \ 667 if test "$$subdir" = "."; then \ 668 dot_seen=yes; \ 669 local_target="$$target-am"; \ 670 else \ 671 local_target="$$target"; \ 672 fi; \ 673 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 674 || eval $$failcom; \ 675 done; \ 676 if test "$$dot_seen" = "no"; then \ 677 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 678 fi; test -z "$$fail" 679 680ID: $(am__tagged_files) 681 $(am__define_uniq_tagged_files); mkid -fID $$unique 682tags: tags-recursive 683TAGS: tags 684 685tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 686 set x; \ 687 here=`pwd`; \ 688 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 689 include_option=--etags-include; \ 690 empty_fix=.; \ 691 else \ 692 include_option=--include; \ 693 empty_fix=; \ 694 fi; \ 695 list='$(SUBDIRS)'; for subdir in $$list; do \ 696 if test "$$subdir" = .; then :; else \ 697 test ! -f $$subdir/TAGS || \ 698 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 699 fi; \ 700 done; \ 701 $(am__define_uniq_tagged_files); \ 702 shift; \ 703 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 704 test -n "$$unique" || unique=$$empty_fix; \ 705 if test $$# -gt 0; then \ 706 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 707 "$$@" $$unique; \ 708 else \ 709 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 710 $$unique; \ 711 fi; \ 712 fi 713ctags: ctags-recursive 714 715CTAGS: ctags 716ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 717 $(am__define_uniq_tagged_files); \ 718 test -z "$(CTAGS_ARGS)$$unique" \ 719 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 720 $$unique 721 722GTAGS: 723 here=`$(am__cd) $(top_builddir) && pwd` \ 724 && $(am__cd) $(top_srcdir) \ 725 && gtags -i $(GTAGS_ARGS) "$$here" 726cscopelist: cscopelist-recursive 727 728cscopelist-am: $(am__tagged_files) 729 list='$(am__tagged_files)'; \ 730 case "$(srcdir)" in \ 731 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 732 *) sdir=$(subdir)/$(srcdir) ;; \ 733 esac; \ 734 for i in $$list; do \ 735 if test -f "$$i"; then \ 736 echo "$(subdir)/$$i"; \ 737 else \ 738 echo "$$sdir/$$i"; \ 739 fi; \ 740 done >> $(top_builddir)/cscope.files 741 742distclean-tags: 743 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 744 745distdir: $(DISTFILES) 746 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 747 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 748 list='$(DISTFILES)'; \ 749 dist_files=`for file in $$list; do echo $$file; done | \ 750 sed -e "s|^$$srcdirstrip/||;t" \ 751 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 752 case $$dist_files in \ 753 */*) $(MKDIR_P) `echo "$$dist_files" | \ 754 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 755 sort -u` ;; \ 756 esac; \ 757 for file in $$dist_files; do \ 758 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 759 if test -d $$d/$$file; then \ 760 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 761 if test -d "$(distdir)/$$file"; then \ 762 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 763 fi; \ 764 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 765 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 766 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 767 fi; \ 768 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 769 else \ 770 test -f "$(distdir)/$$file" \ 771 || cp -p $$d/$$file "$(distdir)/$$file" \ 772 || exit 1; \ 773 fi; \ 774 done 775 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 776 if test "$$subdir" = .; then :; else \ 777 $(am__make_dryrun) \ 778 || test -d "$(distdir)/$$subdir" \ 779 || $(MKDIR_P) "$(distdir)/$$subdir" \ 780 || exit 1; \ 781 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 782 $(am__relativize); \ 783 new_distdir=$$reldir; \ 784 dir1=$$subdir; dir2="$(top_distdir)"; \ 785 $(am__relativize); \ 786 new_top_distdir=$$reldir; \ 787 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 788 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 789 ($(am__cd) $$subdir && \ 790 $(MAKE) $(AM_MAKEFLAGS) \ 791 top_distdir="$$new_top_distdir" \ 792 distdir="$$new_distdir" \ 793 am__remove_distdir=: \ 794 am__skip_length_check=: \ 795 am__skip_mode_fix=: \ 796 distdir) \ 797 || exit 1; \ 798 fi; \ 799 done 800check-am: all-am 801check: check-recursive 802all-am: Makefile $(LTLIBRARIES) 803installdirs: installdirs-recursive 804installdirs-am: 805install: install-recursive 806install-exec: install-exec-recursive 807install-data: install-data-recursive 808uninstall: uninstall-recursive 809 810install-am: all-am 811 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 812 813installcheck: installcheck-recursive 814install-strip: 815 if test -z '$(STRIP)'; then \ 816 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 817 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 818 install; \ 819 else \ 820 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 821 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 822 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 823 fi 824mostlyclean-generic: 825 826clean-generic: 827 828distclean-generic: 829 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 830 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 831 832maintainer-clean-generic: 833 @echo "This command is intended for maintainers to use" 834 @echo "it deletes files that may require special tools to rebuild." 835clean: clean-recursive 836 837clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 838 mostlyclean-am 839 840distclean: distclean-recursive 841 -rm -rf ./$(DEPDIR) 842 -rm -f Makefile 843distclean-am: clean-am distclean-compile distclean-generic \ 844 distclean-tags 845 846dvi: dvi-recursive 847 848dvi-am: 849 850html: html-recursive 851 852html-am: 853 854info: info-recursive 855 856info-am: 857 858install-data-am: 859 860install-dvi: install-dvi-recursive 861 862install-dvi-am: 863 864install-exec-am: 865 866install-html: install-html-recursive 867 868install-html-am: 869 870install-info: install-info-recursive 871 872install-info-am: 873 874install-man: 875 876install-pdf: install-pdf-recursive 877 878install-pdf-am: 879 880install-ps: install-ps-recursive 881 882install-ps-am: 883 884installcheck-am: 885 886maintainer-clean: maintainer-clean-recursive 887 -rm -rf ./$(DEPDIR) 888 -rm -f Makefile 889maintainer-clean-am: distclean-am maintainer-clean-generic 890 891mostlyclean: mostlyclean-recursive 892 893mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 894 mostlyclean-libtool 895 896pdf: pdf-recursive 897 898pdf-am: 899 900ps: ps-recursive 901 902ps-am: 903 904uninstall-am: 905 906.MAKE: $(am__recursive_targets) install-am install-strip 907 908.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 909 check-am clean clean-generic clean-libtool \ 910 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ 911 distclean-compile distclean-generic distclean-libtool \ 912 distclean-tags distdir dvi dvi-am html html-am info info-am \ 913 install install-am install-data install-data-am install-dvi \ 914 install-dvi-am install-exec install-exec-am install-html \ 915 install-html-am install-info install-info-am install-man \ 916 install-pdf install-pdf-am install-ps install-ps-am \ 917 install-strip installcheck installcheck-am installdirs \ 918 installdirs-am maintainer-clean maintainer-clean-generic \ 919 mostlyclean mostlyclean-compile mostlyclean-generic \ 920 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 921 uninstall-am 922 923 924@HAVE_DOT_GIT_TRUE@git_version.h: $(top_srcdir)/.git/HEAD $(shell sed -e '/ref:/!d' -e 's#ref: *#$(top_srcdir)/.git/#' < $(top_srcdir)/.git/HEAD) 925@HAVE_DOT_GIT_TRUE@ @echo "Recording git-tree used for compilation: `git describe`" 926@HAVE_DOT_GIT_TRUE@ @V=`git describe`; echo "static const char git_version[] = \"$$V\";" > git_version.h 927@HAVE_DOT_GIT_TRUE@sna_driver.c: git_version.h 928 929# Tell versions [3.59,3.63) of GNU make to not export all variables. 930# Otherwise a system limit (for SysV at least) may be exceeded. 931.NOEXPORT: 932