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