Makefile.in revision 6086d97e
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#  Copyright 2005 Adam Jackson.
19#
20#  Permission is hereby granted, free of charge, to any person obtaining a
21#  copy of this software and associated documentation files (the "Software"),
22#  to deal in the Software without restriction, including without limitation
23#  on the rights to use, copy, modify, merge, publish, distribute, sub
24#  license, and/or sell copies of the Software, and to permit persons to whom
25#  the Software is furnished to do so, subject to the following conditions:
26#
27#  The above copyright notice and this permission notice (including the next
28#  paragraph) shall be included in all copies or substantial portions of the
29#  Software.
30#
31#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
34#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
35#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37
38VPATH = @srcdir@
39pkgdatadir = $(datadir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkglibexecdir = $(libexecdir)/@PACKAGE@
43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44install_sh_DATA = $(install_sh) -c -m 644
45install_sh_PROGRAM = $(install_sh) -c
46install_sh_SCRIPT = $(install_sh) -c
47INSTALL_HEADER = $(INSTALL_DATA)
48transform = $(program_transform_name)
49NORMAL_INSTALL = :
50PRE_INSTALL = :
51POST_INSTALL = :
52NORMAL_UNINSTALL = :
53PRE_UNINSTALL = :
54POST_UNINSTALL = :
55build_triplet = @build@
56host_triplet = @host@
57subdir = src
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62	$(ACLOCAL_M4)
63mkinstalldirs = $(install_sh) -d
64CONFIG_HEADER = $(top_builddir)/config.h
65CONFIG_CLEAN_FILES =
66CONFIG_CLEAN_VPATH_FILES =
67am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68am__vpath_adj = case $$p in \
69    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70    *) f=$$p;; \
71  esac;
72am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
73am__install_max = 40
74am__nobase_strip_setup = \
75  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
76am__nobase_strip = \
77  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
78am__nobase_list = $(am__nobase_strip_setup); \
79  for p in $$list; do echo "$$p $$p"; done | \
80  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
81  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
82    if (++n[$$2] == $(am__install_max)) \
83      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
84    END { for (dir in files) print dir, files[dir] }'
85am__base_list = \
86  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88am__installdirs = "$(DESTDIR)$(nv_drv_ladir)"
89LTLIBRARIES = $(nv_drv_la_LTLIBRARIES)
90nv_drv_la_LIBADD =
91am__objects_1 = nv_cursor.lo nv_dac.lo nv_dga.lo nv_driver.lo nv_hw.lo \
92	nv_setup.lo nv_shadow.lo nv_video.lo nv_xaa.lo
93am__objects_2 = riva_cursor.lo riva_dac.lo riva_dga.lo riva_driver.lo \
94	riva_hw.lo riva_setup.lo riva_shadow.lo riva_xaa.lo
95am__objects_3 = g80_cursor.lo g80_dac.lo g80_display.lo g80_dma.lo \
96	g80_driver.lo g80_exa.lo g80_output.lo g80_sor.lo g80_xaa.lo
97am_nv_drv_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
98	$(am__objects_3)
99nv_drv_la_OBJECTS = $(am_nv_drv_la_OBJECTS)
100AM_V_lt = $(am__v_lt_$(V))
101am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
102am__v_lt_0 = --silent
103nv_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
104	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
105	$(nv_drv_la_LDFLAGS) $(LDFLAGS) -o $@
106DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
107depcomp = $(SHELL) $(top_srcdir)/depcomp
108am__depfiles_maybe = depfiles
109am__mv = mv -f
110COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
111	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
113	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
114	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
115	$(AM_CFLAGS) $(CFLAGS)
116AM_V_CC = $(am__v_CC_$(V))
117am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
118am__v_CC_0 = @echo "  CC    " $@;
119AM_V_at = $(am__v_at_$(V))
120am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
121am__v_at_0 = @
122CCLD = $(CC)
123LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
124	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
125	$(AM_LDFLAGS) $(LDFLAGS) -o $@
126AM_V_CCLD = $(am__v_CCLD_$(V))
127am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
128am__v_CCLD_0 = @echo "  CCLD  " $@;
129AM_V_GEN = $(am__v_GEN_$(V))
130am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
131am__v_GEN_0 = @echo "  GEN   " $@;
132SOURCES = $(nv_drv_la_SOURCES)
133DIST_SOURCES = $(nv_drv_la_SOURCES)
134ETAGS = etags
135CTAGS = ctags
136DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137ACLOCAL = @ACLOCAL@
138ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
139ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
140AMTAR = @AMTAR@
141AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
142APP_MAN_DIR = @APP_MAN_DIR@
143APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
144AR = @AR@
145AUTOCONF = @AUTOCONF@
146AUTOHEADER = @AUTOHEADER@
147AUTOMAKE = @AUTOMAKE@
148AWK = @AWK@
149CC = @CC@
150CCDEPMODE = @CCDEPMODE@
151CFLAGS = @CFLAGS@
152CHANGELOG_CMD = @CHANGELOG_CMD@
153CPP = @CPP@
154CPPFLAGS = @CPPFLAGS@
155CWARNFLAGS = @CWARNFLAGS@
156CYGPATH_W = @CYGPATH_W@
157DEFS = @DEFS@
158DEPDIR = @DEPDIR@
159DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
160DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
161DRIVER_NAME = @DRIVER_NAME@
162DSYMUTIL = @DSYMUTIL@
163DUMPBIN = @DUMPBIN@
164ECHO_C = @ECHO_C@
165ECHO_N = @ECHO_N@
166ECHO_T = @ECHO_T@
167EGREP = @EGREP@
168EXEEXT = @EXEEXT@
169FGREP = @FGREP@
170FILE_MAN_DIR = @FILE_MAN_DIR@
171FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
172GREP = @GREP@
173INSTALL = @INSTALL@
174INSTALL_CMD = @INSTALL_CMD@
175INSTALL_DATA = @INSTALL_DATA@
176INSTALL_PROGRAM = @INSTALL_PROGRAM@
177INSTALL_SCRIPT = @INSTALL_SCRIPT@
178INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179LD = @LD@
180LDFLAGS = @LDFLAGS@
181LIBOBJS = @LIBOBJS@
182LIBS = @LIBS@
183LIBTOOL = @LIBTOOL@
184LIB_MAN_DIR = @LIB_MAN_DIR@
185LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
186LIPO = @LIPO@
187LN_S = @LN_S@
188LTLIBOBJS = @LTLIBOBJS@
189MAINT = @MAINT@
190MAKEINFO = @MAKEINFO@
191MAN_SUBSTS = @MAN_SUBSTS@
192MISC_MAN_DIR = @MISC_MAN_DIR@
193MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
194MKDIR_P = @MKDIR_P@
195NM = @NM@
196NMEDIT = @NMEDIT@
197OBJDUMP = @OBJDUMP@
198OBJEXT = @OBJEXT@
199OTOOL = @OTOOL@
200OTOOL64 = @OTOOL64@
201PACKAGE = @PACKAGE@
202PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203PACKAGE_NAME = @PACKAGE_NAME@
204PACKAGE_STRING = @PACKAGE_STRING@
205PACKAGE_TARNAME = @PACKAGE_TARNAME@
206PACKAGE_URL = @PACKAGE_URL@
207PACKAGE_VERSION = @PACKAGE_VERSION@
208PATH_SEPARATOR = @PATH_SEPARATOR@
209PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
210PCIACCESS_LIBS = @PCIACCESS_LIBS@
211PKG_CONFIG = @PKG_CONFIG@
212RANLIB = @RANLIB@
213SED = @SED@
214SET_MAKE = @SET_MAKE@
215SHELL = @SHELL@
216STRIP = @STRIP@
217VERSION = @VERSION@
218XEXT_CFLAGS = @XEXT_CFLAGS@
219XEXT_LIBS = @XEXT_LIBS@
220XORG_CFLAGS = @XORG_CFLAGS@
221XORG_LIBS = @XORG_LIBS@
222XORG_MAN_PAGE = @XORG_MAN_PAGE@
223abs_builddir = @abs_builddir@
224abs_srcdir = @abs_srcdir@
225abs_top_builddir = @abs_top_builddir@
226abs_top_srcdir = @abs_top_srcdir@
227ac_ct_CC = @ac_ct_CC@
228ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
229am__include = @am__include@
230am__leading_dot = @am__leading_dot@
231am__quote = @am__quote@
232am__tar = @am__tar@
233am__untar = @am__untar@
234bindir = @bindir@
235build = @build@
236build_alias = @build_alias@
237build_cpu = @build_cpu@
238build_os = @build_os@
239build_vendor = @build_vendor@
240builddir = @builddir@
241datadir = @datadir@
242datarootdir = @datarootdir@
243docdir = @docdir@
244dvidir = @dvidir@
245exec_prefix = @exec_prefix@
246host = @host@
247host_alias = @host_alias@
248host_cpu = @host_cpu@
249host_os = @host_os@
250host_vendor = @host_vendor@
251htmldir = @htmldir@
252includedir = @includedir@
253infodir = @infodir@
254install_sh = @install_sh@
255libdir = @libdir@
256libexecdir = @libexecdir@
257localedir = @localedir@
258localstatedir = @localstatedir@
259lt_ECHO = @lt_ECHO@
260mandir = @mandir@
261mkdir_p = @mkdir_p@
262moduledir = @moduledir@
263oldincludedir = @oldincludedir@
264pdfdir = @pdfdir@
265prefix = @prefix@
266program_transform_name = @program_transform_name@
267psdir = @psdir@
268sbindir = @sbindir@
269sharedstatedir = @sharedstatedir@
270srcdir = @srcdir@
271sysconfdir = @sysconfdir@
272target_alias = @target_alias@
273top_build_prefix = @top_build_prefix@
274top_builddir = @top_builddir@
275top_srcdir = @top_srcdir@
276
277# this is obnoxious:
278# -module lets us name the module exactly how we want
279# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
280# _ladir passes a dummy rpath to libtool so the thing will actually link
281# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
282AM_CFLAGS = @XORG_CFLAGS@
283nv_drv_la_LTLIBRARIES = nv_drv.la
284nv_drv_la_LDFLAGS = -module -avoid-version
285nv_drv_ladir = @moduledir@/drivers
286nv_drv_la_SOURCES = $(nv_sources) $(riva_sources) $(g80_sources)
287nv_sources = \
288         nv_const.h \
289         nv_cursor.c \
290         nv_dac.c \
291         nv_dga.c \
292         nv_dma.h \
293         nv_driver.c \
294         nv_hw.c \
295         nv_include.h \
296         nv_local.h \
297         nv_proto.h \
298         nv_setup.c \
299         nv_shadow.c \
300         nv_type.h \
301         nv_video.c \
302         nv_xaa.c
303
304riva_sources = \
305         riva_const.h \
306         riva_cursor.c \
307         riva_dac.c \
308         riva_dga.c \
309         riva_driver.c \
310         riva_hw.c \
311         riva_hw.h \
312         riva_include.h \
313         riva_local.h \
314         riva_proto.h \
315         riva_setup.c \
316         riva_shadow.c \
317         riva_tbl.h \
318         riva_type.h \
319         riva_xaa.c
320
321g80_sources = \
322         g80_cursor.c \
323         g80_cursor.h \
324         g80_dac.c \
325         g80_display.c \
326         g80_display.h \
327         g80_dma.c \
328         g80_dma.h \
329         g80_driver.c \
330         g80_exa.c \
331         g80_exa.h \
332         g80_output.c \
333         g80_output.h \
334         g80_sor.c \
335         g80_type.h \
336         g80_xaa.c \
337         g80_xaa.h
338
339all: all-am
340
341.SUFFIXES:
342.SUFFIXES: .c .lo .o .obj
343$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
344	@for dep in $?; do \
345	  case '$(am__configure_deps)' in \
346	    *$$dep*) \
347	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348	        && { if test -f $@; then exit 0; else break; fi; }; \
349	      exit 1;; \
350	  esac; \
351	done; \
352	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
353	$(am__cd) $(top_srcdir) && \
354	  $(AUTOMAKE) --foreign src/Makefile
355.PRECIOUS: Makefile
356Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357	@case '$?' in \
358	  *config.status*) \
359	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360	  *) \
361	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363	esac;
364
365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
368$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(am__aclocal_m4_deps):
373install-nv_drv_laLTLIBRARIES: $(nv_drv_la_LTLIBRARIES)
374	@$(NORMAL_INSTALL)
375	test -z "$(nv_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(nv_drv_ladir)"
376	@list='$(nv_drv_la_LTLIBRARIES)'; test -n "$(nv_drv_ladir)" || list=; \
377	list2=; for p in $$list; do \
378	  if test -f $$p; then \
379	    list2="$$list2 $$p"; \
380	  else :; fi; \
381	done; \
382	test -z "$$list2" || { \
383	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nv_drv_ladir)'"; \
384	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nv_drv_ladir)"; \
385	}
386
387uninstall-nv_drv_laLTLIBRARIES:
388	@$(NORMAL_UNINSTALL)
389	@list='$(nv_drv_la_LTLIBRARIES)'; test -n "$(nv_drv_ladir)" || list=; \
390	for p in $$list; do \
391	  $(am__strip_dir) \
392	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nv_drv_ladir)/$$f'"; \
393	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nv_drv_ladir)/$$f"; \
394	done
395
396clean-nv_drv_laLTLIBRARIES:
397	-test -z "$(nv_drv_la_LTLIBRARIES)" || rm -f $(nv_drv_la_LTLIBRARIES)
398	@list='$(nv_drv_la_LTLIBRARIES)'; for p in $$list; do \
399	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
400	  test "$$dir" != "$$p" || dir=.; \
401	  echo "rm -f \"$${dir}/so_locations\""; \
402	  rm -f "$${dir}/so_locations"; \
403	done
404nv_drv.la: $(nv_drv_la_OBJECTS) $(nv_drv_la_DEPENDENCIES) 
405	$(AM_V_CCLD)$(nv_drv_la_LINK) -rpath $(nv_drv_ladir) $(nv_drv_la_OBJECTS) $(nv_drv_la_LIBADD) $(LIBS)
406
407mostlyclean-compile:
408	-rm -f *.$(OBJEXT)
409
410distclean-compile:
411	-rm -f *.tab.c
412
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_cursor.Plo@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_dac.Plo@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_display.Plo@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_dma.Plo@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_driver.Plo@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_exa.Plo@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_output.Plo@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_sor.Plo@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g80_xaa.Plo@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_cursor.Plo@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_dac.Plo@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_dga.Plo@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_driver.Plo@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_hw.Plo@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_setup.Plo@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_shadow.Plo@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_video.Plo@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nv_xaa.Plo@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_cursor.Plo@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_dac.Plo@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_dga.Plo@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_driver.Plo@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_hw.Plo@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_setup.Plo@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_shadow.Plo@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riva_xaa.Plo@am__quote@
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@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
445@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446@am__fastdepCC_FALSE@	$(COMPILE) -c $<
447
448.c.obj:
449@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
450@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
452@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
455
456.c.lo:
457@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
458@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
459@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
460@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
461@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
463
464mostlyclean-libtool:
465	-rm -f *.lo
466
467clean-libtool:
468	-rm -rf .libs _libs
469
470ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
471	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472	unique=`for i in $$list; do \
473	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474	  done | \
475	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476	      END { if (nonempty) { for (i in files) print i; }; }'`; \
477	mkid -fID $$unique
478tags: TAGS
479
480TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
481		$(TAGS_FILES) $(LISP)
482	set x; \
483	here=`pwd`; \
484	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
485	unique=`for i in $$list; do \
486	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487	  done | \
488	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489	      END { if (nonempty) { for (i in files) print i; }; }'`; \
490	shift; \
491	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
492	  test -n "$$unique" || unique=$$empty_fix; \
493	  if test $$# -gt 0; then \
494	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495	      "$$@" $$unique; \
496	  else \
497	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
498	      $$unique; \
499	  fi; \
500	fi
501ctags: CTAGS
502CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
503		$(TAGS_FILES) $(LISP)
504	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505	unique=`for i in $$list; do \
506	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507	  done | \
508	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509	      END { if (nonempty) { for (i in files) print i; }; }'`; \
510	test -z "$(CTAGS_ARGS)$$unique" \
511	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512	     $$unique
513
514GTAGS:
515	here=`$(am__cd) $(top_builddir) && pwd` \
516	  && $(am__cd) $(top_srcdir) \
517	  && gtags -i $(GTAGS_ARGS) "$$here"
518
519distclean-tags:
520	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521
522distdir: $(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
553check: check-am
554all-am: Makefile $(LTLIBRARIES)
555installdirs:
556	for dir in "$(DESTDIR)$(nv_drv_ladir)"; do \
557	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
558	done
559install: install-am
560install-exec: install-exec-am
561install-data: install-data-am
562uninstall: uninstall-am
563
564install-am: all-am
565	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566
567installcheck: installcheck-am
568install-strip:
569	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571	  `test -z '$(STRIP)' || \
572	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
573mostlyclean-generic:
574
575clean-generic:
576
577distclean-generic:
578	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581maintainer-clean-generic:
582	@echo "This command is intended for maintainers to use"
583	@echo "it deletes files that may require special tools to rebuild."
584clean: clean-am
585
586clean-am: clean-generic clean-libtool clean-nv_drv_laLTLIBRARIES \
587	mostlyclean-am
588
589distclean: distclean-am
590	-rm -rf ./$(DEPDIR)
591	-rm -f Makefile
592distclean-am: clean-am distclean-compile distclean-generic \
593	distclean-tags
594
595dvi: dvi-am
596
597dvi-am:
598
599html: html-am
600
601html-am:
602
603info: info-am
604
605info-am:
606
607install-data-am: install-nv_drv_laLTLIBRARIES
608
609install-dvi: install-dvi-am
610
611install-dvi-am:
612
613install-exec-am:
614
615install-html: install-html-am
616
617install-html-am:
618
619install-info: install-info-am
620
621install-info-am:
622
623install-man:
624
625install-pdf: install-pdf-am
626
627install-pdf-am:
628
629install-ps: install-ps-am
630
631install-ps-am:
632
633installcheck-am:
634
635maintainer-clean: maintainer-clean-am
636	-rm -rf ./$(DEPDIR)
637	-rm -f Makefile
638maintainer-clean-am: distclean-am maintainer-clean-generic
639
640mostlyclean: mostlyclean-am
641
642mostlyclean-am: mostlyclean-compile mostlyclean-generic \
643	mostlyclean-libtool
644
645pdf: pdf-am
646
647pdf-am:
648
649ps: ps-am
650
651ps-am:
652
653uninstall-am: uninstall-nv_drv_laLTLIBRARIES
654
655.MAKE: install-am install-strip
656
657.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
658	clean-libtool clean-nv_drv_laLTLIBRARIES ctags distclean \
659	distclean-compile distclean-generic distclean-libtool \
660	distclean-tags distdir dvi dvi-am html html-am info info-am \
661	install install-am install-data install-data-am install-dvi \
662	install-dvi-am install-exec install-exec-am install-html \
663	install-html-am install-info install-info-am install-man \
664	install-nv_drv_laLTLIBRARIES install-pdf install-pdf-am \
665	install-ps install-ps-am install-strip installcheck \
666	installcheck-am installdirs maintainer-clean \
667	maintainer-clean-generic mostlyclean mostlyclean-compile \
668	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
669	tags uninstall uninstall-am uninstall-nv_drv_laLTLIBRARIES
670
671
672# Tell versions [3.59,3.63) of GNU make to not export all variables.
673# Otherwise a system limit (for SysV at least) may be exceeded.
674.NOEXPORT:
675