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