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