Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / xrandr / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 #  Copyright 2005  Red Hat, Inc.
20
21 #  Permission to use, copy, modify, distribute, and sell this software and its
22 #  documentation for any purpose is hereby granted without fee, provided that
23 #  the above copyright notice appear in all copies and that both that
24 #  copyright notice and this permission notice appear in supporting
25 #  documentation, and that the name of Red Hat not be used in
26 #  advertising or publicity pertaining to distribution of the software without
27 #  specific, written prior permission.  Red Hat makes no
28 #  representations about the suitability of this software for any purpose.  It
29 #  is provided "as is" without express or implied warranty.
30
31 #  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
33 #  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34 #  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
35 #  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
36 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37 #  PERFORMANCE OF THIS SOFTWARE.
38
39
40 VPATH = @srcdir@
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkglibexecdir = $(libexecdir)/@PACKAGE@
45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46 install_sh_DATA = $(install_sh) -c -m 644
47 install_sh_PROGRAM = $(install_sh) -c
48 install_sh_SCRIPT = $(install_sh) -c
49 INSTALL_HEADER = $(INSTALL_DATA)
50 transform = $(program_transform_name)
51 NORMAL_INSTALL = :
52 PRE_INSTALL = :
53 POST_INSTALL = :
54 NORMAL_UNINSTALL = :
55 PRE_UNINSTALL = :
56 POST_UNINSTALL = :
57 build_triplet = @build@
58 host_triplet = @host@
59 bin_PROGRAMS = xrandr$(EXEEXT)
60 subdir = .
61 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
62         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
63         $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
64         config.sub depcomp install-sh missing
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68         $(ACLOCAL_M4)
69 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70  configure.lineno config.status.lineno
71 mkinstalldirs = $(install_sh) -d
72 CONFIG_HEADER = config.h
73 CONFIG_CLEAN_FILES =
74 CONFIG_CLEAN_VPATH_FILES =
75 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
76 PROGRAMS = $(bin_PROGRAMS)
77 am_xrandr_OBJECTS = xrandr.$(OBJEXT)
78 xrandr_OBJECTS = $(am_xrandr_OBJECTS)
79 am__DEPENDENCIES_1 =
80 xrandr_DEPENDENCIES = $(am__DEPENDENCIES_1)
81 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82 am__vpath_adj = case $$p in \
83     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84     *) f=$$p;; \
85   esac;
86 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
87 am__install_max = 40
88 am__nobase_strip_setup = \
89   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
90 am__nobase_strip = \
91   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
92 am__nobase_list = $(am__nobase_strip_setup); \
93   for p in $$list; do echo "$$p $$p"; done | \
94   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
95   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
96     if (++n[$$2] == $(am__install_max)) \
97       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
98     END { for (dir in files) print dir, files[dir] }'
99 am__base_list = \
100   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
101   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
102 SCRIPTS = $(bin_SCRIPTS)
103 DEFAULT_INCLUDES = -I.@am__isrc@
104 depcomp = $(SHELL) $(top_srcdir)/depcomp
105 am__depfiles_maybe = depfiles
106 am__mv = mv -f
107 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
108         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109 AM_V_CC = $(am__v_CC_$(V))
110 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
111 am__v_CC_0 = @echo "  CC    " $@;
112 AM_V_at = $(am__v_at_$(V))
113 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
114 am__v_at_0 = @
115 CCLD = $(CC)
116 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
117 AM_V_CCLD = $(am__v_CCLD_$(V))
118 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
119 am__v_CCLD_0 = @echo "  CCLD  " $@;
120 AM_V_GEN = $(am__v_GEN_$(V))
121 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
122 am__v_GEN_0 = @echo "  GEN   " $@;
123 SOURCES = $(xrandr_SOURCES)
124 DIST_SOURCES = $(xrandr_SOURCES)
125 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
126         html-recursive info-recursive install-data-recursive \
127         install-dvi-recursive install-exec-recursive \
128         install-html-recursive install-info-recursive \
129         install-pdf-recursive install-ps-recursive install-recursive \
130         installcheck-recursive installdirs-recursive pdf-recursive \
131         ps-recursive uninstall-recursive
132 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133   distclean-recursive maintainer-clean-recursive
134 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
135         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
136         distdir dist dist-all distcheck
137 ETAGS = etags
138 CTAGS = ctags
139 DIST_SUBDIRS = $(SUBDIRS)
140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141 distdir = $(PACKAGE)-$(VERSION)
142 top_distdir = $(distdir)
143 am__remove_distdir = \
144   { test ! -d "$(distdir)" \
145     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
146          && rm -fr "$(distdir)"; }; }
147 am__relativize = \
148   dir0=`pwd`; \
149   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
150   sed_rest='s,^[^/]*/*,,'; \
151   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
152   sed_butlast='s,/*[^/]*$$,,'; \
153   while test -n "$$dir1"; do \
154     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
155     if test "$$first" != "."; then \
156       if test "$$first" = ".."; then \
157         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
158         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
159       else \
160         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
161         if test "$$first2" = "$$first"; then \
162           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
163         else \
164           dir2="../$$dir2"; \
165         fi; \
166         dir0="$$dir0"/"$$first"; \
167       fi; \
168     fi; \
169     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
170   done; \
171   reldir="$$dir2"
172 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
173 GZIP_ENV = --best
174 distuninstallcheck_listfiles = find . -type f -print
175 distcleancheck_listfiles = find . -type f -print
176 ACLOCAL = @ACLOCAL@
177 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
178 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
179 AMTAR = @AMTAR@
180 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
181 APP_MAN_DIR = @APP_MAN_DIR@
182 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
183 AUTOCONF = @AUTOCONF@
184 AUTOHEADER = @AUTOHEADER@
185 AUTOMAKE = @AUTOMAKE@
186 AWK = @AWK@
187 CC = @CC@
188 CCDEPMODE = @CCDEPMODE@
189 CFLAGS = @CFLAGS@
190 CHANGELOG_CMD = @CHANGELOG_CMD@
191 CPP = @CPP@
192 CPPFLAGS = @CPPFLAGS@
193 CWARNFLAGS = @CWARNFLAGS@
194 CYGPATH_W = @CYGPATH_W@
195 DEFS = @DEFS@
196 DEPDIR = @DEPDIR@
197 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
198 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
199 ECHO_C = @ECHO_C@
200 ECHO_N = @ECHO_N@
201 ECHO_T = @ECHO_T@
202 EGREP = @EGREP@
203 EXEEXT = @EXEEXT@
204 FILE_MAN_DIR = @FILE_MAN_DIR@
205 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
206 GREP = @GREP@
207 INSTALL = @INSTALL@
208 INSTALL_CMD = @INSTALL_CMD@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 LDFLAGS = @LDFLAGS@
214 LIBOBJS = @LIBOBJS@
215 LIBS = @LIBS@
216 LIB_MAN_DIR = @LIB_MAN_DIR@
217 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
218 LTLIBOBJS = @LTLIBOBJS@
219 MAINT = @MAINT@
220 MAKEINFO = @MAKEINFO@
221 MAN_SUBSTS = @MAN_SUBSTS@
222 MISC_MAN_DIR = @MISC_MAN_DIR@
223 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
224 MKDIR_P = @MKDIR_P@
225 OBJEXT = @OBJEXT@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_URL = @PACKAGE_URL@
232 PACKAGE_VERSION = @PACKAGE_VERSION@
233 PATH_SEPARATOR = @PATH_SEPARATOR@
234 PKG_CONFIG = @PKG_CONFIG@
235 SED = @SED@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 STRICT_CFLAGS = @STRICT_CFLAGS@
239 STRIP = @STRIP@
240 VERSION = @VERSION@
241 XORG_MAN_PAGE = @XORG_MAN_PAGE@
242 XRANDR_CFLAGS = @XRANDR_CFLAGS@
243 XRANDR_LIBS = @XRANDR_LIBS@
244 abs_builddir = @abs_builddir@
245 abs_srcdir = @abs_srcdir@
246 abs_top_builddir = @abs_top_builddir@
247 abs_top_srcdir = @abs_top_srcdir@
248 ac_ct_CC = @ac_ct_CC@
249 am__include = @am__include@
250 am__leading_dot = @am__leading_dot@
251 am__quote = @am__quote@
252 am__tar = @am__tar@
253 am__untar = @am__untar@
254 bindir = @bindir@
255 build = @build@
256 build_alias = @build_alias@
257 build_cpu = @build_cpu@
258 build_os = @build_os@
259 build_vendor = @build_vendor@
260 builddir = @builddir@
261 datadir = @datadir@
262 datarootdir = @datarootdir@
263 docdir = @docdir@
264 dvidir = @dvidir@
265 exec_prefix = @exec_prefix@
266 host = @host@
267 host_alias = @host_alias@
268 host_cpu = @host_cpu@
269 host_os = @host_os@
270 host_vendor = @host_vendor@
271 htmldir = @htmldir@
272 includedir = @includedir@
273 infodir = @infodir@
274 install_sh = @install_sh@
275 libdir = @libdir@
276 libexecdir = @libexecdir@
277 localedir = @localedir@
278 localstatedir = @localstatedir@
279 mandir = @mandir@
280 mkdir_p = @mkdir_p@
281 oldincludedir = @oldincludedir@
282 pdfdir = @pdfdir@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 sbindir = @sbindir@
287 sharedstatedir = @sharedstatedir@
288 srcdir = @srcdir@
289 sysconfdir = @sysconfdir@
290 target_alias = @target_alias@
291 top_build_prefix = @top_build_prefix@
292 top_builddir = @top_builddir@
293 top_srcdir = @top_srcdir@
294 SUBDIRS = man
295 bin_SCRIPTS = xkeystone
296 AM_CFLAGS = $(XRANDR_CFLAGS) $(CWARNFLAGS)
297 xrandr_LDADD = $(XRANDR_LIBS)
298 xrandr_SOURCES = \
299         xrandr.c
300
301 EXTRA_DIST = xrandr_test.pl keystone.5c
302 MAINTAINERCLEANFILES = ChangeLog INSTALL
303 all: config.h
304         $(MAKE) $(AM_MAKEFLAGS) all-recursive
305
306 .SUFFIXES:
307 .SUFFIXES: .c .o .obj
308 am--refresh:
309         @:
310 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
311         @for dep in $?; do \
312           case '$(am__configure_deps)' in \
313             *$$dep*) \
314               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
315               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
316                 && exit 0; \
317               exit 1;; \
318           esac; \
319         done; \
320         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
321         $(am__cd) $(top_srcdir) && \
322           $(AUTOMAKE) --foreign Makefile
323 .PRECIOUS: Makefile
324 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325         @case '$?' in \
326           *config.status*) \
327             echo ' $(SHELL) ./config.status'; \
328             $(SHELL) ./config.status;; \
329           *) \
330             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
331             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
332         esac;
333
334 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
335         $(SHELL) ./config.status --recheck
336
337 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
338         $(am__cd) $(srcdir) && $(AUTOCONF)
339 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
340         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
341 $(am__aclocal_m4_deps):
342
343 config.h: stamp-h1
344         @if test ! -f $@; then \
345           rm -f stamp-h1; \
346           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
347         else :; fi
348
349 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
350         @rm -f stamp-h1
351         cd $(top_builddir) && $(SHELL) ./config.status config.h
352 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
353         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
354         rm -f stamp-h1
355         touch $@
356
357 distclean-hdr:
358         -rm -f config.h stamp-h1
359 install-binPROGRAMS: $(bin_PROGRAMS)
360         @$(NORMAL_INSTALL)
361         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
362         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
363         for p in $$list; do echo "$$p $$p"; done | \
364         sed 's/$(EXEEXT)$$//' | \
365         while read p p1; do if test -f $$p; \
366           then echo "$$p"; echo "$$p"; else :; fi; \
367         done | \
368         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
369             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
370         sed 'N;N;N;s,\n, ,g' | \
371         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
372           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
373             if ($$2 == $$4) files[d] = files[d] " " $$1; \
374             else { print "f", $$3 "/" $$4, $$1; } } \
375           END { for (d in files) print "f", d, files[d] }' | \
376         while read type dir files; do \
377             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
378             test -z "$$files" || { \
379               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
380               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
381             } \
382         ; done
383
384 uninstall-binPROGRAMS:
385         @$(NORMAL_UNINSTALL)
386         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
387         files=`for p in $$list; do echo "$$p"; done | \
388           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
389               -e 's/$$/$(EXEEXT)/' `; \
390         test -n "$$list" || exit 0; \
391         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
392         cd "$(DESTDIR)$(bindir)" && rm -f $$files
393
394 clean-binPROGRAMS:
395         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
396 xrandr$(EXEEXT): $(xrandr_OBJECTS) $(xrandr_DEPENDENCIES) 
397         @rm -f xrandr$(EXEEXT)
398         $(AM_V_CCLD)$(LINK) $(xrandr_OBJECTS) $(xrandr_LDADD) $(LIBS)
399 install-binSCRIPTS: $(bin_SCRIPTS)
400         @$(NORMAL_INSTALL)
401         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
402         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
403         for p in $$list; do \
404           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
405           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
406         done | \
407         sed -e 'p;s,.*/,,;n' \
408             -e 'h;s|.*|.|' \
409             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
410         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
411           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
412             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
413               if (++n[d] == $(am__install_max)) { \
414                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
415             else { print "f", d "/" $$4, $$1 } } \
416           END { for (d in files) print "f", d, files[d] }' | \
417         while read type dir files; do \
418              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
419              test -z "$$files" || { \
420                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
421                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
422              } \
423         ; done
424
425 uninstall-binSCRIPTS:
426         @$(NORMAL_UNINSTALL)
427         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
428         files=`for p in $$list; do echo "$$p"; done | \
429                sed -e 's,.*/,,;$(transform)'`; \
430         test -n "$$list" || exit 0; \
431         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
432         cd "$(DESTDIR)$(bindir)" && rm -f $$files
433
434 mostlyclean-compile:
435         -rm -f *.$(OBJEXT)
436
437 distclean-compile:
438         -rm -f *.tab.c
439
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xrandr.Po@am__quote@
441
442 .c.o:
443 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
444 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
445 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
446 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
449
450 .c.obj:
451 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
452 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
454 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
455 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
457
458 # This directory's subdirectories are mostly independent; you can cd
459 # into them and run `make' without going through this Makefile.
460 # To change the values of `make' variables: instead of editing Makefiles,
461 # (1) if the variable is set in `config.status', edit `config.status'
462 #     (which will cause the Makefiles to be regenerated when you run `make');
463 # (2) otherwise, pass the desired values on the `make' command line.
464 $(RECURSIVE_TARGETS):
465         @fail= failcom='exit 1'; \
466         for f in x $$MAKEFLAGS; do \
467           case $$f in \
468             *=* | --[!k]*);; \
469             *k*) failcom='fail=yes';; \
470           esac; \
471         done; \
472         dot_seen=no; \
473         target=`echo $@ | sed s/-recursive//`; \
474         list='$(SUBDIRS)'; for subdir in $$list; do \
475           echo "Making $$target in $$subdir"; \
476           if test "$$subdir" = "."; then \
477             dot_seen=yes; \
478             local_target="$$target-am"; \
479           else \
480             local_target="$$target"; \
481           fi; \
482           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
483           || eval $$failcom; \
484         done; \
485         if test "$$dot_seen" = "no"; then \
486           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
487         fi; test -z "$$fail"
488
489 $(RECURSIVE_CLEAN_TARGETS):
490         @fail= failcom='exit 1'; \
491         for f in x $$MAKEFLAGS; do \
492           case $$f in \
493             *=* | --[!k]*);; \
494             *k*) failcom='fail=yes';; \
495           esac; \
496         done; \
497         dot_seen=no; \
498         case "$@" in \
499           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
500           *) list='$(SUBDIRS)' ;; \
501         esac; \
502         rev=''; for subdir in $$list; do \
503           if test "$$subdir" = "."; then :; else \
504             rev="$$subdir $$rev"; \
505           fi; \
506         done; \
507         rev="$$rev ."; \
508         target=`echo $@ | sed s/-recursive//`; \
509         for subdir in $$rev; do \
510           echo "Making $$target in $$subdir"; \
511           if test "$$subdir" = "."; then \
512             local_target="$$target-am"; \
513           else \
514             local_target="$$target"; \
515           fi; \
516           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
517           || eval $$failcom; \
518         done && test -z "$$fail"
519 tags-recursive:
520         list='$(SUBDIRS)'; for subdir in $$list; do \
521           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
522         done
523 ctags-recursive:
524         list='$(SUBDIRS)'; for subdir in $$list; do \
525           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
526         done
527
528 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
529         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
530         unique=`for i in $$list; do \
531             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532           done | \
533           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
534               END { if (nonempty) { for (i in files) print i; }; }'`; \
535         mkid -fID $$unique
536 tags: TAGS
537
538 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
539                 $(TAGS_FILES) $(LISP)
540         set x; \
541         here=`pwd`; \
542         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
543           include_option=--etags-include; \
544           empty_fix=.; \
545         else \
546           include_option=--include; \
547           empty_fix=; \
548         fi; \
549         list='$(SUBDIRS)'; for subdir in $$list; do \
550           if test "$$subdir" = .; then :; else \
551             test ! -f $$subdir/TAGS || \
552               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
553           fi; \
554         done; \
555         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
556         unique=`for i in $$list; do \
557             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
558           done | \
559           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
560               END { if (nonempty) { for (i in files) print i; }; }'`; \
561         shift; \
562         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
563           test -n "$$unique" || unique=$$empty_fix; \
564           if test $$# -gt 0; then \
565             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566               "$$@" $$unique; \
567           else \
568             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569               $$unique; \
570           fi; \
571         fi
572 ctags: CTAGS
573 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
574                 $(TAGS_FILES) $(LISP)
575         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
576         unique=`for i in $$list; do \
577             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
578           done | \
579           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
580               END { if (nonempty) { for (i in files) print i; }; }'`; \
581         test -z "$(CTAGS_ARGS)$$unique" \
582           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
583              $$unique
584
585 GTAGS:
586         here=`$(am__cd) $(top_builddir) && pwd` \
587           && $(am__cd) $(top_srcdir) \
588           && gtags -i $(GTAGS_ARGS) "$$here"
589
590 distclean-tags:
591         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
592
593 distdir: $(DISTFILES)
594         $(am__remove_distdir)
595         test -d "$(distdir)" || mkdir "$(distdir)"
596         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
598         list='$(DISTFILES)'; \
599           dist_files=`for file in $$list; do echo $$file; done | \
600           sed -e "s|^$$srcdirstrip/||;t" \
601               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
602         case $$dist_files in \
603           */*) $(MKDIR_P) `echo "$$dist_files" | \
604                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
605                            sort -u` ;; \
606         esac; \
607         for file in $$dist_files; do \
608           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
609           if test -d $$d/$$file; then \
610             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
611             if test -d "$(distdir)/$$file"; then \
612               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
613             fi; \
614             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
615               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
616               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
617             fi; \
618             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
619           else \
620             test -f "$(distdir)/$$file" \
621             || cp -p $$d/$$file "$(distdir)/$$file" \
622             || exit 1; \
623           fi; \
624         done
625         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
626           if test "$$subdir" = .; then :; else \
627             test -d "$(distdir)/$$subdir" \
628             || $(MKDIR_P) "$(distdir)/$$subdir" \
629             || exit 1; \
630           fi; \
631         done
632         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
633           if test "$$subdir" = .; then :; else \
634             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
635             $(am__relativize); \
636             new_distdir=$$reldir; \
637             dir1=$$subdir; dir2="$(top_distdir)"; \
638             $(am__relativize); \
639             new_top_distdir=$$reldir; \
640             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
641             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
642             ($(am__cd) $$subdir && \
643               $(MAKE) $(AM_MAKEFLAGS) \
644                 top_distdir="$$new_top_distdir" \
645                 distdir="$$new_distdir" \
646                 am__remove_distdir=: \
647                 am__skip_length_check=: \
648                 am__skip_mode_fix=: \
649                 distdir) \
650               || exit 1; \
651           fi; \
652         done
653         $(MAKE) $(AM_MAKEFLAGS) \
654           top_distdir="$(top_distdir)" distdir="$(distdir)" \
655           dist-hook
656         -test -n "$(am__skip_mode_fix)" \
657         || find "$(distdir)" -type d ! -perm -755 \
658                 -exec chmod u+rwx,go+rx {} \; -o \
659           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
660           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
661           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
662         || chmod -R a+r "$(distdir)"
663 dist-gzip: distdir
664         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
665         $(am__remove_distdir)
666 dist-bzip2: distdir
667         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
668         $(am__remove_distdir)
669
670 dist-lzma: distdir
671         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
672         $(am__remove_distdir)
673
674 dist-xz: distdir
675         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
676         $(am__remove_distdir)
677
678 dist-tarZ: distdir
679         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
680         $(am__remove_distdir)
681
682 dist-shar: distdir
683         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
684         $(am__remove_distdir)
685
686 dist-zip: distdir
687         -rm -f $(distdir).zip
688         zip -rq $(distdir).zip $(distdir)
689         $(am__remove_distdir)
690
691 dist dist-all: distdir
692         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
693         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
694         $(am__remove_distdir)
695
696 # This target untars the dist file and tries a VPATH configuration.  Then
697 # it guarantees that the distribution is self-contained by making another
698 # tarfile.
699 distcheck: dist
700         case '$(DIST_ARCHIVES)' in \
701         *.tar.gz*) \
702           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
703         *.tar.bz2*) \
704           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
705         *.tar.lzma*) \
706           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
707         *.tar.xz*) \
708           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
709         *.tar.Z*) \
710           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
711         *.shar.gz*) \
712           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
713         *.zip*) \
714           unzip $(distdir).zip ;;\
715         esac
716         chmod -R a-w $(distdir); chmod a+w $(distdir)
717         mkdir $(distdir)/_build
718         mkdir $(distdir)/_inst
719         chmod a-w $(distdir)
720         test -d $(distdir)/_build || exit 0; \
721         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
722           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
723           && am__cwd=`pwd` \
724           && $(am__cd) $(distdir)/_build \
725           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
726             $(DISTCHECK_CONFIGURE_FLAGS) \
727           && $(MAKE) $(AM_MAKEFLAGS) \
728           && $(MAKE) $(AM_MAKEFLAGS) dvi \
729           && $(MAKE) $(AM_MAKEFLAGS) check \
730           && $(MAKE) $(AM_MAKEFLAGS) install \
731           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
732           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
733           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
734                 distuninstallcheck \
735           && chmod -R a-w "$$dc_install_base" \
736           && ({ \
737                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
738                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
739                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
740                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
741                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
742               } || { rm -rf "$$dc_destdir"; exit 1; }) \
743           && rm -rf "$$dc_destdir" \
744           && $(MAKE) $(AM_MAKEFLAGS) dist \
745           && rm -rf $(DIST_ARCHIVES) \
746           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
747           && cd "$$am__cwd" \
748           || exit 1
749         $(am__remove_distdir)
750         @(echo "$(distdir) archives ready for distribution: "; \
751           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
752           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
753 distuninstallcheck:
754         @$(am__cd) '$(distuninstallcheck_dir)' \
755         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
756            || { echo "ERROR: files left after uninstall:" ; \
757                 if test -n "$(DESTDIR)"; then \
758                   echo "  (check DESTDIR support)"; \
759                 fi ; \
760                 $(distuninstallcheck_listfiles) ; \
761                 exit 1; } >&2
762 distcleancheck: distclean
763         @if test '$(srcdir)' = . ; then \
764           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
765           exit 1 ; \
766         fi
767         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
768           || { echo "ERROR: files left in build directory after distclean:" ; \
769                $(distcleancheck_listfiles) ; \
770                exit 1; } >&2
771 check-am: all-am
772 check: check-recursive
773 all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
774 installdirs: installdirs-recursive
775 installdirs-am:
776         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \
777           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
778         done
779 install: install-recursive
780 install-exec: install-exec-recursive
781 install-data: install-data-recursive
782 uninstall: uninstall-recursive
783
784 install-am: all-am
785         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
786
787 installcheck: installcheck-recursive
788 install-strip:
789         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
790           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
791           `test -z '$(STRIP)' || \
792             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
793 mostlyclean-generic:
794
795 clean-generic:
796
797 distclean-generic:
798         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
799         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
800
801 maintainer-clean-generic:
802         @echo "This command is intended for maintainers to use"
803         @echo "it deletes files that may require special tools to rebuild."
804         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
805 clean: clean-recursive
806
807 clean-am: clean-binPROGRAMS clean-generic clean-local mostlyclean-am
808
809 distclean: distclean-recursive
810         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
811         -rm -rf ./$(DEPDIR)
812         -rm -f Makefile
813 distclean-am: clean-am distclean-compile distclean-generic \
814         distclean-hdr distclean-tags
815
816 dvi: dvi-recursive
817
818 dvi-am:
819
820 html: html-recursive
821
822 html-am:
823
824 info: info-recursive
825
826 info-am:
827
828 install-data-am:
829
830 install-dvi: install-dvi-recursive
831
832 install-dvi-am:
833
834 install-exec-am: install-binPROGRAMS install-binSCRIPTS
835
836 install-html: install-html-recursive
837
838 install-html-am:
839
840 install-info: install-info-recursive
841
842 install-info-am:
843
844 install-man:
845
846 install-pdf: install-pdf-recursive
847
848 install-pdf-am:
849
850 install-ps: install-ps-recursive
851
852 install-ps-am:
853
854 installcheck-am:
855
856 maintainer-clean: maintainer-clean-recursive
857         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
858         -rm -rf $(top_srcdir)/autom4te.cache
859         -rm -rf ./$(DEPDIR)
860         -rm -f Makefile
861 maintainer-clean-am: distclean-am maintainer-clean-generic
862
863 mostlyclean: mostlyclean-recursive
864
865 mostlyclean-am: mostlyclean-compile mostlyclean-generic
866
867 pdf: pdf-recursive
868
869 pdf-am:
870
871 ps: ps-recursive
872
873 ps-am:
874
875 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
876
877 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
878         ctags-recursive install-am install-strip tags-recursive
879
880 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
881         all all-am am--refresh check check-am clean clean-binPROGRAMS \
882         clean-generic clean-local ctags ctags-recursive dist dist-all \
883         dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ \
884         dist-xz dist-zip distcheck distclean distclean-compile \
885         distclean-generic distclean-hdr distclean-tags distcleancheck \
886         distdir distuninstallcheck dvi dvi-am html html-am info \
887         info-am install install-am install-binPROGRAMS \
888         install-binSCRIPTS install-data install-data-am install-dvi \
889         install-dvi-am install-exec install-exec-am install-html \
890         install-html-am install-info install-info-am install-man \
891         install-pdf install-pdf-am install-ps install-ps-am \
892         install-strip installcheck installcheck-am installdirs \
893         installdirs-am maintainer-clean maintainer-clean-generic \
894         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
895         ps ps-am tags tags-recursive uninstall uninstall-am \
896         uninstall-binPROGRAMS uninstall-binSCRIPTS
897
898
899 xkeystone: keystone.5c
900         (echo '#!/usr/bin/env nickle'; cat ${srcdir}/keystone.5c) > $@
901         chmod +x $@
902
903 clean-local:
904         rm -f xkeystone
905
906 .PHONY: ChangeLog INSTALL
907
908 INSTALL:
909         $(INSTALL_CMD)
910
911 ChangeLog:
912         $(CHANGELOG_CMD)
913
914 dist-hook: ChangeLog INSTALL
915
916 # Tell versions [3.59,3.63) of GNU make to not export all variables.
917 # Otherwise a system limit (for SysV at least) may be exceeded.
918 .NOEXPORT: