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