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