Makefile.in revision 03b705cf
1# Makefile.in generated by automake 1.13.3 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_dri.c 104@DRI2_TRUE@am__append_4 = $(DRI2_LIBS) @CLOCK_GETTIME_LIBS@ 105@XVMC_TRUE@am__append_5 = \ 106@XVMC_TRUE@ sna_video_hwmc.h \ 107@XVMC_TRUE@ sna_video_hwmc.c \ 108@XVMC_TRUE@ $(NULL) 109 110@FULL_DEBUG_TRUE@am__append_6 = \ 111@FULL_DEBUG_TRUE@ kgem_debug.c \ 112@FULL_DEBUG_TRUE@ kgem_debug.h \ 113@FULL_DEBUG_TRUE@ kgem_debug_gen2.c \ 114@FULL_DEBUG_TRUE@ kgem_debug_gen3.c \ 115@FULL_DEBUG_TRUE@ kgem_debug_gen4.c \ 116@FULL_DEBUG_TRUE@ kgem_debug_gen5.c \ 117@FULL_DEBUG_TRUE@ kgem_debug_gen6.c \ 118@FULL_DEBUG_TRUE@ kgem_debug_gen7.c \ 119@FULL_DEBUG_TRUE@ $(NULL) 120 121subdir = src/sna 122DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 123 $(top_srcdir)/depcomp README 124ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 125am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 126 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 127 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 128 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 129am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 130 $(ACLOCAL_M4) 131mkinstalldirs = $(install_sh) -d 132CONFIG_HEADER = $(top_builddir)/config.h 133CONFIG_CLEAN_FILES = 134CONFIG_CLEAN_VPATH_FILES = 135LTLIBRARIES = $(noinst_LTLIBRARIES) 136am__DEPENDENCIES_1 = 137@DRI2_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) 138libsna_la_DEPENDENCIES = brw/libbrw.la fb/libfb.la \ 139 $(am__DEPENDENCIES_2) 140am__libsna_la_SOURCES_DIST = atomic.h blt.c compiler.h kgem.c kgem.h \ 141 rop.h sna.h sna_accel.c sna_blt.c sna_composite.c sna_cpu.c \ 142 sna_cpuid.h sna_damage.c sna_damage.h sna_display.c \ 143 sna_display_fake.c sna_driver.c sna_glyphs.c sna_gradient.c \ 144 sna_io.c sna_module.h sna_render.c sna_render.h \ 145 sna_render_inline.h sna_reg.h sna_stream.c sna_trapezoids.c \ 146 sna_tiling.c sna_transform.c sna_threads.c sna_vertex.c \ 147 sna_video.c sna_video.h sna_video_overlay.c sna_video_sprite.c \ 148 sna_video_textured.c gen2_render.c gen2_render.h gen3_render.c \ 149 gen3_render.h gen4_render.c gen4_render.h gen4_source.c \ 150 gen4_source.h gen4_vertex.c gen4_vertex.h gen5_render.c \ 151 gen5_render.h gen6_render.c gen6_render.h gen7_render.c \ 152 gen7_render.h sna_dri.c sna_video_hwmc.h sna_video_hwmc.c \ 153 kgem_debug.c kgem_debug.h kgem_debug_gen2.c kgem_debug_gen3.c \ 154 kgem_debug_gen4.c kgem_debug_gen5.c kgem_debug_gen6.c \ 155 kgem_debug_gen7.c 156@DRI2_TRUE@am__objects_1 = sna_dri.lo 157@XVMC_TRUE@am__objects_2 = sna_video_hwmc.lo 158@FULL_DEBUG_TRUE@am__objects_3 = kgem_debug.lo kgem_debug_gen2.lo \ 159@FULL_DEBUG_TRUE@ kgem_debug_gen3.lo kgem_debug_gen4.lo \ 160@FULL_DEBUG_TRUE@ kgem_debug_gen5.lo kgem_debug_gen6.lo \ 161@FULL_DEBUG_TRUE@ kgem_debug_gen7.lo 162am_libsna_la_OBJECTS = blt.lo kgem.lo sna_accel.lo sna_blt.lo \ 163 sna_composite.lo sna_cpu.lo sna_damage.lo sna_display.lo \ 164 sna_display_fake.lo sna_driver.lo sna_glyphs.lo \ 165 sna_gradient.lo sna_io.lo sna_render.lo sna_stream.lo \ 166 sna_trapezoids.lo sna_tiling.lo sna_transform.lo \ 167 sna_threads.lo sna_vertex.lo sna_video.lo sna_video_overlay.lo \ 168 sna_video_sprite.lo sna_video_textured.lo gen2_render.lo \ 169 gen3_render.lo gen4_render.lo gen4_source.lo gen4_vertex.lo \ 170 gen5_render.lo gen6_render.lo gen7_render.lo $(am__objects_1) \ 171 $(am__objects_2) $(am__objects_3) 172libsna_la_OBJECTS = $(am_libsna_la_OBJECTS) 173AM_V_lt = $(am__v_lt_@AM_V@) 174am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 175am__v_lt_0 = --silent 176am__v_lt_1 = 177libsna_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 179 $(libsna_la_LDFLAGS) $(LDFLAGS) -o $@ 180AM_V_P = $(am__v_P_@AM_V@) 181am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 182am__v_P_0 = false 183am__v_P_1 = : 184AM_V_GEN = $(am__v_GEN_@AM_V@) 185am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 186am__v_GEN_0 = @echo " GEN " $@; 187am__v_GEN_1 = 188AM_V_at = $(am__v_at_@AM_V@) 189am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 190am__v_at_0 = @ 191am__v_at_1 = 192DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 193depcomp = $(SHELL) $(top_srcdir)/depcomp 194am__depfiles_maybe = depfiles 195am__mv = mv -f 196COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 197 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 198LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 199 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 200 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 201 $(AM_CFLAGS) $(CFLAGS) 202AM_V_CC = $(am__v_CC_@AM_V@) 203am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 204am__v_CC_0 = @echo " CC " $@; 205am__v_CC_1 = 206CCLD = $(CC) 207LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 208 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 209 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 210AM_V_CCLD = $(am__v_CCLD_@AM_V@) 211am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 212am__v_CCLD_0 = @echo " CCLD " $@; 213am__v_CCLD_1 = 214SOURCES = $(libsna_la_SOURCES) 215DIST_SOURCES = $(am__libsna_la_SOURCES_DIST) 216RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 217 ctags-recursive dvi-recursive html-recursive info-recursive \ 218 install-data-recursive install-dvi-recursive \ 219 install-exec-recursive install-html-recursive \ 220 install-info-recursive install-pdf-recursive \ 221 install-ps-recursive install-recursive installcheck-recursive \ 222 installdirs-recursive pdf-recursive ps-recursive \ 223 tags-recursive uninstall-recursive 224am__can_run_installinfo = \ 225 case $$AM_UPDATE_INFO_DIR in \ 226 n|no|NO) false;; \ 227 *) (install-info --version) >/dev/null 2>&1;; \ 228 esac 229RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 230 distclean-recursive maintainer-clean-recursive 231am__recursive_targets = \ 232 $(RECURSIVE_TARGETS) \ 233 $(RECURSIVE_CLEAN_TARGETS) \ 234 $(am__extra_recursive_targets) 235AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 236 distdir 237am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 238# Read a list of newline-separated strings from the standard input, 239# and print each of them once, without duplicates. Input order is 240# *not* preserved. 241am__uniquify_input = $(AWK) '\ 242 BEGIN { nonempty = 0; } \ 243 { items[$$0] = 1; nonempty = 1; } \ 244 END { if (nonempty) { for (i in items) print i; }; } \ 245' 246# Make sure the list of sources is unique. This is necessary because, 247# e.g., the same source file might be shared among _SOURCES variables 248# for different programs/libraries. 249am__define_uniq_tagged_files = \ 250 list='$(am__tagged_files)'; \ 251 unique=`for i in $$list; do \ 252 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 253 done | $(am__uniquify_input)` 254ETAGS = etags 255CTAGS = ctags 256DIST_SUBDIRS = $(SUBDIRS) 257DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 258am__relativize = \ 259 dir0=`pwd`; \ 260 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 261 sed_rest='s,^[^/]*/*,,'; \ 262 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 263 sed_butlast='s,/*[^/]*$$,,'; \ 264 while test -n "$$dir1"; do \ 265 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 266 if test "$$first" != "."; then \ 267 if test "$$first" = ".."; then \ 268 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 269 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 270 else \ 271 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 272 if test "$$first2" = "$$first"; then \ 273 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 274 else \ 275 dir2="../$$dir2"; \ 276 fi; \ 277 dir0="$$dir0"/"$$first"; \ 278 fi; \ 279 fi; \ 280 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 281 done; \ 282 reldir="$$dir2" 283ACLOCAL = @ACLOCAL@ 284ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 285ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 286AMTAR = @AMTAR@ 287AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 288APP_MAN_DIR = @APP_MAN_DIR@ 289APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 290AR = @AR@ 291AUTOCONF = @AUTOCONF@ 292AUTOHEADER = @AUTOHEADER@ 293AUTOMAKE = @AUTOMAKE@ 294AWK = @AWK@ 295BASE_CFLAGS = @BASE_CFLAGS@ 296CC = @CC@ 297CCDEPMODE = @CCDEPMODE@ 298CFLAGS = @CFLAGS@ 299CHANGELOG_CMD = @CHANGELOG_CMD@ 300CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@ 301CPP = @CPP@ 302CPPFLAGS = @CPPFLAGS@ 303CWARNFLAGS = @CWARNFLAGS@ 304CYGPATH_W = @CYGPATH_W@ 305DEFS = @DEFS@ 306DEPDIR = @DEPDIR@ 307DLLTOOL = @DLLTOOL@ 308DRI1_CFLAGS = @DRI1_CFLAGS@ 309DRI1_LIBS = @DRI1_LIBS@ 310DRI2_CFLAGS = @DRI2_CFLAGS@ 311DRI2_LIBS = @DRI2_LIBS@ 312DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 313DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 314DRIVER_NAME = @DRIVER_NAME@ 315DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 316DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@ 317DRMINTEL_LIBS = @DRMINTEL_LIBS@ 318DRM_CFLAGS = @DRM_CFLAGS@ 319DRM_LIBS = @DRM_LIBS@ 320DSYMUTIL = @DSYMUTIL@ 321DUMPBIN = @DUMPBIN@ 322ECHO_C = @ECHO_C@ 323ECHO_N = @ECHO_N@ 324ECHO_T = @ECHO_T@ 325EGREP = @EGREP@ 326EXEEXT = @EXEEXT@ 327FGREP = @FGREP@ 328FILE_MAN_DIR = @FILE_MAN_DIR@ 329FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 330GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@ 331GEN4ASM_LIBS = @GEN4ASM_LIBS@ 332GREP = @GREP@ 333INSTALL = @INSTALL@ 334INSTALL_CMD = @INSTALL_CMD@ 335INSTALL_DATA = @INSTALL_DATA@ 336INSTALL_PROGRAM = @INSTALL_PROGRAM@ 337INSTALL_SCRIPT = @INSTALL_SCRIPT@ 338INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 339INTEL_GEN4ASM = @INTEL_GEN4ASM@ 340LD = @LD@ 341LDFLAGS = @LDFLAGS@ 342LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@ 343LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@ 344LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@ 345LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@ 346LIBOBJS = @LIBOBJS@ 347LIBS = @LIBS@ 348LIBTOOL = @LIBTOOL@ 349LIB_MAN_DIR = @LIB_MAN_DIR@ 350LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 351LIPO = @LIPO@ 352LN_S = @LN_S@ 353LTLIBOBJS = @LTLIBOBJS@ 354MAKEINFO = @MAKEINFO@ 355MANIFEST_TOOL = @MANIFEST_TOOL@ 356MAN_SUBSTS = @MAN_SUBSTS@ 357MISC_MAN_DIR = @MISC_MAN_DIR@ 358MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 359MKDIR_P = @MKDIR_P@ 360NM = @NM@ 361NMEDIT = @NMEDIT@ 362NOWARNFLAGS = @NOWARNFLAGS@ 363OBJDUMP = @OBJDUMP@ 364OBJEXT = @OBJEXT@ 365OTOOL = @OTOOL@ 366OTOOL64 = @OTOOL64@ 367PACKAGE = @PACKAGE@ 368PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 369PACKAGE_NAME = @PACKAGE_NAME@ 370PACKAGE_STRING = @PACKAGE_STRING@ 371PACKAGE_TARNAME = @PACKAGE_TARNAME@ 372PACKAGE_URL = @PACKAGE_URL@ 373PACKAGE_VERSION = @PACKAGE_VERSION@ 374PATH_SEPARATOR = @PATH_SEPARATOR@ 375PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 376PCIACCESS_LIBS = @PCIACCESS_LIBS@ 377PKG_CONFIG = @PKG_CONFIG@ 378PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 379PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 380RANLIB = @RANLIB@ 381SED = @SED@ 382SET_MAKE = @SET_MAKE@ 383SHELL = @SHELL@ 384STRICT_CFLAGS = @STRICT_CFLAGS@ 385STRIP = @STRIP@ 386UDEV_CFLAGS = @UDEV_CFLAGS@ 387UDEV_LIBS = @UDEV_LIBS@ 388VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 389VALGRIND_LIBS = @VALGRIND_LIBS@ 390VERSION = @VERSION@ 391X11_CFLAGS = @X11_CFLAGS@ 392X11_LIBS = @X11_LIBS@ 393XCB_CFLAGS = @XCB_CFLAGS@ 394XCB_LIBS = @XCB_LIBS@ 395XORG_CFLAGS = @XORG_CFLAGS@ 396XORG_LIBS = @XORG_LIBS@ 397XORG_MAN_PAGE = @XORG_MAN_PAGE@ 398XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 399XVMCLIB_LIBS = @XVMCLIB_LIBS@ 400abs_builddir = @abs_builddir@ 401abs_srcdir = @abs_srcdir@ 402abs_top_builddir = @abs_top_builddir@ 403abs_top_srcdir = @abs_top_srcdir@ 404ac_ct_AR = @ac_ct_AR@ 405ac_ct_CC = @ac_ct_CC@ 406ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 407am__include = @am__include@ 408am__leading_dot = @am__leading_dot@ 409am__quote = @am__quote@ 410am__tar = @am__tar@ 411am__untar = @am__untar@ 412bindir = @bindir@ 413build = @build@ 414build_alias = @build_alias@ 415build_cpu = @build_cpu@ 416build_os = @build_os@ 417build_vendor = @build_vendor@ 418builddir = @builddir@ 419datadir = @datadir@ 420datarootdir = @datarootdir@ 421docdir = @docdir@ 422dvidir = @dvidir@ 423exec_prefix = @exec_prefix@ 424host = @host@ 425host_alias = @host_alias@ 426host_cpu = @host_cpu@ 427host_os = @host_os@ 428host_vendor = @host_vendor@ 429htmldir = @htmldir@ 430includedir = @includedir@ 431infodir = @infodir@ 432install_sh = @install_sh@ 433libdir = @libdir@ 434libexecdir = @libexecdir@ 435localedir = @localedir@ 436localstatedir = @localstatedir@ 437mandir = @mandir@ 438mkdir_p = @mkdir_p@ 439moduledir = @moduledir@ 440oldincludedir = @oldincludedir@ 441pdfdir = @pdfdir@ 442prefix = @prefix@ 443program_transform_name = @program_transform_name@ 444psdir = @psdir@ 445sbindir = @sbindir@ 446sharedstatedir = @sharedstatedir@ 447srcdir = @srcdir@ 448sysconfdir = @sysconfdir@ 449target_alias = @target_alias@ 450top_build_prefix = @top_build_prefix@ 451top_builddir = @top_builddir@ 452top_srcdir = @top_srcdir@ 453SUBDIRS = brw fb 454AM_CFLAGS = @CWARNFLAGS@ -I$(top_srcdir)/src \ 455 -I$(top_srcdir)/src/render_program @XORG_CFLAGS@ @UDEV_CFLAGS@ \ 456 @DRM_CFLAGS@ @NOWARNFLAGS@ $(am__append_1) $(am__append_2) 457noinst_LTLIBRARIES = libsna.la 458libsna_la_LDFLAGS = -pthread 459libsna_la_LIBADD = @UDEV_LIBS@ -lm @DRM_LIBS@ brw/libbrw.la \ 460 fb/libfb.la $(am__append_4) 461libsna_la_SOURCES = atomic.h blt.c compiler.h kgem.c kgem.h rop.h \ 462 sna.h sna_accel.c sna_blt.c sna_composite.c sna_cpu.c \ 463 sna_cpuid.h sna_damage.c sna_damage.h sna_display.c \ 464 sna_display_fake.c sna_driver.c sna_glyphs.c sna_gradient.c \ 465 sna_io.c sna_module.h sna_render.c sna_render.h \ 466 sna_render_inline.h sna_reg.h sna_stream.c sna_trapezoids.c \ 467 sna_tiling.c sna_transform.c sna_threads.c sna_vertex.c \ 468 sna_video.c sna_video.h sna_video_overlay.c sna_video_sprite.c \ 469 sna_video_textured.c gen2_render.c gen2_render.h gen3_render.c \ 470 gen3_render.h gen4_render.c gen4_render.h gen4_source.c \ 471 gen4_source.h gen4_vertex.c gen4_vertex.h gen5_render.c \ 472 gen5_render.h gen6_render.c gen6_render.h gen7_render.c \ 473 gen7_render.h $(NULL) $(am__append_3) $(am__append_5) \ 474 $(am__append_6) 475all: all-recursive 476 477.SUFFIXES: 478.SUFFIXES: .c .lo .o .obj 479$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 480 @for dep in $?; do \ 481 case '$(am__configure_deps)' in \ 482 *$$dep*) \ 483 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 484 && { if test -f $@; then exit 0; else break; fi; }; \ 485 exit 1;; \ 486 esac; \ 487 done; \ 488 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sna/Makefile'; \ 489 $(am__cd) $(top_srcdir) && \ 490 $(AUTOMAKE) --foreign src/sna/Makefile 491.PRECIOUS: Makefile 492Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 493 @case '$?' in \ 494 *config.status*) \ 495 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 496 *) \ 497 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 498 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 499 esac; 500 501$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 502 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 503 504$(top_srcdir)/configure: $(am__configure_deps) 505 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 506$(ACLOCAL_M4): $(am__aclocal_m4_deps) 507 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 508$(am__aclocal_m4_deps): 509 510clean-noinstLTLIBRARIES: 511 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 512 @list='$(noinst_LTLIBRARIES)'; \ 513 locs=`for p in $$list; do echo $$p; done | \ 514 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 515 sort -u`; \ 516 test -z "$$locs" || { \ 517 echo rm -f $${locs}; \ 518 rm -f $${locs}; \ 519 } 520 521libsna.la: $(libsna_la_OBJECTS) $(libsna_la_DEPENDENCIES) $(EXTRA_libsna_la_DEPENDENCIES) 522 $(AM_V_CCLD)$(libsna_la_LINK) $(libsna_la_OBJECTS) $(libsna_la_LIBADD) $(LIBS) 523 524mostlyclean-compile: 525 -rm -f *.$(OBJEXT) 526 527distclean-compile: 528 -rm -f *.tab.c 529 530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blt.Plo@am__quote@ 531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen2_render.Plo@am__quote@ 532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen3_render.Plo@am__quote@ 533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_render.Plo@am__quote@ 534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_source.Plo@am__quote@ 535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_vertex.Plo@am__quote@ 536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen5_render.Plo@am__quote@ 537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen6_render.Plo@am__quote@ 538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen7_render.Plo@am__quote@ 539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem.Plo@am__quote@ 540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug.Plo@am__quote@ 541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen2.Plo@am__quote@ 542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen3.Plo@am__quote@ 543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen4.Plo@am__quote@ 544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen5.Plo@am__quote@ 545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen6.Plo@am__quote@ 546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen7.Plo@am__quote@ 547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_accel.Plo@am__quote@ 548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_blt.Plo@am__quote@ 549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_composite.Plo@am__quote@ 550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_cpu.Plo@am__quote@ 551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_damage.Plo@am__quote@ 552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_display.Plo@am__quote@ 553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_display_fake.Plo@am__quote@ 554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_dri.Plo@am__quote@ 555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_driver.Plo@am__quote@ 556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_glyphs.Plo@am__quote@ 557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_gradient.Plo@am__quote@ 558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_io.Plo@am__quote@ 559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_render.Plo@am__quote@ 560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_stream.Plo@am__quote@ 561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_threads.Plo@am__quote@ 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_tiling.Plo@am__quote@ 563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_transform.Plo@am__quote@ 564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids.Plo@am__quote@ 565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_vertex.Plo@am__quote@ 566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video.Plo@am__quote@ 567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_hwmc.Plo@am__quote@ 568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_overlay.Plo@am__quote@ 569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_sprite.Plo@am__quote@ 570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_textured.Plo@am__quote@ 571 572.c.o: 573@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 574@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 575@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 576@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 577@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 578 579.c.obj: 580@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 581@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 582@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 583@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 584@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 585 586.c.lo: 587@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 588@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 589@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 590@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 591@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 592 593mostlyclean-libtool: 594 -rm -f *.lo 595 596clean-libtool: 597 -rm -rf .libs _libs 598 599# This directory's subdirectories are mostly independent; you can cd 600# into them and run 'make' without going through this Makefile. 601# To change the values of 'make' variables: instead of editing Makefiles, 602# (1) if the variable is set in 'config.status', edit 'config.status' 603# (which will cause the Makefiles to be regenerated when you run 'make'); 604# (2) otherwise, pass the desired values on the 'make' command line. 605$(am__recursive_targets): 606 @fail=; \ 607 if $(am__make_keepgoing); then \ 608 failcom='fail=yes'; \ 609 else \ 610 failcom='exit 1'; \ 611 fi; \ 612 dot_seen=no; \ 613 target=`echo $@ | sed s/-recursive//`; \ 614 case "$@" in \ 615 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 616 *) list='$(SUBDIRS)' ;; \ 617 esac; \ 618 for subdir in $$list; do \ 619 echo "Making $$target in $$subdir"; \ 620 if test "$$subdir" = "."; then \ 621 dot_seen=yes; \ 622 local_target="$$target-am"; \ 623 else \ 624 local_target="$$target"; \ 625 fi; \ 626 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 627 || eval $$failcom; \ 628 done; \ 629 if test "$$dot_seen" = "no"; then \ 630 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 631 fi; test -z "$$fail" 632 633ID: $(am__tagged_files) 634 $(am__define_uniq_tagged_files); mkid -fID $$unique 635tags: tags-recursive 636TAGS: tags 637 638tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 639 set x; \ 640 here=`pwd`; \ 641 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 642 include_option=--etags-include; \ 643 empty_fix=.; \ 644 else \ 645 include_option=--include; \ 646 empty_fix=; \ 647 fi; \ 648 list='$(SUBDIRS)'; for subdir in $$list; do \ 649 if test "$$subdir" = .; then :; else \ 650 test ! -f $$subdir/TAGS || \ 651 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 652 fi; \ 653 done; \ 654 $(am__define_uniq_tagged_files); \ 655 shift; \ 656 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 657 test -n "$$unique" || unique=$$empty_fix; \ 658 if test $$# -gt 0; then \ 659 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 660 "$$@" $$unique; \ 661 else \ 662 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 663 $$unique; \ 664 fi; \ 665 fi 666ctags: ctags-recursive 667 668CTAGS: ctags 669ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 670 $(am__define_uniq_tagged_files); \ 671 test -z "$(CTAGS_ARGS)$$unique" \ 672 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 673 $$unique 674 675GTAGS: 676 here=`$(am__cd) $(top_builddir) && pwd` \ 677 && $(am__cd) $(top_srcdir) \ 678 && gtags -i $(GTAGS_ARGS) "$$here" 679cscopelist: cscopelist-recursive 680 681cscopelist-am: $(am__tagged_files) 682 list='$(am__tagged_files)'; \ 683 case "$(srcdir)" in \ 684 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 685 *) sdir=$(subdir)/$(srcdir) ;; \ 686 esac; \ 687 for i in $$list; do \ 688 if test -f "$$i"; then \ 689 echo "$(subdir)/$$i"; \ 690 else \ 691 echo "$$sdir/$$i"; \ 692 fi; \ 693 done >> $(top_builddir)/cscope.files 694 695distclean-tags: 696 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 697 698distdir: $(DISTFILES) 699 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 700 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 701 list='$(DISTFILES)'; \ 702 dist_files=`for file in $$list; do echo $$file; done | \ 703 sed -e "s|^$$srcdirstrip/||;t" \ 704 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 705 case $$dist_files in \ 706 */*) $(MKDIR_P) `echo "$$dist_files" | \ 707 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 708 sort -u` ;; \ 709 esac; \ 710 for file in $$dist_files; do \ 711 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 712 if test -d $$d/$$file; then \ 713 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 714 if test -d "$(distdir)/$$file"; then \ 715 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 716 fi; \ 717 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 718 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 719 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 720 fi; \ 721 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 722 else \ 723 test -f "$(distdir)/$$file" \ 724 || cp -p $$d/$$file "$(distdir)/$$file" \ 725 || exit 1; \ 726 fi; \ 727 done 728 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 729 if test "$$subdir" = .; then :; else \ 730 $(am__make_dryrun) \ 731 || test -d "$(distdir)/$$subdir" \ 732 || $(MKDIR_P) "$(distdir)/$$subdir" \ 733 || exit 1; \ 734 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 735 $(am__relativize); \ 736 new_distdir=$$reldir; \ 737 dir1=$$subdir; dir2="$(top_distdir)"; \ 738 $(am__relativize); \ 739 new_top_distdir=$$reldir; \ 740 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 741 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 742 ($(am__cd) $$subdir && \ 743 $(MAKE) $(AM_MAKEFLAGS) \ 744 top_distdir="$$new_top_distdir" \ 745 distdir="$$new_distdir" \ 746 am__remove_distdir=: \ 747 am__skip_length_check=: \ 748 am__skip_mode_fix=: \ 749 distdir) \ 750 || exit 1; \ 751 fi; \ 752 done 753check-am: all-am 754check: check-recursive 755all-am: Makefile $(LTLIBRARIES) 756installdirs: installdirs-recursive 757installdirs-am: 758install: install-recursive 759install-exec: install-exec-recursive 760install-data: install-data-recursive 761uninstall: uninstall-recursive 762 763install-am: all-am 764 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 765 766installcheck: installcheck-recursive 767install-strip: 768 if test -z '$(STRIP)'; then \ 769 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 770 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 771 install; \ 772 else \ 773 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 774 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 775 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 776 fi 777mostlyclean-generic: 778 779clean-generic: 780 781distclean-generic: 782 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 783 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 784 785maintainer-clean-generic: 786 @echo "This command is intended for maintainers to use" 787 @echo "it deletes files that may require special tools to rebuild." 788clean: clean-recursive 789 790clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 791 mostlyclean-am 792 793distclean: distclean-recursive 794 -rm -rf ./$(DEPDIR) 795 -rm -f Makefile 796distclean-am: clean-am distclean-compile distclean-generic \ 797 distclean-tags 798 799dvi: dvi-recursive 800 801dvi-am: 802 803html: html-recursive 804 805html-am: 806 807info: info-recursive 808 809info-am: 810 811install-data-am: 812 813install-dvi: install-dvi-recursive 814 815install-dvi-am: 816 817install-exec-am: 818 819install-html: install-html-recursive 820 821install-html-am: 822 823install-info: install-info-recursive 824 825install-info-am: 826 827install-man: 828 829install-pdf: install-pdf-recursive 830 831install-pdf-am: 832 833install-ps: install-ps-recursive 834 835install-ps-am: 836 837installcheck-am: 838 839maintainer-clean: maintainer-clean-recursive 840 -rm -rf ./$(DEPDIR) 841 -rm -f Makefile 842maintainer-clean-am: distclean-am maintainer-clean-generic 843 844mostlyclean: mostlyclean-recursive 845 846mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 847 mostlyclean-libtool 848 849pdf: pdf-recursive 850 851pdf-am: 852 853ps: ps-recursive 854 855ps-am: 856 857uninstall-am: 858 859.MAKE: $(am__recursive_targets) install-am install-strip 860 861.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 862 check-am clean clean-generic clean-libtool \ 863 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ 864 distclean-compile distclean-generic distclean-libtool \ 865 distclean-tags distdir dvi dvi-am html html-am info info-am \ 866 install install-am install-data install-data-am install-dvi \ 867 install-dvi-am install-exec install-exec-am install-html \ 868 install-html-am install-info install-info-am install-man \ 869 install-pdf install-pdf-am install-ps install-ps-am \ 870 install-strip installcheck installcheck-am installdirs \ 871 installdirs-am maintainer-clean maintainer-clean-generic \ 872 mostlyclean mostlyclean-compile mostlyclean-generic \ 873 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 874 uninstall-am 875 876 $(NULL) 877 878@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) 879@HAVE_DOT_GIT_TRUE@ @echo "Recording git-tree used for compilation: `git describe`" 880@HAVE_DOT_GIT_TRUE@ @V=`git describe`; echo "static const char git_version[] = \"$$V\";" > git_version.h 881@HAVE_DOT_GIT_TRUE@sna_driver.c: git_version.h 882 883# Tell versions [3.59,3.63) of GNU make to not export all variables. 884# Otherwise a system limit (for SysV at least) may be exceeded. 885.NOEXPORT: 886