Makefile.in revision 04449c54
104449c54Smrg# Makefile.in generated by automake 1.15 from Makefile.am. 28440cca4Smrg# @configure_input@ 38440cca4Smrg 404449c54Smrg# Copyright (C) 1994-2014 Free Software Foundation, Inc. 504449c54Smrg 68440cca4Smrg# This Makefile.in is free software; the Free Software Foundation 78440cca4Smrg# gives unlimited permission to copy and/or distribute it, 88440cca4Smrg# with or without modifications, as long as this notice is preserved. 98440cca4Smrg 108440cca4Smrg# This program is distributed in the hope that it will be useful, 118440cca4Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 128440cca4Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 138440cca4Smrg# PARTICULAR PURPOSE. 148440cca4Smrg 158440cca4Smrg@SET_MAKE@ 168440cca4Smrg 178440cca4Smrg# 188440cca4Smrg# Copyright 2005 Red Hat, Inc. 198440cca4Smrg# 208440cca4Smrg# Permission to use, copy, modify, distribute, and sell this software and its 218440cca4Smrg# documentation for any purpose is hereby granted without fee, provided that 228440cca4Smrg# the above copyright notice appear in all copies and that both that 238440cca4Smrg# copyright notice and this permission notice appear in supporting 248440cca4Smrg# documentation, and that the name of Red Hat not be used in 258440cca4Smrg# advertising or publicity pertaining to distribution of the software without 268440cca4Smrg# specific, written prior permission. Red Hat makes no 278440cca4Smrg# representations about the suitability of this software for any purpose. It 288440cca4Smrg# is provided "as is" without express or implied warranty. 298440cca4Smrg# 308440cca4Smrg# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 318440cca4Smrg# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 328440cca4Smrg# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 338440cca4Smrg# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 348440cca4Smrg# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 358440cca4Smrg# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 368440cca4Smrg# PERFORMANCE OF THIS SOFTWARE. 378440cca4Smrg 388440cca4SmrgVPATH = @srcdir@ 3904449c54Smrgam__is_gnu_make = { \ 4004449c54Smrg if test -z '$(MAKELEVEL)'; then \ 4104449c54Smrg false; \ 4204449c54Smrg elif test -n '$(MAKE_HOST)'; then \ 4304449c54Smrg true; \ 4404449c54Smrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 4504449c54Smrg true; \ 4604449c54Smrg else \ 4704449c54Smrg false; \ 4804449c54Smrg fi; \ 4904449c54Smrg} 5004449c54Smrgam__make_running_with_option = \ 5104449c54Smrg case $${target_option-} in \ 5204449c54Smrg ?) ;; \ 5304449c54Smrg *) echo "am__make_running_with_option: internal error: invalid" \ 5404449c54Smrg "target option '$${target_option-}' specified" >&2; \ 5504449c54Smrg exit 1;; \ 5604449c54Smrg esac; \ 5704449c54Smrg has_opt=no; \ 5804449c54Smrg sane_makeflags=$$MAKEFLAGS; \ 5904449c54Smrg if $(am__is_gnu_make); then \ 6004449c54Smrg sane_makeflags=$$MFLAGS; \ 6104449c54Smrg else \ 6204449c54Smrg case $$MAKEFLAGS in \ 6304449c54Smrg *\\[\ \ ]*) \ 6404449c54Smrg bs=\\; \ 6504449c54Smrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 6604449c54Smrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 6704449c54Smrg esac; \ 6804449c54Smrg fi; \ 6904449c54Smrg skip_next=no; \ 7004449c54Smrg strip_trailopt () \ 7104449c54Smrg { \ 7204449c54Smrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 7304449c54Smrg }; \ 7404449c54Smrg for flg in $$sane_makeflags; do \ 7504449c54Smrg test $$skip_next = yes && { skip_next=no; continue; }; \ 7604449c54Smrg case $$flg in \ 7704449c54Smrg *=*|--*) continue;; \ 7804449c54Smrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 7904449c54Smrg -*I?*) strip_trailopt 'I';; \ 8004449c54Smrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 8104449c54Smrg -*O?*) strip_trailopt 'O';; \ 8204449c54Smrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 8304449c54Smrg -*l?*) strip_trailopt 'l';; \ 8404449c54Smrg -[dEDm]) skip_next=yes;; \ 8504449c54Smrg -[JT]) skip_next=yes;; \ 8604449c54Smrg esac; \ 8704449c54Smrg case $$flg in \ 8804449c54Smrg *$$target_option*) has_opt=yes; break;; \ 8904449c54Smrg esac; \ 9004449c54Smrg done; \ 9104449c54Smrg test $$has_opt = yes 9204449c54Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 9304449c54Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 948440cca4Smrgpkgdatadir = $(datadir)/@PACKAGE@ 958440cca4Smrgpkgincludedir = $(includedir)/@PACKAGE@ 96d1c293acSmrgpkglibdir = $(libdir)/@PACKAGE@ 97d1c293acSmrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 988440cca4Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 998440cca4Smrginstall_sh_DATA = $(install_sh) -c -m 644 1008440cca4Smrginstall_sh_PROGRAM = $(install_sh) -c 1018440cca4Smrginstall_sh_SCRIPT = $(install_sh) -c 1028440cca4SmrgINSTALL_HEADER = $(INSTALL_DATA) 1038440cca4Smrgtransform = $(program_transform_name) 1048440cca4SmrgNORMAL_INSTALL = : 1058440cca4SmrgPRE_INSTALL = : 1068440cca4SmrgPOST_INSTALL = : 1078440cca4SmrgNORMAL_UNINSTALL = : 1088440cca4SmrgPRE_UNINSTALL = : 1098440cca4SmrgPOST_UNINSTALL = : 110d1c293acSmrgbuild_triplet = @build@ 1118440cca4Smrghost_triplet = @host@ 112d1c293acSmrgbin_PROGRAMS = xstdcmap$(EXEEXT) 113d1c293acSmrgsubdir = . 114d1c293acSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 115d1c293acSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 116d1c293acSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 117d1c293acSmrg $(ACLOCAL_M4) 11804449c54SmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 11904449c54Smrg $(am__configure_deps) $(am__DIST_COMMON) 120d1c293acSmrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 121d1c293acSmrg configure.lineno config.status.lineno 122d1c293acSmrgmkinstalldirs = $(install_sh) -d 123d1c293acSmrgCONFIG_HEADER = config.h 124d1c293acSmrgCONFIG_CLEAN_FILES = 125d1c293acSmrgCONFIG_CLEAN_VPATH_FILES = 12620915927Smrgam__installdirs = "$(DESTDIR)$(bindir)" 127d1c293acSmrgPROGRAMS = $(bin_PROGRAMS) 128d1c293acSmrgam_xstdcmap_OBJECTS = xstdcmap.$(OBJEXT) 129d1c293acSmrgxstdcmap_OBJECTS = $(am_xstdcmap_OBJECTS) 130d1c293acSmrgam__DEPENDENCIES_1 = 131d1c293acSmrgxstdcmap_DEPENDENCIES = $(am__DEPENDENCIES_1) 13204449c54SmrgAM_V_P = $(am__v_P_@AM_V@) 13304449c54Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 13404449c54Smrgam__v_P_0 = false 13504449c54Smrgam__v_P_1 = : 13604449c54SmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 13704449c54Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 13804449c54Smrgam__v_GEN_0 = @echo " GEN " $@; 13904449c54Smrgam__v_GEN_1 = 14004449c54SmrgAM_V_at = $(am__v_at_@AM_V@) 14104449c54Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 14204449c54Smrgam__v_at_0 = @ 14304449c54Smrgam__v_at_1 = 144d1c293acSmrgDEFAULT_INCLUDES = -I.@am__isrc@ 145d1c293acSmrgdepcomp = $(SHELL) $(top_srcdir)/depcomp 146d1c293acSmrgam__depfiles_maybe = depfiles 147d1c293acSmrgam__mv = mv -f 148d1c293acSmrgCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 149d1c293acSmrg $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 15004449c54SmrgAM_V_CC = $(am__v_CC_@AM_V@) 15104449c54Smrgam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 15204449c54Smrgam__v_CC_0 = @echo " CC " $@; 15304449c54Smrgam__v_CC_1 = 154d1c293acSmrgCCLD = $(CC) 155d1c293acSmrgLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 15604449c54SmrgAM_V_CCLD = $(am__v_CCLD_@AM_V@) 15704449c54Smrgam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 15804449c54Smrgam__v_CCLD_0 = @echo " CCLD " $@; 15904449c54Smrgam__v_CCLD_1 = 160d1c293acSmrgSOURCES = $(xstdcmap_SOURCES) 161d1c293acSmrgDIST_SOURCES = $(xstdcmap_SOURCES) 16204449c54SmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 16304449c54Smrg ctags-recursive dvi-recursive html-recursive info-recursive \ 16404449c54Smrg install-data-recursive install-dvi-recursive \ 16504449c54Smrg install-exec-recursive install-html-recursive \ 16604449c54Smrg install-info-recursive install-pdf-recursive \ 16704449c54Smrg install-ps-recursive install-recursive installcheck-recursive \ 16804449c54Smrg installdirs-recursive pdf-recursive ps-recursive \ 16904449c54Smrg tags-recursive uninstall-recursive 17004449c54Smrgam__can_run_installinfo = \ 17104449c54Smrg case $$AM_UPDATE_INFO_DIR in \ 17204449c54Smrg n|no|NO) false;; \ 17304449c54Smrg *) (install-info --version) >/dev/null 2>&1;; \ 17404449c54Smrg esac 17520915927SmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 17620915927Smrg distclean-recursive maintainer-clean-recursive 17704449c54Smrgam__recursive_targets = \ 17804449c54Smrg $(RECURSIVE_TARGETS) \ 17904449c54Smrg $(RECURSIVE_CLEAN_TARGETS) \ 18004449c54Smrg $(am__extra_recursive_targets) 18104449c54SmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 18204449c54Smrg cscope distdir dist dist-all distcheck 18304449c54Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 18404449c54Smrg $(LISP)config.h.in 18504449c54Smrg# Read a list of newline-separated strings from the standard input, 18604449c54Smrg# and print each of them once, without duplicates. Input order is 18704449c54Smrg# *not* preserved. 18804449c54Smrgam__uniquify_input = $(AWK) '\ 18904449c54Smrg BEGIN { nonempty = 0; } \ 19004449c54Smrg { items[$$0] = 1; nonempty = 1; } \ 19104449c54Smrg END { if (nonempty) { for (i in items) print i; }; } \ 19204449c54Smrg' 19304449c54Smrg# Make sure the list of sources is unique. This is necessary because, 19404449c54Smrg# e.g., the same source file might be shared among _SOURCES variables 19504449c54Smrg# for different programs/libraries. 19604449c54Smrgam__define_uniq_tagged_files = \ 19704449c54Smrg list='$(am__tagged_files)'; \ 19804449c54Smrg unique=`for i in $$list; do \ 19904449c54Smrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 20004449c54Smrg done | $(am__uniquify_input)` 201d1c293acSmrgETAGS = etags 202d1c293acSmrgCTAGS = ctags 20304449c54SmrgCSCOPE = cscope 20420915927SmrgDIST_SUBDIRS = $(SUBDIRS) 20504449c54Smrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 20604449c54Smrg ChangeLog INSTALL compile config.guess config.sub depcomp \ 20704449c54Smrg install-sh missing 208d1c293acSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 209d1c293acSmrgdistdir = $(PACKAGE)-$(VERSION) 210d1c293acSmrgtop_distdir = $(distdir) 211d1c293acSmrgam__remove_distdir = \ 21204449c54Smrg if test -d "$(distdir)"; then \ 21304449c54Smrg find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 21404449c54Smrg && rm -rf "$(distdir)" \ 21504449c54Smrg || { sleep 5 && rm -rf "$(distdir)"; }; \ 21604449c54Smrg else :; fi 21704449c54Smrgam__post_remove_distdir = $(am__remove_distdir) 21820915927Smrgam__relativize = \ 21920915927Smrg dir0=`pwd`; \ 22020915927Smrg sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 22120915927Smrg sed_rest='s,^[^/]*/*,,'; \ 22220915927Smrg sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 22320915927Smrg sed_butlast='s,/*[^/]*$$,,'; \ 22420915927Smrg while test -n "$$dir1"; do \ 22520915927Smrg first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 22620915927Smrg if test "$$first" != "."; then \ 22720915927Smrg if test "$$first" = ".."; then \ 22820915927Smrg dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 22920915927Smrg dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 23020915927Smrg else \ 23120915927Smrg first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 23220915927Smrg if test "$$first2" = "$$first"; then \ 23320915927Smrg dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 23420915927Smrg else \ 23520915927Smrg dir2="../$$dir2"; \ 23620915927Smrg fi; \ 23720915927Smrg dir0="$$dir0"/"$$first"; \ 23820915927Smrg fi; \ 23920915927Smrg fi; \ 24020915927Smrg dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 24120915927Smrg done; \ 24220915927Smrg reldir="$$dir2" 243d1c293acSmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 244d1c293acSmrgGZIP_ENV = --best 24504449c54SmrgDIST_TARGETS = dist-bzip2 dist-gzip 246d1c293acSmrgdistuninstallcheck_listfiles = find . -type f -print 24720915927Smrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 24820915927Smrg | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 249d1c293acSmrgdistcleancheck_listfiles = find . -type f -print 2508440cca4SmrgACLOCAL = @ACLOCAL@ 2518440cca4SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 2528440cca4SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 2538440cca4SmrgAMTAR = @AMTAR@ 254d1c293acSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 2558440cca4SmrgAPP_MAN_DIR = @APP_MAN_DIR@ 2568440cca4SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 2578440cca4SmrgAUTOCONF = @AUTOCONF@ 2588440cca4SmrgAUTOHEADER = @AUTOHEADER@ 2598440cca4SmrgAUTOMAKE = @AUTOMAKE@ 2608440cca4SmrgAWK = @AWK@ 26120915927SmrgBASE_CFLAGS = @BASE_CFLAGS@ 2628440cca4SmrgCC = @CC@ 2638440cca4SmrgCCDEPMODE = @CCDEPMODE@ 2648440cca4SmrgCFLAGS = @CFLAGS@ 265d1c293acSmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 266d1c293acSmrgCPP = @CPP@ 2678440cca4SmrgCPPFLAGS = @CPPFLAGS@ 268d1c293acSmrgCWARNFLAGS = @CWARNFLAGS@ 2698440cca4SmrgCYGPATH_W = @CYGPATH_W@ 2708440cca4SmrgDEFS = @DEFS@ 2718440cca4SmrgDEPDIR = @DEPDIR@ 2728440cca4SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 2738440cca4SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 2748440cca4SmrgECHO_C = @ECHO_C@ 2758440cca4SmrgECHO_N = @ECHO_N@ 2768440cca4SmrgECHO_T = @ECHO_T@ 277d1c293acSmrgEGREP = @EGREP@ 2788440cca4SmrgEXEEXT = @EXEEXT@ 2798440cca4SmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 2808440cca4SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 281d1c293acSmrgGREP = @GREP@ 282d1c293acSmrgINSTALL = @INSTALL@ 283d1c293acSmrgINSTALL_CMD = @INSTALL_CMD@ 2848440cca4SmrgINSTALL_DATA = @INSTALL_DATA@ 2858440cca4SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 2868440cca4SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 2878440cca4SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 2888440cca4SmrgLDFLAGS = @LDFLAGS@ 2898440cca4SmrgLIBOBJS = @LIBOBJS@ 2908440cca4SmrgLIBS = @LIBS@ 2918440cca4SmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 2928440cca4SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 2938440cca4SmrgLTLIBOBJS = @LTLIBOBJS@ 2948440cca4SmrgMAKEINFO = @MAKEINFO@ 295d1c293acSmrgMAN_SUBSTS = @MAN_SUBSTS@ 2968440cca4SmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 2978440cca4SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 298d1c293acSmrgMKDIR_P = @MKDIR_P@ 2998440cca4SmrgOBJEXT = @OBJEXT@ 3008440cca4SmrgPACKAGE = @PACKAGE@ 3018440cca4SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 3028440cca4SmrgPACKAGE_NAME = @PACKAGE_NAME@ 3038440cca4SmrgPACKAGE_STRING = @PACKAGE_STRING@ 3048440cca4SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 305d1c293acSmrgPACKAGE_URL = @PACKAGE_URL@ 3068440cca4SmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 3078440cca4SmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 3088440cca4SmrgPKG_CONFIG = @PKG_CONFIG@ 30904449c54SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 31004449c54SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 311d1c293acSmrgSED = @SED@ 3128440cca4SmrgSET_MAKE = @SET_MAKE@ 3138440cca4SmrgSHELL = @SHELL@ 31420915927SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 3158440cca4SmrgSTRIP = @STRIP@ 3168440cca4SmrgVERSION = @VERSION@ 317d1c293acSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 3188440cca4SmrgXSTDCMAP_CFLAGS = @XSTDCMAP_CFLAGS@ 3198440cca4SmrgXSTDCMAP_LIBS = @XSTDCMAP_LIBS@ 320d1c293acSmrgabs_builddir = @abs_builddir@ 321d1c293acSmrgabs_srcdir = @abs_srcdir@ 322d1c293acSmrgabs_top_builddir = @abs_top_builddir@ 323d1c293acSmrgabs_top_srcdir = @abs_top_srcdir@ 3248440cca4Smrgac_ct_CC = @ac_ct_CC@ 3258440cca4Smrgam__include = @am__include@ 3268440cca4Smrgam__leading_dot = @am__leading_dot@ 3278440cca4Smrgam__quote = @am__quote@ 328d1c293acSmrgam__tar = @am__tar@ 329d1c293acSmrgam__untar = @am__untar@ 3308440cca4Smrgbindir = @bindir@ 3318440cca4Smrgbuild = @build@ 3328440cca4Smrgbuild_alias = @build_alias@ 3338440cca4Smrgbuild_cpu = @build_cpu@ 3348440cca4Smrgbuild_os = @build_os@ 3358440cca4Smrgbuild_vendor = @build_vendor@ 336d1c293acSmrgbuilddir = @builddir@ 3378440cca4Smrgdatadir = @datadir@ 338d1c293acSmrgdatarootdir = @datarootdir@ 339d1c293acSmrgdocdir = @docdir@ 340d1c293acSmrgdvidir = @dvidir@ 3418440cca4Smrgexec_prefix = @exec_prefix@ 3428440cca4Smrghost = @host@ 3438440cca4Smrghost_alias = @host_alias@ 3448440cca4Smrghost_cpu = @host_cpu@ 3458440cca4Smrghost_os = @host_os@ 3468440cca4Smrghost_vendor = @host_vendor@ 347d1c293acSmrghtmldir = @htmldir@ 3488440cca4Smrgincludedir = @includedir@ 3498440cca4Smrginfodir = @infodir@ 3508440cca4Smrginstall_sh = @install_sh@ 3518440cca4Smrglibdir = @libdir@ 3528440cca4Smrglibexecdir = @libexecdir@ 353d1c293acSmrglocaledir = @localedir@ 3548440cca4Smrglocalstatedir = @localstatedir@ 3558440cca4Smrgmandir = @mandir@ 356d1c293acSmrgmkdir_p = @mkdir_p@ 3578440cca4Smrgoldincludedir = @oldincludedir@ 358d1c293acSmrgpdfdir = @pdfdir@ 3598440cca4Smrgprefix = @prefix@ 3608440cca4Smrgprogram_transform_name = @program_transform_name@ 361d1c293acSmrgpsdir = @psdir@ 3628440cca4Smrgsbindir = @sbindir@ 3638440cca4Smrgsharedstatedir = @sharedstatedir@ 364d1c293acSmrgsrcdir = @srcdir@ 3658440cca4Smrgsysconfdir = @sysconfdir@ 3668440cca4Smrgtarget_alias = @target_alias@ 367d1c293acSmrgtop_build_prefix = @top_build_prefix@ 368d1c293acSmrgtop_builddir = @top_builddir@ 369d1c293acSmrgtop_srcdir = @top_srcdir@ 37020915927SmrgSUBDIRS = man 371d1c293acSmrgAM_CFLAGS = $(XSTDCMAP_CFLAGS) -D_BSD_SOURCE $(CWARNFLAGS) 3728440cca4Smrgxstdcmap_LDADD = $(XSTDCMAP_LIBS) 3738440cca4Smrgxstdcmap_SOURCES = \ 3748440cca4Smrg xstdcmap.c 3758440cca4Smrg 376d1c293acSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 37704449c54SmrgEXTRA_DIST = README.md 3788440cca4Smrgall: config.h 37920915927Smrg $(MAKE) $(AM_MAKEFLAGS) all-recursive 3808440cca4Smrg 3818440cca4Smrg.SUFFIXES: 38220915927Smrg.SUFFIXES: .c .o .obj 38320915927Smrgam--refresh: Makefile 384d1c293acSmrg @: 38504449c54Smrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 386d1c293acSmrg @for dep in $?; do \ 387d1c293acSmrg case '$(am__configure_deps)' in \ 388d1c293acSmrg *$$dep*) \ 389d1c293acSmrg echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 390d1c293acSmrg $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 391d1c293acSmrg && exit 0; \ 392d1c293acSmrg exit 1;; \ 393d1c293acSmrg esac; \ 394d1c293acSmrg done; \ 395d1c293acSmrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 396d1c293acSmrg $(am__cd) $(top_srcdir) && \ 397d1c293acSmrg $(AUTOMAKE) --foreign Makefile 398d1c293acSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 399d1c293acSmrg @case '$?' in \ 400d1c293acSmrg *config.status*) \ 401d1c293acSmrg echo ' $(SHELL) ./config.status'; \ 402d1c293acSmrg $(SHELL) ./config.status;; \ 403d1c293acSmrg *) \ 404d1c293acSmrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 405d1c293acSmrg cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 406d1c293acSmrg esac; 407d1c293acSmrg 408d1c293acSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 4098440cca4Smrg $(SHELL) ./config.status --recheck 4108440cca4Smrg 41104449c54Smrg$(top_srcdir)/configure: $(am__configure_deps) 412d1c293acSmrg $(am__cd) $(srcdir) && $(AUTOCONF) 41304449c54Smrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 414d1c293acSmrg $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 415d1c293acSmrg$(am__aclocal_m4_deps): 4168440cca4Smrg 4178440cca4Smrgconfig.h: stamp-h1 41804449c54Smrg @test -f $@ || rm -f stamp-h1 41904449c54Smrg @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 4208440cca4Smrg 4218440cca4Smrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 4228440cca4Smrg @rm -f stamp-h1 4238440cca4Smrg cd $(top_builddir) && $(SHELL) ./config.status config.h 42404449c54Smrg$(srcdir)/config.h.in: $(am__configure_deps) 425d1c293acSmrg ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 426d1c293acSmrg rm -f stamp-h1 427d1c293acSmrg touch $@ 4288440cca4Smrg 4298440cca4Smrgdistclean-hdr: 4308440cca4Smrg -rm -f config.h stamp-h1 4318440cca4Smrginstall-binPROGRAMS: $(bin_PROGRAMS) 4328440cca4Smrg @$(NORMAL_INSTALL) 433d1c293acSmrg @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 43404449c54Smrg if test -n "$$list"; then \ 43504449c54Smrg echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 43604449c54Smrg $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 43704449c54Smrg fi; \ 438d1c293acSmrg for p in $$list; do echo "$$p $$p"; done | \ 439d1c293acSmrg sed 's/$(EXEEXT)$$//' | \ 44004449c54Smrg while read p p1; do if test -f $$p \ 44104449c54Smrg ; then echo "$$p"; echo "$$p"; else :; fi; \ 442d1c293acSmrg done | \ 44304449c54Smrg sed -e 'p;s,.*/,,;n;h' \ 44404449c54Smrg -e 's|.*|.|' \ 445d1c293acSmrg -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 446d1c293acSmrg sed 'N;N;N;s,\n, ,g' | \ 447d1c293acSmrg $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 448d1c293acSmrg { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 449d1c293acSmrg if ($$2 == $$4) files[d] = files[d] " " $$1; \ 450d1c293acSmrg else { print "f", $$3 "/" $$4, $$1; } } \ 451d1c293acSmrg END { for (d in files) print "f", d, files[d] }' | \ 452d1c293acSmrg while read type dir files; do \ 453d1c293acSmrg if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 454d1c293acSmrg test -z "$$files" || { \ 455d1c293acSmrg echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 456d1c293acSmrg $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 457d1c293acSmrg } \ 458d1c293acSmrg ; done 4598440cca4Smrg 4608440cca4Smrguninstall-binPROGRAMS: 4618440cca4Smrg @$(NORMAL_UNINSTALL) 462d1c293acSmrg @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 463d1c293acSmrg files=`for p in $$list; do echo "$$p"; done | \ 464d1c293acSmrg sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 46504449c54Smrg -e 's/$$/$(EXEEXT)/' \ 46604449c54Smrg `; \ 467d1c293acSmrg test -n "$$list" || exit 0; \ 468d1c293acSmrg echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 469d1c293acSmrg cd "$(DESTDIR)$(bindir)" && rm -f $$files 4708440cca4Smrg 4718440cca4Smrgclean-binPROGRAMS: 4728440cca4Smrg -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 47304449c54Smrg 47404449c54Smrgxstdcmap$(EXEEXT): $(xstdcmap_OBJECTS) $(xstdcmap_DEPENDENCIES) $(EXTRA_xstdcmap_DEPENDENCIES) 4758440cca4Smrg @rm -f xstdcmap$(EXEEXT) 476d1c293acSmrg $(AM_V_CCLD)$(LINK) $(xstdcmap_OBJECTS) $(xstdcmap_LDADD) $(LIBS) 4778440cca4Smrg 4788440cca4Smrgmostlyclean-compile: 479d1c293acSmrg -rm -f *.$(OBJEXT) 4808440cca4Smrg 4818440cca4Smrgdistclean-compile: 4828440cca4Smrg -rm -f *.tab.c 4838440cca4Smrg 484d1c293acSmrg@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstdcmap.Po@am__quote@ 4858440cca4Smrg 4868440cca4Smrg.c.o: 487d1c293acSmrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 488d1c293acSmrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 48920915927Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 490d1c293acSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 49104449c54Smrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 4928440cca4Smrg 4938440cca4Smrg.c.obj: 494d1c293acSmrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 495d1c293acSmrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 49620915927Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 497d1c293acSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 49804449c54Smrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 49920915927Smrg 50020915927Smrg# This directory's subdirectories are mostly independent; you can cd 50104449c54Smrg# into them and run 'make' without going through this Makefile. 50204449c54Smrg# To change the values of 'make' variables: instead of editing Makefiles, 50304449c54Smrg# (1) if the variable is set in 'config.status', edit 'config.status' 50404449c54Smrg# (which will cause the Makefiles to be regenerated when you run 'make'); 50504449c54Smrg# (2) otherwise, pass the desired values on the 'make' command line. 50604449c54Smrg$(am__recursive_targets): 50704449c54Smrg @fail=; \ 50804449c54Smrg if $(am__make_keepgoing); then \ 50904449c54Smrg failcom='fail=yes'; \ 51004449c54Smrg else \ 51104449c54Smrg failcom='exit 1'; \ 51204449c54Smrg fi; \ 51320915927Smrg dot_seen=no; \ 51420915927Smrg target=`echo $@ | sed s/-recursive//`; \ 51504449c54Smrg case "$@" in \ 51604449c54Smrg distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 51704449c54Smrg *) list='$(SUBDIRS)' ;; \ 51804449c54Smrg esac; \ 51904449c54Smrg for subdir in $$list; do \ 52020915927Smrg echo "Making $$target in $$subdir"; \ 52120915927Smrg if test "$$subdir" = "."; then \ 52220915927Smrg dot_seen=yes; \ 52320915927Smrg local_target="$$target-am"; \ 52420915927Smrg else \ 52520915927Smrg local_target="$$target"; \ 52620915927Smrg fi; \ 52720915927Smrg ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 52820915927Smrg || eval $$failcom; \ 52920915927Smrg done; \ 53020915927Smrg if test "$$dot_seen" = "no"; then \ 53120915927Smrg $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 53220915927Smrg fi; test -z "$$fail" 53320915927Smrg 53404449c54SmrgID: $(am__tagged_files) 53504449c54Smrg $(am__define_uniq_tagged_files); mkid -fID $$unique 53604449c54Smrgtags: tags-recursive 53704449c54SmrgTAGS: tags 5388440cca4Smrg 53904449c54Smrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 540d1c293acSmrg set x; \ 5418440cca4Smrg here=`pwd`; \ 54220915927Smrg if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 54320915927Smrg include_option=--etags-include; \ 54420915927Smrg empty_fix=.; \ 54520915927Smrg else \ 54620915927Smrg include_option=--include; \ 54720915927Smrg empty_fix=; \ 54820915927Smrg fi; \ 54920915927Smrg list='$(SUBDIRS)'; for subdir in $$list; do \ 55020915927Smrg if test "$$subdir" = .; then :; else \ 55120915927Smrg test ! -f $$subdir/TAGS || \ 55220915927Smrg set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 55320915927Smrg fi; \ 55420915927Smrg done; \ 55504449c54Smrg $(am__define_uniq_tagged_files); \ 556d1c293acSmrg shift; \ 557d1c293acSmrg if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 558d1c293acSmrg test -n "$$unique" || unique=$$empty_fix; \ 559d1c293acSmrg if test $$# -gt 0; then \ 560d1c293acSmrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 561d1c293acSmrg "$$@" $$unique; \ 562d1c293acSmrg else \ 563d1c293acSmrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 564d1c293acSmrg $$unique; \ 565d1c293acSmrg fi; \ 566d1c293acSmrg fi 56704449c54Smrgctags: ctags-recursive 56804449c54Smrg 56904449c54SmrgCTAGS: ctags 57004449c54Smrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 57104449c54Smrg $(am__define_uniq_tagged_files); \ 572d1c293acSmrg test -z "$(CTAGS_ARGS)$$unique" \ 5738440cca4Smrg || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 574d1c293acSmrg $$unique 5758440cca4Smrg 5768440cca4SmrgGTAGS: 5778440cca4Smrg here=`$(am__cd) $(top_builddir) && pwd` \ 578d1c293acSmrg && $(am__cd) $(top_srcdir) \ 579d1c293acSmrg && gtags -i $(GTAGS_ARGS) "$$here" 58004449c54Smrgcscope: cscope.files 58104449c54Smrg test ! -s cscope.files \ 58204449c54Smrg || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 58304449c54Smrgclean-cscope: 58404449c54Smrg -rm -f cscope.files 58504449c54Smrgcscope.files: clean-cscope cscopelist 58604449c54Smrgcscopelist: cscopelist-recursive 58704449c54Smrg 58804449c54Smrgcscopelist-am: $(am__tagged_files) 58904449c54Smrg list='$(am__tagged_files)'; \ 59004449c54Smrg case "$(srcdir)" in \ 59104449c54Smrg [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 59204449c54Smrg *) sdir=$(subdir)/$(srcdir) ;; \ 59304449c54Smrg esac; \ 59404449c54Smrg for i in $$list; do \ 59504449c54Smrg if test -f "$$i"; then \ 59604449c54Smrg echo "$(subdir)/$$i"; \ 59704449c54Smrg else \ 59804449c54Smrg echo "$$sdir/$$i"; \ 59904449c54Smrg fi; \ 60004449c54Smrg done >> $(top_builddir)/cscope.files 6018440cca4Smrg 6028440cca4Smrgdistclean-tags: 6038440cca4Smrg -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 60404449c54Smrg -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 6058440cca4Smrg 6068440cca4Smrgdistdir: $(DISTFILES) 6078440cca4Smrg $(am__remove_distdir) 608d1c293acSmrg test -d "$(distdir)" || mkdir "$(distdir)" 609d1c293acSmrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 610d1c293acSmrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 611d1c293acSmrg list='$(DISTFILES)'; \ 612d1c293acSmrg dist_files=`for file in $$list; do echo $$file; done | \ 613d1c293acSmrg sed -e "s|^$$srcdirstrip/||;t" \ 614d1c293acSmrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 615d1c293acSmrg case $$dist_files in \ 616d1c293acSmrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 617d1c293acSmrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 618d1c293acSmrg sort -u` ;; \ 619d1c293acSmrg esac; \ 620d1c293acSmrg for file in $$dist_files; do \ 6218440cca4Smrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 6228440cca4Smrg if test -d $$d/$$file; then \ 623d1c293acSmrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 624d1c293acSmrg if test -d "$(distdir)/$$file"; then \ 625d1c293acSmrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 626d1c293acSmrg fi; \ 6278440cca4Smrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 628d1c293acSmrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 629d1c293acSmrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 6308440cca4Smrg fi; \ 631d1c293acSmrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 6328440cca4Smrg else \ 633d1c293acSmrg test -f "$(distdir)/$$file" \ 634d1c293acSmrg || cp -p $$d/$$file "$(distdir)/$$file" \ 6358440cca4Smrg || exit 1; \ 6368440cca4Smrg fi; \ 6378440cca4Smrg done 63820915927Smrg @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 63920915927Smrg if test "$$subdir" = .; then :; else \ 64004449c54Smrg $(am__make_dryrun) \ 64104449c54Smrg || test -d "$(distdir)/$$subdir" \ 64204449c54Smrg || $(MKDIR_P) "$(distdir)/$$subdir" \ 64304449c54Smrg || exit 1; \ 64420915927Smrg dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 64520915927Smrg $(am__relativize); \ 64620915927Smrg new_distdir=$$reldir; \ 64720915927Smrg dir1=$$subdir; dir2="$(top_distdir)"; \ 64820915927Smrg $(am__relativize); \ 64920915927Smrg new_top_distdir=$$reldir; \ 65020915927Smrg echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 65120915927Smrg echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 65220915927Smrg ($(am__cd) $$subdir && \ 65320915927Smrg $(MAKE) $(AM_MAKEFLAGS) \ 65420915927Smrg top_distdir="$$new_top_distdir" \ 65520915927Smrg distdir="$$new_distdir" \ 65620915927Smrg am__remove_distdir=: \ 65720915927Smrg am__skip_length_check=: \ 65820915927Smrg am__skip_mode_fix=: \ 65920915927Smrg distdir) \ 66020915927Smrg || exit 1; \ 66120915927Smrg fi; \ 66220915927Smrg done 663d1c293acSmrg $(MAKE) $(AM_MAKEFLAGS) \ 664d1c293acSmrg top_distdir="$(top_distdir)" distdir="$(distdir)" \ 665d1c293acSmrg dist-hook 666d1c293acSmrg -test -n "$(am__skip_mode_fix)" \ 667d1c293acSmrg || find "$(distdir)" -type d ! -perm -755 \ 668d1c293acSmrg -exec chmod u+rwx,go+rx {} \; -o \ 6698440cca4Smrg ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 6708440cca4Smrg ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 671d1c293acSmrg ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 672d1c293acSmrg || chmod -R a+r "$(distdir)" 6738440cca4Smrgdist-gzip: distdir 674d1c293acSmrg tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 67504449c54Smrg $(am__post_remove_distdir) 6768440cca4Smrgdist-bzip2: distdir 67720915927Smrg tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 67804449c54Smrg $(am__post_remove_distdir) 679d1c293acSmrg 68004449c54Smrgdist-lzip: distdir 68104449c54Smrg tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 68204449c54Smrg $(am__post_remove_distdir) 683d1c293acSmrg 684d1c293acSmrgdist-xz: distdir 68520915927Smrg tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 68604449c54Smrg $(am__post_remove_distdir) 687d1c293acSmrg 688d1c293acSmrgdist-tarZ: distdir 68904449c54Smrg @echo WARNING: "Support for distribution archives compressed with" \ 69004449c54Smrg "legacy program 'compress' is deprecated." >&2 69104449c54Smrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 692d1c293acSmrg tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 69304449c54Smrg $(am__post_remove_distdir) 694d1c293acSmrg 695d1c293acSmrgdist-shar: distdir 69604449c54Smrg @echo WARNING: "Support for shar distribution archives is" \ 69704449c54Smrg "deprecated." >&2 69804449c54Smrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 699d1c293acSmrg shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 70004449c54Smrg $(am__post_remove_distdir) 701d1c293acSmrg 702d1c293acSmrgdist-zip: distdir 703d1c293acSmrg -rm -f $(distdir).zip 704d1c293acSmrg zip -rq $(distdir).zip $(distdir) 70504449c54Smrg $(am__post_remove_distdir) 7068440cca4Smrg 70704449c54Smrgdist dist-all: 70804449c54Smrg $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 70904449c54Smrg $(am__post_remove_distdir) 7108440cca4Smrg 7118440cca4Smrg# This target untars the dist file and tries a VPATH configuration. Then 7128440cca4Smrg# it guarantees that the distribution is self-contained by making another 7138440cca4Smrg# tarfile. 7148440cca4Smrgdistcheck: dist 715d1c293acSmrg case '$(DIST_ARCHIVES)' in \ 716d1c293acSmrg *.tar.gz*) \ 717d1c293acSmrg GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 718d1c293acSmrg *.tar.bz2*) \ 719d1c293acSmrg bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 72004449c54Smrg *.tar.lz*) \ 72104449c54Smrg lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 722d1c293acSmrg *.tar.xz*) \ 723d1c293acSmrg xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 724d1c293acSmrg *.tar.Z*) \ 725d1c293acSmrg uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 726d1c293acSmrg *.shar.gz*) \ 727d1c293acSmrg GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 728d1c293acSmrg *.zip*) \ 729d1c293acSmrg unzip $(distdir).zip ;;\ 730d1c293acSmrg esac 73104449c54Smrg chmod -R a-w $(distdir) 73204449c54Smrg chmod u+w $(distdir) 73304449c54Smrg mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 7348440cca4Smrg chmod a-w $(distdir) 735d1c293acSmrg test -d $(distdir)/_build || exit 0; \ 7368440cca4Smrg dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 7378440cca4Smrg && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 738d1c293acSmrg && am__cwd=`pwd` \ 73904449c54Smrg && $(am__cd) $(distdir)/_build/sub \ 74004449c54Smrg && ../../configure \ 74120915927Smrg $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 7428440cca4Smrg $(DISTCHECK_CONFIGURE_FLAGS) \ 74304449c54Smrg --srcdir=../.. --prefix="$$dc_install_base" \ 7448440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) \ 7458440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) dvi \ 7468440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) check \ 7478440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) install \ 7488440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 7498440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 7508440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 7518440cca4Smrg distuninstallcheck \ 7528440cca4Smrg && chmod -R a-w "$$dc_install_base" \ 7538440cca4Smrg && ({ \ 754d1c293acSmrg (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 7558440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 7568440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 7578440cca4Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 7588440cca4Smrg distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 7598440cca4Smrg } || { rm -rf "$$dc_destdir"; exit 1; }) \ 7608440cca4Smrg && rm -rf "$$dc_destdir" \ 761d1c293acSmrg && $(MAKE) $(AM_MAKEFLAGS) dist \ 762d1c293acSmrg && rm -rf $(DIST_ARCHIVES) \ 763d1c293acSmrg && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 764d1c293acSmrg && cd "$$am__cwd" \ 765d1c293acSmrg || exit 1 76604449c54Smrg $(am__post_remove_distdir) 767d1c293acSmrg @(echo "$(distdir) archives ready for distribution: "; \ 768d1c293acSmrg list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 769d1c293acSmrg sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 7708440cca4Smrgdistuninstallcheck: 77120915927Smrg @test -n '$(distuninstallcheck_dir)' || { \ 77220915927Smrg echo 'ERROR: trying to run $@ with an empty' \ 77320915927Smrg '$$(distuninstallcheck_dir)' >&2; \ 77420915927Smrg exit 1; \ 77520915927Smrg }; \ 77620915927Smrg $(am__cd) '$(distuninstallcheck_dir)' || { \ 77720915927Smrg echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 77820915927Smrg exit 1; \ 77920915927Smrg }; \ 78020915927Smrg test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 7818440cca4Smrg || { echo "ERROR: files left after uninstall:" ; \ 7828440cca4Smrg if test -n "$(DESTDIR)"; then \ 7838440cca4Smrg echo " (check DESTDIR support)"; \ 7848440cca4Smrg fi ; \ 7858440cca4Smrg $(distuninstallcheck_listfiles) ; \ 7868440cca4Smrg exit 1; } >&2 7878440cca4Smrgdistcleancheck: distclean 7888440cca4Smrg @if test '$(srcdir)' = . ; then \ 7898440cca4Smrg echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 7908440cca4Smrg exit 1 ; \ 7918440cca4Smrg fi 7928440cca4Smrg @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 7938440cca4Smrg || { echo "ERROR: files left in build directory after distclean:" ; \ 7948440cca4Smrg $(distcleancheck_listfiles) ; \ 7958440cca4Smrg exit 1; } >&2 7968440cca4Smrgcheck-am: all-am 79720915927Smrgcheck: check-recursive 79820915927Smrgall-am: Makefile $(PROGRAMS) config.h 79920915927Smrginstalldirs: installdirs-recursive 80020915927Smrginstalldirs-am: 80120915927Smrg for dir in "$(DESTDIR)$(bindir)"; do \ 802d1c293acSmrg test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 803d1c293acSmrg done 80420915927Smrginstall: install-recursive 80520915927Smrginstall-exec: install-exec-recursive 80620915927Smrginstall-data: install-data-recursive 80720915927Smrguninstall: uninstall-recursive 8088440cca4Smrg 8098440cca4Smrginstall-am: all-am 8108440cca4Smrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 8118440cca4Smrg 81220915927Smrginstallcheck: installcheck-recursive 8138440cca4Smrginstall-strip: 81420915927Smrg if test -z '$(STRIP)'; then \ 81520915927Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 81620915927Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 81720915927Smrg install; \ 81820915927Smrg else \ 81920915927Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 82020915927Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 82120915927Smrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 82220915927Smrg fi 8238440cca4Smrgmostlyclean-generic: 8248440cca4Smrg 8258440cca4Smrgclean-generic: 8268440cca4Smrg 8278440cca4Smrgdistclean-generic: 828d1c293acSmrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 829d1c293acSmrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 8308440cca4Smrg 8318440cca4Smrgmaintainer-clean-generic: 8328440cca4Smrg @echo "This command is intended for maintainers to use" 8338440cca4Smrg @echo "it deletes files that may require special tools to rebuild." 834d1c293acSmrg -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 83520915927Smrgclean: clean-recursive 8368440cca4Smrg 8378440cca4Smrgclean-am: clean-binPROGRAMS clean-generic mostlyclean-am 8388440cca4Smrg 83920915927Smrgdistclean: distclean-recursive 8408440cca4Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 8418440cca4Smrg -rm -rf ./$(DEPDIR) 8428440cca4Smrg -rm -f Makefile 843d1c293acSmrgdistclean-am: clean-am distclean-compile distclean-generic \ 844d1c293acSmrg distclean-hdr distclean-tags 8458440cca4Smrg 84620915927Smrgdvi: dvi-recursive 8478440cca4Smrg 8488440cca4Smrgdvi-am: 8498440cca4Smrg 85020915927Smrghtml: html-recursive 851d1c293acSmrg 852d1c293acSmrghtml-am: 853d1c293acSmrg 85420915927Smrginfo: info-recursive 8558440cca4Smrg 8568440cca4Smrginfo-am: 8578440cca4Smrg 85820915927Smrginstall-data-am: 8598440cca4Smrg 86020915927Smrginstall-dvi: install-dvi-recursive 861d1c293acSmrg 862d1c293acSmrginstall-dvi-am: 863d1c293acSmrg 8648440cca4Smrginstall-exec-am: install-binPROGRAMS 8658440cca4Smrg 86620915927Smrginstall-html: install-html-recursive 867d1c293acSmrg 868d1c293acSmrginstall-html-am: 869d1c293acSmrg 87020915927Smrginstall-info: install-info-recursive 8718440cca4Smrg 872d1c293acSmrginstall-info-am: 873d1c293acSmrg 8748440cca4Smrginstall-man: 8758440cca4Smrg 87620915927Smrginstall-pdf: install-pdf-recursive 877d1c293acSmrg 878d1c293acSmrginstall-pdf-am: 879d1c293acSmrg 88020915927Smrginstall-ps: install-ps-recursive 881d1c293acSmrg 882d1c293acSmrginstall-ps-am: 883d1c293acSmrg 8848440cca4Smrginstallcheck-am: 8858440cca4Smrg 88620915927Smrgmaintainer-clean: maintainer-clean-recursive 8878440cca4Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 8888440cca4Smrg -rm -rf $(top_srcdir)/autom4te.cache 8898440cca4Smrg -rm -rf ./$(DEPDIR) 8908440cca4Smrg -rm -f Makefile 8918440cca4Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic 8928440cca4Smrg 89320915927Smrgmostlyclean: mostlyclean-recursive 8948440cca4Smrg 8958440cca4Smrgmostlyclean-am: mostlyclean-compile mostlyclean-generic 8968440cca4Smrg 89720915927Smrgpdf: pdf-recursive 8988440cca4Smrg 8998440cca4Smrgpdf-am: 9008440cca4Smrg 90120915927Smrgps: ps-recursive 9028440cca4Smrg 9038440cca4Smrgps-am: 9048440cca4Smrg 90520915927Smrguninstall-am: uninstall-binPROGRAMS 906d1c293acSmrg 90704449c54Smrg.MAKE: $(am__recursive_targets) all install-am install-strip 90804449c54Smrg 90904449c54Smrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 91004449c54Smrg am--refresh check check-am clean clean-binPROGRAMS \ 91104449c54Smrg clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \ 91204449c54Smrg dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \ 91304449c54Smrg dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ 91404449c54Smrg distclean-compile distclean-generic distclean-hdr \ 91504449c54Smrg distclean-tags distcleancheck distdir distuninstallcheck dvi \ 91604449c54Smrg dvi-am html html-am info info-am install install-am \ 91704449c54Smrg install-binPROGRAMS install-data install-data-am install-dvi \ 91804449c54Smrg install-dvi-am install-exec install-exec-am install-html \ 91904449c54Smrg install-html-am install-info install-info-am install-man \ 92004449c54Smrg install-pdf install-pdf-am install-ps install-ps-am \ 92104449c54Smrg install-strip installcheck installcheck-am installdirs \ 92204449c54Smrg installdirs-am maintainer-clean maintainer-clean-generic \ 92304449c54Smrg mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 92404449c54Smrg ps ps-am tags tags-am uninstall uninstall-am \ 92504449c54Smrg uninstall-binPROGRAMS 92604449c54Smrg 92704449c54Smrg.PRECIOUS: Makefile 92820915927Smrg 9298440cca4Smrg 930d1c293acSmrg.PHONY: ChangeLog INSTALL 9318440cca4Smrg 932d1c293acSmrgINSTALL: 933d1c293acSmrg $(INSTALL_CMD) 934d1c293acSmrg 935d1c293acSmrgChangeLog: 936d1c293acSmrg $(CHANGELOG_CMD) 937d1c293acSmrg 938d1c293acSmrgdist-hook: ChangeLog INSTALL 9398440cca4Smrg 9408440cca4Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 9418440cca4Smrg# Otherwise a system limit (for SysV at least) may be exceeded. 9428440cca4Smrg.NOEXPORT: 943