Makefile.in revision e3d74329
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_cursor.c \ 159 r128_driver.c r128_video.c r128_misc.c r128_crtc.c \ 160 r128_output.c r128_probe.c r128_exa.c r128_dri.c 161@USE_EXA_TRUE@am__objects_1 = r128_exa.lo 162@DRI_TRUE@am__objects_2 = r128_dri.lo 163am_r128_drv_la_OBJECTS = r128_accel.lo r128_cursor.lo r128_driver.lo \ 164 r128_video.lo r128_misc.lo r128_crtc.lo r128_output.lo \ 165 r128_probe.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@ 293MAINT = @MAINT@ 294MAKEINFO = @MAKEINFO@ 295MANIFEST_TOOL = @MANIFEST_TOOL@ 296MAN_SUBSTS = @MAN_SUBSTS@ 297MISC_MAN_DIR = @MISC_MAN_DIR@ 298MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 299MKDIR_P = @MKDIR_P@ 300NM = @NM@ 301NMEDIT = @NMEDIT@ 302OBJDUMP = @OBJDUMP@ 303OBJEXT = @OBJEXT@ 304OTOOL = @OTOOL@ 305OTOOL64 = @OTOOL64@ 306PACKAGE = @PACKAGE@ 307PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 308PACKAGE_NAME = @PACKAGE_NAME@ 309PACKAGE_STRING = @PACKAGE_STRING@ 310PACKAGE_TARNAME = @PACKAGE_TARNAME@ 311PACKAGE_URL = @PACKAGE_URL@ 312PACKAGE_VERSION = @PACKAGE_VERSION@ 313PATH_SEPARATOR = @PATH_SEPARATOR@ 314PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 315PCIACCESS_LIBS = @PCIACCESS_LIBS@ 316PKG_CONFIG = @PKG_CONFIG@ 317PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 318PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 319RANLIB = @RANLIB@ 320SED = @SED@ 321SET_MAKE = @SET_MAKE@ 322SHELL = @SHELL@ 323STRICT_CFLAGS = @STRICT_CFLAGS@ 324STRIP = @STRIP@ 325VERSION = @VERSION@ 326XEXT_CFLAGS = @XEXT_CFLAGS@ 327XEXT_LIBS = @XEXT_LIBS@ 328XORG_CFLAGS = @XORG_CFLAGS@ 329XORG_LIBS = @XORG_LIBS@ 330XORG_MAN_PAGE = @XORG_MAN_PAGE@ 331abs_builddir = @abs_builddir@ 332abs_srcdir = @abs_srcdir@ 333abs_top_builddir = @abs_top_builddir@ 334abs_top_srcdir = @abs_top_srcdir@ 335ac_ct_AR = @ac_ct_AR@ 336ac_ct_CC = @ac_ct_CC@ 337ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 338am__include = @am__include@ 339am__leading_dot = @am__leading_dot@ 340am__quote = @am__quote@ 341am__tar = @am__tar@ 342am__untar = @am__untar@ 343bindir = @bindir@ 344build = @build@ 345build_alias = @build_alias@ 346build_cpu = @build_cpu@ 347build_os = @build_os@ 348build_vendor = @build_vendor@ 349builddir = @builddir@ 350datadir = @datadir@ 351datarootdir = @datarootdir@ 352docdir = @docdir@ 353dvidir = @dvidir@ 354exec_prefix = @exec_prefix@ 355host = @host@ 356host_alias = @host_alias@ 357host_cpu = @host_cpu@ 358host_os = @host_os@ 359host_vendor = @host_vendor@ 360htmldir = @htmldir@ 361includedir = @includedir@ 362infodir = @infodir@ 363install_sh = @install_sh@ 364libdir = @libdir@ 365libexecdir = @libexecdir@ 366localedir = @localedir@ 367localstatedir = @localstatedir@ 368mandir = @mandir@ 369mkdir_p = @mkdir_p@ 370moduledir = @moduledir@ 371oldincludedir = @oldincludedir@ 372pdfdir = @pdfdir@ 373prefix = @prefix@ 374program_transform_name = @program_transform_name@ 375psdir = @psdir@ 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 = r128_exa.c 386AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ 387r128_drv_la_LTLIBRARIES = r128_drv.la 388r128_drv_la_LDFLAGS = -module -avoid-version 389r128_drv_ladir = @moduledir@/drivers 390r128_drv_la_SOURCES = \ 391 r128_accel.c r128_cursor.c r128_driver.c \ 392 r128_video.c r128_misc.c r128_crtc.c r128_output.c r128_probe.c \ 393 $(R128_EXA_SRCS) $(R128_DRI_SRCS) 394 395EXTRA_DIST = \ 396 compat-api.h \ 397 r128_common.h \ 398 r128_dri.h \ 399 r128_dripriv.h \ 400 r128.h \ 401 r128_probe.h \ 402 r128_reg.h \ 403 r128_sarea.h \ 404 r128_version.h \ 405 r128_exa_render.c \ 406 atipcirename.h 407 408all: all-am 409 410.SUFFIXES: 411.SUFFIXES: .c .lo .o .obj 412$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 413 @for dep in $?; do \ 414 case '$(am__configure_deps)' in \ 415 *$$dep*) \ 416 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 417 && { if test -f $@; then exit 0; else break; fi; }; \ 418 exit 1;; \ 419 esac; \ 420 done; \ 421 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 422 $(am__cd) $(top_srcdir) && \ 423 $(AUTOMAKE) --foreign src/Makefile 424Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 425 @case '$?' in \ 426 *config.status*) \ 427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 428 *) \ 429 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 430 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 431 esac; 432 433$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 434 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 435 436$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 437 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 438$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 439 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 440$(am__aclocal_m4_deps): 441 442install-r128_drv_laLTLIBRARIES: $(r128_drv_la_LTLIBRARIES) 443 @$(NORMAL_INSTALL) 444 @list='$(r128_drv_la_LTLIBRARIES)'; test -n "$(r128_drv_ladir)" || list=; \ 445 list2=; for p in $$list; do \ 446 if test -f $$p; then \ 447 list2="$$list2 $$p"; \ 448 else :; fi; \ 449 done; \ 450 test -z "$$list2" || { \ 451 echo " $(MKDIR_P) '$(DESTDIR)$(r128_drv_ladir)'"; \ 452 $(MKDIR_P) "$(DESTDIR)$(r128_drv_ladir)" || exit 1; \ 453 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(r128_drv_ladir)'"; \ 454 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(r128_drv_ladir)"; \ 455 } 456 457uninstall-r128_drv_laLTLIBRARIES: 458 @$(NORMAL_UNINSTALL) 459 @list='$(r128_drv_la_LTLIBRARIES)'; test -n "$(r128_drv_ladir)" || list=; \ 460 for p in $$list; do \ 461 $(am__strip_dir) \ 462 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(r128_drv_ladir)/$$f'"; \ 463 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(r128_drv_ladir)/$$f"; \ 464 done 465 466clean-r128_drv_laLTLIBRARIES: 467 -test -z "$(r128_drv_la_LTLIBRARIES)" || rm -f $(r128_drv_la_LTLIBRARIES) 468 @list='$(r128_drv_la_LTLIBRARIES)'; \ 469 locs=`for p in $$list; do echo $$p; done | \ 470 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 471 sort -u`; \ 472 test -z "$$locs" || { \ 473 echo rm -f $${locs}; \ 474 rm -f $${locs}; \ 475 } 476 477r128_drv.la: $(r128_drv_la_OBJECTS) $(r128_drv_la_DEPENDENCIES) $(EXTRA_r128_drv_la_DEPENDENCIES) 478 $(AM_V_CCLD)$(r128_drv_la_LINK) -rpath $(r128_drv_ladir) $(r128_drv_la_OBJECTS) $(r128_drv_la_LIBADD) $(LIBS) 479 480mostlyclean-compile: 481 -rm -f *.$(OBJEXT) 482 483distclean-compile: 484 -rm -f *.tab.c 485 486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_accel.Plo@am__quote@ 487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_crtc.Plo@am__quote@ 488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_cursor.Plo@am__quote@ 489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_dri.Plo@am__quote@ 490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_driver.Plo@am__quote@ 491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_exa.Plo@am__quote@ 492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_misc.Plo@am__quote@ 493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_output.Plo@am__quote@ 494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_probe.Plo@am__quote@ 495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_video.Plo@am__quote@ 496 497.c.o: 498@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 499@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 500@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 501@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 502@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 503 504.c.obj: 505@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 506@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 507@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 508@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 509@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 510 511.c.lo: 512@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 513@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 514@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 515@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 516@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 517 518mostlyclean-libtool: 519 -rm -f *.lo 520 521clean-libtool: 522 -rm -rf .libs _libs 523 524ID: $(am__tagged_files) 525 $(am__define_uniq_tagged_files); mkid -fID $$unique 526tags: tags-am 527TAGS: tags 528 529tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 530 set x; \ 531 here=`pwd`; \ 532 $(am__define_uniq_tagged_files); \ 533 shift; \ 534 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 535 test -n "$$unique" || unique=$$empty_fix; \ 536 if test $$# -gt 0; then \ 537 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 538 "$$@" $$unique; \ 539 else \ 540 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 541 $$unique; \ 542 fi; \ 543 fi 544ctags: ctags-am 545 546CTAGS: ctags 547ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 548 $(am__define_uniq_tagged_files); \ 549 test -z "$(CTAGS_ARGS)$$unique" \ 550 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 551 $$unique 552 553GTAGS: 554 here=`$(am__cd) $(top_builddir) && pwd` \ 555 && $(am__cd) $(top_srcdir) \ 556 && gtags -i $(GTAGS_ARGS) "$$here" 557cscopelist: cscopelist-am 558 559cscopelist-am: $(am__tagged_files) 560 list='$(am__tagged_files)'; \ 561 case "$(srcdir)" in \ 562 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 563 *) sdir=$(subdir)/$(srcdir) ;; \ 564 esac; \ 565 for i in $$list; do \ 566 if test -f "$$i"; then \ 567 echo "$(subdir)/$$i"; \ 568 else \ 569 echo "$$sdir/$$i"; \ 570 fi; \ 571 done >> $(top_builddir)/cscope.files 572 573distclean-tags: 574 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 575 576distdir: $(DISTFILES) 577 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 578 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 579 list='$(DISTFILES)'; \ 580 dist_files=`for file in $$list; do echo $$file; done | \ 581 sed -e "s|^$$srcdirstrip/||;t" \ 582 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 583 case $$dist_files in \ 584 */*) $(MKDIR_P) `echo "$$dist_files" | \ 585 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 586 sort -u` ;; \ 587 esac; \ 588 for file in $$dist_files; do \ 589 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 590 if test -d $$d/$$file; then \ 591 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 592 if test -d "$(distdir)/$$file"; then \ 593 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 594 fi; \ 595 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 596 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 597 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 598 fi; \ 599 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 600 else \ 601 test -f "$(distdir)/$$file" \ 602 || cp -p $$d/$$file "$(distdir)/$$file" \ 603 || exit 1; \ 604 fi; \ 605 done 606check-am: all-am 607check: check-am 608all-am: Makefile $(LTLIBRARIES) 609installdirs: 610 for dir in "$(DESTDIR)$(r128_drv_ladir)"; do \ 611 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 612 done 613install: install-am 614install-exec: install-exec-am 615install-data: install-data-am 616uninstall: uninstall-am 617 618install-am: all-am 619 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 620 621installcheck: installcheck-am 622install-strip: 623 if test -z '$(STRIP)'; then \ 624 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 625 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 626 install; \ 627 else \ 628 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 629 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 630 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 631 fi 632mostlyclean-generic: 633 634clean-generic: 635 636distclean-generic: 637 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 638 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 639 640maintainer-clean-generic: 641 @echo "This command is intended for maintainers to use" 642 @echo "it deletes files that may require special tools to rebuild." 643clean: clean-am 644 645clean-am: clean-generic clean-libtool clean-r128_drv_laLTLIBRARIES \ 646 mostlyclean-am 647 648distclean: distclean-am 649 -rm -rf ./$(DEPDIR) 650 -rm -f Makefile 651distclean-am: clean-am distclean-compile distclean-generic \ 652 distclean-tags 653 654dvi: dvi-am 655 656dvi-am: 657 658html: html-am 659 660html-am: 661 662info: info-am 663 664info-am: 665 666install-data-am: install-r128_drv_laLTLIBRARIES 667 668install-dvi: install-dvi-am 669 670install-dvi-am: 671 672install-exec-am: 673 674install-html: install-html-am 675 676install-html-am: 677 678install-info: install-info-am 679 680install-info-am: 681 682install-man: 683 684install-pdf: install-pdf-am 685 686install-pdf-am: 687 688install-ps: install-ps-am 689 690install-ps-am: 691 692installcheck-am: 693 694maintainer-clean: maintainer-clean-am 695 -rm -rf ./$(DEPDIR) 696 -rm -f Makefile 697maintainer-clean-am: distclean-am maintainer-clean-generic 698 699mostlyclean: mostlyclean-am 700 701mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 702 mostlyclean-libtool 703 704pdf: pdf-am 705 706pdf-am: 707 708ps: ps-am 709 710ps-am: 711 712uninstall-am: uninstall-r128_drv_laLTLIBRARIES 713 714.MAKE: install-am install-strip 715 716.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 717 clean-libtool clean-r128_drv_laLTLIBRARIES cscopelist-am ctags \ 718 ctags-am distclean distclean-compile distclean-generic \ 719 distclean-libtool distclean-tags distdir dvi dvi-am html \ 720 html-am info info-am install install-am install-data \ 721 install-data-am install-dvi install-dvi-am install-exec \ 722 install-exec-am install-html install-html-am install-info \ 723 install-info-am install-man install-pdf install-pdf-am \ 724 install-ps install-ps-am install-r128_drv_laLTLIBRARIES \ 725 install-strip installcheck installcheck-am installdirs \ 726 maintainer-clean maintainer-clean-generic mostlyclean \ 727 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 728 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 729 uninstall-r128_drv_laLTLIBRARIES 730 731.PRECIOUS: Makefile 732 733 734# Tell versions [3.59,3.63) of GNU make to not export all variables. 735# Otherwise a system limit (for SysV at least) may be exceeded. 736.NOEXPORT: 737