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