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