Makefile.in revision 428d7b3d
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@ 332LIBOBJS = @LIBOBJS@ 333LIBS = @LIBS@ 334LIBTOOL = @LIBTOOL@ 335LIB_MAN_DIR = @LIB_MAN_DIR@ 336LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 337LIPO = @LIPO@ 338LN_S = @LN_S@ 339LTLIBOBJS = @LTLIBOBJS@ 340MAKEINFO = @MAKEINFO@ 341MANIFEST_TOOL = @MANIFEST_TOOL@ 342MAN_SUBSTS = @MAN_SUBSTS@ 343MISC_MAN_DIR = @MISC_MAN_DIR@ 344MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 345MKDIR_P = @MKDIR_P@ 346NM = @NM@ 347NMEDIT = @NMEDIT@ 348NOWARNFLAGS = @NOWARNFLAGS@ 349OBJDUMP = @OBJDUMP@ 350OBJEXT = @OBJEXT@ 351OTOOL = @OTOOL@ 352OTOOL64 = @OTOOL64@ 353PACKAGE = @PACKAGE@ 354PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 355PACKAGE_NAME = @PACKAGE_NAME@ 356PACKAGE_STRING = @PACKAGE_STRING@ 357PACKAGE_TARNAME = @PACKAGE_TARNAME@ 358PACKAGE_URL = @PACKAGE_URL@ 359PACKAGE_VERSION = @PACKAGE_VERSION@ 360PATH_SEPARATOR = @PATH_SEPARATOR@ 361PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 362PCIACCESS_LIBS = @PCIACCESS_LIBS@ 363PKG_CONFIG = @PKG_CONFIG@ 364PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 365PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 366PREFIX_PATH = @PREFIX_PATH@ 367PRESENT_CFLAGS = @PRESENT_CFLAGS@ 368PRESENT_LIBS = @PRESENT_LIBS@ 369RANLIB = @RANLIB@ 370SED = @SED@ 371SET_MAKE = @SET_MAKE@ 372SHELL = @SHELL@ 373STRICT_CFLAGS = @STRICT_CFLAGS@ 374STRIP = @STRIP@ 375UDEV_CFLAGS = @UDEV_CFLAGS@ 376UDEV_LIBS = @UDEV_LIBS@ 377VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 378VALGRIND_LIBS = @VALGRIND_LIBS@ 379VERSION = @VERSION@ 380X11_CFLAGS = @X11_CFLAGS@ 381X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@ 382X11_DRI3_LIBS = @X11_DRI3_LIBS@ 383X11_LIBS = @X11_LIBS@ 384XORG_CFLAGS = @XORG_CFLAGS@ 385XORG_LIBS = @XORG_LIBS@ 386XORG_MAN_PAGE = @XORG_MAN_PAGE@ 387XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 388XVMCLIB_LIBS = @XVMCLIB_LIBS@ 389abs_builddir = @abs_builddir@ 390abs_srcdir = @abs_srcdir@ 391abs_top_builddir = @abs_top_builddir@ 392abs_top_srcdir = @abs_top_srcdir@ 393ac_ct_AR = @ac_ct_AR@ 394ac_ct_CC = @ac_ct_CC@ 395ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 396am__include = @am__include@ 397am__leading_dot = @am__leading_dot@ 398am__quote = @am__quote@ 399am__tar = @am__tar@ 400am__untar = @am__untar@ 401bindir = @bindir@ 402build = @build@ 403build_alias = @build_alias@ 404build_cpu = @build_cpu@ 405build_os = @build_os@ 406build_vendor = @build_vendor@ 407builddir = @builddir@ 408datadir = @datadir@ 409datarootdir = @datarootdir@ 410docdir = @docdir@ 411dvidir = @dvidir@ 412exec_prefix = @exec_prefix@ 413host = @host@ 414host_alias = @host_alias@ 415host_cpu = @host_cpu@ 416host_os = @host_os@ 417host_vendor = @host_vendor@ 418htmldir = @htmldir@ 419includedir = @includedir@ 420infodir = @infodir@ 421install_sh = @install_sh@ 422libdir = @libdir@ 423libexecdir = @libexecdir@ 424localedir = @localedir@ 425localstatedir = @localstatedir@ 426mandir = @mandir@ 427mkdir_p = @mkdir_p@ 428moduledir = @moduledir@ 429oldincludedir = @oldincludedir@ 430pdfdir = @pdfdir@ 431prefix = @prefix@ 432program_transform_name = @program_transform_name@ 433psdir = @psdir@ 434sbindir = @sbindir@ 435sharedstatedir = @sharedstatedir@ 436srcdir = @srcdir@ 437sysconfdir = @sysconfdir@ 438target_alias = @target_alias@ 439top_build_prefix = @top_build_prefix@ 440top_builddir = @top_builddir@ 441top_srcdir = @top_srcdir@ 442SUBDIRS = render_program legacy $(am__append_2) $(am__append_4) 443 444# this is obnoxious: 445# -module lets us name the module exactly how we want 446# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 447# _ladir passes a dummy rpath to libtool so the thing will actually link 448# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 449AM_CFLAGS = @CWARNFLAGS@ $(XORG_CFLAGS) $(DRM_CFLAGS) \ 450 $(PCIACCESS_CFLAGS) @NOWARNFLAGS@ $(NULL) $(am__append_1) 451intel_drv_la_LTLIBRARIES = intel_drv.la 452intel_drv_la_LDFLAGS = -module -avoid-version 453intel_drv_ladir = $(moduledir)/drivers 454intel_drv_la_LIBADD = legacy/liblegacy.la $(PCIACCESS_LIBS) \ 455 $(XORG_LIBS) $(am__append_3) $(am__append_5) 456NULL := # 457intel_drv_la_SOURCES = \ 458 backlight.c \ 459 backlight.h \ 460 fd.h \ 461 fd.c \ 462 i915_pciids.h \ 463 intel_list.h \ 464 intel_options.h \ 465 intel_device.c \ 466 intel_driver.h \ 467 intel_options.c \ 468 intel_module.c \ 469 compat-api.h \ 470 $(NULL) 471 472EXTRA_DIST = \ 473 scripts/clock.5c \ 474 scripts/clock-graph.5c \ 475 scripts/fix.5c \ 476 scripts/tv.5c \ 477 $(NULL) 478 479all: all-recursive 480 481.SUFFIXES: 482.SUFFIXES: .c .lo .o .obj 483$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 484 @for dep in $?; do \ 485 case '$(am__configure_deps)' in \ 486 *$$dep*) \ 487 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 488 && { if test -f $@; then exit 0; else break; fi; }; \ 489 exit 1;; \ 490 esac; \ 491 done; \ 492 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 493 $(am__cd) $(top_srcdir) && \ 494 $(AUTOMAKE) --foreign src/Makefile 495.PRECIOUS: Makefile 496Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 497 @case '$?' in \ 498 *config.status*) \ 499 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 500 *) \ 501 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 502 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 503 esac; 504 505$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 506 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 507 508$(top_srcdir)/configure: $(am__configure_deps) 509 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 510$(ACLOCAL_M4): $(am__aclocal_m4_deps) 511 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 512$(am__aclocal_m4_deps): 513 514install-intel_drv_laLTLIBRARIES: $(intel_drv_la_LTLIBRARIES) 515 @$(NORMAL_INSTALL) 516 @list='$(intel_drv_la_LTLIBRARIES)'; test -n "$(intel_drv_ladir)" || list=; \ 517 list2=; for p in $$list; do \ 518 if test -f $$p; then \ 519 list2="$$list2 $$p"; \ 520 else :; fi; \ 521 done; \ 522 test -z "$$list2" || { \ 523 echo " $(MKDIR_P) '$(DESTDIR)$(intel_drv_ladir)'"; \ 524 $(MKDIR_P) "$(DESTDIR)$(intel_drv_ladir)" || exit 1; \ 525 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(intel_drv_ladir)'"; \ 526 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(intel_drv_ladir)"; \ 527 } 528 529uninstall-intel_drv_laLTLIBRARIES: 530 @$(NORMAL_UNINSTALL) 531 @list='$(intel_drv_la_LTLIBRARIES)'; test -n "$(intel_drv_ladir)" || list=; \ 532 for p in $$list; do \ 533 $(am__strip_dir) \ 534 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(intel_drv_ladir)/$$f'"; \ 535 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(intel_drv_ladir)/$$f"; \ 536 done 537 538clean-intel_drv_laLTLIBRARIES: 539 -test -z "$(intel_drv_la_LTLIBRARIES)" || rm -f $(intel_drv_la_LTLIBRARIES) 540 @list='$(intel_drv_la_LTLIBRARIES)'; \ 541 locs=`for p in $$list; do echo $$p; done | \ 542 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 543 sort -u`; \ 544 test -z "$$locs" || { \ 545 echo rm -f $${locs}; \ 546 rm -f $${locs}; \ 547 } 548 549intel_drv.la: $(intel_drv_la_OBJECTS) $(intel_drv_la_DEPENDENCIES) $(EXTRA_intel_drv_la_DEPENDENCIES) 550 $(AM_V_CCLD)$(intel_drv_la_LINK) -rpath $(intel_drv_ladir) $(intel_drv_la_OBJECTS) $(intel_drv_la_LIBADD) $(LIBS) 551 552mostlyclean-compile: 553 -rm -f *.$(OBJEXT) 554 555distclean-compile: 556 -rm -f *.tab.c 557 558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backlight.Plo@am__quote@ 559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd.Plo@am__quote@ 560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_device.Plo@am__quote@ 561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_module.Plo@am__quote@ 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_options.Plo@am__quote@ 563 564.c.o: 565@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 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 -o $@ $< 570 571.c.obj: 572@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 573@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 574@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 575@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 576@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 577 578.c.lo: 579@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 580@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 581@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 582@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 583@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 584 585mostlyclean-libtool: 586 -rm -f *.lo 587 588clean-libtool: 589 -rm -rf .libs _libs 590 591# This directory's subdirectories are mostly independent; you can cd 592# into them and run 'make' without going through this Makefile. 593# To change the values of 'make' variables: instead of editing Makefiles, 594# (1) if the variable is set in 'config.status', edit 'config.status' 595# (which will cause the Makefiles to be regenerated when you run 'make'); 596# (2) otherwise, pass the desired values on the 'make' command line. 597$(am__recursive_targets): 598 @fail=; \ 599 if $(am__make_keepgoing); then \ 600 failcom='fail=yes'; \ 601 else \ 602 failcom='exit 1'; \ 603 fi; \ 604 dot_seen=no; \ 605 target=`echo $@ | sed s/-recursive//`; \ 606 case "$@" in \ 607 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 608 *) list='$(SUBDIRS)' ;; \ 609 esac; \ 610 for subdir in $$list; do \ 611 echo "Making $$target in $$subdir"; \ 612 if test "$$subdir" = "."; then \ 613 dot_seen=yes; \ 614 local_target="$$target-am"; \ 615 else \ 616 local_target="$$target"; \ 617 fi; \ 618 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 619 || eval $$failcom; \ 620 done; \ 621 if test "$$dot_seen" = "no"; then \ 622 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 623 fi; test -z "$$fail" 624 625ID: $(am__tagged_files) 626 $(am__define_uniq_tagged_files); mkid -fID $$unique 627tags: tags-recursive 628TAGS: tags 629 630tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 631 set x; \ 632 here=`pwd`; \ 633 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 634 include_option=--etags-include; \ 635 empty_fix=.; \ 636 else \ 637 include_option=--include; \ 638 empty_fix=; \ 639 fi; \ 640 list='$(SUBDIRS)'; for subdir in $$list; do \ 641 if test "$$subdir" = .; then :; else \ 642 test ! -f $$subdir/TAGS || \ 643 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 644 fi; \ 645 done; \ 646 $(am__define_uniq_tagged_files); \ 647 shift; \ 648 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 649 test -n "$$unique" || unique=$$empty_fix; \ 650 if test $$# -gt 0; then \ 651 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 652 "$$@" $$unique; \ 653 else \ 654 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 655 $$unique; \ 656 fi; \ 657 fi 658ctags: ctags-recursive 659 660CTAGS: ctags 661ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 662 $(am__define_uniq_tagged_files); \ 663 test -z "$(CTAGS_ARGS)$$unique" \ 664 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 665 $$unique 666 667GTAGS: 668 here=`$(am__cd) $(top_builddir) && pwd` \ 669 && $(am__cd) $(top_srcdir) \ 670 && gtags -i $(GTAGS_ARGS) "$$here" 671cscopelist: cscopelist-recursive 672 673cscopelist-am: $(am__tagged_files) 674 list='$(am__tagged_files)'; \ 675 case "$(srcdir)" in \ 676 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 677 *) sdir=$(subdir)/$(srcdir) ;; \ 678 esac; \ 679 for i in $$list; do \ 680 if test -f "$$i"; then \ 681 echo "$(subdir)/$$i"; \ 682 else \ 683 echo "$$sdir/$$i"; \ 684 fi; \ 685 done >> $(top_builddir)/cscope.files 686 687distclean-tags: 688 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 689 690distdir: $(DISTFILES) 691 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 692 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 693 list='$(DISTFILES)'; \ 694 dist_files=`for file in $$list; do echo $$file; done | \ 695 sed -e "s|^$$srcdirstrip/||;t" \ 696 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 697 case $$dist_files in \ 698 */*) $(MKDIR_P) `echo "$$dist_files" | \ 699 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 700 sort -u` ;; \ 701 esac; \ 702 for file in $$dist_files; do \ 703 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 704 if test -d $$d/$$file; then \ 705 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 706 if test -d "$(distdir)/$$file"; then \ 707 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 708 fi; \ 709 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 710 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 711 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 712 fi; \ 713 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 714 else \ 715 test -f "$(distdir)/$$file" \ 716 || cp -p $$d/$$file "$(distdir)/$$file" \ 717 || exit 1; \ 718 fi; \ 719 done 720 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 721 if test "$$subdir" = .; then :; else \ 722 $(am__make_dryrun) \ 723 || test -d "$(distdir)/$$subdir" \ 724 || $(MKDIR_P) "$(distdir)/$$subdir" \ 725 || exit 1; \ 726 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 727 $(am__relativize); \ 728 new_distdir=$$reldir; \ 729 dir1=$$subdir; dir2="$(top_distdir)"; \ 730 $(am__relativize); \ 731 new_top_distdir=$$reldir; \ 732 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 733 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 734 ($(am__cd) $$subdir && \ 735 $(MAKE) $(AM_MAKEFLAGS) \ 736 top_distdir="$$new_top_distdir" \ 737 distdir="$$new_distdir" \ 738 am__remove_distdir=: \ 739 am__skip_length_check=: \ 740 am__skip_mode_fix=: \ 741 distdir) \ 742 || exit 1; \ 743 fi; \ 744 done 745check-am: all-am 746check: check-recursive 747all-am: Makefile $(LTLIBRARIES) 748installdirs: installdirs-recursive 749installdirs-am: 750 for dir in "$(DESTDIR)$(intel_drv_ladir)"; do \ 751 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 752 done 753install: install-recursive 754install-exec: install-exec-recursive 755install-data: install-data-recursive 756uninstall: uninstall-recursive 757 758install-am: all-am 759 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 760 761installcheck: installcheck-recursive 762install-strip: 763 if test -z '$(STRIP)'; then \ 764 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 765 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 766 install; \ 767 else \ 768 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 769 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 770 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 771 fi 772mostlyclean-generic: 773 774clean-generic: 775 776distclean-generic: 777 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 778 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 779 780maintainer-clean-generic: 781 @echo "This command is intended for maintainers to use" 782 @echo "it deletes files that may require special tools to rebuild." 783clean: clean-recursive 784 785clean-am: clean-generic clean-intel_drv_laLTLIBRARIES clean-libtool \ 786 mostlyclean-am 787 788distclean: distclean-recursive 789 -rm -rf ./$(DEPDIR) 790 -rm -f Makefile 791distclean-am: clean-am distclean-compile distclean-generic \ 792 distclean-tags 793 794dvi: dvi-recursive 795 796dvi-am: 797 798html: html-recursive 799 800html-am: 801 802info: info-recursive 803 804info-am: 805 806install-data-am: install-intel_drv_laLTLIBRARIES 807 808install-dvi: install-dvi-recursive 809 810install-dvi-am: 811 812install-exec-am: 813 814install-html: install-html-recursive 815 816install-html-am: 817 818install-info: install-info-recursive 819 820install-info-am: 821 822install-man: 823 824install-pdf: install-pdf-recursive 825 826install-pdf-am: 827 828install-ps: install-ps-recursive 829 830install-ps-am: 831 832installcheck-am: 833 834maintainer-clean: maintainer-clean-recursive 835 -rm -rf ./$(DEPDIR) 836 -rm -f Makefile 837maintainer-clean-am: distclean-am maintainer-clean-generic 838 839mostlyclean: mostlyclean-recursive 840 841mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 842 mostlyclean-libtool 843 844pdf: pdf-recursive 845 846pdf-am: 847 848ps: ps-recursive 849 850ps-am: 851 852uninstall-am: uninstall-intel_drv_laLTLIBRARIES 853 854.MAKE: $(am__recursive_targets) install-am install-strip 855 856.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 857 check-am clean clean-generic clean-intel_drv_laLTLIBRARIES \ 858 clean-libtool cscopelist-am ctags ctags-am distclean \ 859 distclean-compile distclean-generic distclean-libtool \ 860 distclean-tags distdir dvi dvi-am html html-am info info-am \ 861 install install-am install-data install-data-am install-dvi \ 862 install-dvi-am install-exec install-exec-am install-html \ 863 install-html-am install-info install-info-am \ 864 install-intel_drv_laLTLIBRARIES install-man install-pdf \ 865 install-pdf-am install-ps install-ps-am install-strip \ 866 installcheck installcheck-am installdirs installdirs-am \ 867 maintainer-clean maintainer-clean-generic mostlyclean \ 868 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 869 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 870 uninstall-intel_drv_laLTLIBRARIES 871 872 873# Tell versions [3.59,3.63) of GNU make to not export all variables. 874# Otherwise a system limit (for SysV at least) may be exceeded. 875.NOEXPORT: 876