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