Makefile.in revision ff89ac2b
1# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
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@
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53build_triplet = @build@
54host_triplet = @host@
55subdir = src
56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/configure.ac
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60	$(ACLOCAL_M4)
61mkinstalldirs = $(install_sh) -d
62CONFIG_HEADER = $(top_builddir)/config.h
63CONFIG_CLEAN_FILES =
64am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65am__vpath_adj = case $$p in \
66    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67    *) f=$$p;; \
68  esac;
69am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
70am__installdirs = "$(DESTDIR)$(trident_drv_ladir)"
71trident_drv_laLTLIBRARIES_INSTALL = $(INSTALL)
72LTLIBRARIES = $(trident_drv_la_LTLIBRARIES)
73trident_drv_la_DEPENDENCIES =
74am_trident_drv_la_OBJECTS = blade_accel.lo blade_accel_exa.lo \
75	image_accel.lo trident_accel.lo trident_bank.lo trident_dac.lo \
76	trident_dga.lo trident_driver.lo tridenthelper.lo \
77	trident_i2c.lo trident_shadow.lo trident_tv.lo \
78	trident_video.lo tvga_dac.lo xp_accel.lo xp4_accel.lo \
79	xp4_accel_exa.lo
80trident_drv_la_OBJECTS = $(am_trident_drv_la_OBJECTS)
81trident_drv_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
82	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83	$(trident_drv_la_LDFLAGS) $(LDFLAGS) -o $@
84DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85depcomp = $(SHELL) $(top_srcdir)/depcomp
86am__depfiles_maybe = depfiles
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
93LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95	$(LDFLAGS) -o $@
96SOURCES = $(trident_drv_la_SOURCES)
97DIST_SOURCES = $(trident_drv_la_SOURCES)
98ETAGS = etags
99CTAGS = ctags
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101ACLOCAL = @ACLOCAL@
102ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
103ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
104AMTAR = @AMTAR@
105APP_MAN_DIR = @APP_MAN_DIR@
106APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
107AR = @AR@
108AUTOCONF = @AUTOCONF@
109AUTOHEADER = @AUTOHEADER@
110AUTOMAKE = @AUTOMAKE@
111AWK = @AWK@
112CC = @CC@
113CCDEPMODE = @CCDEPMODE@
114CFLAGS = @CFLAGS@
115CPP = @CPP@
116CPPFLAGS = @CPPFLAGS@
117CXX = @CXX@
118CXXCPP = @CXXCPP@
119CXXDEPMODE = @CXXDEPMODE@
120CXXFLAGS = @CXXFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
125DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
126DRIVER_NAME = @DRIVER_NAME@
127DSYMUTIL = @DSYMUTIL@
128ECHO = @ECHO@
129ECHO_C = @ECHO_C@
130ECHO_N = @ECHO_N@
131ECHO_T = @ECHO_T@
132EGREP = @EGREP@
133EXEEXT = @EXEEXT@
134F77 = @F77@
135FFLAGS = @FFLAGS@
136FILE_MAN_DIR = @FILE_MAN_DIR@
137FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
138GREP = @GREP@
139INSTALL = @INSTALL@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144LDFLAGS = @LDFLAGS@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIBTOOL = @LIBTOOL@
148LIB_MAN_DIR = @LIB_MAN_DIR@
149LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
150LN_S = @LN_S@
151LTLIBOBJS = @LTLIBOBJS@
152MAINT = @MAINT@
153MAKEINFO = @MAKEINFO@
154MISC_MAN_DIR = @MISC_MAN_DIR@
155MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
156MKDIR_P = @MKDIR_P@
157NMEDIT = @NMEDIT@
158OBJEXT = @OBJEXT@
159PACKAGE = @PACKAGE@
160PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161PACKAGE_NAME = @PACKAGE_NAME@
162PACKAGE_STRING = @PACKAGE_STRING@
163PACKAGE_TARNAME = @PACKAGE_TARNAME@
164PACKAGE_VERSION = @PACKAGE_VERSION@
165PATH_SEPARATOR = @PATH_SEPARATOR@
166PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
167PCIACCESS_LIBS = @PCIACCESS_LIBS@
168PKG_CONFIG = @PKG_CONFIG@
169RANLIB = @RANLIB@
170SED = @SED@
171SET_MAKE = @SET_MAKE@
172SHELL = @SHELL@
173STRIP = @STRIP@
174VERSION = @VERSION@
175XORG_CFLAGS = @XORG_CFLAGS@
176XORG_LIBS = @XORG_LIBS@
177abs_builddir = @abs_builddir@
178abs_srcdir = @abs_srcdir@
179abs_top_builddir = @abs_top_builddir@
180abs_top_srcdir = @abs_top_srcdir@
181ac_ct_CC = @ac_ct_CC@
182ac_ct_CXX = @ac_ct_CXX@
183ac_ct_F77 = @ac_ct_F77@
184am__include = @am__include@
185am__leading_dot = @am__leading_dot@
186am__quote = @am__quote@
187am__tar = @am__tar@
188am__untar = @am__untar@
189bindir = @bindir@
190build = @build@
191build_alias = @build_alias@
192build_cpu = @build_cpu@
193build_os = @build_os@
194build_vendor = @build_vendor@
195builddir = @builddir@
196datadir = @datadir@
197datarootdir = @datarootdir@
198docdir = @docdir@
199dvidir = @dvidir@
200exec_prefix = @exec_prefix@
201host = @host@
202host_alias = @host_alias@
203host_cpu = @host_cpu@
204host_os = @host_os@
205host_vendor = @host_vendor@
206htmldir = @htmldir@
207includedir = @includedir@
208infodir = @infodir@
209install_sh = @install_sh@
210libdir = @libdir@
211libexecdir = @libexecdir@
212localedir = @localedir@
213localstatedir = @localstatedir@
214mandir = @mandir@
215mkdir_p = @mkdir_p@
216moduledir = @moduledir@
217oldincludedir = @oldincludedir@
218pdfdir = @pdfdir@
219prefix = @prefix@
220program_transform_name = @program_transform_name@
221psdir = @psdir@
222sbindir = @sbindir@
223sharedstatedir = @sharedstatedir@
224srcdir = @srcdir@
225sysconfdir = @sysconfdir@
226target_alias = @target_alias@
227top_build_prefix = @top_build_prefix@
228top_builddir = @top_builddir@
229top_srcdir = @top_srcdir@
230
231# this is obnoxious:
232# -module lets us name the module exactly how we want
233# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
234# _ladir passes a dummy rpath to libtool so the thing will actually link
235# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
236AM_CFLAGS = @XORG_CFLAGS@
237trident_drv_la_LTLIBRARIES = trident_drv.la
238trident_drv_la_LDFLAGS = -module -avoid-version
239trident_drv_la_LIBADD = -lm
240trident_drv_ladir = @moduledir@/drivers
241trident_drv_la_SOURCES = \
242         blade_accel.c \
243         blade_accel_exa.c \
244         image_accel.c \
245         trident_accel.c \
246         trident_bank.c \
247         trident_dac.c \
248         trident_dga.c \
249         trident_driver.c \
250         trident.h \
251         tridenthelper.c \
252	 tridentpcirename.h \
253         trident_i2c.c \
254         trident_regs.h \
255         trident_shadow.c \
256         trident_tv.c \
257         trident_video.c \
258         tvga_dac.c \
259         xp_accel.c \
260	 xp4_accel.c \
261	 xp4_accel_exa.c
262
263all: all-am
264
265.SUFFIXES:
266.SUFFIXES: .c .lo .o .obj
267$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
268	@for dep in $?; do \
269	  case '$(am__configure_deps)' in \
270	    *$$dep*) \
271	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
272		&& exit 0; \
273	      exit 1;; \
274	  esac; \
275	done; \
276	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
277	cd $(top_srcdir) && \
278	  $(AUTOMAKE) --foreign  src/Makefile
279.PRECIOUS: Makefile
280Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281	@case '$?' in \
282	  *config.status*) \
283	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
284	  *) \
285	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
286	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
287	esac;
288
289$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
290	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
292$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
293	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
295	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296install-trident_drv_laLTLIBRARIES: $(trident_drv_la_LTLIBRARIES)
297	@$(NORMAL_INSTALL)
298	test -z "$(trident_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(trident_drv_ladir)"
299	@list='$(trident_drv_la_LTLIBRARIES)'; for p in $$list; do \
300	  if test -f $$p; then \
301	    f=$(am__strip_dir) \
302	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(trident_drv_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(trident_drv_ladir)/$$f'"; \
303	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(trident_drv_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(trident_drv_ladir)/$$f"; \
304	  else :; fi; \
305	done
306
307uninstall-trident_drv_laLTLIBRARIES:
308	@$(NORMAL_UNINSTALL)
309	@list='$(trident_drv_la_LTLIBRARIES)'; for p in $$list; do \
310	  p=$(am__strip_dir) \
311	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(trident_drv_ladir)/$$p'"; \
312	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(trident_drv_ladir)/$$p"; \
313	done
314
315clean-trident_drv_laLTLIBRARIES:
316	-test -z "$(trident_drv_la_LTLIBRARIES)" || rm -f $(trident_drv_la_LTLIBRARIES)
317	@list='$(trident_drv_la_LTLIBRARIES)'; for p in $$list; do \
318	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
319	  test "$$dir" != "$$p" || dir=.; \
320	  echo "rm -f \"$${dir}/so_locations\""; \
321	  rm -f "$${dir}/so_locations"; \
322	done
323trident_drv.la: $(trident_drv_la_OBJECTS) $(trident_drv_la_DEPENDENCIES) 
324	$(trident_drv_la_LINK) -rpath $(trident_drv_ladir) $(trident_drv_la_OBJECTS) $(trident_drv_la_LIBADD) $(LIBS)
325
326mostlyclean-compile:
327	-rm -f *.$(OBJEXT)
328
329distclean-compile:
330	-rm -f *.tab.c
331
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blade_accel.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blade_accel_exa.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image_accel.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_accel.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_bank.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_dac.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_dga.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_driver.Plo@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_i2c.Plo@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_shadow.Plo@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_tv.Plo@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trident_video.Plo@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tridenthelper.Plo@am__quote@
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tvga_dac.Plo@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xp4_accel.Plo@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xp4_accel_exa.Plo@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xp_accel.Plo@am__quote@
349
350.c.o:
351@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
353@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
354@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355@am__fastdepCC_FALSE@	$(COMPILE) -c $<
356
357.c.obj:
358@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
359@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
360@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
363
364.c.lo:
365@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
366@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
367@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
368@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
370
371mostlyclean-libtool:
372	-rm -f *.lo
373
374clean-libtool:
375	-rm -rf .libs _libs
376
377ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
378	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379	unique=`for i in $$list; do \
380	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381	  done | \
382	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
383	      END { if (nonempty) { for (i in files) print i; }; }'`; \
384	mkid -fID $$unique
385tags: TAGS
386
387TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388		$(TAGS_FILES) $(LISP)
389	tags=; \
390	here=`pwd`; \
391	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392	unique=`for i in $$list; do \
393	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394	  done | \
395	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396	      END { if (nonempty) { for (i in files) print i; }; }'`; \
397	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
398	  test -n "$$unique" || unique=$$empty_fix; \
399	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400	    $$tags $$unique; \
401	fi
402ctags: CTAGS
403CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
404		$(TAGS_FILES) $(LISP)
405	tags=; \
406	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407	unique=`for i in $$list; do \
408	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409	  done | \
410	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411	      END { if (nonempty) { for (i in files) print i; }; }'`; \
412	test -z "$(CTAGS_ARGS)$$tags$$unique" \
413	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414	     $$tags $$unique
415
416GTAGS:
417	here=`$(am__cd) $(top_builddir) && pwd` \
418	  && cd $(top_srcdir) \
419	  && gtags -i $(GTAGS_ARGS) $$here
420
421distclean-tags:
422	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423
424distdir: $(DISTFILES)
425	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427	list='$(DISTFILES)'; \
428	  dist_files=`for file in $$list; do echo $$file; done | \
429	  sed -e "s|^$$srcdirstrip/||;t" \
430	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
431	case $$dist_files in \
432	  */*) $(MKDIR_P) `echo "$$dist_files" | \
433			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
434			   sort -u` ;; \
435	esac; \
436	for file in $$dist_files; do \
437	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
438	  if test -d $$d/$$file; then \
439	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
440	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
441	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
442	    fi; \
443	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
444	  else \
445	    test -f $(distdir)/$$file \
446	    || cp -p $$d/$$file $(distdir)/$$file \
447	    || exit 1; \
448	  fi; \
449	done
450check-am: all-am
451check: check-am
452all-am: Makefile $(LTLIBRARIES)
453installdirs:
454	for dir in "$(DESTDIR)$(trident_drv_ladir)"; do \
455	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
456	done
457install: install-am
458install-exec: install-exec-am
459install-data: install-data-am
460uninstall: uninstall-am
461
462install-am: all-am
463	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465installcheck: installcheck-am
466install-strip:
467	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469	  `test -z '$(STRIP)' || \
470	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
471mostlyclean-generic:
472
473clean-generic:
474
475distclean-generic:
476	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
477
478maintainer-clean-generic:
479	@echo "This command is intended for maintainers to use"
480	@echo "it deletes files that may require special tools to rebuild."
481clean: clean-am
482
483clean-am: clean-generic clean-libtool clean-trident_drv_laLTLIBRARIES \
484	mostlyclean-am
485
486distclean: distclean-am
487	-rm -rf ./$(DEPDIR)
488	-rm -f Makefile
489distclean-am: clean-am distclean-compile distclean-generic \
490	distclean-tags
491
492dvi: dvi-am
493
494dvi-am:
495
496html: html-am
497
498info: info-am
499
500info-am:
501
502install-data-am: install-trident_drv_laLTLIBRARIES
503
504install-dvi: install-dvi-am
505
506install-exec-am:
507
508install-html: install-html-am
509
510install-info: install-info-am
511
512install-man:
513
514install-pdf: install-pdf-am
515
516install-ps: install-ps-am
517
518installcheck-am:
519
520maintainer-clean: maintainer-clean-am
521	-rm -rf ./$(DEPDIR)
522	-rm -f Makefile
523maintainer-clean-am: distclean-am maintainer-clean-generic
524
525mostlyclean: mostlyclean-am
526
527mostlyclean-am: mostlyclean-compile mostlyclean-generic \
528	mostlyclean-libtool
529
530pdf: pdf-am
531
532pdf-am:
533
534ps: ps-am
535
536ps-am:
537
538uninstall-am: uninstall-trident_drv_laLTLIBRARIES
539
540.MAKE: install-am install-strip
541
542.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
543	clean-libtool clean-trident_drv_laLTLIBRARIES ctags distclean \
544	distclean-compile distclean-generic distclean-libtool \
545	distclean-tags distdir dvi dvi-am html html-am info info-am \
546	install install-am install-data install-data-am install-dvi \
547	install-dvi-am install-exec install-exec-am install-html \
548	install-html-am install-info install-info-am install-man \
549	install-pdf install-pdf-am install-ps install-ps-am \
550	install-strip install-trident_drv_laLTLIBRARIES installcheck \
551	installcheck-am installdirs maintainer-clean \
552	maintainer-clean-generic mostlyclean mostlyclean-compile \
553	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
554	tags uninstall uninstall-am \
555	uninstall-trident_drv_laLTLIBRARIES
556
557# Tell versions [3.59,3.63) of GNU make to not export all variables.
558# Otherwise a system limit (for SysV at least) may be exceeded.
559.NOEXPORT:
560