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