1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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@
111subdir = src
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113am__aclocal_m4_deps = $(top_srcdir)/configure.ac
114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115	$(ACLOCAL_M4)
116DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
117mkinstalldirs = $(install_sh) -d
118CONFIG_HEADER = $(top_builddir)/config.h
119CONFIG_CLEAN_FILES =
120CONFIG_CLEAN_VPATH_FILES =
121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
122am__vpath_adj = case $$p in \
123    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
124    *) f=$$p;; \
125  esac;
126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
127am__install_max = 40
128am__nobase_strip_setup = \
129  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
130am__nobase_strip = \
131  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
132am__nobase_list = $(am__nobase_strip_setup); \
133  for p in $$list; do echo "$$p $$p"; done | \
134  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
135  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
136    if (++n[$$2] == $(am__install_max)) \
137      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
138    END { for (dir in files) print dir, files[dir] }'
139am__base_list = \
140  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
141  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
142am__uninstall_files_from_dir = { \
143  test -z "$$files" \
144    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
145    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
146         $(am__cd) "$$dir" && rm -f $$files; }; \
147  }
148am__installdirs = "$(DESTDIR)$(trident_drv_ladir)"
149LTLIBRARIES = $(trident_drv_la_LTLIBRARIES)
150trident_drv_la_DEPENDENCIES =
151am_trident_drv_la_OBJECTS = blade_exa.lo blade_xaa.lo image_xaa.lo \
152	tgui_xaa.lo trident_bank.lo trident_dac.lo trident_dga.lo \
153	trident_driver.lo trident_i2c.lo trident_pll.lo \
154	trident_shadow.lo trident_tv.lo trident_video.lo tvga_dac.lo \
155	xp_xaa.lo xp4_exa.lo xp4_xaa.lo
156trident_drv_la_OBJECTS = $(am_trident_drv_la_OBJECTS)
157AM_V_lt = $(am__v_lt_@AM_V@)
158am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
159am__v_lt_0 = --silent
160am__v_lt_1 = 
161trident_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
162	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
163	$(AM_CFLAGS) $(CFLAGS) $(trident_drv_la_LDFLAGS) $(LDFLAGS) -o \
164	$@
165AM_V_P = $(am__v_P_@AM_V@)
166am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
167am__v_P_0 = false
168am__v_P_1 = :
169AM_V_GEN = $(am__v_GEN_@AM_V@)
170am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
171am__v_GEN_0 = @echo "  GEN     " $@;
172am__v_GEN_1 = 
173AM_V_at = $(am__v_at_@AM_V@)
174am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
175am__v_at_0 = @
176am__v_at_1 = 
177DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
178depcomp = $(SHELL) $(top_srcdir)/depcomp
179am__maybe_remake_depfiles = depfiles
180am__depfiles_remade = ./$(DEPDIR)/blade_exa.Plo \
181	./$(DEPDIR)/blade_xaa.Plo ./$(DEPDIR)/image_xaa.Plo \
182	./$(DEPDIR)/tgui_xaa.Plo ./$(DEPDIR)/trident_bank.Plo \
183	./$(DEPDIR)/trident_dac.Plo ./$(DEPDIR)/trident_dga.Plo \
184	./$(DEPDIR)/trident_driver.Plo ./$(DEPDIR)/trident_i2c.Plo \
185	./$(DEPDIR)/trident_pll.Plo ./$(DEPDIR)/trident_shadow.Plo \
186	./$(DEPDIR)/trident_tv.Plo ./$(DEPDIR)/trident_video.Plo \
187	./$(DEPDIR)/tvga_dac.Plo ./$(DEPDIR)/xp4_exa.Plo \
188	./$(DEPDIR)/xp4_xaa.Plo ./$(DEPDIR)/xp_xaa.Plo
189am__mv = mv -f
190COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
191	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
192LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
193	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
194	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
195	$(AM_CFLAGS) $(CFLAGS)
196AM_V_CC = $(am__v_CC_@AM_V@)
197am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
198am__v_CC_0 = @echo "  CC      " $@;
199am__v_CC_1 = 
200CCLD = $(CC)
201LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
202	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
203	$(AM_LDFLAGS) $(LDFLAGS) -o $@
204AM_V_CCLD = $(am__v_CCLD_@AM_V@)
205am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
206am__v_CCLD_0 = @echo "  CCLD    " $@;
207am__v_CCLD_1 = 
208SOURCES = $(trident_drv_la_SOURCES)
209DIST_SOURCES = $(trident_drv_la_SOURCES)
210am__can_run_installinfo = \
211  case $$AM_UPDATE_INFO_DIR in \
212    n|no|NO) false;; \
213    *) (install-info --version) >/dev/null 2>&1;; \
214  esac
215am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
216# Read a list of newline-separated strings from the standard input,
217# and print each of them once, without duplicates.  Input order is
218# *not* preserved.
219am__uniquify_input = $(AWK) '\
220  BEGIN { nonempty = 0; } \
221  { items[$$0] = 1; nonempty = 1; } \
222  END { if (nonempty) { for (i in items) print i; }; } \
223'
224# Make sure the list of sources is unique.  This is necessary because,
225# e.g., the same source file might be shared among _SOURCES variables
226# for different programs/libraries.
227am__define_uniq_tagged_files = \
228  list='$(am__tagged_files)'; \
229  unique=`for i in $$list; do \
230    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
231  done | $(am__uniquify_input)`
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@
251CPPFLAGS = @CPPFLAGS@
252CSCOPE = @CSCOPE@
253CTAGS = @CTAGS@
254CWARNFLAGS = @CWARNFLAGS@
255CYGPATH_W = @CYGPATH_W@
256DEFS = @DEFS@
257DEPDIR = @DEPDIR@
258DLLTOOL = @DLLTOOL@
259DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
260DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
261DRIVER_NAME = @DRIVER_NAME@
262DSYMUTIL = @DSYMUTIL@
263DUMPBIN = @DUMPBIN@
264ECHO_C = @ECHO_C@
265ECHO_N = @ECHO_N@
266ECHO_T = @ECHO_T@
267EGREP = @EGREP@
268ETAGS = @ETAGS@
269EXEEXT = @EXEEXT@
270FGREP = @FGREP@
271FILECMD = @FILECMD@
272FILE_MAN_DIR = @FILE_MAN_DIR@
273FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
274GREP = @GREP@
275INSTALL = @INSTALL@
276INSTALL_CMD = @INSTALL_CMD@
277INSTALL_DATA = @INSTALL_DATA@
278INSTALL_PROGRAM = @INSTALL_PROGRAM@
279INSTALL_SCRIPT = @INSTALL_SCRIPT@
280INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
281LD = @LD@
282LDFLAGS = @LDFLAGS@
283LIBOBJS = @LIBOBJS@
284LIBS = @LIBS@
285LIBTOOL = @LIBTOOL@
286LIB_MAN_DIR = @LIB_MAN_DIR@
287LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
288LIPO = @LIPO@
289LN_S = @LN_S@
290LTLIBOBJS = @LTLIBOBJS@
291LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
292MAKEINFO = @MAKEINFO@
293MANIFEST_TOOL = @MANIFEST_TOOL@
294MAN_SUBSTS = @MAN_SUBSTS@
295MISC_MAN_DIR = @MISC_MAN_DIR@
296MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
297MKDIR_P = @MKDIR_P@
298NM = @NM@
299NMEDIT = @NMEDIT@
300OBJDUMP = @OBJDUMP@
301OBJEXT = @OBJEXT@
302OTOOL = @OTOOL@
303OTOOL64 = @OTOOL64@
304PACKAGE = @PACKAGE@
305PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
306PACKAGE_NAME = @PACKAGE_NAME@
307PACKAGE_STRING = @PACKAGE_STRING@
308PACKAGE_TARNAME = @PACKAGE_TARNAME@
309PACKAGE_URL = @PACKAGE_URL@
310PACKAGE_VERSION = @PACKAGE_VERSION@
311PATH_SEPARATOR = @PATH_SEPARATOR@
312PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
313PCIACCESS_LIBS = @PCIACCESS_LIBS@
314PKG_CONFIG = @PKG_CONFIG@
315PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
316PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
317RANLIB = @RANLIB@
318SED = @SED@
319SET_MAKE = @SET_MAKE@
320SHELL = @SHELL@
321STRICT_CFLAGS = @STRICT_CFLAGS@
322STRIP = @STRIP@
323VERSION = @VERSION@
324XEXT_CFLAGS = @XEXT_CFLAGS@
325XEXT_LIBS = @XEXT_LIBS@
326XORG_CFLAGS = @XORG_CFLAGS@
327XORG_LIBS = @XORG_LIBS@
328XORG_MAN_PAGE = @XORG_MAN_PAGE@
329abs_builddir = @abs_builddir@
330abs_srcdir = @abs_srcdir@
331abs_top_builddir = @abs_top_builddir@
332abs_top_srcdir = @abs_top_srcdir@
333ac_ct_AR = @ac_ct_AR@
334ac_ct_CC = @ac_ct_CC@
335ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
336am__include = @am__include@
337am__leading_dot = @am__leading_dot@
338am__quote = @am__quote@
339am__tar = @am__tar@
340am__untar = @am__untar@
341bindir = @bindir@
342build = @build@
343build_alias = @build_alias@
344build_cpu = @build_cpu@
345build_os = @build_os@
346build_vendor = @build_vendor@
347builddir = @builddir@
348datadir = @datadir@
349datarootdir = @datarootdir@
350docdir = @docdir@
351dvidir = @dvidir@
352exec_prefix = @exec_prefix@
353host = @host@
354host_alias = @host_alias@
355host_cpu = @host_cpu@
356host_os = @host_os@
357host_vendor = @host_vendor@
358htmldir = @htmldir@
359includedir = @includedir@
360infodir = @infodir@
361install_sh = @install_sh@
362libdir = @libdir@
363libexecdir = @libexecdir@
364localedir = @localedir@
365localstatedir = @localstatedir@
366mandir = @mandir@
367mkdir_p = @mkdir_p@
368moduledir = @moduledir@
369oldincludedir = @oldincludedir@
370pdfdir = @pdfdir@
371prefix = @prefix@
372program_transform_name = @program_transform_name@
373psdir = @psdir@
374runstatedir = @runstatedir@
375sbindir = @sbindir@
376sharedstatedir = @sharedstatedir@
377srcdir = @srcdir@
378sysconfdir = @sysconfdir@
379target_alias = @target_alias@
380top_build_prefix = @top_build_prefix@
381top_builddir = @top_builddir@
382top_srcdir = @top_srcdir@
383
384# this is obnoxious:
385# -module lets us name the module exactly how we want
386# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
387# _ladir passes a dummy rpath to libtool so the thing will actually link
388# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
389AM_CFLAGS = @XORG_CFLAGS@
390trident_drv_la_LTLIBRARIES = trident_drv.la
391trident_drv_la_LDFLAGS = -module -avoid-version
392trident_drv_la_LIBADD = -lm
393trident_drv_ladir = @moduledir@/drivers
394trident_drv_la_SOURCES = \
395        blade_exa.c \
396        blade_xaa.c \
397        compat-api.h \
398        image_xaa.c \
399        pci_rename.h \
400        tgui_xaa.c \
401        trident_bank.c \
402        trident_dac.c \
403        trident_dga.c \
404        trident_driver.c \
405        trident_i2c.c \
406        trident_pll.c \
407        trident_regs.h \
408        trident_shadow.c \
409        trident_tv.c \
410        trident_video.c \
411        trident.h \
412        tvga_dac.c \
413        xp_xaa.c \
414        xp4_exa.c \
415        xp4_xaa.c
416
417all: all-am
418
419.SUFFIXES:
420.SUFFIXES: .c .lo .o .obj
421$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
422	@for dep in $?; do \
423	  case '$(am__configure_deps)' in \
424	    *$$dep*) \
425	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
426	        && { if test -f $@; then exit 0; else break; fi; }; \
427	      exit 1;; \
428	  esac; \
429	done; \
430	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
431	$(am__cd) $(top_srcdir) && \
432	  $(AUTOMAKE) --foreign src/Makefile
433Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
434	@case '$?' in \
435	  *config.status*) \
436	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
437	  *) \
438	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
439	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
440	esac;
441
442$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
443	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444
445$(top_srcdir)/configure:  $(am__configure_deps)
446	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
448	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449$(am__aclocal_m4_deps):
450
451install-trident_drv_laLTLIBRARIES: $(trident_drv_la_LTLIBRARIES)
452	@$(NORMAL_INSTALL)
453	@list='$(trident_drv_la_LTLIBRARIES)'; test -n "$(trident_drv_ladir)" || list=; \
454	list2=; for p in $$list; do \
455	  if test -f $$p; then \
456	    list2="$$list2 $$p"; \
457	  else :; fi; \
458	done; \
459	test -z "$$list2" || { \
460	  echo " $(MKDIR_P) '$(DESTDIR)$(trident_drv_ladir)'"; \
461	  $(MKDIR_P) "$(DESTDIR)$(trident_drv_ladir)" || exit 1; \
462	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(trident_drv_ladir)'"; \
463	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(trident_drv_ladir)"; \
464	}
465
466uninstall-trident_drv_laLTLIBRARIES:
467	@$(NORMAL_UNINSTALL)
468	@list='$(trident_drv_la_LTLIBRARIES)'; test -n "$(trident_drv_ladir)" || list=; \
469	for p in $$list; do \
470	  $(am__strip_dir) \
471	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(trident_drv_ladir)/$$f'"; \
472	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(trident_drv_ladir)/$$f"; \
473	done
474
475clean-trident_drv_laLTLIBRARIES:
476	-test -z "$(trident_drv_la_LTLIBRARIES)" || rm -f $(trident_drv_la_LTLIBRARIES)
477	@list='$(trident_drv_la_LTLIBRARIES)'; \
478	locs=`for p in $$list; do echo $$p; done | \
479	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
480	      sort -u`; \
481	test -z "$$locs" || { \
482	  echo rm -f $${locs}; \
483	  rm -f $${locs}; \
484	}
485
486trident_drv.la: $(trident_drv_la_OBJECTS) $(trident_drv_la_DEPENDENCIES) $(EXTRA_trident_drv_la_DEPENDENCIES) 
487	$(AM_V_CCLD)$(trident_drv_la_LINK) -rpath $(trident_drv_ladir) $(trident_drv_la_OBJECTS) $(trident_drv_la_LIBADD) $(LIBS)
488
489mostlyclean-compile:
490	-rm -f *.$(OBJEXT)
491
492distclean-compile:
493	-rm -f *.tab.c
494
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blade_exa.Plo@am__quote@ # am--include-marker
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blade_xaa.Plo@am__quote@ # am--include-marker
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image_xaa.Plo@am__quote@ # am--include-marker
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tgui_xaa.Plo@am__quote@ # am--include-marker
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_bank.Plo@am__quote@ # am--include-marker
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_dac.Plo@am__quote@ # am--include-marker
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_dga.Plo@am__quote@ # am--include-marker
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_driver.Plo@am__quote@ # am--include-marker
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_i2c.Plo@am__quote@ # am--include-marker
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_pll.Plo@am__quote@ # am--include-marker
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_shadow.Plo@am__quote@ # am--include-marker
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_tv.Plo@am__quote@ # am--include-marker
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_video.Plo@am__quote@ # am--include-marker
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tvga_dac.Plo@am__quote@ # am--include-marker
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xp4_exa.Plo@am__quote@ # am--include-marker
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xp4_xaa.Plo@am__quote@ # am--include-marker
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xp_xaa.Plo@am__quote@ # am--include-marker
512
513$(am__depfiles_remade):
514	@$(MKDIR_P) $(@D)
515	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
516
517am--depfiles: $(am__depfiles_remade)
518
519.c.o:
520@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
521@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
522@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
523@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
525
526.c.obj:
527@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
528@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
529@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
530@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
531@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
532
533.c.lo:
534@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
535@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
536@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
537@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
538@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
539
540mostlyclean-libtool:
541	-rm -f *.lo
542
543clean-libtool:
544	-rm -rf .libs _libs
545
546ID: $(am__tagged_files)
547	$(am__define_uniq_tagged_files); mkid -fID $$unique
548tags: tags-am
549TAGS: tags
550
551tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
552	set x; \
553	here=`pwd`; \
554	$(am__define_uniq_tagged_files); \
555	shift; \
556	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
557	  test -n "$$unique" || unique=$$empty_fix; \
558	  if test $$# -gt 0; then \
559	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560	      "$$@" $$unique; \
561	  else \
562	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563	      $$unique; \
564	  fi; \
565	fi
566ctags: ctags-am
567
568CTAGS: ctags
569ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
570	$(am__define_uniq_tagged_files); \
571	test -z "$(CTAGS_ARGS)$$unique" \
572	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
573	     $$unique
574
575GTAGS:
576	here=`$(am__cd) $(top_builddir) && pwd` \
577	  && $(am__cd) $(top_srcdir) \
578	  && gtags -i $(GTAGS_ARGS) "$$here"
579cscopelist: cscopelist-am
580
581cscopelist-am: $(am__tagged_files)
582	list='$(am__tagged_files)'; \
583	case "$(srcdir)" in \
584	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
585	  *) sdir=$(subdir)/$(srcdir) ;; \
586	esac; \
587	for i in $$list; do \
588	  if test -f "$$i"; then \
589	    echo "$(subdir)/$$i"; \
590	  else \
591	    echo "$$sdir/$$i"; \
592	  fi; \
593	done >> $(top_builddir)/cscope.files
594
595distclean-tags:
596	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597distdir: $(BUILT_SOURCES)
598	$(MAKE) $(AM_MAKEFLAGS) distdir-am
599
600distdir-am: $(DISTFILES)
601	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
602	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
603	list='$(DISTFILES)'; \
604	  dist_files=`for file in $$list; do echo $$file; done | \
605	  sed -e "s|^$$srcdirstrip/||;t" \
606	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
607	case $$dist_files in \
608	  */*) $(MKDIR_P) `echo "$$dist_files" | \
609			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
610			   sort -u` ;; \
611	esac; \
612	for file in $$dist_files; do \
613	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
614	  if test -d $$d/$$file; then \
615	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
616	    if test -d "$(distdir)/$$file"; then \
617	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
618	    fi; \
619	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
620	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
621	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
622	    fi; \
623	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
624	  else \
625	    test -f "$(distdir)/$$file" \
626	    || cp -p $$d/$$file "$(distdir)/$$file" \
627	    || exit 1; \
628	  fi; \
629	done
630check-am: all-am
631check: check-am
632all-am: Makefile $(LTLIBRARIES)
633installdirs:
634	for dir in "$(DESTDIR)$(trident_drv_ladir)"; do \
635	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
636	done
637install: install-am
638install-exec: install-exec-am
639install-data: install-data-am
640uninstall: uninstall-am
641
642install-am: all-am
643	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
644
645installcheck: installcheck-am
646install-strip:
647	if test -z '$(STRIP)'; then \
648	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
649	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
650	      install; \
651	else \
652	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
655	fi
656mostlyclean-generic:
657
658clean-generic:
659
660distclean-generic:
661	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
662	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
663
664maintainer-clean-generic:
665	@echo "This command is intended for maintainers to use"
666	@echo "it deletes files that may require special tools to rebuild."
667clean: clean-am
668
669clean-am: clean-generic clean-libtool clean-trident_drv_laLTLIBRARIES \
670	mostlyclean-am
671
672distclean: distclean-am
673		-rm -f ./$(DEPDIR)/blade_exa.Plo
674	-rm -f ./$(DEPDIR)/blade_xaa.Plo
675	-rm -f ./$(DEPDIR)/image_xaa.Plo
676	-rm -f ./$(DEPDIR)/tgui_xaa.Plo
677	-rm -f ./$(DEPDIR)/trident_bank.Plo
678	-rm -f ./$(DEPDIR)/trident_dac.Plo
679	-rm -f ./$(DEPDIR)/trident_dga.Plo
680	-rm -f ./$(DEPDIR)/trident_driver.Plo
681	-rm -f ./$(DEPDIR)/trident_i2c.Plo
682	-rm -f ./$(DEPDIR)/trident_pll.Plo
683	-rm -f ./$(DEPDIR)/trident_shadow.Plo
684	-rm -f ./$(DEPDIR)/trident_tv.Plo
685	-rm -f ./$(DEPDIR)/trident_video.Plo
686	-rm -f ./$(DEPDIR)/tvga_dac.Plo
687	-rm -f ./$(DEPDIR)/xp4_exa.Plo
688	-rm -f ./$(DEPDIR)/xp4_xaa.Plo
689	-rm -f ./$(DEPDIR)/xp_xaa.Plo
690	-rm -f Makefile
691distclean-am: clean-am distclean-compile distclean-generic \
692	distclean-tags
693
694dvi: dvi-am
695
696dvi-am:
697
698html: html-am
699
700html-am:
701
702info: info-am
703
704info-am:
705
706install-data-am: install-trident_drv_laLTLIBRARIES
707
708install-dvi: install-dvi-am
709
710install-dvi-am:
711
712install-exec-am:
713
714install-html: install-html-am
715
716install-html-am:
717
718install-info: install-info-am
719
720install-info-am:
721
722install-man:
723
724install-pdf: install-pdf-am
725
726install-pdf-am:
727
728install-ps: install-ps-am
729
730install-ps-am:
731
732installcheck-am:
733
734maintainer-clean: maintainer-clean-am
735		-rm -f ./$(DEPDIR)/blade_exa.Plo
736	-rm -f ./$(DEPDIR)/blade_xaa.Plo
737	-rm -f ./$(DEPDIR)/image_xaa.Plo
738	-rm -f ./$(DEPDIR)/tgui_xaa.Plo
739	-rm -f ./$(DEPDIR)/trident_bank.Plo
740	-rm -f ./$(DEPDIR)/trident_dac.Plo
741	-rm -f ./$(DEPDIR)/trident_dga.Plo
742	-rm -f ./$(DEPDIR)/trident_driver.Plo
743	-rm -f ./$(DEPDIR)/trident_i2c.Plo
744	-rm -f ./$(DEPDIR)/trident_pll.Plo
745	-rm -f ./$(DEPDIR)/trident_shadow.Plo
746	-rm -f ./$(DEPDIR)/trident_tv.Plo
747	-rm -f ./$(DEPDIR)/trident_video.Plo
748	-rm -f ./$(DEPDIR)/tvga_dac.Plo
749	-rm -f ./$(DEPDIR)/xp4_exa.Plo
750	-rm -f ./$(DEPDIR)/xp4_xaa.Plo
751	-rm -f ./$(DEPDIR)/xp_xaa.Plo
752	-rm -f Makefile
753maintainer-clean-am: distclean-am maintainer-clean-generic
754
755mostlyclean: mostlyclean-am
756
757mostlyclean-am: mostlyclean-compile mostlyclean-generic \
758	mostlyclean-libtool
759
760pdf: pdf-am
761
762pdf-am:
763
764ps: ps-am
765
766ps-am:
767
768uninstall-am: uninstall-trident_drv_laLTLIBRARIES
769
770.MAKE: install-am install-strip
771
772.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
773	clean-generic clean-libtool clean-trident_drv_laLTLIBRARIES \
774	cscopelist-am ctags ctags-am distclean distclean-compile \
775	distclean-generic distclean-libtool distclean-tags distdir dvi \
776	dvi-am html html-am info info-am install install-am \
777	install-data install-data-am install-dvi install-dvi-am \
778	install-exec install-exec-am install-html install-html-am \
779	install-info install-info-am install-man install-pdf \
780	install-pdf-am install-ps install-ps-am install-strip \
781	install-trident_drv_laLTLIBRARIES installcheck installcheck-am \
782	installdirs maintainer-clean maintainer-clean-generic \
783	mostlyclean mostlyclean-compile mostlyclean-generic \
784	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
785	uninstall-am uninstall-trident_drv_laLTLIBRARIES
786
787.PRECIOUS: Makefile
788
789
790# Tell versions [3.59,3.63) of GNU make to not export all variables.
791# Otherwise a system limit (for SysV at least) may be exceeded.
792.NOEXPORT:
793