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