Makefile.in revision bd23fbfa
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 (c) 2005, Oracle and/or its affiliates. All rights reserved.
20#
21# Permission is hereby granted, free of charge, to any person obtaining a
22# copy of this software and associated documentation files (the "Software"),
23# to deal in the Software without restriction, including without limitation
24# the rights to use, copy, modify, merge, publish, distribute, sublicense,
25# and/or sell copies of the Software, and to permit persons to whom the
26# Software is furnished to do so, subject to the following conditions:
27#
28# The above copyright notice and this permission notice (including the next
29# paragraph) shall be included in all copies or substantial portions of the
30# Software.
31#
32# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
35# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38# DEALINGS IN THE SOFTWARE.
39#
40
41VPATH = @srcdir@
42pkgdatadir = $(datadir)/@PACKAGE@
43pkgincludedir = $(includedir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkglibexecdir = $(libexecdir)/@PACKAGE@
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47install_sh_DATA = $(install_sh) -c -m 644
48install_sh_PROGRAM = $(install_sh) -c
49install_sh_SCRIPT = $(install_sh) -c
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = $(program_transform_name)
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58build_triplet = @build@
59host_triplet = @host@
60subdir = man
61DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/configure.ac
64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65	$(ACLOCAL_M4)
66mkinstalldirs = $(install_sh) -d
67CONFIG_HEADER = $(top_builddir)/config.h
68CONFIG_CLEAN_FILES =
69CONFIG_CLEAN_VPATH_FILES =
70AM_V_GEN = $(am__v_GEN_$(V))
71am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
72am__v_GEN_0 = @echo "  GEN   " $@;
73AM_V_at = $(am__v_at_$(V))
74am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
75am__v_at_0 = @
76SOURCES =
77DIST_SOURCES =
78am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79am__vpath_adj = case $$p in \
80    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81    *) f=$$p;; \
82  esac;
83am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84am__install_max = 40
85am__nobase_strip_setup = \
86  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87am__nobase_strip = \
88  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89am__nobase_list = $(am__nobase_strip_setup); \
90  for p in $$list; do echo "$$p $$p"; done | \
91  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93    if (++n[$$2] == $(am__install_max)) \
94      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95    END { for (dir in files) print dir, files[dir] }'
96am__base_list = \
97  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99am__installdirs = "$(DESTDIR)$(libmandir)"
100DATA = $(libman_DATA)
101DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102ACLOCAL = @ACLOCAL@
103ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
104ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
105AMTAR = @AMTAR@
106AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
107APP_MAN_DIR = @APP_MAN_DIR@
108APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
109AR = @AR@
110AUTOCONF = @AUTOCONF@
111AUTOHEADER = @AUTOHEADER@
112AUTOMAKE = @AUTOMAKE@
113AWK = @AWK@
114CC = @CC@
115CCDEPMODE = @CCDEPMODE@
116CFLAGS = @CFLAGS@
117CHANGELOG_CMD = @CHANGELOG_CMD@
118CPP = @CPP@
119CPPFLAGS = @CPPFLAGS@
120CWARNFLAGS = @CWARNFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124DLLTOOL = @DLLTOOL@
125DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
126DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
127DSYMUTIL = @DSYMUTIL@
128DUMPBIN = @DUMPBIN@
129ECHO_C = @ECHO_C@
130ECHO_N = @ECHO_N@
131ECHO_T = @ECHO_T@
132EGREP = @EGREP@
133EXEEXT = @EXEEXT@
134FGREP = @FGREP@
135FILE_MAN_DIR = @FILE_MAN_DIR@
136FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
137GREP = @GREP@
138INSTALL = @INSTALL@
139INSTALL_CMD = @INSTALL_CMD@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144LD = @LD@
145LDFLAGS = @LDFLAGS@
146LIBOBJS = @LIBOBJS@
147LIBS = @LIBS@
148LIBTOOL = @LIBTOOL@
149LIB_MAN_DIR = @LIB_MAN_DIR@
150LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
151LIPO = @LIPO@
152LN_S = @LN_S@
153LTLIBOBJS = @LTLIBOBJS@
154MAINT = @MAINT@
155MAKEINFO = @MAKEINFO@
156MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
157MANIFEST_TOOL = @MANIFEST_TOOL@
158MAN_SUBSTS = @MAN_SUBSTS@
159MISC_MAN_DIR = @MISC_MAN_DIR@
160MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
161MKDIR_P = @MKDIR_P@
162NM = @NM@
163NMEDIT = @NMEDIT@
164OBJDUMP = @OBJDUMP@
165OBJEXT = @OBJEXT@
166OTOOL = @OTOOL@
167OTOOL64 = @OTOOL64@
168PACKAGE = @PACKAGE@
169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170PACKAGE_NAME = @PACKAGE_NAME@
171PACKAGE_STRING = @PACKAGE_STRING@
172PACKAGE_TARNAME = @PACKAGE_TARNAME@
173PACKAGE_URL = @PACKAGE_URL@
174PACKAGE_VERSION = @PACKAGE_VERSION@
175PATH_SEPARATOR = @PATH_SEPARATOR@
176PKG_CONFIG = @PKG_CONFIG@
177RANDR_CFLAGS = @RANDR_CFLAGS@
178RANDR_LIBS = @RANDR_LIBS@
179RANDR_VERSION = @RANDR_VERSION@
180RANLIB = @RANLIB@
181SED = @SED@
182SET_MAKE = @SET_MAKE@
183SHELL = @SHELL@
184STRICT_CFLAGS = @STRICT_CFLAGS@
185STRIP = @STRIP@
186VERSION = @VERSION@
187XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
188XORG_MAN_PAGE = @XORG_MAN_PAGE@
189XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
190abs_builddir = @abs_builddir@
191abs_srcdir = @abs_srcdir@
192abs_top_builddir = @abs_top_builddir@
193abs_top_srcdir = @abs_top_srcdir@
194ac_ct_AR = @ac_ct_AR@
195ac_ct_CC = @ac_ct_CC@
196ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197am__include = @am__include@
198am__leading_dot = @am__leading_dot@
199am__quote = @am__quote@
200am__tar = @am__tar@
201am__untar = @am__untar@
202bindir = @bindir@
203build = @build@
204build_alias = @build_alias@
205build_cpu = @build_cpu@
206build_os = @build_os@
207build_vendor = @build_vendor@
208builddir = @builddir@
209datadir = @datadir@
210datarootdir = @datarootdir@
211docdir = @docdir@
212dvidir = @dvidir@
213exec_prefix = @exec_prefix@
214host = @host@
215host_alias = @host_alias@
216host_cpu = @host_cpu@
217host_os = @host_os@
218host_vendor = @host_vendor@
219htmldir = @htmldir@
220includedir = @includedir@
221infodir = @infodir@
222install_sh = @install_sh@
223libdir = @libdir@
224libexecdir = @libexecdir@
225localedir = @localedir@
226localstatedir = @localstatedir@
227mandir = @mandir@
228mkdir_p = @mkdir_p@
229oldincludedir = @oldincludedir@
230pdfdir = @pdfdir@
231prefix = @prefix@
232program_transform_name = @program_transform_name@
233psdir = @psdir@
234sbindir = @sbindir@
235sharedstatedir = @sharedstatedir@
236srcdir = @srcdir@
237sysconfdir = @sysconfdir@
238target_alias = @target_alias@
239top_build_prefix = @top_build_prefix@
240top_builddir = @top_builddir@
241top_srcdir = @top_srcdir@
242libmandir = $(LIB_MAN_DIR)
243libman_PRE = \
244	Xrandr.man			\
245	$(Xrandr_shadows:=.man)
246
247Xrandr_shadows = \
248	XRRQueryExtension		\
249	XRRQueryVersion			\
250	XRRGetScreenInfo		\
251	XRRFreeScreenConfigInfo		\
252	XRRSetScreenConfig		\
253	XRRSetScreenConfigAndRate	\
254	XRRConfigRotations		\
255	XRRConfigTimes			\
256	XRRConfigSizes			\
257	XRRConfigRates			\
258	XRRConfigCurrentConfiguration	\
259	XRRConfigCurrentRate		\
260	XRRRootToScreen			\
261	XRRSelectInput
262
263libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
264EXTRA_DIST = $(libman_PRE)
265CLEANFILES = $(libman_DATA)
266SUFFIXES = .$(LIB_MAN_SUFFIX) .man
267all: all-am
268
269.SUFFIXES:
270.SUFFIXES: .$(LIB_MAN_SUFFIX) .man
271$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
272	@for dep in $?; do \
273	  case '$(am__configure_deps)' in \
274	    *$$dep*) \
275	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
276	        && { if test -f $@; then exit 0; else break; fi; }; \
277	      exit 1;; \
278	  esac; \
279	done; \
280	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
281	$(am__cd) $(top_srcdir) && \
282	  $(AUTOMAKE) --foreign man/Makefile
283.PRECIOUS: Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285	@case '$?' in \
286	  *config.status*) \
287	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288	  *) \
289	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291	esac;
292
293$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300$(am__aclocal_m4_deps):
301
302mostlyclean-libtool:
303	-rm -f *.lo
304
305clean-libtool:
306	-rm -rf .libs _libs
307install-libmanDATA: $(libman_DATA)
308	@$(NORMAL_INSTALL)
309	test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)"
310	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
311	for p in $$list; do \
312	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
313	  echo "$$d$$p"; \
314	done | $(am__base_list) | \
315	while read files; do \
316	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \
317	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \
318	done
319
320uninstall-libmanDATA:
321	@$(NORMAL_UNINSTALL)
322	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
323	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
324	test -n "$$files" || exit 0; \
325	echo " ( cd '$(DESTDIR)$(libmandir)' && rm -f" $$files ")"; \
326	cd "$(DESTDIR)$(libmandir)" && rm -f $$files
327tags: TAGS
328TAGS:
329
330ctags: CTAGS
331CTAGS:
332
333
334distdir: $(DISTFILES)
335	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
336	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
337	list='$(DISTFILES)'; \
338	  dist_files=`for file in $$list; do echo $$file; done | \
339	  sed -e "s|^$$srcdirstrip/||;t" \
340	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
341	case $$dist_files in \
342	  */*) $(MKDIR_P) `echo "$$dist_files" | \
343			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
344			   sort -u` ;; \
345	esac; \
346	for file in $$dist_files; do \
347	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
348	  if test -d $$d/$$file; then \
349	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
350	    if test -d "$(distdir)/$$file"; then \
351	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
352	    fi; \
353	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
354	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
355	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
356	    fi; \
357	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
358	  else \
359	    test -f "$(distdir)/$$file" \
360	    || cp -p $$d/$$file "$(distdir)/$$file" \
361	    || exit 1; \
362	  fi; \
363	done
364check-am: all-am
365check: check-am
366all-am: Makefile $(DATA)
367installdirs:
368	for dir in "$(DESTDIR)$(libmandir)"; do \
369	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
370	done
371install: install-am
372install-exec: install-exec-am
373install-data: install-data-am
374uninstall: uninstall-am
375
376install-am: all-am
377	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
378
379installcheck: installcheck-am
380install-strip:
381	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
383	  `test -z '$(STRIP)' || \
384	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
385mostlyclean-generic:
386
387clean-generic:
388	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
389
390distclean-generic:
391	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
392	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
393
394maintainer-clean-generic:
395	@echo "This command is intended for maintainers to use"
396	@echo "it deletes files that may require special tools to rebuild."
397clean: clean-am
398
399clean-am: clean-generic clean-libtool mostlyclean-am
400
401distclean: distclean-am
402	-rm -f Makefile
403distclean-am: clean-am distclean-generic
404
405dvi: dvi-am
406
407dvi-am:
408
409html: html-am
410
411html-am:
412
413info: info-am
414
415info-am:
416
417install-data-am: install-libmanDATA
418
419install-dvi: install-dvi-am
420
421install-dvi-am:
422
423install-exec-am:
424
425install-html: install-html-am
426
427install-html-am:
428
429install-info: install-info-am
430
431install-info-am:
432
433install-man:
434
435install-pdf: install-pdf-am
436
437install-pdf-am:
438
439install-ps: install-ps-am
440
441install-ps-am:
442
443installcheck-am:
444
445maintainer-clean: maintainer-clean-am
446	-rm -f Makefile
447maintainer-clean-am: distclean-am maintainer-clean-generic
448
449mostlyclean: mostlyclean-am
450
451mostlyclean-am: mostlyclean-generic mostlyclean-libtool
452
453pdf: pdf-am
454
455pdf-am:
456
457ps: ps-am
458
459ps-am:
460
461uninstall-am: uninstall-libmanDATA
462
463.MAKE: install-am install-strip
464
465.PHONY: all all-am check check-am clean clean-generic clean-libtool \
466	distclean distclean-generic distclean-libtool distdir dvi \
467	dvi-am html html-am info info-am install install-am \
468	install-data install-data-am install-dvi install-dvi-am \
469	install-exec install-exec-am install-html install-html-am \
470	install-info install-info-am install-libmanDATA install-man \
471	install-pdf install-pdf-am install-ps install-ps-am \
472	install-strip installcheck installcheck-am installdirs \
473	maintainer-clean maintainer-clean-generic mostlyclean \
474	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
475	uninstall uninstall-am uninstall-libmanDATA
476
477
478# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
479.man.$(LIB_MAN_SUFFIX):
480	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
481
482# Tell versions [3.59,3.63) of GNU make to not export all variables.
483# Otherwise a system limit (for SysV at least) may be exceeded.
484.NOEXPORT:
485