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