1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6# Foundation, 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) 2006 by Matteo Franchin                                 #
20#    fnch@libero.it                                                        #
21#                                                                          #
22#    This program is free software; you can redistribute it and/or modify  #
23#    it under the terms of the GNU General Public License as published by  #
24#    the Free Software Foundation; either version 2 of the License, or     #
25#    (at your option) any later version.                                   #
26#                                                                          #
27#    This program is distributed in the hope that it will be useful,       #
28#    but WITHOUT ANY WARRANTY; without even the implied warranty of        #
29#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         #
30#    GNU General Public License for more details.                          #
31#                                                                          #
32#    You should have received a copy of the GNU General Public License     #
33#    along with this program; if not, write to the                         #
34#    Free Software Foundation, Inc.,                                       #
35#    59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             #
36############################################################################
37VPATH = @srcdir@
38pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkglibexecdir = $(libexecdir)/@PACKAGE@
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56subdir = man
57DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
58	$(srcdir)/Makefile.in
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62	$(ACLOCAL_M4)
63mkinstalldirs = $(install_sh) -d
64CONFIG_HEADER = $(top_builddir)/config.h
65CONFIG_CLEAN_FILES =
66CONFIG_CLEAN_VPATH_FILES =
67SOURCES =
68DIST_SOURCES =
69am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70am__vpath_adj = case $$p in \
71    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72    *) f=$$p;; \
73  esac;
74am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75am__install_max = 40
76am__nobase_strip_setup = \
77  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78am__nobase_strip = \
79  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80am__nobase_list = $(am__nobase_strip_setup); \
81  for p in $$list; do echo "$$p $$p"; done | \
82  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
83  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
84    if (++n[$$2] == $(am__install_max)) \
85      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
86    END { for (dir in files) print dir, files[dir] }'
87am__base_list = \
88  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90am__uninstall_files_from_dir = { \
91  test -z "$$files" \
92    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
93    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
94         $(am__cd) "$$dir" && rm -f $$files; }; \
95  }
96man1dir = $(mandir)/man1
97am__installdirs = "$(DESTDIR)$(man1dir)"
98NROFF = nroff
99MANS = $(dist_man_MANS)
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101ACLOCAL = @ACLOCAL@
102AMTAR = @AMTAR@
103AR = @AR@
104ARGZ_H = @ARGZ_H@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109BOX_VER_MAINT = @BOX_VER_MAINT@
110BOX_VER_MAJOR = @BOX_VER_MAJOR@
111BOX_VER_MINOR = @BOX_VER_MINOR@
112CAIRO_CFLAGS = @CAIRO_CFLAGS@
113CAIRO_LIBS = @CAIRO_LIBS@
114CC = @CC@
115CCDEPMODE = @CCDEPMODE@
116CFLAGS = @CFLAGS@
117CPP = @CPP@
118CPPFLAGS = @CPPFLAGS@
119CYGPATH_W = @CYGPATH_W@
120DEFS = @DEFS@
121DEPDIR = @DEPDIR@
122DLLTOOL = @DLLTOOL@
123DSYMUTIL = @DSYMUTIL@
124DUMPBIN = @DUMPBIN@
125ECHO_C = @ECHO_C@
126ECHO_N = @ECHO_N@
127ECHO_T = @ECHO_T@
128EGREP = @EGREP@
129EXEEXT = @EXEEXT@
130FGREP = @FGREP@
131GREP = @GREP@
132INCLTDL = @INCLTDL@
133INSTALL = @INSTALL@
134INSTALL_DATA = @INSTALL_DATA@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138LD = @LD@
139LDFLAGS = @LDFLAGS@
140LEX = @LEX@
141LEXLIB = @LEXLIB@
142LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
143LIBADD_DL = @LIBADD_DL@
144LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
145LIBADD_DLOPEN = @LIBADD_DLOPEN@
146LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
147LIBLTDL = @LIBLTDL@
148LIBOBJS = @LIBOBJS@
149LIBS = @LIBS@
150LIBTOOL = @LIBTOOL@
151LIPO = @LIPO@
152LN_S = @LN_S@
153LTDLDEPS = @LTDLDEPS@
154LTDLINCL = @LTDLINCL@
155LTDLOPEN = @LTDLOPEN@
156LTLIBOBJS = @LTLIBOBJS@
157LT_CONFIG_H = @LT_CONFIG_H@
158LT_DLLOADERS = @LT_DLLOADERS@
159LT_DLPREOPEN = @LT_DLPREOPEN@
160MAKEINFO = @MAKEINFO@
161MANIFEST_TOOL = @MANIFEST_TOOL@
162MKDIR_P = @MKDIR_P@
163NM = @NM@
164NMEDIT = @NMEDIT@
165OBJDUMP = @OBJDUMP@
166OBJEXT = @OBJEXT@
167OTOOL = @OTOOL@
168OTOOL64 = @OTOOL64@
169PACKAGE = @PACKAGE@
170PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171PACKAGE_NAME = @PACKAGE_NAME@
172PACKAGE_STRING = @PACKAGE_STRING@
173PACKAGE_TARNAME = @PACKAGE_TARNAME@
174PACKAGE_URL = @PACKAGE_URL@
175PACKAGE_VERSION = @PACKAGE_VERSION@
176PATH_SEPARATOR = @PATH_SEPARATOR@
177PKG_CONFIG = @PKG_CONFIG@
178PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
179PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
180RANLIB = @RANLIB@
181SED = @SED@
182SET_MAKE = @SET_MAKE@
183SHELL = @SHELL@
184STRIP = @STRIP@
185VERSION = @VERSION@
186YACC = @YACC@
187YFLAGS = @YFLAGS@
188abs_builddir = @abs_builddir@
189abs_srcdir = @abs_srcdir@
190abs_top_builddir = @abs_top_builddir@
191abs_top_srcdir = @abs_top_srcdir@
192ac_ct_AR = @ac_ct_AR@
193ac_ct_CC = @ac_ct_CC@
194ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
195am__include = @am__include@
196am__leading_dot = @am__leading_dot@
197am__quote = @am__quote@
198am__tar = @am__tar@
199am__untar = @am__untar@
200bindir = @bindir@
201boxincdir = @boxincdir@
202boxlibdir = @boxlibdir@
203boxpkgdir = @boxpkgdir@
204build = @build@
205build_alias = @build_alias@
206build_cpu = @build_cpu@
207build_os = @build_os@
208build_vendor = @build_vendor@
209builddir = @builddir@
210datadir = @datadir@
211datarootdir = @datarootdir@
212docdir = @docdir@
213dvidir = @dvidir@
214exec_prefix = @exec_prefix@
215host = @host@
216host_alias = @host_alias@
217host_cpu = @host_cpu@
218host_os = @host_os@
219host_vendor = @host_vendor@
220htmldir = @htmldir@
221includedir = @includedir@
222infodir = @infodir@
223install_sh = @install_sh@
224libdir = @libdir@
225libexecdir = @libexecdir@
226localedir = @localedir@
227localstatedir = @localstatedir@
228ltdl_LIBOBJS = @ltdl_LIBOBJS@
229ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
230mandir = @mandir@
231mkdir_p = @mkdir_p@
232oldincludedir = @oldincludedir@
233pdfdir = @pdfdir@
234prefix = @prefix@
235program_transform_name = @program_transform_name@
236psdir = @psdir@
237sbindir = @sbindir@
238sharedstatedir = @sharedstatedir@
239srcdir = @srcdir@
240subdirs = @subdirs@
241sys_symbol_underscore = @sys_symbol_underscore@
242sysconfdir = @sysconfdir@
243target_alias = @target_alias@
244top_build_prefix = @top_build_prefix@
245top_builddir = @top_builddir@
246top_srcdir = @top_srcdir@
247dist_man_MANS = box.1
248EXTRA_DIST = box.sgml
249all: all-am
250
251.SUFFIXES:
252$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
253	@for dep in $?; do \
254	  case '$(am__configure_deps)' in \
255	    *$$dep*) \
256	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
257	        && { if test -f $@; then exit 0; else break; fi; }; \
258	      exit 1;; \
259	  esac; \
260	done; \
261	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
262	$(am__cd) $(top_srcdir) && \
263	  $(AUTOMAKE) --gnu man/Makefile
264.PRECIOUS: Makefile
265Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266	@case '$?' in \
267	  *config.status*) \
268	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269	  *) \
270	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272	esac;
273
274$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
277$(top_srcdir)/configure:  $(am__configure_deps)
278	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
280	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281$(am__aclocal_m4_deps):
282
283mostlyclean-libtool:
284	-rm -f *.lo
285
286clean-libtool:
287	-rm -rf .libs _libs
288install-man1: $(dist_man_MANS)
289	@$(NORMAL_INSTALL)
290	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
291	@list=''; test -n "$(man1dir)" || exit 0; \
292	{ for i in $$list; do echo "$$i"; done; \
293	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
294	  sed -n '/\.1[a-z]*$$/p'; \
295	} | while read p; do \
296	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
297	  echo "$$d$$p"; echo "$$p"; \
298	done | \
299	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
300	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
301	sed 'N;N;s,\n, ,g' | { \
302	list=; while read file base inst; do \
303	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
304	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
305	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
306	  fi; \
307	done; \
308	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
309	while read files; do \
310	  test -z "$$files" || { \
311	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
312	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
313	done; }
314
315uninstall-man1:
316	@$(NORMAL_UNINSTALL)
317	@list=''; test -n "$(man1dir)" || exit 0; \
318	files=`{ for i in $$list; do echo "$$i"; done; \
319	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
320	  sed -n '/\.1[a-z]*$$/p'; \
321	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
322	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
323	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
324tags: TAGS
325TAGS:
326
327ctags: CTAGS
328CTAGS:
329
330
331distdir: $(DISTFILES)
332	@list='$(MANS)'; if test -n "$$list"; then \
333	  list=`for p in $$list; do \
334	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
335	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
336	  if test -n "$$list" && \
337	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
338	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
339	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
340	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
341	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
342	    exit 1; \
343	  else :; fi; \
344	else :; fi
345	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
346	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347	list='$(DISTFILES)'; \
348	  dist_files=`for file in $$list; do echo $$file; done | \
349	  sed -e "s|^$$srcdirstrip/||;t" \
350	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
351	case $$dist_files in \
352	  */*) $(MKDIR_P) `echo "$$dist_files" | \
353			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
354			   sort -u` ;; \
355	esac; \
356	for file in $$dist_files; do \
357	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
358	  if test -d $$d/$$file; then \
359	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
360	    if test -d "$(distdir)/$$file"; then \
361	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
362	    fi; \
363	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
365	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
366	    fi; \
367	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
368	  else \
369	    test -f "$(distdir)/$$file" \
370	    || cp -p $$d/$$file "$(distdir)/$$file" \
371	    || exit 1; \
372	  fi; \
373	done
374check-am: all-am
375check: check-am
376all-am: Makefile $(MANS)
377installdirs:
378	for dir in "$(DESTDIR)$(man1dir)"; do \
379	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
380	done
381install: install-am
382install-exec: install-exec-am
383install-data: install-data-am
384uninstall: uninstall-am
385
386install-am: all-am
387	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
389installcheck: installcheck-am
390install-strip:
391	if test -z '$(STRIP)'; then \
392	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
393	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
394	      install; \
395	else \
396	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
397	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
398	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
399	fi
400mostlyclean-generic:
401
402clean-generic:
403
404distclean-generic:
405	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
406	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
407
408maintainer-clean-generic:
409	@echo "This command is intended for maintainers to use"
410	@echo "it deletes files that may require special tools to rebuild."
411clean: clean-am
412
413clean-am: clean-generic clean-libtool mostlyclean-am
414
415distclean: distclean-am
416	-rm -f Makefile
417distclean-am: clean-am distclean-generic
418
419dvi: dvi-am
420
421dvi-am:
422
423html: html-am
424
425html-am:
426
427info: info-am
428
429info-am:
430
431install-data-am: install-man
432
433install-dvi: install-dvi-am
434
435install-dvi-am:
436
437install-exec-am:
438
439install-html: install-html-am
440
441install-html-am:
442
443install-info: install-info-am
444
445install-info-am:
446
447install-man: install-man1
448
449install-pdf: install-pdf-am
450
451install-pdf-am:
452
453install-ps: install-ps-am
454
455install-ps-am:
456
457installcheck-am:
458
459maintainer-clean: maintainer-clean-am
460	-rm -f Makefile
461maintainer-clean-am: distclean-am maintainer-clean-generic
462
463mostlyclean: mostlyclean-am
464
465mostlyclean-am: mostlyclean-generic mostlyclean-libtool
466
467pdf: pdf-am
468
469pdf-am:
470
471ps: ps-am
472
473ps-am:
474
475uninstall-am: uninstall-man
476
477uninstall-man: uninstall-man1
478
479.MAKE: install-am install-strip
480
481.PHONY: all all-am check check-am clean clean-generic clean-libtool \
482	distclean distclean-generic distclean-libtool distdir dvi \
483	dvi-am html html-am info info-am install install-am \
484	install-data install-data-am install-dvi install-dvi-am \
485	install-exec install-exec-am install-html install-html-am \
486	install-info install-info-am install-man install-man1 \
487	install-pdf install-pdf-am install-ps install-ps-am \
488	install-strip installcheck installcheck-am installdirs \
489	maintainer-clean maintainer-clean-generic mostlyclean \
490	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
491	uninstall uninstall-am uninstall-man uninstall-man1
492
493
494box.1: box.sgml
495	docbook-to-man $< > $@
496
497# Tell versions [3.59,3.63) of GNU make to not export all variables.
498# Otherwise a system limit (for SysV at least) may be exceeded.
499.NOEXPORT:
500