Makefile.in revision 603fc0a3
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
91@DRI2_TRUE@am__append_1 = dri2-swap
92@DRI3_TRUE@am__append_2 = dri3-swap
93@DRI3_TRUE@am__append_3 = $(X11_DRI3_CFLAGS)
94@DRI3_TRUE@am__append_4 = $(X11_DRI3_LIBS)
95subdir = benchmarks
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
98	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
99	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
100	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108@DRI2_TRUE@am__EXEEXT_1 = dri2-swap$(EXEEXT)
109@DRI3_TRUE@am__EXEEXT_2 = dri3-swap$(EXEEXT)
110dri2_swap_SOURCES = dri2-swap.c
111dri2_swap_OBJECTS = dri2-swap.$(OBJEXT)
112dri2_swap_LDADD = $(LDADD)
113am__DEPENDENCIES_1 =
114@DRI3_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
115dri2_swap_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
116	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
117AM_V_lt = $(am__v_lt_@AM_V@)
118am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
119am__v_lt_0 = --silent
120am__v_lt_1 = 
121dri3_swap_SOURCES = dri3-swap.c
122dri3_swap_OBJECTS = dri3-swap.$(OBJEXT)
123dri3_swap_LDADD = $(LDADD)
124dri3_swap_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
125	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo "  GEN     " $@;
133am__v_GEN_1 = 
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 = 
138DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
139depcomp = $(SHELL) $(top_srcdir)/depcomp
140am__maybe_remake_depfiles = depfiles
141am__depfiles_remade = ./$(DEPDIR)/dri2-swap.Po \
142	./$(DEPDIR)/dri3-swap.Po
143am__mv = mv -f
144COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
148	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
149	$(AM_CFLAGS) $(CFLAGS)
150AM_V_CC = $(am__v_CC_@AM_V@)
151am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
152am__v_CC_0 = @echo "  CC      " $@;
153am__v_CC_1 = 
154CCLD = $(CC)
155LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157	$(AM_LDFLAGS) $(LDFLAGS) -o $@
158AM_V_CCLD = $(am__v_CCLD_@AM_V@)
159am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
160am__v_CCLD_0 = @echo "  CCLD    " $@;
161am__v_CCLD_1 = 
162SOURCES = dri2-swap.c dri3-swap.c
163DIST_SOURCES = dri2-swap.c dri3-swap.c
164am__can_run_installinfo = \
165  case $$AM_UPDATE_INFO_DIR in \
166    n|no|NO) false;; \
167    *) (install-info --version) >/dev/null 2>&1;; \
168  esac
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170# Read a list of newline-separated strings from the standard input,
171# and print each of them once, without duplicates.  Input order is
172# *not* preserved.
173am__uniquify_input = $(AWK) '\
174  BEGIN { nonempty = 0; } \
175  { items[$$0] = 1; nonempty = 1; } \
176  END { if (nonempty) { for (i in items) print i; }; } \
177'
178# Make sure the list of sources is unique.  This is necessary because,
179# e.g., the same source file might be shared among _SOURCES variables
180# for different programs/libraries.
181am__define_uniq_tagged_files = \
182  list='$(am__tagged_files)'; \
183  unique=`for i in $$list; do \
184    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185  done | $(am__uniquify_input)`
186ETAGS = etags
187CTAGS = ctags
188am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
189DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190ACLOCAL = @ACLOCAL@
191ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
192ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
193ALLOCA = @ALLOCA@
194AMTAR = @AMTAR@
195AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
196APP_MAN_DIR = @APP_MAN_DIR@
197APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
198AR = @AR@
199AUTOCONF = @AUTOCONF@
200AUTOHEADER = @AUTOHEADER@
201AUTOMAKE = @AUTOMAKE@
202AWK = @AWK@
203BASE_CFLAGS = @BASE_CFLAGS@
204CC = @CC@
205CCDEPMODE = @CCDEPMODE@
206CFLAGS = @CFLAGS@
207CHANGELOG_CMD = @CHANGELOG_CMD@
208CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@
209CPP = @CPP@
210CPPFLAGS = @CPPFLAGS@
211CWARNFLAGS = @CWARNFLAGS@
212CYGPATH_W = @CYGPATH_W@
213DEFS = @DEFS@
214DEPDIR = @DEPDIR@
215DLLTOOL = @DLLTOOL@
216DRI1_CFLAGS = @DRI1_CFLAGS@
217DRI1_LIBS = @DRI1_LIBS@
218DRI2_CFLAGS = @DRI2_CFLAGS@
219DRI2_LIBS = @DRI2_LIBS@
220DRI3_CFLAGS = @DRI3_CFLAGS@
221DRI3_LIBS = @DRI3_LIBS@
222DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
223DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
224DRIVER_NAME = @DRIVER_NAME@
225DRI_DRIVER_PATH = @DRI_DRIVER_PATH@
226DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@
227DRMINTEL_LIBS = @DRMINTEL_LIBS@
228DRM_CFLAGS = @DRM_CFLAGS@
229DRM_LIBS = @DRM_LIBS@
230DSYMUTIL = @DSYMUTIL@
231DUMPBIN = @DUMPBIN@
232ECHO_C = @ECHO_C@
233ECHO_N = @ECHO_N@
234ECHO_T = @ECHO_T@
235EGREP = @EGREP@
236EXEEXT = @EXEEXT@
237FGREP = @FGREP@
238FILE_MAN_DIR = @FILE_MAN_DIR@
239FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
240GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
241GEN4ASM_LIBS = @GEN4ASM_LIBS@
242GREP = @GREP@
243INSTALL = @INSTALL@
244INSTALL_CMD = @INSTALL_CMD@
245INSTALL_DATA = @INSTALL_DATA@
246INSTALL_PROGRAM = @INSTALL_PROGRAM@
247INSTALL_SCRIPT = @INSTALL_SCRIPT@
248INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249INTEL_GEN4ASM = @INTEL_GEN4ASM@
250IVO_CFLAGS = @IVO_CFLAGS@
251IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@
252IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@
253IVO_LIBS = @IVO_LIBS@
254LD = @LD@
255LDFLAGS = @LDFLAGS@
256LIBEXEC_PATH = @LIBEXEC_PATH@
257LIBOBJS = @LIBOBJS@
258LIBS = @LIBS@
259LIBTOOL = @LIBTOOL@
260LIB_MAN_DIR = @LIB_MAN_DIR@
261LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
262LIPO = @LIPO@
263LN_S = @LN_S@
264LTLIBOBJS = @LTLIBOBJS@
265LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
266MAKEINFO = @MAKEINFO@
267MANIFEST_TOOL = @MANIFEST_TOOL@
268MAN_SUBSTS = @MAN_SUBSTS@
269MISC_MAN_DIR = @MISC_MAN_DIR@
270MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
271MKDIR_P = @MKDIR_P@
272NM = @NM@
273NMEDIT = @NMEDIT@
274NOWARNFLAGS = @NOWARNFLAGS@
275OBJDUMP = @OBJDUMP@
276OBJEXT = @OBJEXT@
277OTOOL = @OTOOL@
278OTOOL64 = @OTOOL64@
279PACKAGE = @PACKAGE@
280PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281PACKAGE_NAME = @PACKAGE_NAME@
282PACKAGE_STRING = @PACKAGE_STRING@
283PACKAGE_TARNAME = @PACKAGE_TARNAME@
284PACKAGE_URL = @PACKAGE_URL@
285PACKAGE_VERSION = @PACKAGE_VERSION@
286PATH_SEPARATOR = @PATH_SEPARATOR@
287PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
288PCIACCESS_LIBS = @PCIACCESS_LIBS@
289PKG_CONFIG = @PKG_CONFIG@
290PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
291PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
292PREFIX_PATH = @PREFIX_PATH@
293PRESENT_CFLAGS = @PRESENT_CFLAGS@
294PRESENT_LIBS = @PRESENT_LIBS@
295RANLIB = @RANLIB@
296SED = @SED@
297SET_MAKE = @SET_MAKE@
298SHELL = @SHELL@
299STRICT_CFLAGS = @STRICT_CFLAGS@
300STRIP = @STRIP@
301TOOL_CURSOR_CFLAGS = @TOOL_CURSOR_CFLAGS@
302TOOL_CURSOR_LIBS = @TOOL_CURSOR_LIBS@
303UDEV_CFLAGS = @UDEV_CFLAGS@
304UDEV_LIBS = @UDEV_LIBS@
305VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
306VALGRIND_LIBS = @VALGRIND_LIBS@
307VERSION = @VERSION@
308X11_CFLAGS = @X11_CFLAGS@
309X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@
310X11_DRI3_LIBS = @X11_DRI3_LIBS@
311X11_LIBS = @X11_LIBS@
312X11_VM_CFLAGS = @X11_VM_CFLAGS@
313X11_VM_LIBS = @X11_VM_LIBS@
314XORG_CFLAGS = @XORG_CFLAGS@
315XORG_LIBS = @XORG_LIBS@
316XORG_MAN_PAGE = @XORG_MAN_PAGE@
317XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@
318XVMCLIB_LIBS = @XVMCLIB_LIBS@
319abs_builddir = @abs_builddir@
320abs_srcdir = @abs_srcdir@
321abs_top_builddir = @abs_top_builddir@
322abs_top_srcdir = @abs_top_srcdir@
323ac_ct_AR = @ac_ct_AR@
324ac_ct_CC = @ac_ct_CC@
325ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
326am__include = @am__include@
327am__leading_dot = @am__leading_dot@
328am__quote = @am__quote@
329am__tar = @am__tar@
330am__untar = @am__untar@
331bindir = @bindir@
332build = @build@
333build_alias = @build_alias@
334build_cpu = @build_cpu@
335build_os = @build_os@
336build_vendor = @build_vendor@
337builddir = @builddir@
338datadir = @datadir@
339datarootdir = @datarootdir@
340docdir = @docdir@
341dvidir = @dvidir@
342exec_prefix = @exec_prefix@
343host = @host@
344host_alias = @host_alias@
345host_cpu = @host_cpu@
346host_os = @host_os@
347host_vendor = @host_vendor@
348htmldir = @htmldir@
349includedir = @includedir@
350infodir = @infodir@
351install_sh = @install_sh@
352libdir = @libdir@
353libexecdir = @libexecdir@
354localedir = @localedir@
355localstatedir = @localstatedir@
356mandir = @mandir@
357mkdir_p = @mkdir_p@
358moduledir = @moduledir@
359oldincludedir = @oldincludedir@
360pdfdir = @pdfdir@
361prefix = @prefix@
362program_transform_name = @program_transform_name@
363psdir = @psdir@
364sbindir = @sbindir@
365sharedstatedir = @sharedstatedir@
366srcdir = @srcdir@
367sysconfdir = @sysconfdir@
368target_alias = @target_alias@
369top_build_prefix = @top_build_prefix@
370top_builddir = @top_builddir@
371top_srcdir = @top_srcdir@
372AM_CFLAGS = @CWARNFLAGS@ $(X11_CFLAGS) $(DRM_CFLAGS) $(am__append_3)
373LDADD = $(X11_LIBS) $(DRM_LIBS) $(CLOCK_GETTIME_LIBS) $(am__append_4)
374all: all-am
375
376.SUFFIXES:
377.SUFFIXES: .c .lo .o .obj
378$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
379	@for dep in $?; do \
380	  case '$(am__configure_deps)' in \
381	    *$$dep*) \
382	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
383	        && { if test -f $@; then exit 0; else break; fi; }; \
384	      exit 1;; \
385	  esac; \
386	done; \
387	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign benchmarks/Makefile'; \
388	$(am__cd) $(top_srcdir) && \
389	  $(AUTOMAKE) --foreign benchmarks/Makefile
390Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391	@case '$?' in \
392	  *config.status*) \
393	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
394	  *) \
395	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
396	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
397	esac;
398
399$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
402$(top_srcdir)/configure:  $(am__configure_deps)
403	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406$(am__aclocal_m4_deps):
407
408clean-checkPROGRAMS:
409	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
410	echo " rm -f" $$list; \
411	rm -f $$list || exit $$?; \
412	test -n "$(EXEEXT)" || exit 0; \
413	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
414	echo " rm -f" $$list; \
415	rm -f $$list
416
417dri2-swap$(EXEEXT): $(dri2_swap_OBJECTS) $(dri2_swap_DEPENDENCIES) $(EXTRA_dri2_swap_DEPENDENCIES) 
418	@rm -f dri2-swap$(EXEEXT)
419	$(AM_V_CCLD)$(LINK) $(dri2_swap_OBJECTS) $(dri2_swap_LDADD) $(LIBS)
420
421dri3-swap$(EXEEXT): $(dri3_swap_OBJECTS) $(dri3_swap_DEPENDENCIES) $(EXTRA_dri3_swap_DEPENDENCIES) 
422	@rm -f dri3-swap$(EXEEXT)
423	$(AM_V_CCLD)$(LINK) $(dri3_swap_OBJECTS) $(dri3_swap_LDADD) $(LIBS)
424
425mostlyclean-compile:
426	-rm -f *.$(OBJEXT)
427
428distclean-compile:
429	-rm -f *.tab.c
430
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri2-swap.Po@am__quote@ # am--include-marker
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri3-swap.Po@am__quote@ # am--include-marker
433
434$(am__depfiles_remade):
435	@$(MKDIR_P) $(@D)
436	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
437
438am--depfiles: $(am__depfiles_remade)
439
440.c.o:
441@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
446
447.c.obj:
448@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
449@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
451@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
453
454.c.lo:
455@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
456@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
458@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
460
461mostlyclean-libtool:
462	-rm -f *.lo
463
464clean-libtool:
465	-rm -rf .libs _libs
466
467ID: $(am__tagged_files)
468	$(am__define_uniq_tagged_files); mkid -fID $$unique
469tags: tags-am
470TAGS: tags
471
472tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
473	set x; \
474	here=`pwd`; \
475	$(am__define_uniq_tagged_files); \
476	shift; \
477	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
478	  test -n "$$unique" || unique=$$empty_fix; \
479	  if test $$# -gt 0; then \
480	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481	      "$$@" $$unique; \
482	  else \
483	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484	      $$unique; \
485	  fi; \
486	fi
487ctags: ctags-am
488
489CTAGS: ctags
490ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
491	$(am__define_uniq_tagged_files); \
492	test -z "$(CTAGS_ARGS)$$unique" \
493	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494	     $$unique
495
496GTAGS:
497	here=`$(am__cd) $(top_builddir) && pwd` \
498	  && $(am__cd) $(top_srcdir) \
499	  && gtags -i $(GTAGS_ARGS) "$$here"
500cscopelist: cscopelist-am
501
502cscopelist-am: $(am__tagged_files)
503	list='$(am__tagged_files)'; \
504	case "$(srcdir)" in \
505	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
506	  *) sdir=$(subdir)/$(srcdir) ;; \
507	esac; \
508	for i in $$list; do \
509	  if test -f "$$i"; then \
510	    echo "$(subdir)/$$i"; \
511	  else \
512	    echo "$$sdir/$$i"; \
513	  fi; \
514	done >> $(top_builddir)/cscope.files
515
516distclean-tags:
517	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
518
519distdir: $(BUILT_SOURCES)
520	$(MAKE) $(AM_MAKEFLAGS) distdir-am
521
522distdir-am: $(DISTFILES)
523	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525	list='$(DISTFILES)'; \
526	  dist_files=`for file in $$list; do echo $$file; done | \
527	  sed -e "s|^$$srcdirstrip/||;t" \
528	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
529	case $$dist_files in \
530	  */*) $(MKDIR_P) `echo "$$dist_files" | \
531			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
532			   sort -u` ;; \
533	esac; \
534	for file in $$dist_files; do \
535	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
536	  if test -d $$d/$$file; then \
537	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
538	    if test -d "$(distdir)/$$file"; then \
539	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540	    fi; \
541	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
542	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
543	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544	    fi; \
545	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
546	  else \
547	    test -f "$(distdir)/$$file" \
548	    || cp -p $$d/$$file "$(distdir)/$$file" \
549	    || exit 1; \
550	  fi; \
551	done
552check-am: all-am
553	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
554check: check-am
555all-am: Makefile
556installdirs:
557install: install-am
558install-exec: install-exec-am
559install-data: install-data-am
560uninstall: uninstall-am
561
562install-am: all-am
563	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564
565installcheck: installcheck-am
566install-strip:
567	if test -z '$(STRIP)'; then \
568	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570	      install; \
571	else \
572	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
575	fi
576mostlyclean-generic:
577
578clean-generic:
579
580distclean-generic:
581	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
582	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
583
584maintainer-clean-generic:
585	@echo "This command is intended for maintainers to use"
586	@echo "it deletes files that may require special tools to rebuild."
587clean: clean-am
588
589clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
590	mostlyclean-am
591
592distclean: distclean-am
593		-rm -f ./$(DEPDIR)/dri2-swap.Po
594	-rm -f ./$(DEPDIR)/dri3-swap.Po
595	-rm -f Makefile
596distclean-am: clean-am distclean-compile distclean-generic \
597	distclean-tags
598
599dvi: dvi-am
600
601dvi-am:
602
603html: html-am
604
605html-am:
606
607info: info-am
608
609info-am:
610
611install-data-am:
612
613install-dvi: install-dvi-am
614
615install-dvi-am:
616
617install-exec-am:
618
619install-html: install-html-am
620
621install-html-am:
622
623install-info: install-info-am
624
625install-info-am:
626
627install-man:
628
629install-pdf: install-pdf-am
630
631install-pdf-am:
632
633install-ps: install-ps-am
634
635install-ps-am:
636
637installcheck-am:
638
639maintainer-clean: maintainer-clean-am
640		-rm -f ./$(DEPDIR)/dri2-swap.Po
641	-rm -f ./$(DEPDIR)/dri3-swap.Po
642	-rm -f Makefile
643maintainer-clean-am: distclean-am maintainer-clean-generic
644
645mostlyclean: mostlyclean-am
646
647mostlyclean-am: mostlyclean-compile mostlyclean-generic \
648	mostlyclean-libtool
649
650pdf: pdf-am
651
652pdf-am:
653
654ps: ps-am
655
656ps-am:
657
658uninstall-am:
659
660.MAKE: check-am install-am install-strip
661
662.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
663	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
664	ctags ctags-am distclean distclean-compile distclean-generic \
665	distclean-libtool distclean-tags distdir dvi dvi-am html \
666	html-am info info-am install install-am install-data \
667	install-data-am install-dvi install-dvi-am install-exec \
668	install-exec-am install-html install-html-am install-info \
669	install-info-am install-man install-pdf install-pdf-am \
670	install-ps install-ps-am install-strip installcheck \
671	installcheck-am installdirs maintainer-clean \
672	maintainer-clean-generic mostlyclean mostlyclean-compile \
673	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
674	tags tags-am uninstall uninstall-am
675
676.PRECIOUS: Makefile
677
678
679# Tell versions [3.59,3.63) of GNU make to not export all variables.
680# Otherwise a system limit (for SysV at least) may be exceeded.
681.NOEXPORT:
682