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