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