Makefile.in revision 47f86ac1
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 2009 Sun Microsystems, Inc.  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
41# Based on xc/doc/specs/i18n/Makefile from X11R6.9
42
43#
44# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
45#
46# Permission is hereby granted, free of charge, to any person obtaining a
47# copy of this software and associated documentation files (the "Software"),
48# to deal in the Software without restriction, including without limitation
49# the rights to use, copy, modify, merge, publish, distribute, sublicense,
50# and/or sell copies of the Software, and to permit persons to whom the
51# Software is furnished to do so, subject to the following conditions:
52#
53# The above copyright notice and this permission notice (including the next
54# paragraph) shall be included in all copies or substantial portions of the
55# Software.
56#
57# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
60# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
62# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
63# DEALINGS IN THE SOFTWARE.
64#
65
66# Based on xc/doc/specs/*/Makefile from X11R6.9
67
68VPATH = @srcdir@
69pkgdatadir = $(datadir)/@PACKAGE@
70pkgincludedir = $(includedir)/@PACKAGE@
71pkglibdir = $(libdir)/@PACKAGE@
72pkglibexecdir = $(libexecdir)/@PACKAGE@
73am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
74install_sh_DATA = $(install_sh) -c -m 644
75install_sh_PROGRAM = $(install_sh) -c
76install_sh_SCRIPT = $(install_sh) -c
77INSTALL_HEADER = $(INSTALL_DATA)
78transform = $(program_transform_name)
79NORMAL_INSTALL = :
80PRE_INSTALL = :
81POST_INSTALL = :
82NORMAL_UNINSTALL = :
83PRE_UNINSTALL = :
84POST_UNINSTALL = :
85build_triplet = @build@
86host_triplet = @host@
87DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
88	$(top_srcdir)/specs/troffrules.in
89subdir = specs/i18n
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
92	$(top_srcdir)/m4/dolt.m4 $(top_srcdir)/m4/libtool.m4 \
93	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95	$(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/src/config.h \
100	$(top_builddir)/include/X11/XlibConf.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_GEN = $(am__v_GEN_$(V))
104am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
105am__v_GEN_0 = @echo "  GEN   " $@;
106AM_V_at = $(am__v_at_$(V))
107am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
108am__v_at_0 = @
109SOURCES =
110DIST_SOURCES =
111am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
112am__vpath_adj = case $$p in \
113    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
114    *) f=$$p;; \
115  esac;
116am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117am__install_max = 40
118am__nobase_strip_setup = \
119  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
120am__nobase_strip = \
121  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
122am__nobase_list = $(am__nobase_strip_setup); \
123  for p in $$list; do echo "$$p $$p"; done | \
124  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
125  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
126    if (++n[$$2] == $(am__install_max)) \
127      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
128    END { for (dir in files) print dir, files[dir] }'
129am__base_list = \
130  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
131  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
132am__installdirs = "$(DESTDIR)$(specdir)"
133DATA = $(spec_DATA)
134DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
135ACLOCAL = @ACLOCAL@
136ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
137ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
138AMTAR = @AMTAR@
139AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140APP_MAN_DIR = @APP_MAN_DIR@
141APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
142AR = @AR@
143AUTOCONF = @AUTOCONF@
144AUTOHEADER = @AUTOHEADER@
145AUTOMAKE = @AUTOMAKE@
146AWK = @AWK@
147BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
148BIGFONT_LIBS = @BIGFONT_LIBS@
149CC = @CC@
150CCDEPMODE = @CCDEPMODE@
151CC_FOR_BUILD = @CC_FOR_BUILD@
152CFLAGS = @CFLAGS@
153CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
154CHANGELOG_CMD = @CHANGELOG_CMD@
155CPP = @CPP@
156CPPFLAGS = @CPPFLAGS@
157CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
158CWARNFLAGS = @CWARNFLAGS@
159CYGPATH_W = @CYGPATH_W@
160DEFS = @DEFS@
161DEPDIR = @DEPDIR@
162DOLT_BASH = @DOLT_BASH@
163DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
164DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
165DSYMUTIL = @DSYMUTIL@
166DUMPBIN = @DUMPBIN@
167ECHO_C = @ECHO_C@
168ECHO_N = @ECHO_N@
169ECHO_T = @ECHO_T@
170EGREP = @EGREP@
171EXEEXT = @EXEEXT@
172FGREP = @FGREP@
173FILE_MAN_DIR = @FILE_MAN_DIR@
174FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
175GREP = @GREP@
176GROFF = @GROFF@
177GS_PATH = @GS_PATH@
178I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
179INSTALL = @INSTALL@
180INSTALL_CMD = @INSTALL_CMD@
181INSTALL_DATA = @INSTALL_DATA@
182INSTALL_PROGRAM = @INSTALL_PROGRAM@
183INSTALL_SCRIPT = @INSTALL_SCRIPT@
184INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185KEYSYMDEFS = @KEYSYMDEFS@
186LAUNCHD = @LAUNCHD@
187LD = @LD@
188LDFLAGS = @LDFLAGS@
189LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
190LIBOBJS = @LIBOBJS@
191LIBS = @LIBS@
192LIBTOOL = @LIBTOOL@
193LIB_MAN_DIR = @LIB_MAN_DIR@
194LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
195LINT = @LINT@
196LINTLIB = @LINTLIB@
197LINT_FLAGS = @LINT_FLAGS@
198LIPO = @LIPO@
199LN_S = @LN_S@
200LTCOMPILE = @LTCOMPILE@
201LTCXXCOMPILE = @LTCXXCOMPILE@
202LTLIBOBJS = @LTLIBOBJS@
203MAINT = @MAINT@
204MAKEINFO = @MAKEINFO@
205MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
206MAN_SUBSTS = @MAN_SUBSTS@
207MISC_MAN_DIR = @MISC_MAN_DIR@
208MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
209MKDIR_P = @MKDIR_P@
210NM = @NM@
211NMEDIT = @NMEDIT@
212OBJDUMP = @OBJDUMP@
213OBJEXT = @OBJEXT@
214OTOOL = @OTOOL@
215OTOOL64 = @OTOOL64@
216PACKAGE = @PACKAGE@
217PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
218PACKAGE_NAME = @PACKAGE_NAME@
219PACKAGE_STRING = @PACKAGE_STRING@
220PACKAGE_TARNAME = @PACKAGE_TARNAME@
221PACKAGE_URL = @PACKAGE_URL@
222PACKAGE_VERSION = @PACKAGE_VERSION@
223PATH_SEPARATOR = @PATH_SEPARATOR@
224PERL = @PERL@
225PKG_CONFIG = @PKG_CONFIG@
226PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
227PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
228PNMTOPNG_PATH = @PNMTOPNG_PATH@
229PS2PDF = @PS2PDF@
230PSSELECT_PATH = @PSSELECT_PATH@
231RANLIB = @RANLIB@
232RAWCPP = @RAWCPP@
233RAWCPPFLAGS = @RAWCPPFLAGS@
234SED = @SED@
235SET_MAKE = @SET_MAKE@
236SHELL = @SHELL@
237STRIP = @STRIP@
238VERSION = @VERSION@
239WCHAR32 = @WCHAR32@
240X11_CFLAGS = @X11_CFLAGS@
241X11_DATADIR = @X11_DATADIR@
242X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
243X11_LIBDIR = @X11_LIBDIR@
244X11_LIBS = @X11_LIBS@
245X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
246X11_LOCALEDIR = @X11_LOCALEDIR@
247X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
248XDMCP_CFLAGS = @XDMCP_CFLAGS@
249XDMCP_LIBS = @XDMCP_LIBS@
250XERRORDB = @XERRORDB@
251XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
252XKEYSYMDB = @XKEYSYMDB@
253XLOCALEDATADIR = @XLOCALEDATADIR@
254XLOCALEDIR = @XLOCALEDIR@
255XLOCALELIBDIR = @XLOCALELIBDIR@
256XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
257XORG_MAN_PAGE = @XORG_MAN_PAGE@
258XTHREADLIB = @XTHREADLIB@
259XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
260XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
261abs_builddir = @abs_builddir@
262abs_srcdir = @abs_srcdir@
263abs_top_builddir = @abs_top_builddir@
264abs_top_srcdir = @abs_top_srcdir@
265ac_ct_CC = @ac_ct_CC@
266ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267am__include = @am__include@
268am__leading_dot = @am__leading_dot@
269am__quote = @am__quote@
270am__tar = @am__tar@
271am__untar = @am__untar@
272bindir = @bindir@
273build = @build@
274build_alias = @build_alias@
275build_cpu = @build_cpu@
276build_os = @build_os@
277build_vendor = @build_vendor@
278builddir = @builddir@
279datadir = @datadir@
280datarootdir = @datarootdir@
281docdir = @docdir@
282dvidir = @dvidir@
283exec_prefix = @exec_prefix@
284host = @host@
285host_alias = @host_alias@
286host_cpu = @host_cpu@
287host_os = @host_os@
288host_vendor = @host_vendor@
289htmldir = @htmldir@
290includedir = @includedir@
291infodir = @infodir@
292install_sh = @install_sh@
293libdir = @libdir@
294libexecdir = @libexecdir@
295localedir = @localedir@
296localstatedir = @localstatedir@
297lt_ECHO = @lt_ECHO@
298mandir = @mandir@
299mkdir_p = @mkdir_p@
300oldincludedir = @oldincludedir@
301pdfdir = @pdfdir@
302prefix = @prefix@
303program_transform_name = @program_transform_name@
304psdir = @psdir@
305sbindir = @sbindir@
306sharedstatedir = @sharedstatedir@
307srcdir = @srcdir@
308sysconfdir = @sysconfdir@
309target_alias = @target_alias@
310top_build_prefix = @top_build_prefix@
311top_builddir = @top_builddir@
312top_srcdir = @top_srcdir@
313doc_sources = Framework.ms LocaleDB.ms Trans.ms
314EXTRA_DIST = $(doc_sources)
315@HAVE_PS2PDF_FALSE@printable_format = .ps
316@HAVE_PS2PDF_TRUE@printable_format = .pdf
317@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@spec_DATA = $(doc_sources:.ms=.txt) \
318@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@		$(doc_sources:.ms=$(printable_format)) \
319@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@		$(doc_sources:.ms=.html)
320
321@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@specdir = $(docdir)/$(subdir)
322@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@imagesdir = $(specdir)/images
323@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@CLEANFILES = $(spec_DATA)
324@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@MOSTLYCLEANFILES = index.*
325
326# Pass version string as a troff string for substitution
327@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@GROFF_DEFS = -dxV="$(PACKAGE_STRING)"
328
329# -e to run through eqn, -t to run through tbl
330@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@GROFF_FLAGS = -e -t -ms $(GROFF_DEFS) -I$(srcdir) $(top_srcdir)/specs/macros.t
331@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@SUFFIXES = .ms .ps .txt .html .pdf
332all: all-am
333
334.SUFFIXES:
335.SUFFIXES: .ms .ps .txt .html .pdf
336$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/specs/troffrules.in $(am__configure_deps)
337	@for dep in $?; do \
338	  case '$(am__configure_deps)' in \
339	    *$$dep*) \
340	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
341	        && { if test -f $@; then exit 0; else break; fi; }; \
342	      exit 1;; \
343	  esac; \
344	done; \
345	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/Makefile'; \
346	$(am__cd) $(top_srcdir) && \
347	  $(AUTOMAKE) --foreign specs/i18n/Makefile
348.PRECIOUS: Makefile
349Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350	@case '$?' in \
351	  *config.status*) \
352	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353	  *) \
354	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356	esac;
357
358$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
361$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365$(am__aclocal_m4_deps):
366
367mostlyclean-libtool:
368	-rm -f *.lo
369
370clean-libtool:
371	-rm -rf .libs _libs
372install-specDATA: $(spec_DATA)
373	@$(NORMAL_INSTALL)
374	test -z "$(specdir)" || $(MKDIR_P) "$(DESTDIR)$(specdir)"
375	@list='$(spec_DATA)'; test -n "$(specdir)" || list=; \
376	for p in $$list; do \
377	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
378	  echo "$$d$$p"; \
379	done | $(am__base_list) | \
380	while read files; do \
381	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(specdir)'"; \
382	  $(INSTALL_DATA) $$files "$(DESTDIR)$(specdir)" || exit $$?; \
383	done
384
385uninstall-specDATA:
386	@$(NORMAL_UNINSTALL)
387	@list='$(spec_DATA)'; test -n "$(specdir)" || list=; \
388	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
389	test -n "$$files" || exit 0; \
390	echo " ( cd '$(DESTDIR)$(specdir)' && rm -f" $$files ")"; \
391	cd "$(DESTDIR)$(specdir)" && rm -f $$files
392tags: TAGS
393TAGS:
394
395ctags: CTAGS
396CTAGS:
397
398
399distdir: $(DISTFILES)
400	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402	list='$(DISTFILES)'; \
403	  dist_files=`for file in $$list; do echo $$file; done | \
404	  sed -e "s|^$$srcdirstrip/||;t" \
405	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
406	case $$dist_files in \
407	  */*) $(MKDIR_P) `echo "$$dist_files" | \
408			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
409			   sort -u` ;; \
410	esac; \
411	for file in $$dist_files; do \
412	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413	  if test -d $$d/$$file; then \
414	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
415	    if test -d "$(distdir)/$$file"; then \
416	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
417	    fi; \
418	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
419	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
420	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421	    fi; \
422	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
423	  else \
424	    test -f "$(distdir)/$$file" \
425	    || cp -p $$d/$$file "$(distdir)/$$file" \
426	    || exit 1; \
427	  fi; \
428	done
429check-am: all-am
430check: check-am
431all-am: Makefile $(DATA)
432installdirs:
433	for dir in "$(DESTDIR)$(specdir)"; do \
434	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
435	done
436install: install-am
437install-exec: install-exec-am
438install-data: install-data-am
439uninstall: uninstall-am
440
441install-am: all-am
442	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
443
444installcheck: installcheck-am
445install-strip:
446	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
447	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
448	  `test -z '$(STRIP)' || \
449	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
450mostlyclean-generic:
451	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
452
453clean-generic:
454	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
455
456distclean-generic:
457	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459
460maintainer-clean-generic:
461	@echo "This command is intended for maintainers to use"
462	@echo "it deletes files that may require special tools to rebuild."
463@ENABLE_SPECS_FALSE@uninstall-local:
464@HAVE_GROFF_MS_FALSE@uninstall-local:
465@ENABLE_SPECS_FALSE@install-data-local:
466@HAVE_GROFF_MS_FALSE@install-data-local:
467@ENABLE_SPECS_FALSE@mostlyclean-local:
468@HAVE_GROFF_MS_FALSE@mostlyclean-local:
469clean: clean-am
470
471clean-am: clean-generic clean-libtool mostlyclean-am
472
473distclean: distclean-am
474	-rm -f Makefile
475distclean-am: clean-am distclean-generic
476
477dvi: dvi-am
478
479dvi-am:
480
481html: html-am
482
483html-am:
484
485info: info-am
486
487info-am:
488
489install-data-am: install-data-local install-specDATA
490
491install-dvi: install-dvi-am
492
493install-dvi-am:
494
495install-exec-am:
496
497install-html: install-html-am
498
499install-html-am:
500
501install-info: install-info-am
502
503install-info-am:
504
505install-man:
506
507install-pdf: install-pdf-am
508
509install-pdf-am:
510
511install-ps: install-ps-am
512
513install-ps-am:
514
515installcheck-am:
516
517maintainer-clean: maintainer-clean-am
518	-rm -f Makefile
519maintainer-clean-am: distclean-am maintainer-clean-generic
520
521mostlyclean: mostlyclean-am
522
523mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
524	mostlyclean-local
525
526pdf: pdf-am
527
528pdf-am:
529
530ps: ps-am
531
532ps-am:
533
534uninstall-am: uninstall-local uninstall-specDATA
535
536.MAKE: install-am install-strip
537
538.PHONY: all all-am check check-am clean clean-generic clean-libtool \
539	distclean distclean-generic distclean-libtool distdir dvi \
540	dvi-am html html-am info info-am install install-am \
541	install-data install-data-am install-data-local install-dvi \
542	install-dvi-am install-exec install-exec-am install-html \
543	install-html-am install-info install-info-am install-man \
544	install-pdf install-pdf-am install-ps install-ps-am \
545	install-specDATA install-strip installcheck installcheck-am \
546	installdirs maintainer-clean maintainer-clean-generic \
547	mostlyclean mostlyclean-generic mostlyclean-libtool \
548	mostlyclean-local pdf pdf-am ps ps-am uninstall uninstall-am \
549	uninstall-local uninstall-specDATA
550
551
552# Install html generated images for specs
553@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@install-data-local:
554@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	test -z "$(imagesdir)" || $(mkdir_p) "$(DESTDIR)$(imagesdir)"
555@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	@d="$(srcdir)/images/"; \
556@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	list=`ls $$d`; \
557@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	for p in $$list; do \
558@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	  echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$p'"; \
559@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	  $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$p"; \
560@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	done;
561
562@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@uninstall-local:
563@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	@if test -n $(DESTDIR)$(imagesdir); then \
564@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	  if test -d $(DESTDIR)$(imagesdir); then \
565@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	    list=`ls $(DESTDIR)$(imagesdir)`; \
566@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	    for p in $$list; do \
567@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	      echo " rm -f '$(DESTDIR)$(imagesdir)/$$p'"; \
568@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	      rm -f "$(DESTDIR)$(imagesdir)/$$p"; \
569@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	    done \
570@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	  fi; \
571@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	fi;
572
573@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@mostlyclean-local:
574@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	@rm -fr images
575
576@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@.ms.ps:
577@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	-$(AM_V_GEN) $(GROFF) -Tps $(GROFF_FLAGS) $< 2> index.$@.raw > $@
578@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	@if grep '^[^1-9.]' index.$@.raw | grep -v warning; then exit 1; \
579@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	 else test $$? -le 1; fi
580
581@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@.ms.txt:
582@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	$(AM_V_GEN) env GROFF_NO_SGR=TRUE $(GROFF) -Tutf8 $(GROFF_FLAGS) \
583@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	 $< 2> index.$@.raw > $@
584
585@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@.ms.html:
586@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	$(AM_V_GEN) $(GROFF) $(GROFF_FLAGS) -Thtml -P-Dimages -P-I$*-image $< 2> index.$@.raw > $@
587
588@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@.ps.pdf:
589@ENABLE_SPECS_TRUE@@HAVE_GROFF_MS_TRUE@	$(AM_V_GEN) $(PS2PDF) $< $@
590
591# Tell versions [3.59,3.63) of GNU make to not export all variables.
592# Otherwise a system limit (for SysV at least) may be exceeded.
593.NOEXPORT:
594