Makefile.in revision b4ee4795
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)/acinclude.m4 \ 92 $(top_srcdir)/configure.ac 93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 94 $(ACLOCAL_M4) 95mkinstalldirs = $(install_sh) -d 96CONFIG_HEADER = $(top_builddir)/src/config.h \ 97 $(top_builddir)/include/X11/XlibConf.h 98CONFIG_CLEAN_FILES = 99CONFIG_CLEAN_VPATH_FILES = 100AM_V_GEN = $(am__v_GEN_$(V)) 101am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 102am__v_GEN_0 = @echo " GEN " $@; 103AM_V_at = $(am__v_at_$(V)) 104am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 105am__v_at_0 = @ 106SOURCES = 107DIST_SOURCES = 108am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 109am__vpath_adj = case $$p in \ 110 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 111 *) f=$$p;; \ 112 esac; 113am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 114am__install_max = 40 115am__nobase_strip_setup = \ 116 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 117am__nobase_strip = \ 118 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 119am__nobase_list = $(am__nobase_strip_setup); \ 120 for p in $$list; do echo "$$p $$p"; done | \ 121 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 122 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 123 if (++n[$$2] == $(am__install_max)) \ 124 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 125 END { for (dir in files) print dir, files[dir] }' 126am__base_list = \ 127 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 128 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 129am__installdirs = "$(DESTDIR)$(docdir)" 130DATA = $(doc_DATA) 131DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 132ACLOCAL = @ACLOCAL@ 133ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 134ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 135AMTAR = @AMTAR@ 136AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 137APP_MAN_DIR = @APP_MAN_DIR@ 138APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 139AR = @AR@ 140AUTOCONF = @AUTOCONF@ 141AUTOHEADER = @AUTOHEADER@ 142AUTOMAKE = @AUTOMAKE@ 143AWK = @AWK@ 144BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 145BIGFONT_LIBS = @BIGFONT_LIBS@ 146CC = @CC@ 147CCDEPMODE = @CCDEPMODE@ 148CC_FOR_BUILD = @CC_FOR_BUILD@ 149CFLAGS = @CFLAGS@ 150CHANGELOG_CMD = @CHANGELOG_CMD@ 151CPP = @CPP@ 152CPPFLAGS = @CPPFLAGS@ 153CWARNFLAGS = @CWARNFLAGS@ 154CXX = @CXX@ 155CXXCPP = @CXXCPP@ 156CXXDEPMODE = @CXXDEPMODE@ 157CXXFLAGS = @CXXFLAGS@ 158CYGPATH_W = @CYGPATH_W@ 159DEFS = @DEFS@ 160DEPDIR = @DEPDIR@ 161DOLT_BASH = @DOLT_BASH@ 162DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 163DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 164DSYMUTIL = @DSYMUTIL@ 165ECHO = @ECHO@ 166ECHO_C = @ECHO_C@ 167ECHO_N = @ECHO_N@ 168ECHO_T = @ECHO_T@ 169EGREP = @EGREP@ 170EXEEXT = @EXEEXT@ 171F77 = @F77@ 172FFLAGS = @FFLAGS@ 173FILE_MAN_DIR = @FILE_MAN_DIR@ 174FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 175GREP = @GREP@ 176GROFF = @GROFF@ 177I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 178INSTALL = @INSTALL@ 179INSTALL_CMD = @INSTALL_CMD@ 180INSTALL_DATA = @INSTALL_DATA@ 181INSTALL_PROGRAM = @INSTALL_PROGRAM@ 182INSTALL_SCRIPT = @INSTALL_SCRIPT@ 183INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 184KEYSYMDEF = @KEYSYMDEF@ 185LAUNCHD = @LAUNCHD@ 186LDFLAGS = @LDFLAGS@ 187LIBOBJS = @LIBOBJS@ 188LIBS = @LIBS@ 189LIBTOOL = @LIBTOOL@ 190LIB_MAN_DIR = @LIB_MAN_DIR@ 191LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 192LINT = @LINT@ 193LINTLIB = @LINTLIB@ 194LINT_FLAGS = @LINT_FLAGS@ 195LN_S = @LN_S@ 196LTCOMPILE = @LTCOMPILE@ 197LTCXXCOMPILE = @LTCXXCOMPILE@ 198LTLIBOBJS = @LTLIBOBJS@ 199MAINT = @MAINT@ 200MAKEINFO = @MAKEINFO@ 201MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 202MISC_MAN_DIR = @MISC_MAN_DIR@ 203MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 204MKDIR_P = @MKDIR_P@ 205NMEDIT = @NMEDIT@ 206OBJEXT = @OBJEXT@ 207PACKAGE = @PACKAGE@ 208PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 209PACKAGE_NAME = @PACKAGE_NAME@ 210PACKAGE_STRING = @PACKAGE_STRING@ 211PACKAGE_TARNAME = @PACKAGE_TARNAME@ 212PACKAGE_URL = @PACKAGE_URL@ 213PACKAGE_VERSION = @PACKAGE_VERSION@ 214PATH_SEPARATOR = @PATH_SEPARATOR@ 215PERL = @PERL@ 216PKG_CONFIG = @PKG_CONFIG@ 217PS2PDF = @PS2PDF@ 218RANLIB = @RANLIB@ 219RAWCPP = @RAWCPP@ 220RAWCPPFLAGS = @RAWCPPFLAGS@ 221SED = @SED@ 222SET_MAKE = @SET_MAKE@ 223SHELL = @SHELL@ 224STRIP = @STRIP@ 225VERSION = @VERSION@ 226WCHAR32 = @WCHAR32@ 227X11_CFLAGS = @X11_CFLAGS@ 228X11_DATADIR = @X11_DATADIR@ 229X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 230X11_LIBDIR = @X11_LIBDIR@ 231X11_LIBS = @X11_LIBS@ 232X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 233X11_LOCALEDIR = @X11_LOCALEDIR@ 234X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 235XDMCP_CFLAGS = @XDMCP_CFLAGS@ 236XDMCP_LIBS = @XDMCP_LIBS@ 237XERRORDB = @XERRORDB@ 238XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 239XKEYSYMDB = @XKEYSYMDB@ 240XLOCALEDATADIR = @XLOCALEDATADIR@ 241XLOCALEDIR = @XLOCALEDIR@ 242XLOCALELIBDIR = @XLOCALELIBDIR@ 243XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 244XTHREADLIB = @XTHREADLIB@ 245XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 246XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 247abs_builddir = @abs_builddir@ 248abs_srcdir = @abs_srcdir@ 249abs_top_builddir = @abs_top_builddir@ 250abs_top_srcdir = @abs_top_srcdir@ 251ac_ct_CC = @ac_ct_CC@ 252ac_ct_CXX = @ac_ct_CXX@ 253ac_ct_F77 = @ac_ct_F77@ 254am__include = @am__include@ 255am__leading_dot = @am__leading_dot@ 256am__quote = @am__quote@ 257am__tar = @am__tar@ 258am__untar = @am__untar@ 259bindir = @bindir@ 260build = @build@ 261build_alias = @build_alias@ 262build_cpu = @build_cpu@ 263build_os = @build_os@ 264build_vendor = @build_vendor@ 265builddir = @builddir@ 266datadir = @datadir@ 267datarootdir = @datarootdir@ 268docdir = @docdir@ 269dvidir = @dvidir@ 270exec_prefix = @exec_prefix@ 271host = @host@ 272host_alias = @host_alias@ 273host_cpu = @host_cpu@ 274host_os = @host_os@ 275host_vendor = @host_vendor@ 276htmldir = @htmldir@ 277includedir = @includedir@ 278infodir = @infodir@ 279install_sh = @install_sh@ 280libdir = @libdir@ 281libexecdir = @libexecdir@ 282localedir = @localedir@ 283localstatedir = @localstatedir@ 284mandir = @mandir@ 285mkdir_p = @mkdir_p@ 286oldincludedir = @oldincludedir@ 287pdfdir = @pdfdir@ 288prefix = @prefix@ 289program_transform_name = @program_transform_name@ 290psdir = @psdir@ 291sbindir = @sbindir@ 292sharedstatedir = @sharedstatedir@ 293srcdir = @srcdir@ 294sysconfdir = @sysconfdir@ 295target_alias = @target_alias@ 296top_build_prefix = @top_build_prefix@ 297top_builddir = @top_builddir@ 298top_srcdir = @top_srcdir@ 299doc_sources = Framework.ms LocaleDB.ms Trans.ms 300EXTRA_DIST = $(doc_sources) 301@HAVE_PS2PDF_FALSE@printable_format = .ps 302@HAVE_PS2PDF_TRUE@printable_format = .pdf 303@BUILD_SPECS_TRUE@doc_DATA = $(doc_sources:.ms=.txt) \ 304@BUILD_SPECS_TRUE@ $(doc_sources:.ms=$(printable_format)) \ 305@BUILD_SPECS_TRUE@ $(doc_sources:.ms=.html) 306 307@BUILD_SPECS_TRUE@CLEANFILES = $(doc_DATA) 308@BUILD_SPECS_TRUE@MOSTLYCLEANFILES = index.* 309 310# Pass version string as a troff string for substitution 311@BUILD_SPECS_TRUE@GROFF_DEFS = -dxV="$(PACKAGE_STRING)" 312 313# -e to run through eqn, -t to run through tbl 314@BUILD_SPECS_TRUE@GROFF_FLAGS = -e -t -ms $(GROFF_DEFS) -I$(srcdir) $(top_srcdir)/specs/macros.t 315@BUILD_SPECS_TRUE@SUFFIXES = .ms .ps .txt .html .pdf 316all: all-am 317 318.SUFFIXES: 319.SUFFIXES: .ms .ps .txt .html .pdf 320$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/specs/troffrules.in $(am__configure_deps) 321 @for dep in $?; do \ 322 case '$(am__configure_deps)' in \ 323 *$$dep*) \ 324 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 325 && { if test -f $@; then exit 0; else break; fi; }; \ 326 exit 1;; \ 327 esac; \ 328 done; \ 329 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/Makefile'; \ 330 $(am__cd) $(top_srcdir) && \ 331 $(AUTOMAKE) --foreign specs/i18n/Makefile 332.PRECIOUS: Makefile 333Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 334 @case '$?' in \ 335 *config.status*) \ 336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 337 *) \ 338 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 339 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 340 esac; 341 342$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 343 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 344 345$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 347$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 349$(am__aclocal_m4_deps): 350 351mostlyclean-libtool: 352 -rm -f *.lo 353 354clean-libtool: 355 -rm -rf .libs _libs 356install-docDATA: $(doc_DATA) 357 @$(NORMAL_INSTALL) 358 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 359 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 360 for p in $$list; do \ 361 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 362 echo "$$d$$p"; \ 363 done | $(am__base_list) | \ 364 while read files; do \ 365 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 366 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 367 done 368 369uninstall-docDATA: 370 @$(NORMAL_UNINSTALL) 371 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 372 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 373 test -n "$$files" || exit 0; \ 374 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ 375 cd "$(DESTDIR)$(docdir)" && rm -f $$files 376tags: TAGS 377TAGS: 378 379ctags: CTAGS 380CTAGS: 381 382 383distdir: $(DISTFILES) 384 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 385 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 386 list='$(DISTFILES)'; \ 387 dist_files=`for file in $$list; do echo $$file; done | \ 388 sed -e "s|^$$srcdirstrip/||;t" \ 389 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 390 case $$dist_files in \ 391 */*) $(MKDIR_P) `echo "$$dist_files" | \ 392 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 393 sort -u` ;; \ 394 esac; \ 395 for file in $$dist_files; do \ 396 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 397 if test -d $$d/$$file; then \ 398 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 399 if test -d "$(distdir)/$$file"; then \ 400 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 401 fi; \ 402 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 403 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 404 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 405 fi; \ 406 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 407 else \ 408 test -f "$(distdir)/$$file" \ 409 || cp -p $$d/$$file "$(distdir)/$$file" \ 410 || exit 1; \ 411 fi; \ 412 done 413check-am: all-am 414check: check-am 415all-am: Makefile $(DATA) 416installdirs: 417 for dir in "$(DESTDIR)$(docdir)"; do \ 418 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 419 done 420install: install-am 421install-exec: install-exec-am 422install-data: install-data-am 423uninstall: uninstall-am 424 425install-am: all-am 426 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 427 428installcheck: installcheck-am 429install-strip: 430 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 431 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 432 `test -z '$(STRIP)' || \ 433 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 434mostlyclean-generic: 435 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 436 437clean-generic: 438 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 439 440distclean-generic: 441 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 442 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 443 444maintainer-clean-generic: 445 @echo "This command is intended for maintainers to use" 446 @echo "it deletes files that may require special tools to rebuild." 447clean: clean-am 448 449clean-am: clean-generic clean-libtool mostlyclean-am 450 451distclean: distclean-am 452 -rm -f Makefile 453distclean-am: clean-am distclean-generic 454 455dvi: dvi-am 456 457dvi-am: 458 459html: html-am 460 461html-am: 462 463info: info-am 464 465info-am: 466 467install-data-am: install-docDATA 468 469install-dvi: install-dvi-am 470 471install-dvi-am: 472 473install-exec-am: 474 475install-html: install-html-am 476 477install-html-am: 478 479install-info: install-info-am 480 481install-info-am: 482 483install-man: 484 485install-pdf: install-pdf-am 486 487install-pdf-am: 488 489install-ps: install-ps-am 490 491install-ps-am: 492 493installcheck-am: 494 495maintainer-clean: maintainer-clean-am 496 -rm -f Makefile 497maintainer-clean-am: distclean-am maintainer-clean-generic 498 499mostlyclean: mostlyclean-am 500 501mostlyclean-am: mostlyclean-generic mostlyclean-libtool 502 503pdf: pdf-am 504 505pdf-am: 506 507ps: ps-am 508 509ps-am: 510 511uninstall-am: uninstall-docDATA 512 513.MAKE: install-am install-strip 514 515.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 516 distclean distclean-generic distclean-libtool distdir dvi \ 517 dvi-am html html-am info info-am install install-am \ 518 install-data install-data-am install-docDATA install-dvi \ 519 install-dvi-am install-exec install-exec-am install-html \ 520 install-html-am install-info install-info-am install-man \ 521 install-pdf install-pdf-am install-ps install-ps-am \ 522 install-strip installcheck installcheck-am installdirs \ 523 maintainer-clean maintainer-clean-generic mostlyclean \ 524 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 525 uninstall uninstall-am uninstall-docDATA 526 527 528@BUILD_SPECS_TRUE@.ms.ps: 529@BUILD_SPECS_TRUE@ -$(AM_V_GEN) $(GROFF) -Tps $(GROFF_FLAGS) $< 2> index.$@.raw > $@ 530@BUILD_SPECS_TRUE@ @if grep '^[^1-9.]' index.$@.raw | grep -v warning; then exit 1; \ 531@BUILD_SPECS_TRUE@ else test $$? -le 1; fi 532 533@BUILD_SPECS_TRUE@.ms.txt: 534@BUILD_SPECS_TRUE@ $(AM_V_GEN) env GROFF_NO_SGR=TRUE $(GROFF) -Tutf8 $(GROFF_FLAGS) \ 535@BUILD_SPECS_TRUE@ $< 2> index.$@.raw > $@ 536 537@BUILD_SPECS_TRUE@.ms.html: 538@BUILD_SPECS_TRUE@ $(AM_V_GEN) $(GROFF) -Thtml $(GROFF_FLAGS) $< 2> index.$@.raw > $@ 539 540@BUILD_SPECS_TRUE@.ps.pdf: 541@BUILD_SPECS_TRUE@ $(AM_V_GEN) $(PS2PDF) $< $@ 542 543# Tell versions [3.59,3.63) of GNU make to not export all variables. 544# Otherwise a system limit (for SysV at least) may be exceeded. 545.NOEXPORT: 546