Makefile.in revision 18552c8a
1# Makefile.in generated by automake 1.13.4 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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@ 38am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 39am__make_running_with_option = \ 40 case $${target_option-} in \ 41 ?) ;; \ 42 *) echo "am__make_running_with_option: internal error: invalid" \ 43 "target option '$${target_option-}' specified" >&2; \ 44 exit 1;; \ 45 esac; \ 46 has_opt=no; \ 47 sane_makeflags=$$MAKEFLAGS; \ 48 if $(am__is_gnu_make); then \ 49 sane_makeflags=$$MFLAGS; \ 50 else \ 51 case $$MAKEFLAGS in \ 52 *\\[\ \ ]*) \ 53 bs=\\; \ 54 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 55 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 56 esac; \ 57 fi; \ 58 skip_next=no; \ 59 strip_trailopt () \ 60 { \ 61 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 62 }; \ 63 for flg in $$sane_makeflags; do \ 64 test $$skip_next = yes && { skip_next=no; continue; }; \ 65 case $$flg in \ 66 *=*|--*) continue;; \ 67 -*I) strip_trailopt 'I'; skip_next=yes;; \ 68 -*I?*) strip_trailopt 'I';; \ 69 -*O) strip_trailopt 'O'; skip_next=yes;; \ 70 -*O?*) strip_trailopt 'O';; \ 71 -*l) strip_trailopt 'l'; skip_next=yes;; \ 72 -*l?*) strip_trailopt 'l';; \ 73 -[dEDm]) skip_next=yes;; \ 74 -[JT]) skip_next=yes;; \ 75 esac; \ 76 case $$flg in \ 77 *$$target_option*) has_opt=yes; break;; \ 78 esac; \ 79 done; \ 80 test $$has_opt = yes 81am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 82am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 83pkgdatadir = $(datadir)/@PACKAGE@ 84pkgincludedir = $(includedir)/@PACKAGE@ 85pkglibdir = $(libdir)/@PACKAGE@ 86pkglibexecdir = $(libexecdir)/@PACKAGE@ 87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 88install_sh_DATA = $(install_sh) -c -m 644 89install_sh_PROGRAM = $(install_sh) -c 90install_sh_SCRIPT = $(install_sh) -c 91INSTALL_HEADER = $(INSTALL_DATA) 92transform = $(program_transform_name) 93NORMAL_INSTALL = : 94PRE_INSTALL = : 95POST_INSTALL = : 96NORMAL_UNINSTALL = : 97PRE_UNINSTALL = : 98POST_UNINSTALL = : 99build_triplet = @build@ 100host_triplet = @host@ 101subdir = src 102DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 103 $(top_srcdir)/depcomp 104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 105am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 $(ACLOCAL_M4) 108mkinstalldirs = $(install_sh) -d 109CONFIG_HEADER = $(top_builddir)/config.h 110CONFIG_CLEAN_FILES = 111CONFIG_CLEAN_VPATH_FILES = 112am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 113am__vpath_adj = case $$p in \ 114 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 115 *) f=$$p;; \ 116 esac; 117am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 118am__install_max = 40 119am__nobase_strip_setup = \ 120 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 121am__nobase_strip = \ 122 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 123am__nobase_list = $(am__nobase_strip_setup); \ 124 for p in $$list; do echo "$$p $$p"; done | \ 125 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 126 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 127 if (++n[$$2] == $(am__install_max)) \ 128 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 129 END { for (dir in files) print dir, files[dir] }' 130am__base_list = \ 131 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 132 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 133am__uninstall_files_from_dir = { \ 134 test -z "$$files" \ 135 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 136 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 137 $(am__cd) "$$dir" && rm -f $$files; }; \ 138 } 139am__installdirs = "$(DESTDIR)$(i740_drv_ladir)" 140LTLIBRARIES = $(i740_drv_la_LTLIBRARIES) 141i740_drv_la_LIBADD = 142am_i740_drv_la_OBJECTS = i740_accel.lo i740_cursor.lo i740_dga.lo \ 143 i740_driver.lo i740_i2c.lo i740_io.lo i740_video.lo 144i740_drv_la_OBJECTS = $(am_i740_drv_la_OBJECTS) 145AM_V_lt = $(am__v_lt_@AM_V@) 146am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 147am__v_lt_0 = --silent 148am__v_lt_1 = 149i740_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 150 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 151 $(i740_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 152AM_V_P = $(am__v_P_@AM_V@) 153am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 154am__v_P_0 = false 155am__v_P_1 = : 156AM_V_GEN = $(am__v_GEN_@AM_V@) 157am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 158am__v_GEN_0 = @echo " GEN " $@; 159am__v_GEN_1 = 160AM_V_at = $(am__v_at_@AM_V@) 161am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 162am__v_at_0 = @ 163am__v_at_1 = 164DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 165depcomp = $(SHELL) $(top_srcdir)/depcomp 166am__depfiles_maybe = depfiles 167am__mv = mv -f 168COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 169 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 170LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 171 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 172 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 173 $(AM_CFLAGS) $(CFLAGS) 174AM_V_CC = $(am__v_CC_@AM_V@) 175am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 176am__v_CC_0 = @echo " CC " $@; 177am__v_CC_1 = 178CCLD = $(CC) 179LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 180 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 181 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 182AM_V_CCLD = $(am__v_CCLD_@AM_V@) 183am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 184am__v_CCLD_0 = @echo " CCLD " $@; 185am__v_CCLD_1 = 186SOURCES = $(i740_drv_la_SOURCES) 187DIST_SOURCES = $(i740_drv_la_SOURCES) 188am__can_run_installinfo = \ 189 case $$AM_UPDATE_INFO_DIR in \ 190 n|no|NO) false;; \ 191 *) (install-info --version) >/dev/null 2>&1;; \ 192 esac 193am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 194# Read a list of newline-separated strings from the standard input, 195# and print each of them once, without duplicates. Input order is 196# *not* preserved. 197am__uniquify_input = $(AWK) '\ 198 BEGIN { nonempty = 0; } \ 199 { items[$$0] = 1; nonempty = 1; } \ 200 END { if (nonempty) { for (i in items) print i; }; } \ 201' 202# Make sure the list of sources is unique. This is necessary because, 203# e.g., the same source file might be shared among _SOURCES variables 204# for different programs/libraries. 205am__define_uniq_tagged_files = \ 206 list='$(am__tagged_files)'; \ 207 unique=`for i in $$list; do \ 208 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 209 done | $(am__uniquify_input)` 210ETAGS = etags 211CTAGS = ctags 212DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 213ACLOCAL = @ACLOCAL@ 214ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 215ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 216AMTAR = @AMTAR@ 217AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 218APP_MAN_DIR = @APP_MAN_DIR@ 219APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 220AR = @AR@ 221AUTOCONF = @AUTOCONF@ 222AUTOHEADER = @AUTOHEADER@ 223AUTOMAKE = @AUTOMAKE@ 224AWK = @AWK@ 225BASE_CFLAGS = @BASE_CFLAGS@ 226CC = @CC@ 227CCDEPMODE = @CCDEPMODE@ 228CFLAGS = @CFLAGS@ 229CHANGELOG_CMD = @CHANGELOG_CMD@ 230CPP = @CPP@ 231CPPFLAGS = @CPPFLAGS@ 232CWARNFLAGS = @CWARNFLAGS@ 233CYGPATH_W = @CYGPATH_W@ 234DEFS = @DEFS@ 235DEPDIR = @DEPDIR@ 236DLLTOOL = @DLLTOOL@ 237DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 238DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 239DRIVER_NAME = @DRIVER_NAME@ 240DSYMUTIL = @DSYMUTIL@ 241DUMPBIN = @DUMPBIN@ 242ECHO_C = @ECHO_C@ 243ECHO_N = @ECHO_N@ 244ECHO_T = @ECHO_T@ 245EGREP = @EGREP@ 246EXEEXT = @EXEEXT@ 247FGREP = @FGREP@ 248FILE_MAN_DIR = @FILE_MAN_DIR@ 249FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 250GREP = @GREP@ 251INSTALL = @INSTALL@ 252INSTALL_CMD = @INSTALL_CMD@ 253INSTALL_DATA = @INSTALL_DATA@ 254INSTALL_PROGRAM = @INSTALL_PROGRAM@ 255INSTALL_SCRIPT = @INSTALL_SCRIPT@ 256INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 257LD = @LD@ 258LDFLAGS = @LDFLAGS@ 259LIBOBJS = @LIBOBJS@ 260LIBS = @LIBS@ 261LIBTOOL = @LIBTOOL@ 262LIB_MAN_DIR = @LIB_MAN_DIR@ 263LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 264LIPO = @LIPO@ 265LN_S = @LN_S@ 266LTLIBOBJS = @LTLIBOBJS@ 267MAINT = @MAINT@ 268MAKEINFO = @MAKEINFO@ 269MANIFEST_TOOL = @MANIFEST_TOOL@ 270MAN_SUBSTS = @MAN_SUBSTS@ 271MISC_MAN_DIR = @MISC_MAN_DIR@ 272MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 273MKDIR_P = @MKDIR_P@ 274NM = @NM@ 275NMEDIT = @NMEDIT@ 276OBJDUMP = @OBJDUMP@ 277OBJEXT = @OBJEXT@ 278OTOOL = @OTOOL@ 279OTOOL64 = @OTOOL64@ 280PACKAGE = @PACKAGE@ 281PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 282PACKAGE_NAME = @PACKAGE_NAME@ 283PACKAGE_STRING = @PACKAGE_STRING@ 284PACKAGE_TARNAME = @PACKAGE_TARNAME@ 285PACKAGE_URL = @PACKAGE_URL@ 286PACKAGE_VERSION = @PACKAGE_VERSION@ 287PATH_SEPARATOR = @PATH_SEPARATOR@ 288PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 289PCIACCESS_LIBS = @PCIACCESS_LIBS@ 290PKG_CONFIG = @PKG_CONFIG@ 291PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 292PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 293RANLIB = @RANLIB@ 294SED = @SED@ 295SET_MAKE = @SET_MAKE@ 296SHELL = @SHELL@ 297STRICT_CFLAGS = @STRICT_CFLAGS@ 298STRIP = @STRIP@ 299VERSION = @VERSION@ 300XORG_CFLAGS = @XORG_CFLAGS@ 301XORG_LIBS = @XORG_LIBS@ 302XORG_MAN_PAGE = @XORG_MAN_PAGE@ 303abs_builddir = @abs_builddir@ 304abs_srcdir = @abs_srcdir@ 305abs_top_builddir = @abs_top_builddir@ 306abs_top_srcdir = @abs_top_srcdir@ 307ac_ct_AR = @ac_ct_AR@ 308ac_ct_CC = @ac_ct_CC@ 309ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 310am__include = @am__include@ 311am__leading_dot = @am__leading_dot@ 312am__quote = @am__quote@ 313am__tar = @am__tar@ 314am__untar = @am__untar@ 315bindir = @bindir@ 316build = @build@ 317build_alias = @build_alias@ 318build_cpu = @build_cpu@ 319build_os = @build_os@ 320build_vendor = @build_vendor@ 321builddir = @builddir@ 322datadir = @datadir@ 323datarootdir = @datarootdir@ 324docdir = @docdir@ 325dvidir = @dvidir@ 326exec_prefix = @exec_prefix@ 327host = @host@ 328host_alias = @host_alias@ 329host_cpu = @host_cpu@ 330host_os = @host_os@ 331host_vendor = @host_vendor@ 332htmldir = @htmldir@ 333includedir = @includedir@ 334infodir = @infodir@ 335install_sh = @install_sh@ 336libdir = @libdir@ 337libexecdir = @libexecdir@ 338localedir = @localedir@ 339localstatedir = @localstatedir@ 340mandir = @mandir@ 341mkdir_p = @mkdir_p@ 342moduledir = @moduledir@ 343oldincludedir = @oldincludedir@ 344pdfdir = @pdfdir@ 345prefix = @prefix@ 346program_transform_name = @program_transform_name@ 347psdir = @psdir@ 348sbindir = @sbindir@ 349sharedstatedir = @sharedstatedir@ 350srcdir = @srcdir@ 351sysconfdir = @sysconfdir@ 352target_alias = @target_alias@ 353top_build_prefix = @top_build_prefix@ 354top_builddir = @top_builddir@ 355top_srcdir = @top_srcdir@ 356 357# this is obnoxious: 358# -module lets us name the module exactly how we want 359# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 360# _ladir passes a dummy rpath to libtool so the thing will actually link 361# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 362AM_CFLAGS = @XORG_CFLAGS@ 363i740_drv_la_LTLIBRARIES = i740_drv.la 364i740_drv_la_LDFLAGS = -module -avoid-version 365i740_drv_ladir = @moduledir@/drivers 366i740_drv_la_SOURCES = \ 367 compat-api.h \ 368 i740_accel.c \ 369 i740_cursor.c \ 370 i740_dga.c \ 371 i740_dga.h \ 372 i740_driver.c \ 373 i740.h \ 374 i740_i2c.c \ 375 i740_io.c \ 376 i740_macros.h \ 377 i740_pcirename.h \ 378 i740_reg.h \ 379 i740_video.c 380 381all: all-am 382 383.SUFFIXES: 384.SUFFIXES: .c .lo .o .obj 385$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 386 @for dep in $?; do \ 387 case '$(am__configure_deps)' in \ 388 *$$dep*) \ 389 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 390 && { if test -f $@; then exit 0; else break; fi; }; \ 391 exit 1;; \ 392 esac; \ 393 done; \ 394 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 395 $(am__cd) $(top_srcdir) && \ 396 $(AUTOMAKE) --foreign src/Makefile 397.PRECIOUS: Makefile 398Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 399 @case '$?' in \ 400 *config.status*) \ 401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 402 *) \ 403 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 404 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 405 esac; 406 407$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 409 410$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 412$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 413 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 414$(am__aclocal_m4_deps): 415 416install-i740_drv_laLTLIBRARIES: $(i740_drv_la_LTLIBRARIES) 417 @$(NORMAL_INSTALL) 418 @list='$(i740_drv_la_LTLIBRARIES)'; test -n "$(i740_drv_ladir)" || list=; \ 419 list2=; for p in $$list; do \ 420 if test -f $$p; then \ 421 list2="$$list2 $$p"; \ 422 else :; fi; \ 423 done; \ 424 test -z "$$list2" || { \ 425 echo " $(MKDIR_P) '$(DESTDIR)$(i740_drv_ladir)'"; \ 426 $(MKDIR_P) "$(DESTDIR)$(i740_drv_ladir)" || exit 1; \ 427 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(i740_drv_ladir)'"; \ 428 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(i740_drv_ladir)"; \ 429 } 430 431uninstall-i740_drv_laLTLIBRARIES: 432 @$(NORMAL_UNINSTALL) 433 @list='$(i740_drv_la_LTLIBRARIES)'; test -n "$(i740_drv_ladir)" || list=; \ 434 for p in $$list; do \ 435 $(am__strip_dir) \ 436 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(i740_drv_ladir)/$$f'"; \ 437 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(i740_drv_ladir)/$$f"; \ 438 done 439 440clean-i740_drv_laLTLIBRARIES: 441 -test -z "$(i740_drv_la_LTLIBRARIES)" || rm -f $(i740_drv_la_LTLIBRARIES) 442 @list='$(i740_drv_la_LTLIBRARIES)'; \ 443 locs=`for p in $$list; do echo $$p; done | \ 444 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 445 sort -u`; \ 446 test -z "$$locs" || { \ 447 echo rm -f $${locs}; \ 448 rm -f $${locs}; \ 449 } 450 451i740_drv.la: $(i740_drv_la_OBJECTS) $(i740_drv_la_DEPENDENCIES) $(EXTRA_i740_drv_la_DEPENDENCIES) 452 $(AM_V_CCLD)$(i740_drv_la_LINK) -rpath $(i740_drv_ladir) $(i740_drv_la_OBJECTS) $(i740_drv_la_LIBADD) $(LIBS) 453 454mostlyclean-compile: 455 -rm -f *.$(OBJEXT) 456 457distclean-compile: 458 -rm -f *.tab.c 459 460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i740_accel.Plo@am__quote@ 461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i740_cursor.Plo@am__quote@ 462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i740_dga.Plo@am__quote@ 463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i740_driver.Plo@am__quote@ 464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i740_i2c.Plo@am__quote@ 465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i740_io.Plo@am__quote@ 466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i740_video.Plo@am__quote@ 467 468.c.o: 469@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 470@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 471@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 472@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 473@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 474 475.c.obj: 476@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 477@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 478@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 479@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 480@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 481 482.c.lo: 483@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 484@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 485@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 486@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 487@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 488 489mostlyclean-libtool: 490 -rm -f *.lo 491 492clean-libtool: 493 -rm -rf .libs _libs 494 495ID: $(am__tagged_files) 496 $(am__define_uniq_tagged_files); mkid -fID $$unique 497tags: tags-am 498TAGS: tags 499 500tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 501 set x; \ 502 here=`pwd`; \ 503 $(am__define_uniq_tagged_files); \ 504 shift; \ 505 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 506 test -n "$$unique" || unique=$$empty_fix; \ 507 if test $$# -gt 0; then \ 508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 509 "$$@" $$unique; \ 510 else \ 511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 512 $$unique; \ 513 fi; \ 514 fi 515ctags: ctags-am 516 517CTAGS: ctags 518ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 519 $(am__define_uniq_tagged_files); \ 520 test -z "$(CTAGS_ARGS)$$unique" \ 521 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 522 $$unique 523 524GTAGS: 525 here=`$(am__cd) $(top_builddir) && pwd` \ 526 && $(am__cd) $(top_srcdir) \ 527 && gtags -i $(GTAGS_ARGS) "$$here" 528cscopelist: cscopelist-am 529 530cscopelist-am: $(am__tagged_files) 531 list='$(am__tagged_files)'; \ 532 case "$(srcdir)" in \ 533 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 534 *) sdir=$(subdir)/$(srcdir) ;; \ 535 esac; \ 536 for i in $$list; do \ 537 if test -f "$$i"; then \ 538 echo "$(subdir)/$$i"; \ 539 else \ 540 echo "$$sdir/$$i"; \ 541 fi; \ 542 done >> $(top_builddir)/cscope.files 543 544distclean-tags: 545 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 546 547distdir: $(DISTFILES) 548 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 549 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 550 list='$(DISTFILES)'; \ 551 dist_files=`for file in $$list; do echo $$file; done | \ 552 sed -e "s|^$$srcdirstrip/||;t" \ 553 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 554 case $$dist_files in \ 555 */*) $(MKDIR_P) `echo "$$dist_files" | \ 556 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 557 sort -u` ;; \ 558 esac; \ 559 for file in $$dist_files; do \ 560 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 561 if test -d $$d/$$file; then \ 562 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 563 if test -d "$(distdir)/$$file"; then \ 564 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 565 fi; \ 566 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 567 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 568 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 569 fi; \ 570 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 571 else \ 572 test -f "$(distdir)/$$file" \ 573 || cp -p $$d/$$file "$(distdir)/$$file" \ 574 || exit 1; \ 575 fi; \ 576 done 577check-am: all-am 578check: check-am 579all-am: Makefile $(LTLIBRARIES) 580installdirs: 581 for dir in "$(DESTDIR)$(i740_drv_ladir)"; do \ 582 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 583 done 584install: install-am 585install-exec: install-exec-am 586install-data: install-data-am 587uninstall: uninstall-am 588 589install-am: all-am 590 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 591 592installcheck: installcheck-am 593install-strip: 594 if test -z '$(STRIP)'; then \ 595 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 596 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 597 install; \ 598 else \ 599 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 600 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 601 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 602 fi 603mostlyclean-generic: 604 605clean-generic: 606 607distclean-generic: 608 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 609 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 610 611maintainer-clean-generic: 612 @echo "This command is intended for maintainers to use" 613 @echo "it deletes files that may require special tools to rebuild." 614clean: clean-am 615 616clean-am: clean-generic clean-i740_drv_laLTLIBRARIES clean-libtool \ 617 mostlyclean-am 618 619distclean: distclean-am 620 -rm -rf ./$(DEPDIR) 621 -rm -f Makefile 622distclean-am: clean-am distclean-compile distclean-generic \ 623 distclean-tags 624 625dvi: dvi-am 626 627dvi-am: 628 629html: html-am 630 631html-am: 632 633info: info-am 634 635info-am: 636 637install-data-am: install-i740_drv_laLTLIBRARIES 638 639install-dvi: install-dvi-am 640 641install-dvi-am: 642 643install-exec-am: 644 645install-html: install-html-am 646 647install-html-am: 648 649install-info: install-info-am 650 651install-info-am: 652 653install-man: 654 655install-pdf: install-pdf-am 656 657install-pdf-am: 658 659install-ps: install-ps-am 660 661install-ps-am: 662 663installcheck-am: 664 665maintainer-clean: maintainer-clean-am 666 -rm -rf ./$(DEPDIR) 667 -rm -f Makefile 668maintainer-clean-am: distclean-am maintainer-clean-generic 669 670mostlyclean: mostlyclean-am 671 672mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 673 mostlyclean-libtool 674 675pdf: pdf-am 676 677pdf-am: 678 679ps: ps-am 680 681ps-am: 682 683uninstall-am: uninstall-i740_drv_laLTLIBRARIES 684 685.MAKE: install-am install-strip 686 687.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 688 clean-i740_drv_laLTLIBRARIES clean-libtool cscopelist-am ctags \ 689 ctags-am distclean distclean-compile distclean-generic \ 690 distclean-libtool distclean-tags distdir dvi dvi-am html \ 691 html-am info info-am install install-am install-data \ 692 install-data-am install-dvi install-dvi-am install-exec \ 693 install-exec-am install-html install-html-am \ 694 install-i740_drv_laLTLIBRARIES install-info install-info-am \ 695 install-man install-pdf install-pdf-am install-ps \ 696 install-ps-am install-strip installcheck installcheck-am \ 697 installdirs maintainer-clean maintainer-clean-generic \ 698 mostlyclean mostlyclean-compile mostlyclean-generic \ 699 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 700 uninstall-am uninstall-i740_drv_laLTLIBRARIES 701 702 703# Tell versions [3.59,3.63) of GNU make to not export all variables. 704# Otherwise a system limit (for SysV at least) may be exceeded. 705.NOEXPORT: 706