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