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