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