Makefile.in revision 42542f5f
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 kgem.c kgem.h \
151	rop.h sna.h sna_accel.c sna_acpi.c sna_blt.c sna_composite.c \
152	sna_cpu.c sna_cpuid.h sna_damage.c sna_damage.h sna_display.c \
153	sna_display_fake.c sna_driver.c sna_glyphs.c sna_gradient.c \
154	sna_io.c sna_module.h sna_render.c sna_render.h \
155	sna_render_inline.h sna_reg.h sna_stream.c sna_trapezoids.h \
156	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 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@
370LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@
371LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@
372LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@
373LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@
374LIBOBJS = @LIBOBJS@
375LIBS = @LIBS@
376LIBTOOL = @LIBTOOL@
377LIB_MAN_DIR = @LIB_MAN_DIR@
378LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
379LIPO = @LIPO@
380LN_S = @LN_S@
381LTLIBOBJS = @LTLIBOBJS@
382MAKEINFO = @MAKEINFO@
383MANIFEST_TOOL = @MANIFEST_TOOL@
384MAN_SUBSTS = @MAN_SUBSTS@
385MISC_MAN_DIR = @MISC_MAN_DIR@
386MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
387MKDIR_P = @MKDIR_P@
388NM = @NM@
389NMEDIT = @NMEDIT@
390NOWARNFLAGS = @NOWARNFLAGS@
391OBJDUMP = @OBJDUMP@
392OBJEXT = @OBJEXT@
393OTOOL = @OTOOL@
394OTOOL64 = @OTOOL64@
395PACKAGE = @PACKAGE@
396PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
397PACKAGE_NAME = @PACKAGE_NAME@
398PACKAGE_STRING = @PACKAGE_STRING@
399PACKAGE_TARNAME = @PACKAGE_TARNAME@
400PACKAGE_URL = @PACKAGE_URL@
401PACKAGE_VERSION = @PACKAGE_VERSION@
402PATH_SEPARATOR = @PATH_SEPARATOR@
403PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
404PCIACCESS_LIBS = @PCIACCESS_LIBS@
405PKG_CONFIG = @PKG_CONFIG@
406PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
407PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
408PREFIX_PATH = @PREFIX_PATH@
409PRESENT_CFLAGS = @PRESENT_CFLAGS@
410PRESENT_LIBS = @PRESENT_LIBS@
411RANLIB = @RANLIB@
412SED = @SED@
413SET_MAKE = @SET_MAKE@
414SHELL = @SHELL@
415STRICT_CFLAGS = @STRICT_CFLAGS@
416STRIP = @STRIP@
417UDEV_CFLAGS = @UDEV_CFLAGS@
418UDEV_LIBS = @UDEV_LIBS@
419VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
420VALGRIND_LIBS = @VALGRIND_LIBS@
421VERSION = @VERSION@
422X11_CFLAGS = @X11_CFLAGS@
423X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@
424X11_DRI3_LIBS = @X11_DRI3_LIBS@
425X11_LIBS = @X11_LIBS@
426XORG_CFLAGS = @XORG_CFLAGS@
427XORG_LIBS = @XORG_LIBS@
428XORG_MAN_PAGE = @XORG_MAN_PAGE@
429XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@
430XVMCLIB_LIBS = @XVMCLIB_LIBS@
431abs_builddir = @abs_builddir@
432abs_srcdir = @abs_srcdir@
433abs_top_builddir = @abs_top_builddir@
434abs_top_srcdir = @abs_top_srcdir@
435ac_ct_AR = @ac_ct_AR@
436ac_ct_CC = @ac_ct_CC@
437ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
438am__include = @am__include@
439am__leading_dot = @am__leading_dot@
440am__quote = @am__quote@
441am__tar = @am__tar@
442am__untar = @am__untar@
443bindir = @bindir@
444build = @build@
445build_alias = @build_alias@
446build_cpu = @build_cpu@
447build_os = @build_os@
448build_vendor = @build_vendor@
449builddir = @builddir@
450datadir = @datadir@
451datarootdir = @datarootdir@
452docdir = @docdir@
453dvidir = @dvidir@
454exec_prefix = @exec_prefix@
455host = @host@
456host_alias = @host_alias@
457host_cpu = @host_cpu@
458host_os = @host_os@
459host_vendor = @host_vendor@
460htmldir = @htmldir@
461includedir = @includedir@
462infodir = @infodir@
463install_sh = @install_sh@
464libdir = @libdir@
465libexecdir = @libexecdir@
466localedir = @localedir@
467localstatedir = @localstatedir@
468mandir = @mandir@
469mkdir_p = @mkdir_p@
470moduledir = @moduledir@
471oldincludedir = @oldincludedir@
472pdfdir = @pdfdir@
473prefix = @prefix@
474program_transform_name = @program_transform_name@
475psdir = @psdir@
476sbindir = @sbindir@
477sharedstatedir = @sharedstatedir@
478srcdir = @srcdir@
479sysconfdir = @sysconfdir@
480target_alias = @target_alias@
481top_build_prefix = @top_build_prefix@
482top_builddir = @top_builddir@
483top_srcdir = @top_srcdir@
484SUBDIRS = brw fb
485AM_CFLAGS = @CWARNFLAGS@ -I$(top_srcdir)/src \
486	-I$(top_srcdir)/src/render_program $(XORG_CFLAGS) \
487	$(UDEV_CFLAGS) $(DRM_CFLAGS) $(NULL) $(am__append_1) \
488	$(am__append_2) $(am__append_5) $(am__append_8) @NOWARNFLAGS@
489noinst_LTLIBRARIES = libsna.la
490libsna_la_LDFLAGS = -pthread
491libsna_la_LIBADD = $(UDEV_LIBS) -lm $(DRM_LIBS) brw/libbrw.la \
492	fb/libfb.la ../../libobj/libcompat.la $(am__append_4) \
493	$(am__append_7) $(am__append_10)
494libsna_la_SOURCES = atomic.h blt.c compiler.h kgem.c kgem.h rop.h \
495	sna.h sna_accel.c sna_acpi.c sna_blt.c sna_composite.c \
496	sna_cpu.c sna_cpuid.h sna_damage.c sna_damage.h sna_display.c \
497	sna_display_fake.c sna_driver.c sna_glyphs.c sna_gradient.c \
498	sna_io.c sna_module.h sna_render.c sna_render.h \
499	sna_render_inline.h sna_reg.h sna_stream.c sna_trapezoids.h \
500	sna_trapezoids.c sna_trapezoids_boxes.c \
501	sna_trapezoids_imprecise.c sna_trapezoids_mono.c \
502	sna_trapezoids_precise.c sna_tiling.c sna_transform.c \
503	sna_threads.c sna_vertex.c sna_video.c sna_video.h \
504	sna_video_overlay.c sna_video_sprite.c sna_video_textured.c \
505	gen2_render.c gen2_render.h gen3_render.c gen3_render.h \
506	gen4_common.c gen4_common.h gen4_render.c gen4_render.h \
507	gen4_source.c gen4_source.h gen4_vertex.c gen4_vertex.h \
508	gen5_render.c gen5_render.h gen6_common.c gen6_common.h \
509	gen6_render.c gen6_render.h gen7_render.c gen7_render.h \
510	gen8_eu.c gen8_eu.h gen8_render.c gen8_render.h gen8_vertex.c \
511	gen8_vertex.h $(NULL) $(am__append_3) $(am__append_6) \
512	$(am__append_9) $(am__append_11) $(am__append_12)
513all: all-recursive
514
515.SUFFIXES:
516.SUFFIXES: .c .lo .o .obj
517$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
518	@for dep in $?; do \
519	  case '$(am__configure_deps)' in \
520	    *$$dep*) \
521	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
522	        && { if test -f $@; then exit 0; else break; fi; }; \
523	      exit 1;; \
524	  esac; \
525	done; \
526	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sna/Makefile'; \
527	$(am__cd) $(top_srcdir) && \
528	  $(AUTOMAKE) --foreign src/sna/Makefile
529.PRECIOUS: Makefile
530Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
531	@case '$?' in \
532	  *config.status*) \
533	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
534	  *) \
535	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
536	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
537	esac;
538
539$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
540	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
541
542$(top_srcdir)/configure:  $(am__configure_deps)
543	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
544$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
545	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
546$(am__aclocal_m4_deps):
547
548clean-noinstLTLIBRARIES:
549	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
550	@list='$(noinst_LTLIBRARIES)'; \
551	locs=`for p in $$list; do echo $$p; done | \
552	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
553	      sort -u`; \
554	test -z "$$locs" || { \
555	  echo rm -f $${locs}; \
556	  rm -f $${locs}; \
557	}
558
559libsna.la: $(libsna_la_OBJECTS) $(libsna_la_DEPENDENCIES) $(EXTRA_libsna_la_DEPENDENCIES) 
560	$(AM_V_CCLD)$(libsna_la_LINK)  $(libsna_la_OBJECTS) $(libsna_la_LIBADD) $(LIBS)
561
562mostlyclean-compile:
563	-rm -f *.$(OBJEXT)
564
565distclean-compile:
566	-rm -f *.tab.c
567
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blt.Plo@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen2_render.Plo@am__quote@
570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen3_render.Plo@am__quote@
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_common.Plo@am__quote@
572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_render.Plo@am__quote@
573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_source.Plo@am__quote@
574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen4_vertex.Plo@am__quote@
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen5_render.Plo@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen6_common.Plo@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen6_render.Plo@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen7_render.Plo@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen8_eu.Plo@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen8_render.Plo@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen8_vertex.Plo@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem.Plo@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug.Plo@am__quote@
584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen2.Plo@am__quote@
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen3.Plo@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen4.Plo@am__quote@
587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen5.Plo@am__quote@
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen6.Plo@am__quote@
589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kgem_debug_gen7.Plo@am__quote@
590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_accel.Plo@am__quote@
591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_acpi.Plo@am__quote@
592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_blt.Plo@am__quote@
593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_composite.Plo@am__quote@
594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_cpu.Plo@am__quote@
595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_damage.Plo@am__quote@
596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_display.Plo@am__quote@
597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_display_fake.Plo@am__quote@
598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_dri2.Plo@am__quote@
599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_dri3.Plo@am__quote@
600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_driver.Plo@am__quote@
601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_glyphs.Plo@am__quote@
602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_gradient.Plo@am__quote@
603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_io.Plo@am__quote@
604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_present.Plo@am__quote@
605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_render.Plo@am__quote@
606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_stream.Plo@am__quote@
607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_threads.Plo@am__quote@
608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_tiling.Plo@am__quote@
609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_transform.Plo@am__quote@
610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids.Plo@am__quote@
611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids_boxes.Plo@am__quote@
612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids_imprecise.Plo@am__quote@
613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids_mono.Plo@am__quote@
614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_trapezoids_precise.Plo@am__quote@
615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_vertex.Plo@am__quote@
616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video.Plo@am__quote@
617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_hwmc.Plo@am__quote@
618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_overlay.Plo@am__quote@
619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_sprite.Plo@am__quote@
620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sna_video_textured.Plo@am__quote@
621
622.c.o:
623@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
624@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
625@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
626@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
628
629.c.obj:
630@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
631@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
632@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
633@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
635
636.c.lo:
637@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
638@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
639@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
640@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
642
643mostlyclean-libtool:
644	-rm -f *.lo
645
646clean-libtool:
647	-rm -rf .libs _libs
648
649# This directory's subdirectories are mostly independent; you can cd
650# into them and run 'make' without going through this Makefile.
651# To change the values of 'make' variables: instead of editing Makefiles,
652# (1) if the variable is set in 'config.status', edit 'config.status'
653#     (which will cause the Makefiles to be regenerated when you run 'make');
654# (2) otherwise, pass the desired values on the 'make' command line.
655$(am__recursive_targets):
656	@fail=; \
657	if $(am__make_keepgoing); then \
658	  failcom='fail=yes'; \
659	else \
660	  failcom='exit 1'; \
661	fi; \
662	dot_seen=no; \
663	target=`echo $@ | sed s/-recursive//`; \
664	case "$@" in \
665	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
666	  *) list='$(SUBDIRS)' ;; \
667	esac; \
668	for subdir in $$list; do \
669	  echo "Making $$target in $$subdir"; \
670	  if test "$$subdir" = "."; then \
671	    dot_seen=yes; \
672	    local_target="$$target-am"; \
673	  else \
674	    local_target="$$target"; \
675	  fi; \
676	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
677	  || eval $$failcom; \
678	done; \
679	if test "$$dot_seen" = "no"; then \
680	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
681	fi; test -z "$$fail"
682
683ID: $(am__tagged_files)
684	$(am__define_uniq_tagged_files); mkid -fID $$unique
685tags: tags-recursive
686TAGS: tags
687
688tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
689	set x; \
690	here=`pwd`; \
691	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
692	  include_option=--etags-include; \
693	  empty_fix=.; \
694	else \
695	  include_option=--include; \
696	  empty_fix=; \
697	fi; \
698	list='$(SUBDIRS)'; for subdir in $$list; do \
699	  if test "$$subdir" = .; then :; else \
700	    test ! -f $$subdir/TAGS || \
701	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
702	  fi; \
703	done; \
704	$(am__define_uniq_tagged_files); \
705	shift; \
706	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
707	  test -n "$$unique" || unique=$$empty_fix; \
708	  if test $$# -gt 0; then \
709	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
710	      "$$@" $$unique; \
711	  else \
712	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
713	      $$unique; \
714	  fi; \
715	fi
716ctags: ctags-recursive
717
718CTAGS: ctags
719ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
720	$(am__define_uniq_tagged_files); \
721	test -z "$(CTAGS_ARGS)$$unique" \
722	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
723	     $$unique
724
725GTAGS:
726	here=`$(am__cd) $(top_builddir) && pwd` \
727	  && $(am__cd) $(top_srcdir) \
728	  && gtags -i $(GTAGS_ARGS) "$$here"
729cscopelist: cscopelist-recursive
730
731cscopelist-am: $(am__tagged_files)
732	list='$(am__tagged_files)'; \
733	case "$(srcdir)" in \
734	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
735	  *) sdir=$(subdir)/$(srcdir) ;; \
736	esac; \
737	for i in $$list; do \
738	  if test -f "$$i"; then \
739	    echo "$(subdir)/$$i"; \
740	  else \
741	    echo "$$sdir/$$i"; \
742	  fi; \
743	done >> $(top_builddir)/cscope.files
744
745distclean-tags:
746	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
747
748distdir: $(DISTFILES)
749	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
750	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
751	list='$(DISTFILES)'; \
752	  dist_files=`for file in $$list; do echo $$file; done | \
753	  sed -e "s|^$$srcdirstrip/||;t" \
754	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
755	case $$dist_files in \
756	  */*) $(MKDIR_P) `echo "$$dist_files" | \
757			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
758			   sort -u` ;; \
759	esac; \
760	for file in $$dist_files; do \
761	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
762	  if test -d $$d/$$file; then \
763	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
764	    if test -d "$(distdir)/$$file"; then \
765	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
766	    fi; \
767	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
768	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
769	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
770	    fi; \
771	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
772	  else \
773	    test -f "$(distdir)/$$file" \
774	    || cp -p $$d/$$file "$(distdir)/$$file" \
775	    || exit 1; \
776	  fi; \
777	done
778	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
779	  if test "$$subdir" = .; then :; else \
780	    $(am__make_dryrun) \
781	      || test -d "$(distdir)/$$subdir" \
782	      || $(MKDIR_P) "$(distdir)/$$subdir" \
783	      || exit 1; \
784	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
785	    $(am__relativize); \
786	    new_distdir=$$reldir; \
787	    dir1=$$subdir; dir2="$(top_distdir)"; \
788	    $(am__relativize); \
789	    new_top_distdir=$$reldir; \
790	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
791	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
792	    ($(am__cd) $$subdir && \
793	      $(MAKE) $(AM_MAKEFLAGS) \
794	        top_distdir="$$new_top_distdir" \
795	        distdir="$$new_distdir" \
796		am__remove_distdir=: \
797		am__skip_length_check=: \
798		am__skip_mode_fix=: \
799	        distdir) \
800	      || exit 1; \
801	  fi; \
802	done
803check-am: all-am
804check: check-recursive
805all-am: Makefile $(LTLIBRARIES)
806installdirs: installdirs-recursive
807installdirs-am:
808install: install-recursive
809install-exec: install-exec-recursive
810install-data: install-data-recursive
811uninstall: uninstall-recursive
812
813install-am: all-am
814	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
815
816installcheck: installcheck-recursive
817install-strip:
818	if test -z '$(STRIP)'; then \
819	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
820	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
821	      install; \
822	else \
823	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
824	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
825	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
826	fi
827mostlyclean-generic:
828
829clean-generic:
830
831distclean-generic:
832	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
833	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
834
835maintainer-clean-generic:
836	@echo "This command is intended for maintainers to use"
837	@echo "it deletes files that may require special tools to rebuild."
838clean: clean-recursive
839
840clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
841	mostlyclean-am
842
843distclean: distclean-recursive
844	-rm -rf ./$(DEPDIR)
845	-rm -f Makefile
846distclean-am: clean-am distclean-compile distclean-generic \
847	distclean-tags
848
849dvi: dvi-recursive
850
851dvi-am:
852
853html: html-recursive
854
855html-am:
856
857info: info-recursive
858
859info-am:
860
861install-data-am:
862
863install-dvi: install-dvi-recursive
864
865install-dvi-am:
866
867install-exec-am:
868
869install-html: install-html-recursive
870
871install-html-am:
872
873install-info: install-info-recursive
874
875install-info-am:
876
877install-man:
878
879install-pdf: install-pdf-recursive
880
881install-pdf-am:
882
883install-ps: install-ps-recursive
884
885install-ps-am:
886
887installcheck-am:
888
889maintainer-clean: maintainer-clean-recursive
890	-rm -rf ./$(DEPDIR)
891	-rm -f Makefile
892maintainer-clean-am: distclean-am maintainer-clean-generic
893
894mostlyclean: mostlyclean-recursive
895
896mostlyclean-am: mostlyclean-compile mostlyclean-generic \
897	mostlyclean-libtool
898
899pdf: pdf-recursive
900
901pdf-am:
902
903ps: ps-recursive
904
905ps-am:
906
907uninstall-am:
908
909.MAKE: $(am__recursive_targets) install-am install-strip
910
911.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
912	check-am clean clean-generic clean-libtool \
913	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
914	distclean-compile distclean-generic distclean-libtool \
915	distclean-tags distdir dvi dvi-am html html-am info info-am \
916	install install-am install-data install-data-am install-dvi \
917	install-dvi-am install-exec install-exec-am install-html \
918	install-html-am install-info install-info-am install-man \
919	install-pdf install-pdf-am install-ps install-ps-am \
920	install-strip installcheck installcheck-am installdirs \
921	installdirs-am maintainer-clean maintainer-clean-generic \
922	mostlyclean mostlyclean-compile mostlyclean-generic \
923	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
924	uninstall-am
925
926
927@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)
928@HAVE_DOT_GIT_TRUE@	@echo "Recording git-tree used for compilation: `git describe`"
929@HAVE_DOT_GIT_TRUE@	@V=`git describe`; echo "static const char git_version[] = \"$$V\";" > git_version.h
930@HAVE_DOT_GIT_TRUE@sna_driver.c: git_version.h
931
932# Tell versions [3.59,3.63) of GNU make to not export all variables.
933# Otherwise a system limit (for SysV at least) may be exceeded.
934.NOEXPORT:
935