Makefile.in revision 88cd5fc2
188cd5fc2Smrg# Makefile.in generated by automake 1.14.1 from Makefile.am. 288cd5fc2Smrg# @configure_input@ 388cd5fc2Smrg 488cd5fc2Smrg# Copyright (C) 1994-2013 Free Software Foundation, Inc. 588cd5fc2Smrg 688cd5fc2Smrg# This Makefile.in is free software; the Free Software Foundation 788cd5fc2Smrg# gives unlimited permission to copy and/or distribute it, 888cd5fc2Smrg# with or without modifications, as long as this notice is preserved. 988cd5fc2Smrg 1088cd5fc2Smrg# This program is distributed in the hope that it will be useful, 1188cd5fc2Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1288cd5fc2Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1388cd5fc2Smrg# PARTICULAR PURPOSE. 1488cd5fc2Smrg 1588cd5fc2Smrg@SET_MAKE@ 1688cd5fc2Smrg 1788cd5fc2Smrg# 1888cd5fc2Smrg# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. 1988cd5fc2Smrg# 2088cd5fc2Smrg# Permission is hereby granted, free of charge, to any person obtaining a 2188cd5fc2Smrg# copy of this software and associated documentation files (the "Software"), 2288cd5fc2Smrg# to deal in the Software without restriction, including without limitation 2388cd5fc2Smrg# the rights to use, copy, modify, merge, publish, distribute, sublicense, 2488cd5fc2Smrg# and/or sell copies of the Software, and to permit persons to whom the 2588cd5fc2Smrg# Software is furnished to do so, subject to the following conditions: 2688cd5fc2Smrg# 2788cd5fc2Smrg# The above copyright notice and this permission notice (including the next 2888cd5fc2Smrg# paragraph) shall be included in all copies or substantial portions of the 2988cd5fc2Smrg# Software. 3088cd5fc2Smrg# 3188cd5fc2Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3288cd5fc2Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3388cd5fc2Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 3488cd5fc2Smrg# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 3588cd5fc2Smrg# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 3688cd5fc2Smrg# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 3788cd5fc2Smrg# DEALINGS IN THE SOFTWARE. 3888cd5fc2Smrg# 3988cd5fc2Smrg 4088cd5fc2SmrgVPATH = @srcdir@ 4188cd5fc2Smrgam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 4288cd5fc2Smrgam__make_running_with_option = \ 4388cd5fc2Smrg case $${target_option-} in \ 4488cd5fc2Smrg ?) ;; \ 4588cd5fc2Smrg *) echo "am__make_running_with_option: internal error: invalid" \ 4688cd5fc2Smrg "target option '$${target_option-}' specified" >&2; \ 4788cd5fc2Smrg exit 1;; \ 4888cd5fc2Smrg esac; \ 4988cd5fc2Smrg has_opt=no; \ 5088cd5fc2Smrg sane_makeflags=$$MAKEFLAGS; \ 5188cd5fc2Smrg if $(am__is_gnu_make); then \ 5288cd5fc2Smrg sane_makeflags=$$MFLAGS; \ 5388cd5fc2Smrg else \ 5488cd5fc2Smrg case $$MAKEFLAGS in \ 5588cd5fc2Smrg *\\[\ \ ]*) \ 5688cd5fc2Smrg bs=\\; \ 5788cd5fc2Smrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 5888cd5fc2Smrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 5988cd5fc2Smrg esac; \ 6088cd5fc2Smrg fi; \ 6188cd5fc2Smrg skip_next=no; \ 6288cd5fc2Smrg strip_trailopt () \ 6388cd5fc2Smrg { \ 6488cd5fc2Smrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 6588cd5fc2Smrg }; \ 6688cd5fc2Smrg for flg in $$sane_makeflags; do \ 6788cd5fc2Smrg test $$skip_next = yes && { skip_next=no; continue; }; \ 6888cd5fc2Smrg case $$flg in \ 6988cd5fc2Smrg *=*|--*) continue;; \ 7088cd5fc2Smrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 7188cd5fc2Smrg -*I?*) strip_trailopt 'I';; \ 7288cd5fc2Smrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 7388cd5fc2Smrg -*O?*) strip_trailopt 'O';; \ 7488cd5fc2Smrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 7588cd5fc2Smrg -*l?*) strip_trailopt 'l';; \ 7688cd5fc2Smrg -[dEDm]) skip_next=yes;; \ 7788cd5fc2Smrg -[JT]) skip_next=yes;; \ 7888cd5fc2Smrg esac; \ 7988cd5fc2Smrg case $$flg in \ 8088cd5fc2Smrg *$$target_option*) has_opt=yes; break;; \ 8188cd5fc2Smrg esac; \ 8288cd5fc2Smrg done; \ 8388cd5fc2Smrg test $$has_opt = yes 8488cd5fc2Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 8588cd5fc2Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 8688cd5fc2Smrgpkgdatadir = $(datadir)/@PACKAGE@ 8788cd5fc2Smrgpkgincludedir = $(includedir)/@PACKAGE@ 8888cd5fc2Smrgpkglibdir = $(libdir)/@PACKAGE@ 8988cd5fc2Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 9088cd5fc2Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 9188cd5fc2Smrginstall_sh_DATA = $(install_sh) -c -m 644 9288cd5fc2Smrginstall_sh_PROGRAM = $(install_sh) -c 9388cd5fc2Smrginstall_sh_SCRIPT = $(install_sh) -c 9488cd5fc2SmrgINSTALL_HEADER = $(INSTALL_DATA) 9588cd5fc2Smrgtransform = $(program_transform_name) 9688cd5fc2SmrgNORMAL_INSTALL = : 9788cd5fc2SmrgPRE_INSTALL = : 9888cd5fc2SmrgPOST_INSTALL = : 9988cd5fc2SmrgNORMAL_UNINSTALL = : 10088cd5fc2SmrgPRE_UNINSTALL = : 10188cd5fc2SmrgPOST_UNINSTALL = : 10288cd5fc2Smrgbuild_triplet = @build@ 10388cd5fc2Smrghost_triplet = @host@ 10488cd5fc2Smrgsubdir = man 10588cd5fc2SmrgDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am 10688cd5fc2SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 10788cd5fc2Smrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 10888cd5fc2Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 10988cd5fc2Smrg $(ACLOCAL_M4) 11088cd5fc2Smrgmkinstalldirs = $(install_sh) -d 11188cd5fc2SmrgCONFIG_HEADER = $(top_builddir)/config.h 11288cd5fc2SmrgCONFIG_CLEAN_FILES = 11388cd5fc2SmrgCONFIG_CLEAN_VPATH_FILES = 11488cd5fc2SmrgAM_V_P = $(am__v_P_@AM_V@) 11588cd5fc2Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 11688cd5fc2Smrgam__v_P_0 = false 11788cd5fc2Smrgam__v_P_1 = : 11888cd5fc2SmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 11988cd5fc2Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 12088cd5fc2Smrgam__v_GEN_0 = @echo " GEN " $@; 12188cd5fc2Smrgam__v_GEN_1 = 12288cd5fc2SmrgAM_V_at = $(am__v_at_@AM_V@) 12388cd5fc2Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 12488cd5fc2Smrgam__v_at_0 = @ 12588cd5fc2Smrgam__v_at_1 = 12688cd5fc2SmrgSOURCES = 12788cd5fc2SmrgDIST_SOURCES = 12888cd5fc2Smrgam__can_run_installinfo = \ 12988cd5fc2Smrg case $$AM_UPDATE_INFO_DIR in \ 13088cd5fc2Smrg n|no|NO) false;; \ 13188cd5fc2Smrg *) (install-info --version) >/dev/null 2>&1;; \ 13288cd5fc2Smrg esac 13388cd5fc2Smrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 13488cd5fc2Smrgam__vpath_adj = case $$p in \ 13588cd5fc2Smrg $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 13688cd5fc2Smrg *) f=$$p;; \ 13788cd5fc2Smrg esac; 13888cd5fc2Smrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 13988cd5fc2Smrgam__install_max = 40 14088cd5fc2Smrgam__nobase_strip_setup = \ 14188cd5fc2Smrg srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 14288cd5fc2Smrgam__nobase_strip = \ 14388cd5fc2Smrg for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 14488cd5fc2Smrgam__nobase_list = $(am__nobase_strip_setup); \ 14588cd5fc2Smrg for p in $$list; do echo "$$p $$p"; done | \ 14688cd5fc2Smrg sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 14788cd5fc2Smrg $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 14888cd5fc2Smrg if (++n[$$2] == $(am__install_max)) \ 14988cd5fc2Smrg { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 15088cd5fc2Smrg END { for (dir in files) print dir, files[dir] }' 15188cd5fc2Smrgam__base_list = \ 15288cd5fc2Smrg sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 15388cd5fc2Smrg sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 15488cd5fc2Smrgam__uninstall_files_from_dir = { \ 15588cd5fc2Smrg test -z "$$files" \ 15688cd5fc2Smrg || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 15788cd5fc2Smrg || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 15888cd5fc2Smrg $(am__cd) "$$dir" && rm -f $$files; }; \ 15988cd5fc2Smrg } 16088cd5fc2Smrgam__installdirs = "$(DESTDIR)$(libmandir)" 16188cd5fc2SmrgDATA = $(libman_DATA) 16288cd5fc2Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 16388cd5fc2SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 16488cd5fc2SmrgACLOCAL = @ACLOCAL@ 16588cd5fc2SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 16688cd5fc2SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 16788cd5fc2SmrgAMTAR = @AMTAR@ 16888cd5fc2SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 16988cd5fc2SmrgAPP_MAN_DIR = @APP_MAN_DIR@ 17088cd5fc2SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 17188cd5fc2SmrgAR = @AR@ 17288cd5fc2SmrgAUTOCONF = @AUTOCONF@ 17388cd5fc2SmrgAUTOHEADER = @AUTOHEADER@ 17488cd5fc2SmrgAUTOMAKE = @AUTOMAKE@ 17588cd5fc2SmrgAWK = @AWK@ 17688cd5fc2SmrgBASE_CFLAGS = @BASE_CFLAGS@ 17788cd5fc2SmrgCC = @CC@ 17888cd5fc2SmrgCCDEPMODE = @CCDEPMODE@ 17988cd5fc2SmrgCFLAGS = @CFLAGS@ 18088cd5fc2SmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 18188cd5fc2SmrgCPP = @CPP@ 18288cd5fc2SmrgCPPFLAGS = @CPPFLAGS@ 18388cd5fc2SmrgCWARNFLAGS = @CWARNFLAGS@ 18488cd5fc2SmrgCYGPATH_W = @CYGPATH_W@ 18588cd5fc2SmrgDEFS = @DEFS@ 18688cd5fc2SmrgDEPDIR = @DEPDIR@ 18788cd5fc2SmrgDLLTOOL = @DLLTOOL@ 18888cd5fc2SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 18988cd5fc2SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 19088cd5fc2SmrgDSYMUTIL = @DSYMUTIL@ 19188cd5fc2SmrgDUMPBIN = @DUMPBIN@ 19288cd5fc2SmrgECHO_C = @ECHO_C@ 19388cd5fc2SmrgECHO_N = @ECHO_N@ 19488cd5fc2SmrgECHO_T = @ECHO_T@ 19588cd5fc2SmrgEGREP = @EGREP@ 19688cd5fc2SmrgEXEEXT = @EXEEXT@ 19788cd5fc2SmrgFGREP = @FGREP@ 19888cd5fc2SmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 19988cd5fc2SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 20088cd5fc2SmrgGREP = @GREP@ 20188cd5fc2SmrgINSTALL = @INSTALL@ 20288cd5fc2SmrgINSTALL_CMD = @INSTALL_CMD@ 20388cd5fc2SmrgINSTALL_DATA = @INSTALL_DATA@ 20488cd5fc2SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 20588cd5fc2SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 20688cd5fc2SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 20788cd5fc2SmrgLD = @LD@ 20888cd5fc2SmrgLDFLAGS = @LDFLAGS@ 20988cd5fc2SmrgLIBOBJS = @LIBOBJS@ 21088cd5fc2SmrgLIBS = @LIBS@ 21188cd5fc2SmrgLIBTOOL = @LIBTOOL@ 21288cd5fc2SmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 21388cd5fc2SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 21488cd5fc2SmrgLIPO = @LIPO@ 21588cd5fc2SmrgLN_S = @LN_S@ 21688cd5fc2SmrgLTLIBOBJS = @LTLIBOBJS@ 21788cd5fc2SmrgMAINT = @MAINT@ 21888cd5fc2SmrgMAKEINFO = @MAKEINFO@ 21988cd5fc2SmrgMANIFEST_TOOL = @MANIFEST_TOOL@ 22088cd5fc2SmrgMAN_SUBSTS = @MAN_SUBSTS@ 22188cd5fc2SmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 22288cd5fc2SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 22388cd5fc2SmrgMKDIR_P = @MKDIR_P@ 22488cd5fc2SmrgNM = @NM@ 22588cd5fc2SmrgNMEDIT = @NMEDIT@ 22688cd5fc2SmrgOBJDUMP = @OBJDUMP@ 22788cd5fc2SmrgOBJEXT = @OBJEXT@ 22888cd5fc2SmrgOTOOL = @OTOOL@ 22988cd5fc2SmrgOTOOL64 = @OTOOL64@ 23088cd5fc2SmrgPACKAGE = @PACKAGE@ 23188cd5fc2SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 23288cd5fc2SmrgPACKAGE_NAME = @PACKAGE_NAME@ 23388cd5fc2SmrgPACKAGE_STRING = @PACKAGE_STRING@ 23488cd5fc2SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 23588cd5fc2SmrgPACKAGE_URL = @PACKAGE_URL@ 23688cd5fc2SmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 23788cd5fc2SmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 23888cd5fc2SmrgPKG_CONFIG = @PKG_CONFIG@ 23988cd5fc2SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 24088cd5fc2SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 24188cd5fc2SmrgPRESENTEXT_CFLAGS = @PRESENTEXT_CFLAGS@ 24288cd5fc2SmrgPRESENTEXT_LIBS = @PRESENTEXT_LIBS@ 24388cd5fc2SmrgPRESENTEXT_VERSION = @PRESENTEXT_VERSION@ 24488cd5fc2SmrgRANLIB = @RANLIB@ 24588cd5fc2SmrgSED = @SED@ 24688cd5fc2SmrgSET_MAKE = @SET_MAKE@ 24788cd5fc2SmrgSHELL = @SHELL@ 24888cd5fc2SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 24988cd5fc2SmrgSTRIP = @STRIP@ 25088cd5fc2SmrgVERSION = @VERSION@ 25188cd5fc2SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 25288cd5fc2Smrgabs_builddir = @abs_builddir@ 25388cd5fc2Smrgabs_srcdir = @abs_srcdir@ 25488cd5fc2Smrgabs_top_builddir = @abs_top_builddir@ 25588cd5fc2Smrgabs_top_srcdir = @abs_top_srcdir@ 25688cd5fc2Smrgac_ct_AR = @ac_ct_AR@ 25788cd5fc2Smrgac_ct_CC = @ac_ct_CC@ 25888cd5fc2Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 25988cd5fc2Smrgam__include = @am__include@ 26088cd5fc2Smrgam__leading_dot = @am__leading_dot@ 26188cd5fc2Smrgam__quote = @am__quote@ 26288cd5fc2Smrgam__tar = @am__tar@ 26388cd5fc2Smrgam__untar = @am__untar@ 26488cd5fc2Smrgbindir = @bindir@ 26588cd5fc2Smrgbuild = @build@ 26688cd5fc2Smrgbuild_alias = @build_alias@ 26788cd5fc2Smrgbuild_cpu = @build_cpu@ 26888cd5fc2Smrgbuild_os = @build_os@ 26988cd5fc2Smrgbuild_vendor = @build_vendor@ 27088cd5fc2Smrgbuilddir = @builddir@ 27188cd5fc2Smrgdatadir = @datadir@ 27288cd5fc2Smrgdatarootdir = @datarootdir@ 27388cd5fc2Smrgdocdir = @docdir@ 27488cd5fc2Smrgdvidir = @dvidir@ 27588cd5fc2Smrgexec_prefix = @exec_prefix@ 27688cd5fc2Smrghost = @host@ 27788cd5fc2Smrghost_alias = @host_alias@ 27888cd5fc2Smrghost_cpu = @host_cpu@ 27988cd5fc2Smrghost_os = @host_os@ 28088cd5fc2Smrghost_vendor = @host_vendor@ 28188cd5fc2Smrghtmldir = @htmldir@ 28288cd5fc2Smrgincludedir = @includedir@ 28388cd5fc2Smrginfodir = @infodir@ 28488cd5fc2Smrginstall_sh = @install_sh@ 28588cd5fc2Smrglibdir = @libdir@ 28688cd5fc2Smrglibexecdir = @libexecdir@ 28788cd5fc2Smrglocaledir = @localedir@ 28888cd5fc2Smrglocalstatedir = @localstatedir@ 28988cd5fc2Smrgmandir = @mandir@ 29088cd5fc2Smrgmkdir_p = @mkdir_p@ 29188cd5fc2Smrgoldincludedir = @oldincludedir@ 29288cd5fc2Smrgpdfdir = @pdfdir@ 29388cd5fc2Smrgprefix = @prefix@ 29488cd5fc2Smrgprogram_transform_name = @program_transform_name@ 29588cd5fc2Smrgpsdir = @psdir@ 29688cd5fc2Smrgsbindir = @sbindir@ 29788cd5fc2Smrgsharedstatedir = @sharedstatedir@ 29888cd5fc2Smrgsrcdir = @srcdir@ 29988cd5fc2Smrgsysconfdir = @sysconfdir@ 30088cd5fc2Smrgtarget_alias = @target_alias@ 30188cd5fc2Smrgtop_build_prefix = @top_build_prefix@ 30288cd5fc2Smrgtop_builddir = @top_builddir@ 30388cd5fc2Smrgtop_srcdir = @top_srcdir@ 30488cd5fc2Smrglibmandir = $(LIB_MAN_DIR) 30588cd5fc2Smrglibman_PRE = Xpresent.man 30688cd5fc2Smrglibman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) 30788cd5fc2SmrgEXTRA_DIST = $(libman_PRE) 30888cd5fc2SmrgCLEANFILES = $(libman_DATA) 30988cd5fc2Smrg 31088cd5fc2Smrg# String replacements for man pages now come from xorg-macros.m4 via configure 31188cd5fc2SmrgSUFFIXES = .$(LIB_MAN_SUFFIX) .man 31288cd5fc2Smrgall: all-am 31388cd5fc2Smrg 31488cd5fc2Smrg.SUFFIXES: 31588cd5fc2Smrg.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 31688cd5fc2Smrg$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 31788cd5fc2Smrg @for dep in $?; do \ 31888cd5fc2Smrg case '$(am__configure_deps)' in \ 31988cd5fc2Smrg *$$dep*) \ 32088cd5fc2Smrg ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 32188cd5fc2Smrg && { if test -f $@; then exit 0; else break; fi; }; \ 32288cd5fc2Smrg exit 1;; \ 32388cd5fc2Smrg esac; \ 32488cd5fc2Smrg done; \ 32588cd5fc2Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 32688cd5fc2Smrg $(am__cd) $(top_srcdir) && \ 32788cd5fc2Smrg $(AUTOMAKE) --foreign man/Makefile 32888cd5fc2Smrg.PRECIOUS: Makefile 32988cd5fc2SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 33088cd5fc2Smrg @case '$?' in \ 33188cd5fc2Smrg *config.status*) \ 33288cd5fc2Smrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 33388cd5fc2Smrg *) \ 33488cd5fc2Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 33588cd5fc2Smrg cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 33688cd5fc2Smrg esac; 33788cd5fc2Smrg 33888cd5fc2Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 33988cd5fc2Smrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 34088cd5fc2Smrg 34188cd5fc2Smrg$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 34288cd5fc2Smrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 34388cd5fc2Smrg$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 34488cd5fc2Smrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 34588cd5fc2Smrg$(am__aclocal_m4_deps): 34688cd5fc2Smrg 34788cd5fc2Smrgmostlyclean-libtool: 34888cd5fc2Smrg -rm -f *.lo 34988cd5fc2Smrg 35088cd5fc2Smrgclean-libtool: 35188cd5fc2Smrg -rm -rf .libs _libs 35288cd5fc2Smrginstall-libmanDATA: $(libman_DATA) 35388cd5fc2Smrg @$(NORMAL_INSTALL) 35488cd5fc2Smrg @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 35588cd5fc2Smrg if test -n "$$list"; then \ 35688cd5fc2Smrg echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \ 35788cd5fc2Smrg $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \ 35888cd5fc2Smrg fi; \ 35988cd5fc2Smrg for p in $$list; do \ 36088cd5fc2Smrg if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 36188cd5fc2Smrg echo "$$d$$p"; \ 36288cd5fc2Smrg done | $(am__base_list) | \ 36388cd5fc2Smrg while read files; do \ 36488cd5fc2Smrg echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \ 36588cd5fc2Smrg $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \ 36688cd5fc2Smrg done 36788cd5fc2Smrg 36888cd5fc2Smrguninstall-libmanDATA: 36988cd5fc2Smrg @$(NORMAL_UNINSTALL) 37088cd5fc2Smrg @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 37188cd5fc2Smrg files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 37288cd5fc2Smrg dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir) 37388cd5fc2Smrgtags TAGS: 37488cd5fc2Smrg 37588cd5fc2Smrgctags CTAGS: 37688cd5fc2Smrg 37788cd5fc2Smrgcscope cscopelist: 37888cd5fc2Smrg 37988cd5fc2Smrg 38088cd5fc2Smrgdistdir: $(DISTFILES) 38188cd5fc2Smrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 38288cd5fc2Smrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 38388cd5fc2Smrg list='$(DISTFILES)'; \ 38488cd5fc2Smrg dist_files=`for file in $$list; do echo $$file; done | \ 38588cd5fc2Smrg sed -e "s|^$$srcdirstrip/||;t" \ 38688cd5fc2Smrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 38788cd5fc2Smrg case $$dist_files in \ 38888cd5fc2Smrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 38988cd5fc2Smrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 39088cd5fc2Smrg sort -u` ;; \ 39188cd5fc2Smrg esac; \ 39288cd5fc2Smrg for file in $$dist_files; do \ 39388cd5fc2Smrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 39488cd5fc2Smrg if test -d $$d/$$file; then \ 39588cd5fc2Smrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 39688cd5fc2Smrg if test -d "$(distdir)/$$file"; then \ 39788cd5fc2Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 39888cd5fc2Smrg fi; \ 39988cd5fc2Smrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 40088cd5fc2Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 40188cd5fc2Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 40288cd5fc2Smrg fi; \ 40388cd5fc2Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 40488cd5fc2Smrg else \ 40588cd5fc2Smrg test -f "$(distdir)/$$file" \ 40688cd5fc2Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 40788cd5fc2Smrg || exit 1; \ 40888cd5fc2Smrg fi; \ 40988cd5fc2Smrg done 41088cd5fc2Smrgcheck-am: all-am 41188cd5fc2Smrgcheck: check-am 41288cd5fc2Smrgall-am: Makefile $(DATA) 41388cd5fc2Smrginstalldirs: 41488cd5fc2Smrg for dir in "$(DESTDIR)$(libmandir)"; do \ 41588cd5fc2Smrg test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 41688cd5fc2Smrg done 41788cd5fc2Smrginstall: install-am 41888cd5fc2Smrginstall-exec: install-exec-am 41988cd5fc2Smrginstall-data: install-data-am 42088cd5fc2Smrguninstall: uninstall-am 42188cd5fc2Smrg 42288cd5fc2Smrginstall-am: all-am 42388cd5fc2Smrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 42488cd5fc2Smrg 42588cd5fc2Smrginstallcheck: installcheck-am 42688cd5fc2Smrginstall-strip: 42788cd5fc2Smrg if test -z '$(STRIP)'; then \ 42888cd5fc2Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 42988cd5fc2Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 43088cd5fc2Smrg install; \ 43188cd5fc2Smrg else \ 43288cd5fc2Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 43388cd5fc2Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 43488cd5fc2Smrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 43588cd5fc2Smrg fi 43688cd5fc2Smrgmostlyclean-generic: 43788cd5fc2Smrg 43888cd5fc2Smrgclean-generic: 43988cd5fc2Smrg -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 44088cd5fc2Smrg 44188cd5fc2Smrgdistclean-generic: 44288cd5fc2Smrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 44388cd5fc2Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 44488cd5fc2Smrg 44588cd5fc2Smrgmaintainer-clean-generic: 44688cd5fc2Smrg @echo "This command is intended for maintainers to use" 44788cd5fc2Smrg @echo "it deletes files that may require special tools to rebuild." 44888cd5fc2Smrgclean: clean-am 44988cd5fc2Smrg 45088cd5fc2Smrgclean-am: clean-generic clean-libtool mostlyclean-am 45188cd5fc2Smrg 45288cd5fc2Smrgdistclean: distclean-am 45388cd5fc2Smrg -rm -f Makefile 45488cd5fc2Smrgdistclean-am: clean-am distclean-generic 45588cd5fc2Smrg 45688cd5fc2Smrgdvi: dvi-am 45788cd5fc2Smrg 45888cd5fc2Smrgdvi-am: 45988cd5fc2Smrg 46088cd5fc2Smrghtml: html-am 46188cd5fc2Smrg 46288cd5fc2Smrghtml-am: 46388cd5fc2Smrg 46488cd5fc2Smrginfo: info-am 46588cd5fc2Smrg 46688cd5fc2Smrginfo-am: 46788cd5fc2Smrg 46888cd5fc2Smrginstall-data-am: install-libmanDATA 46988cd5fc2Smrg 47088cd5fc2Smrginstall-dvi: install-dvi-am 47188cd5fc2Smrg 47288cd5fc2Smrginstall-dvi-am: 47388cd5fc2Smrg 47488cd5fc2Smrginstall-exec-am: 47588cd5fc2Smrg 47688cd5fc2Smrginstall-html: install-html-am 47788cd5fc2Smrg 47888cd5fc2Smrginstall-html-am: 47988cd5fc2Smrg 48088cd5fc2Smrginstall-info: install-info-am 48188cd5fc2Smrg 48288cd5fc2Smrginstall-info-am: 48388cd5fc2Smrg 48488cd5fc2Smrginstall-man: 48588cd5fc2Smrg 48688cd5fc2Smrginstall-pdf: install-pdf-am 48788cd5fc2Smrg 48888cd5fc2Smrginstall-pdf-am: 48988cd5fc2Smrg 49088cd5fc2Smrginstall-ps: install-ps-am 49188cd5fc2Smrg 49288cd5fc2Smrginstall-ps-am: 49388cd5fc2Smrg 49488cd5fc2Smrginstallcheck-am: 49588cd5fc2Smrg 49688cd5fc2Smrgmaintainer-clean: maintainer-clean-am 49788cd5fc2Smrg -rm -f Makefile 49888cd5fc2Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic 49988cd5fc2Smrg 50088cd5fc2Smrgmostlyclean: mostlyclean-am 50188cd5fc2Smrg 50288cd5fc2Smrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool 50388cd5fc2Smrg 50488cd5fc2Smrgpdf: pdf-am 50588cd5fc2Smrg 50688cd5fc2Smrgpdf-am: 50788cd5fc2Smrg 50888cd5fc2Smrgps: ps-am 50988cd5fc2Smrg 51088cd5fc2Smrgps-am: 51188cd5fc2Smrg 51288cd5fc2Smrguninstall-am: uninstall-libmanDATA 51388cd5fc2Smrg 51488cd5fc2Smrg.MAKE: install-am install-strip 51588cd5fc2Smrg 51688cd5fc2Smrg.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 51788cd5fc2Smrg cscopelist-am ctags-am distclean distclean-generic \ 51888cd5fc2Smrg distclean-libtool distdir dvi dvi-am html html-am info info-am \ 51988cd5fc2Smrg install install-am install-data install-data-am install-dvi \ 52088cd5fc2Smrg install-dvi-am install-exec install-exec-am install-html \ 52188cd5fc2Smrg install-html-am install-info install-info-am \ 52288cd5fc2Smrg install-libmanDATA install-man install-pdf install-pdf-am \ 52388cd5fc2Smrg install-ps install-ps-am install-strip installcheck \ 52488cd5fc2Smrg installcheck-am installdirs maintainer-clean \ 52588cd5fc2Smrg maintainer-clean-generic mostlyclean mostlyclean-generic \ 52688cd5fc2Smrg mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 52788cd5fc2Smrg uninstall-am uninstall-libmanDATA 52888cd5fc2Smrg 52988cd5fc2Smrg 53088cd5fc2Smrg.man.$(LIB_MAN_SUFFIX): 53188cd5fc2Smrg $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 53288cd5fc2Smrg 53388cd5fc2Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 53488cd5fc2Smrg# Otherwise a system limit (for SysV at least) may be exceeded. 53588cd5fc2Smrg.NOEXPORT: 536