Makefile.in revision 58deefeb
158deefebSmrg# Makefile.in generated by automake 1.15 from Makefile.am. 2191cded7Smrg# @configure_input@ 3191cded7Smrg 458deefebSmrg# Copyright (C) 1994-2014 Free Software Foundation, Inc. 5d9dcd5aeSmrg 6191cded7Smrg# This Makefile.in is free software; the Free Software Foundation 7191cded7Smrg# gives unlimited permission to copy and/or distribute it, 8191cded7Smrg# with or without modifications, as long as this notice is preserved. 9191cded7Smrg 10191cded7Smrg# This program is distributed in the hope that it will be useful, 11191cded7Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12191cded7Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13191cded7Smrg# PARTICULAR PURPOSE. 14191cded7Smrg 15191cded7Smrg@SET_MAKE@ 16191cded7Smrg 17191cded7SmrgVPATH = @srcdir@ 1858deefebSmrgam__is_gnu_make = { \ 1958deefebSmrg if test -z '$(MAKELEVEL)'; then \ 2058deefebSmrg false; \ 2158deefebSmrg elif test -n '$(MAKE_HOST)'; then \ 2258deefebSmrg true; \ 2358deefebSmrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 2458deefebSmrg true; \ 2558deefebSmrg else \ 2658deefebSmrg false; \ 2758deefebSmrg fi; \ 2858deefebSmrg} 29d9dcd5aeSmrgam__make_running_with_option = \ 30d9dcd5aeSmrg case $${target_option-} in \ 31d9dcd5aeSmrg ?) ;; \ 32d9dcd5aeSmrg *) echo "am__make_running_with_option: internal error: invalid" \ 33d9dcd5aeSmrg "target option '$${target_option-}' specified" >&2; \ 34d9dcd5aeSmrg exit 1;; \ 35d9dcd5aeSmrg esac; \ 36d9dcd5aeSmrg has_opt=no; \ 37d9dcd5aeSmrg sane_makeflags=$$MAKEFLAGS; \ 38d9dcd5aeSmrg if $(am__is_gnu_make); then \ 39d9dcd5aeSmrg sane_makeflags=$$MFLAGS; \ 40d9dcd5aeSmrg else \ 41d9dcd5aeSmrg case $$MAKEFLAGS in \ 42d9dcd5aeSmrg *\\[\ \ ]*) \ 43d9dcd5aeSmrg bs=\\; \ 44d9dcd5aeSmrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45d9dcd5aeSmrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46d9dcd5aeSmrg esac; \ 47d9dcd5aeSmrg fi; \ 48d9dcd5aeSmrg skip_next=no; \ 49d9dcd5aeSmrg strip_trailopt () \ 50d9dcd5aeSmrg { \ 51d9dcd5aeSmrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52d9dcd5aeSmrg }; \ 53d9dcd5aeSmrg for flg in $$sane_makeflags; do \ 54d9dcd5aeSmrg test $$skip_next = yes && { skip_next=no; continue; }; \ 55d9dcd5aeSmrg case $$flg in \ 56d9dcd5aeSmrg *=*|--*) continue;; \ 57d9dcd5aeSmrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 58d9dcd5aeSmrg -*I?*) strip_trailopt 'I';; \ 59d9dcd5aeSmrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 60d9dcd5aeSmrg -*O?*) strip_trailopt 'O';; \ 61d9dcd5aeSmrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 62d9dcd5aeSmrg -*l?*) strip_trailopt 'l';; \ 63d9dcd5aeSmrg -[dEDm]) skip_next=yes;; \ 64d9dcd5aeSmrg -[JT]) skip_next=yes;; \ 65d9dcd5aeSmrg esac; \ 66d9dcd5aeSmrg case $$flg in \ 67d9dcd5aeSmrg *$$target_option*) has_opt=yes; break;; \ 68d9dcd5aeSmrg esac; \ 69d9dcd5aeSmrg done; \ 70d9dcd5aeSmrg test $$has_opt = yes 71d9dcd5aeSmrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72d9dcd5aeSmrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73191cded7Smrgpkgdatadir = $(datadir)/@PACKAGE@ 74191cded7Smrgpkgincludedir = $(includedir)/@PACKAGE@ 75b290cf36Smrgpkglibdir = $(libdir)/@PACKAGE@ 76b290cf36Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 77191cded7Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78191cded7Smrginstall_sh_DATA = $(install_sh) -c -m 644 79191cded7Smrginstall_sh_PROGRAM = $(install_sh) -c 80191cded7Smrginstall_sh_SCRIPT = $(install_sh) -c 81191cded7SmrgINSTALL_HEADER = $(INSTALL_DATA) 82191cded7Smrgtransform = $(program_transform_name) 83191cded7SmrgNORMAL_INSTALL = : 84191cded7SmrgPRE_INSTALL = : 85191cded7SmrgPOST_INSTALL = : 86191cded7SmrgNORMAL_UNINSTALL = : 87191cded7SmrgPRE_UNINSTALL = : 88191cded7SmrgPOST_UNINSTALL = : 89191cded7Smrgbuild_triplet = @build@ 90191cded7Smrghost_triplet = @host@ 91b290cf36Smrgsubdir = . 92191cded7SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93191cded7Smrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 94191cded7Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95191cded7Smrg $(ACLOCAL_M4) 9658deefebSmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 9758deefebSmrg $(am__configure_deps) $(am__DIST_COMMON) 98191cded7Smrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 99b290cf36Smrg configure.lineno config.status.lineno 100191cded7Smrgmkinstalldirs = $(install_sh) -d 101191cded7SmrgCONFIG_HEADER = $(top_builddir)/src/config.h 102191cded7SmrgCONFIG_CLEAN_FILES = xxf86vm.pc 103b290cf36SmrgCONFIG_CLEAN_VPATH_FILES = 104d9dcd5aeSmrgAM_V_P = $(am__v_P_@AM_V@) 105d9dcd5aeSmrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 106d9dcd5aeSmrgam__v_P_0 = false 107d9dcd5aeSmrgam__v_P_1 = : 108d9dcd5aeSmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 109d9dcd5aeSmrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 110d9dcd5aeSmrgam__v_GEN_0 = @echo " GEN " $@; 111d9dcd5aeSmrgam__v_GEN_1 = 112d9dcd5aeSmrgAM_V_at = $(am__v_at_@AM_V@) 113d9dcd5aeSmrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 114b290cf36Smrgam__v_at_0 = @ 115d9dcd5aeSmrgam__v_at_1 = 116191cded7SmrgSOURCES = 117191cded7SmrgDIST_SOURCES = 118d9dcd5aeSmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 119d9dcd5aeSmrg ctags-recursive dvi-recursive html-recursive info-recursive \ 120d9dcd5aeSmrg install-data-recursive install-dvi-recursive \ 121d9dcd5aeSmrg install-exec-recursive install-html-recursive \ 122d9dcd5aeSmrg install-info-recursive install-pdf-recursive \ 123d9dcd5aeSmrg install-ps-recursive install-recursive installcheck-recursive \ 124d9dcd5aeSmrg installdirs-recursive pdf-recursive ps-recursive \ 125d9dcd5aeSmrg tags-recursive uninstall-recursive 126d9dcd5aeSmrgam__can_run_installinfo = \ 127d9dcd5aeSmrg case $$AM_UPDATE_INFO_DIR in \ 128d9dcd5aeSmrg n|no|NO) false;; \ 129d9dcd5aeSmrg *) (install-info --version) >/dev/null 2>&1;; \ 130d9dcd5aeSmrg esac 131191cded7Smrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 132191cded7Smrgam__vpath_adj = case $$p in \ 133191cded7Smrg $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 134191cded7Smrg *) f=$$p;; \ 135191cded7Smrg esac; 136b290cf36Smrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 137b290cf36Smrgam__install_max = 40 138b290cf36Smrgam__nobase_strip_setup = \ 139b290cf36Smrg srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 140b290cf36Smrgam__nobase_strip = \ 141b290cf36Smrg for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 142b290cf36Smrgam__nobase_list = $(am__nobase_strip_setup); \ 143b290cf36Smrg for p in $$list; do echo "$$p $$p"; done | \ 144b290cf36Smrg sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 145b290cf36Smrg $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 146b290cf36Smrg if (++n[$$2] == $(am__install_max)) \ 147b290cf36Smrg { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 148b290cf36Smrg END { for (dir in files) print dir, files[dir] }' 149b290cf36Smrgam__base_list = \ 150b290cf36Smrg sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 151b290cf36Smrg sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 152d9dcd5aeSmrgam__uninstall_files_from_dir = { \ 153d9dcd5aeSmrg test -z "$$files" \ 154d9dcd5aeSmrg || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 155d9dcd5aeSmrg || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 156d9dcd5aeSmrg $(am__cd) "$$dir" && rm -f $$files; }; \ 157d9dcd5aeSmrg } 158191cded7Smrgam__installdirs = "$(DESTDIR)$(pkgconfigdir)" 159191cded7SmrgDATA = $(pkgconfig_DATA) 160b290cf36SmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 161b290cf36Smrg distclean-recursive maintainer-clean-recursive 162d9dcd5aeSmrgam__recursive_targets = \ 163d9dcd5aeSmrg $(RECURSIVE_TARGETS) \ 164d9dcd5aeSmrg $(RECURSIVE_CLEAN_TARGETS) \ 165d9dcd5aeSmrg $(am__extra_recursive_targets) 166d9dcd5aeSmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 167d9dcd5aeSmrg cscope distdir dist dist-all distcheck 168d9dcd5aeSmrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 169d9dcd5aeSmrg# Read a list of newline-separated strings from the standard input, 170d9dcd5aeSmrg# and print each of them once, without duplicates. Input order is 171d9dcd5aeSmrg# *not* preserved. 172d9dcd5aeSmrgam__uniquify_input = $(AWK) '\ 173d9dcd5aeSmrg BEGIN { nonempty = 0; } \ 174d9dcd5aeSmrg { items[$$0] = 1; nonempty = 1; } \ 175d9dcd5aeSmrg END { if (nonempty) { for (i in items) print i; }; } \ 176d9dcd5aeSmrg' 177d9dcd5aeSmrg# Make sure the list of sources is unique. This is necessary because, 178d9dcd5aeSmrg# e.g., the same source file might be shared among _SOURCES variables 179d9dcd5aeSmrg# for different programs/libraries. 180d9dcd5aeSmrgam__define_uniq_tagged_files = \ 181d9dcd5aeSmrg list='$(am__tagged_files)'; \ 182d9dcd5aeSmrg unique=`for i in $$list; do \ 183d9dcd5aeSmrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 184d9dcd5aeSmrg done | $(am__uniquify_input)` 185191cded7SmrgETAGS = etags 186191cded7SmrgCTAGS = ctags 187d9dcd5aeSmrgCSCOPE = cscope 188191cded7SmrgDIST_SUBDIRS = $(SUBDIRS) 18958deefebSmrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xxf86vm.pc.in \ 19058deefebSmrg COPYING ChangeLog INSTALL README compile config.guess \ 19158deefebSmrg config.sub install-sh ltmain.sh missing 192191cded7SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 193191cded7Smrgdistdir = $(PACKAGE)-$(VERSION) 194191cded7Smrgtop_distdir = $(distdir) 195191cded7Smrgam__remove_distdir = \ 196d9dcd5aeSmrg if test -d "$(distdir)"; then \ 197d9dcd5aeSmrg find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 198d9dcd5aeSmrg && rm -rf "$(distdir)" \ 199d9dcd5aeSmrg || { sleep 5 && rm -rf "$(distdir)"; }; \ 200d9dcd5aeSmrg else :; fi 201d9dcd5aeSmrgam__post_remove_distdir = $(am__remove_distdir) 202b290cf36Smrgam__relativize = \ 203b290cf36Smrg dir0=`pwd`; \ 204b290cf36Smrg sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 205b290cf36Smrg sed_rest='s,^[^/]*/*,,'; \ 206b290cf36Smrg sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 207b290cf36Smrg sed_butlast='s,/*[^/]*$$,,'; \ 208b290cf36Smrg while test -n "$$dir1"; do \ 209b290cf36Smrg first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 210b290cf36Smrg if test "$$first" != "."; then \ 211b290cf36Smrg if test "$$first" = ".."; then \ 212b290cf36Smrg dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 213b290cf36Smrg dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 214b290cf36Smrg else \ 215b290cf36Smrg first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 216b290cf36Smrg if test "$$first2" = "$$first"; then \ 217b290cf36Smrg dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 218b290cf36Smrg else \ 219b290cf36Smrg dir2="../$$dir2"; \ 220b290cf36Smrg fi; \ 221b290cf36Smrg dir0="$$dir0"/"$$first"; \ 222b290cf36Smrg fi; \ 223b290cf36Smrg fi; \ 224b290cf36Smrg dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 225b290cf36Smrg done; \ 226b290cf36Smrg reldir="$$dir2" 227191cded7SmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 228191cded7SmrgGZIP_ENV = --best 229d9dcd5aeSmrgDIST_TARGETS = dist-bzip2 dist-gzip 230191cded7Smrgdistuninstallcheck_listfiles = find . -type f -print 231d9dcd5aeSmrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 232d9dcd5aeSmrg | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 233ba064abeSmrgdistcleancheck_listfiles = find . -type f -print 234191cded7SmrgACLOCAL = @ACLOCAL@ 235191cded7SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 236191cded7SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 237191cded7SmrgAMTAR = @AMTAR@ 238b290cf36SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 239191cded7SmrgAPP_MAN_DIR = @APP_MAN_DIR@ 240191cded7SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 241191cded7SmrgAR = @AR@ 242191cded7SmrgAUTOCONF = @AUTOCONF@ 243191cded7SmrgAUTOHEADER = @AUTOHEADER@ 244191cded7SmrgAUTOMAKE = @AUTOMAKE@ 245191cded7SmrgAWK = @AWK@ 246d9dcd5aeSmrgBASE_CFLAGS = @BASE_CFLAGS@ 247191cded7SmrgCC = @CC@ 248191cded7SmrgCCDEPMODE = @CCDEPMODE@ 249191cded7SmrgCFLAGS = @CFLAGS@ 250b290cf36SmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 251191cded7SmrgCPP = @CPP@ 252191cded7SmrgCPPFLAGS = @CPPFLAGS@ 253b290cf36SmrgCWARNFLAGS = @CWARNFLAGS@ 254191cded7SmrgCYGPATH_W = @CYGPATH_W@ 255191cded7SmrgDEFS = @DEFS@ 256191cded7SmrgDEPDIR = @DEPDIR@ 257d9dcd5aeSmrgDLLTOOL = @DLLTOOL@ 258191cded7SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 259191cded7SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 260b290cf36SmrgDSYMUTIL = @DSYMUTIL@ 261b290cf36SmrgDUMPBIN = @DUMPBIN@ 262191cded7SmrgECHO_C = @ECHO_C@ 263191cded7SmrgECHO_N = @ECHO_N@ 264191cded7SmrgECHO_T = @ECHO_T@ 265191cded7SmrgEGREP = @EGREP@ 266191cded7SmrgEXEEXT = @EXEEXT@ 267b290cf36SmrgFGREP = @FGREP@ 268191cded7SmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 269191cded7SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 270b290cf36SmrgGREP = @GREP@ 271b290cf36SmrgINSTALL = @INSTALL@ 272ba064abeSmrgINSTALL_CMD = @INSTALL_CMD@ 273191cded7SmrgINSTALL_DATA = @INSTALL_DATA@ 274191cded7SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 275191cded7SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 276191cded7SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 277b290cf36SmrgLD = @LD@ 278191cded7SmrgLDFLAGS = @LDFLAGS@ 279191cded7SmrgLIBOBJS = @LIBOBJS@ 280191cded7SmrgLIBS = @LIBS@ 281191cded7SmrgLIBTOOL = @LIBTOOL@ 282191cded7SmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 283191cded7SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 284b290cf36SmrgLIPO = @LIPO@ 285191cded7SmrgLN_S = @LN_S@ 286191cded7SmrgLTLIBOBJS = @LTLIBOBJS@ 287191cded7SmrgMAKEINFO = @MAKEINFO@ 288191cded7SmrgMALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 289d9dcd5aeSmrgMANIFEST_TOOL = @MANIFEST_TOOL@ 290ba064abeSmrgMAN_SUBSTS = @MAN_SUBSTS@ 291191cded7SmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 292191cded7SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 293b290cf36SmrgMKDIR_P = @MKDIR_P@ 294b290cf36SmrgNM = @NM@ 295b290cf36SmrgNMEDIT = @NMEDIT@ 296b290cf36SmrgOBJDUMP = @OBJDUMP@ 297191cded7SmrgOBJEXT = @OBJEXT@ 298b290cf36SmrgOTOOL = @OTOOL@ 299b290cf36SmrgOTOOL64 = @OTOOL64@ 300191cded7SmrgPACKAGE = @PACKAGE@ 301191cded7SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 302191cded7SmrgPACKAGE_NAME = @PACKAGE_NAME@ 303191cded7SmrgPACKAGE_STRING = @PACKAGE_STRING@ 304191cded7SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 305ba064abeSmrgPACKAGE_URL = @PACKAGE_URL@ 306191cded7SmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 307191cded7SmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 308191cded7SmrgPKG_CONFIG = @PKG_CONFIG@ 309191cded7SmrgRANLIB = @RANLIB@ 310b290cf36SmrgSED = @SED@ 311191cded7SmrgSET_MAKE = @SET_MAKE@ 312191cded7SmrgSHELL = @SHELL@ 313d9dcd5aeSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 314191cded7SmrgSTRIP = @STRIP@ 315191cded7SmrgVERSION = @VERSION@ 316191cded7SmrgXMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 317ba064abeSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 318191cded7SmrgXTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 319191cded7SmrgXXF86VM_CFLAGS = @XXF86VM_CFLAGS@ 320191cded7SmrgXXF86VM_LIBS = @XXF86VM_LIBS@ 321b290cf36Smrgabs_builddir = @abs_builddir@ 322b290cf36Smrgabs_srcdir = @abs_srcdir@ 323b290cf36Smrgabs_top_builddir = @abs_top_builddir@ 324b290cf36Smrgabs_top_srcdir = @abs_top_srcdir@ 325d9dcd5aeSmrgac_ct_AR = @ac_ct_AR@ 326191cded7Smrgac_ct_CC = @ac_ct_CC@ 327b290cf36Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 328191cded7Smrgam__include = @am__include@ 329191cded7Smrgam__leading_dot = @am__leading_dot@ 330191cded7Smrgam__quote = @am__quote@ 331191cded7Smrgam__tar = @am__tar@ 332191cded7Smrgam__untar = @am__untar@ 333191cded7Smrgbindir = @bindir@ 334191cded7Smrgbuild = @build@ 335191cded7Smrgbuild_alias = @build_alias@ 336191cded7Smrgbuild_cpu = @build_cpu@ 337191cded7Smrgbuild_os = @build_os@ 338191cded7Smrgbuild_vendor = @build_vendor@ 339b290cf36Smrgbuilddir = @builddir@ 340191cded7Smrgdatadir = @datadir@ 341b290cf36Smrgdatarootdir = @datarootdir@ 342b290cf36Smrgdocdir = @docdir@ 343b290cf36Smrgdvidir = @dvidir@ 344191cded7Smrgexec_prefix = @exec_prefix@ 345191cded7Smrghost = @host@ 346191cded7Smrghost_alias = @host_alias@ 347191cded7Smrghost_cpu = @host_cpu@ 348191cded7Smrghost_os = @host_os@ 349191cded7Smrghost_vendor = @host_vendor@ 350b290cf36Smrghtmldir = @htmldir@ 351191cded7Smrgincludedir = @includedir@ 352191cded7Smrginfodir = @infodir@ 353191cded7Smrginstall_sh = @install_sh@ 354191cded7Smrglibdir = @libdir@ 355191cded7Smrglibexecdir = @libexecdir@ 356b290cf36Smrglocaledir = @localedir@ 357191cded7Smrglocalstatedir = @localstatedir@ 358191cded7Smrgmandir = @mandir@ 359191cded7Smrgmkdir_p = @mkdir_p@ 360191cded7Smrgoldincludedir = @oldincludedir@ 361b290cf36Smrgpdfdir = @pdfdir@ 362191cded7Smrgprefix = @prefix@ 363191cded7Smrgprogram_transform_name = @program_transform_name@ 364b290cf36Smrgpsdir = @psdir@ 365191cded7Smrgsbindir = @sbindir@ 366191cded7Smrgsharedstatedir = @sharedstatedir@ 367b290cf36Smrgsrcdir = @srcdir@ 368191cded7Smrgsysconfdir = @sysconfdir@ 369191cded7Smrgtarget_alias = @target_alias@ 370b290cf36Smrgtop_build_prefix = @top_build_prefix@ 371b290cf36Smrgtop_builddir = @top_builddir@ 372b290cf36Smrgtop_srcdir = @top_srcdir@ 373191cded7SmrgSUBDIRS = src man 374191cded7Smrgpkgconfigdir = $(libdir)/pkgconfig 375191cded7Smrgpkgconfig_DATA = xxf86vm.pc 376ba064abeSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 377191cded7Smrgall: all-recursive 378191cded7Smrg 379191cded7Smrg.SUFFIXES: 380d9dcd5aeSmrgam--refresh: Makefile 381191cded7Smrg @: 382d9dcd5aeSmrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 383191cded7Smrg @for dep in $?; do \ 384191cded7Smrg case '$(am__configure_deps)' in \ 385191cded7Smrg *$$dep*) \ 386b290cf36Smrg echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 387b290cf36Smrg $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 388191cded7Smrg && exit 0; \ 389191cded7Smrg exit 1;; \ 390191cded7Smrg esac; \ 391191cded7Smrg done; \ 392b290cf36Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 393b290cf36Smrg $(am__cd) $(top_srcdir) && \ 394b290cf36Smrg $(AUTOMAKE) --foreign Makefile 395191cded7SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 396191cded7Smrg @case '$?' in \ 397191cded7Smrg *config.status*) \ 398191cded7Smrg echo ' $(SHELL) ./config.status'; \ 399191cded7Smrg $(SHELL) ./config.status;; \ 400191cded7Smrg *) \ 401191cded7Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 402191cded7Smrg cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 403191cded7Smrg esac; 404191cded7Smrg 405191cded7Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 406191cded7Smrg $(SHELL) ./config.status --recheck 407191cded7Smrg 408d9dcd5aeSmrg$(top_srcdir)/configure: $(am__configure_deps) 409b290cf36Smrg $(am__cd) $(srcdir) && $(AUTOCONF) 410d9dcd5aeSmrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 411b290cf36Smrg $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 412b290cf36Smrg$(am__aclocal_m4_deps): 413191cded7Smrgxxf86vm.pc: $(top_builddir)/config.status $(srcdir)/xxf86vm.pc.in 414191cded7Smrg cd $(top_builddir) && $(SHELL) ./config.status $@ 415191cded7Smrg 416191cded7Smrgmostlyclean-libtool: 417191cded7Smrg -rm -f *.lo 418191cded7Smrg 419191cded7Smrgclean-libtool: 420191cded7Smrg -rm -rf .libs _libs 421191cded7Smrg 422191cded7Smrgdistclean-libtool: 423b290cf36Smrg -rm -f libtool config.lt 424191cded7Smrginstall-pkgconfigDATA: $(pkgconfig_DATA) 425191cded7Smrg @$(NORMAL_INSTALL) 426b290cf36Smrg @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 427d9dcd5aeSmrg if test -n "$$list"; then \ 428d9dcd5aeSmrg echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 429d9dcd5aeSmrg $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 430d9dcd5aeSmrg fi; \ 431b290cf36Smrg for p in $$list; do \ 432191cded7Smrg if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 433b290cf36Smrg echo "$$d$$p"; \ 434b290cf36Smrg done | $(am__base_list) | \ 435b290cf36Smrg while read files; do \ 436b290cf36Smrg echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 437b290cf36Smrg $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 438191cded7Smrg done 439191cded7Smrg 440191cded7Smrguninstall-pkgconfigDATA: 441191cded7Smrg @$(NORMAL_UNINSTALL) 442b290cf36Smrg @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 443b290cf36Smrg files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 444d9dcd5aeSmrg dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 445191cded7Smrg 446191cded7Smrg# This directory's subdirectories are mostly independent; you can cd 447d9dcd5aeSmrg# into them and run 'make' without going through this Makefile. 448d9dcd5aeSmrg# To change the values of 'make' variables: instead of editing Makefiles, 449d9dcd5aeSmrg# (1) if the variable is set in 'config.status', edit 'config.status' 450d9dcd5aeSmrg# (which will cause the Makefiles to be regenerated when you run 'make'); 451d9dcd5aeSmrg# (2) otherwise, pass the desired values on the 'make' command line. 452d9dcd5aeSmrg$(am__recursive_targets): 453d9dcd5aeSmrg @fail=; \ 454d9dcd5aeSmrg if $(am__make_keepgoing); then \ 455d9dcd5aeSmrg failcom='fail=yes'; \ 456d9dcd5aeSmrg else \ 457d9dcd5aeSmrg failcom='exit 1'; \ 458d9dcd5aeSmrg fi; \ 459191cded7Smrg dot_seen=no; \ 460191cded7Smrg target=`echo $@ | sed s/-recursive//`; \ 461d9dcd5aeSmrg case "$@" in \ 462d9dcd5aeSmrg distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 463d9dcd5aeSmrg *) list='$(SUBDIRS)' ;; \ 464d9dcd5aeSmrg esac; \ 465d9dcd5aeSmrg for subdir in $$list; do \ 466191cded7Smrg echo "Making $$target in $$subdir"; \ 467191cded7Smrg if test "$$subdir" = "."; then \ 468191cded7Smrg dot_seen=yes; \ 469191cded7Smrg local_target="$$target-am"; \ 470191cded7Smrg else \ 471191cded7Smrg local_target="$$target"; \ 472191cded7Smrg fi; \ 473b290cf36Smrg ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 474191cded7Smrg || eval $$failcom; \ 475191cded7Smrg done; \ 476191cded7Smrg if test "$$dot_seen" = "no"; then \ 477191cded7Smrg $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 478191cded7Smrg fi; test -z "$$fail" 479191cded7Smrg 480d9dcd5aeSmrgID: $(am__tagged_files) 481d9dcd5aeSmrg $(am__define_uniq_tagged_files); mkid -fID $$unique 482d9dcd5aeSmrgtags: tags-recursive 483d9dcd5aeSmrgTAGS: tags 484191cded7Smrg 485d9dcd5aeSmrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 486b290cf36Smrg set x; \ 487191cded7Smrg here=`pwd`; \ 488191cded7Smrg if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 489191cded7Smrg include_option=--etags-include; \ 490191cded7Smrg empty_fix=.; \ 491191cded7Smrg else \ 492191cded7Smrg include_option=--include; \ 493191cded7Smrg empty_fix=; \ 494191cded7Smrg fi; \ 495191cded7Smrg list='$(SUBDIRS)'; for subdir in $$list; do \ 496191cded7Smrg if test "$$subdir" = .; then :; else \ 497191cded7Smrg test ! -f $$subdir/TAGS || \ 498b290cf36Smrg set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 499191cded7Smrg fi; \ 500191cded7Smrg done; \ 501d9dcd5aeSmrg $(am__define_uniq_tagged_files); \ 502b290cf36Smrg shift; \ 503b290cf36Smrg if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 504191cded7Smrg test -n "$$unique" || unique=$$empty_fix; \ 505b290cf36Smrg if test $$# -gt 0; then \ 506b290cf36Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 507b290cf36Smrg "$$@" $$unique; \ 508b290cf36Smrg else \ 509b290cf36Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 510b290cf36Smrg $$unique; \ 511b290cf36Smrg fi; \ 512191cded7Smrg fi 513d9dcd5aeSmrgctags: ctags-recursive 514d9dcd5aeSmrg 515d9dcd5aeSmrgCTAGS: ctags 516d9dcd5aeSmrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 517d9dcd5aeSmrg $(am__define_uniq_tagged_files); \ 518b290cf36Smrg test -z "$(CTAGS_ARGS)$$unique" \ 519191cded7Smrg || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 520b290cf36Smrg $$unique 521191cded7Smrg 522191cded7SmrgGTAGS: 523191cded7Smrg here=`$(am__cd) $(top_builddir) && pwd` \ 524b290cf36Smrg && $(am__cd) $(top_srcdir) \ 525b290cf36Smrg && gtags -i $(GTAGS_ARGS) "$$here" 526d9dcd5aeSmrgcscope: cscope.files 527d9dcd5aeSmrg test ! -s cscope.files \ 528d9dcd5aeSmrg || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 529d9dcd5aeSmrgclean-cscope: 530d9dcd5aeSmrg -rm -f cscope.files 531d9dcd5aeSmrgcscope.files: clean-cscope cscopelist 532d9dcd5aeSmrgcscopelist: cscopelist-recursive 533d9dcd5aeSmrg 534d9dcd5aeSmrgcscopelist-am: $(am__tagged_files) 535d9dcd5aeSmrg list='$(am__tagged_files)'; \ 536d9dcd5aeSmrg case "$(srcdir)" in \ 537d9dcd5aeSmrg [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 538d9dcd5aeSmrg *) sdir=$(subdir)/$(srcdir) ;; \ 539d9dcd5aeSmrg esac; \ 540d9dcd5aeSmrg for i in $$list; do \ 541d9dcd5aeSmrg if test -f "$$i"; then \ 542d9dcd5aeSmrg echo "$(subdir)/$$i"; \ 543d9dcd5aeSmrg else \ 544d9dcd5aeSmrg echo "$$sdir/$$i"; \ 545d9dcd5aeSmrg fi; \ 546d9dcd5aeSmrg done >> $(top_builddir)/cscope.files 547191cded7Smrg 548191cded7Smrgdistclean-tags: 549191cded7Smrg -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 550d9dcd5aeSmrg -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 551191cded7Smrg 552191cded7Smrgdistdir: $(DISTFILES) 553191cded7Smrg $(am__remove_distdir) 554b290cf36Smrg test -d "$(distdir)" || mkdir "$(distdir)" 555b290cf36Smrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 556b290cf36Smrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 557b290cf36Smrg list='$(DISTFILES)'; \ 558b290cf36Smrg dist_files=`for file in $$list; do echo $$file; done | \ 559b290cf36Smrg sed -e "s|^$$srcdirstrip/||;t" \ 560b290cf36Smrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 561b290cf36Smrg case $$dist_files in \ 562b290cf36Smrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 563b290cf36Smrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 564b290cf36Smrg sort -u` ;; \ 565b290cf36Smrg esac; \ 566b290cf36Smrg for file in $$dist_files; do \ 567191cded7Smrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 568191cded7Smrg if test -d $$d/$$file; then \ 569b290cf36Smrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 570b290cf36Smrg if test -d "$(distdir)/$$file"; then \ 571b290cf36Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 572b290cf36Smrg fi; \ 573191cded7Smrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 574b290cf36Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 575b290cf36Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 576191cded7Smrg fi; \ 577b290cf36Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 578191cded7Smrg else \ 579b290cf36Smrg test -f "$(distdir)/$$file" \ 580b290cf36Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 581191cded7Smrg || exit 1; \ 582191cded7Smrg fi; \ 583191cded7Smrg done 584b290cf36Smrg @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 585191cded7Smrg if test "$$subdir" = .; then :; else \ 586d9dcd5aeSmrg $(am__make_dryrun) \ 587d9dcd5aeSmrg || test -d "$(distdir)/$$subdir" \ 588d9dcd5aeSmrg || $(MKDIR_P) "$(distdir)/$$subdir" \ 589d9dcd5aeSmrg || exit 1; \ 590b290cf36Smrg dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 591b290cf36Smrg $(am__relativize); \ 592b290cf36Smrg new_distdir=$$reldir; \ 593b290cf36Smrg dir1=$$subdir; dir2="$(top_distdir)"; \ 594b290cf36Smrg $(am__relativize); \ 595b290cf36Smrg new_top_distdir=$$reldir; \ 596b290cf36Smrg echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 597b290cf36Smrg echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 598b290cf36Smrg ($(am__cd) $$subdir && \ 599191cded7Smrg $(MAKE) $(AM_MAKEFLAGS) \ 600b290cf36Smrg top_distdir="$$new_top_distdir" \ 601b290cf36Smrg distdir="$$new_distdir" \ 602b290cf36Smrg am__remove_distdir=: \ 603b290cf36Smrg am__skip_length_check=: \ 604b290cf36Smrg am__skip_mode_fix=: \ 605191cded7Smrg distdir) \ 606191cded7Smrg || exit 1; \ 607191cded7Smrg fi; \ 608191cded7Smrg done 609b290cf36Smrg $(MAKE) $(AM_MAKEFLAGS) \ 610b290cf36Smrg top_distdir="$(top_distdir)" distdir="$(distdir)" \ 611b290cf36Smrg dist-hook 612b290cf36Smrg -test -n "$(am__skip_mode_fix)" \ 613ba064abeSmrg || find "$(distdir)" -type d ! -perm -755 \ 614ba064abeSmrg -exec chmod u+rwx,go+rx {} \; -o \ 615191cded7Smrg ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 616191cded7Smrg ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 617b290cf36Smrg ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 618b290cf36Smrg || chmod -R a+r "$(distdir)" 619191cded7Smrgdist-gzip: distdir 620191cded7Smrg tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 621d9dcd5aeSmrg $(am__post_remove_distdir) 622191cded7Smrgdist-bzip2: distdir 623d9dcd5aeSmrg tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 624d9dcd5aeSmrg $(am__post_remove_distdir) 625191cded7Smrg 626d9dcd5aeSmrgdist-lzip: distdir 627d9dcd5aeSmrg tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 628d9dcd5aeSmrg $(am__post_remove_distdir) 629b290cf36Smrg 630b290cf36Smrgdist-xz: distdir 631d9dcd5aeSmrg tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 632d9dcd5aeSmrg $(am__post_remove_distdir) 633b290cf36Smrg 634191cded7Smrgdist-tarZ: distdir 63558deefebSmrg @echo WARNING: "Support for distribution archives compressed with" \ 63658deefebSmrg "legacy program 'compress' is deprecated." >&2 63758deefebSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 638191cded7Smrg tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 639d9dcd5aeSmrg $(am__post_remove_distdir) 640191cded7Smrg 641191cded7Smrgdist-shar: distdir 64258deefebSmrg @echo WARNING: "Support for shar distribution archives is" \ 64358deefebSmrg "deprecated." >&2 64458deefebSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 645191cded7Smrg shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 646d9dcd5aeSmrg $(am__post_remove_distdir) 647191cded7Smrg 648191cded7Smrgdist-zip: distdir 649191cded7Smrg -rm -f $(distdir).zip 650191cded7Smrg zip -rq $(distdir).zip $(distdir) 651d9dcd5aeSmrg $(am__post_remove_distdir) 652191cded7Smrg 653d9dcd5aeSmrgdist dist-all: 654d9dcd5aeSmrg $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 655d9dcd5aeSmrg $(am__post_remove_distdir) 656191cded7Smrg 657191cded7Smrg# This target untars the dist file and tries a VPATH configuration. Then 658191cded7Smrg# it guarantees that the distribution is self-contained by making another 659191cded7Smrg# tarfile. 660191cded7Smrgdistcheck: dist 661191cded7Smrg case '$(DIST_ARCHIVES)' in \ 662191cded7Smrg *.tar.gz*) \ 663ba064abeSmrg GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 664191cded7Smrg *.tar.bz2*) \ 665ba064abeSmrg bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 666d9dcd5aeSmrg *.tar.lz*) \ 667d9dcd5aeSmrg lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 668b290cf36Smrg *.tar.xz*) \ 669b290cf36Smrg xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 670191cded7Smrg *.tar.Z*) \ 671191cded7Smrg uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 672191cded7Smrg *.shar.gz*) \ 673ba064abeSmrg GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 674191cded7Smrg *.zip*) \ 675191cded7Smrg unzip $(distdir).zip ;;\ 676191cded7Smrg esac 677d9dcd5aeSmrg chmod -R a-w $(distdir) 678d9dcd5aeSmrg chmod u+w $(distdir) 67958deefebSmrg mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 680191cded7Smrg chmod a-w $(distdir) 681b290cf36Smrg test -d $(distdir)/_build || exit 0; \ 682191cded7Smrg dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 683191cded7Smrg && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 684b290cf36Smrg && am__cwd=`pwd` \ 68558deefebSmrg && $(am__cd) $(distdir)/_build/sub \ 68658deefebSmrg && ../../configure \ 687d9dcd5aeSmrg $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 688191cded7Smrg $(DISTCHECK_CONFIGURE_FLAGS) \ 68958deefebSmrg --srcdir=../.. --prefix="$$dc_install_base" \ 690191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) \ 691191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) dvi \ 692191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) check \ 693191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) install \ 694191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 695191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 696191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 697191cded7Smrg distuninstallcheck \ 698191cded7Smrg && chmod -R a-w "$$dc_install_base" \ 699191cded7Smrg && ({ \ 700191cded7Smrg (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 701191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 702191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 703191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 704191cded7Smrg distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 705191cded7Smrg } || { rm -rf "$$dc_destdir"; exit 1; }) \ 706191cded7Smrg && rm -rf "$$dc_destdir" \ 707191cded7Smrg && $(MAKE) $(AM_MAKEFLAGS) dist \ 708191cded7Smrg && rm -rf $(DIST_ARCHIVES) \ 709b290cf36Smrg && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 710b290cf36Smrg && cd "$$am__cwd" \ 711b290cf36Smrg || exit 1 712d9dcd5aeSmrg $(am__post_remove_distdir) 713191cded7Smrg @(echo "$(distdir) archives ready for distribution: "; \ 714191cded7Smrg list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 715b290cf36Smrg sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 716191cded7Smrgdistuninstallcheck: 717d9dcd5aeSmrg @test -n '$(distuninstallcheck_dir)' || { \ 718d9dcd5aeSmrg echo 'ERROR: trying to run $@ with an empty' \ 719d9dcd5aeSmrg '$$(distuninstallcheck_dir)' >&2; \ 720d9dcd5aeSmrg exit 1; \ 721d9dcd5aeSmrg }; \ 722d9dcd5aeSmrg $(am__cd) '$(distuninstallcheck_dir)' || { \ 723d9dcd5aeSmrg echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 724d9dcd5aeSmrg exit 1; \ 725d9dcd5aeSmrg }; \ 726d9dcd5aeSmrg test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 727191cded7Smrg || { echo "ERROR: files left after uninstall:" ; \ 728191cded7Smrg if test -n "$(DESTDIR)"; then \ 729191cded7Smrg echo " (check DESTDIR support)"; \ 730191cded7Smrg fi ; \ 731191cded7Smrg $(distuninstallcheck_listfiles) ; \ 732191cded7Smrg exit 1; } >&2 733191cded7Smrgdistcleancheck: distclean 734191cded7Smrg @if test '$(srcdir)' = . ; then \ 735191cded7Smrg echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 736191cded7Smrg exit 1 ; \ 737191cded7Smrg fi 738191cded7Smrg @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 739191cded7Smrg || { echo "ERROR: files left in build directory after distclean:" ; \ 740191cded7Smrg $(distcleancheck_listfiles) ; \ 741191cded7Smrg exit 1; } >&2 742191cded7Smrgcheck-am: all-am 743191cded7Smrgcheck: check-recursive 744191cded7Smrgall-am: Makefile $(DATA) 745191cded7Smrginstalldirs: installdirs-recursive 746191cded7Smrginstalldirs-am: 747191cded7Smrg for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 748b290cf36Smrg test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 749191cded7Smrg done 750191cded7Smrginstall: install-recursive 751191cded7Smrginstall-exec: install-exec-recursive 752191cded7Smrginstall-data: install-data-recursive 753191cded7Smrguninstall: uninstall-recursive 754191cded7Smrg 755191cded7Smrginstall-am: all-am 756191cded7Smrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 757191cded7Smrg 758191cded7Smrginstallcheck: installcheck-recursive 759191cded7Smrginstall-strip: 760d9dcd5aeSmrg if test -z '$(STRIP)'; then \ 761d9dcd5aeSmrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 762d9dcd5aeSmrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 763d9dcd5aeSmrg install; \ 764d9dcd5aeSmrg else \ 765d9dcd5aeSmrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 766d9dcd5aeSmrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 767d9dcd5aeSmrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 768d9dcd5aeSmrg fi 769191cded7Smrgmostlyclean-generic: 770191cded7Smrg 771191cded7Smrgclean-generic: 772191cded7Smrg 773191cded7Smrgdistclean-generic: 774191cded7Smrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 775b290cf36Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 776191cded7Smrg 777191cded7Smrgmaintainer-clean-generic: 778191cded7Smrg @echo "This command is intended for maintainers to use" 779191cded7Smrg @echo "it deletes files that may require special tools to rebuild." 780b290cf36Smrg -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 781191cded7Smrgclean: clean-recursive 782191cded7Smrg 783191cded7Smrgclean-am: clean-generic clean-libtool mostlyclean-am 784191cded7Smrg 785191cded7Smrgdistclean: distclean-recursive 786191cded7Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 787191cded7Smrg -rm -f Makefile 788191cded7Smrgdistclean-am: clean-am distclean-generic distclean-libtool \ 789191cded7Smrg distclean-tags 790191cded7Smrg 791191cded7Smrgdvi: dvi-recursive 792191cded7Smrg 793191cded7Smrgdvi-am: 794191cded7Smrg 795191cded7Smrghtml: html-recursive 796191cded7Smrg 797b290cf36Smrghtml-am: 798b290cf36Smrg 799191cded7Smrginfo: info-recursive 800191cded7Smrg 801191cded7Smrginfo-am: 802191cded7Smrg 803191cded7Smrginstall-data-am: install-pkgconfigDATA 804191cded7Smrg 805b290cf36Smrginstall-dvi: install-dvi-recursive 806b290cf36Smrg 807b290cf36Smrginstall-dvi-am: 808b290cf36Smrg 809191cded7Smrginstall-exec-am: 810191cded7Smrg 811b290cf36Smrginstall-html: install-html-recursive 812b290cf36Smrg 813b290cf36Smrginstall-html-am: 814b290cf36Smrg 815191cded7Smrginstall-info: install-info-recursive 816191cded7Smrg 817b290cf36Smrginstall-info-am: 818b290cf36Smrg 819191cded7Smrginstall-man: 820191cded7Smrg 821b290cf36Smrginstall-pdf: install-pdf-recursive 822b290cf36Smrg 823b290cf36Smrginstall-pdf-am: 824b290cf36Smrg 825b290cf36Smrginstall-ps: install-ps-recursive 826b290cf36Smrg 827b290cf36Smrginstall-ps-am: 828b290cf36Smrg 829191cded7Smrginstallcheck-am: 830191cded7Smrg 831191cded7Smrgmaintainer-clean: maintainer-clean-recursive 832191cded7Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 833191cded7Smrg -rm -rf $(top_srcdir)/autom4te.cache 834191cded7Smrg -rm -f Makefile 835191cded7Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic 836191cded7Smrg 837191cded7Smrgmostlyclean: mostlyclean-recursive 838191cded7Smrg 839191cded7Smrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool 840191cded7Smrg 841191cded7Smrgpdf: pdf-recursive 842191cded7Smrg 843191cded7Smrgpdf-am: 844191cded7Smrg 845191cded7Smrgps: ps-recursive 846191cded7Smrg 847191cded7Smrgps-am: 848191cded7Smrg 849b290cf36Smrguninstall-am: uninstall-pkgconfigDATA 850b290cf36Smrg 851d9dcd5aeSmrg.MAKE: $(am__recursive_targets) install-am install-strip 852d9dcd5aeSmrg 853d9dcd5aeSmrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 854d9dcd5aeSmrg am--refresh check check-am clean clean-cscope clean-generic \ 855d9dcd5aeSmrg clean-libtool cscope cscopelist-am ctags ctags-am dist \ 856d9dcd5aeSmrg dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 857d9dcd5aeSmrg dist-tarZ dist-xz dist-zip distcheck distclean \ 858d9dcd5aeSmrg distclean-generic distclean-libtool distclean-tags \ 859d9dcd5aeSmrg distcleancheck distdir distuninstallcheck dvi dvi-am html \ 860d9dcd5aeSmrg html-am info info-am install install-am install-data \ 861d9dcd5aeSmrg install-data-am install-dvi install-dvi-am install-exec \ 862d9dcd5aeSmrg install-exec-am install-html install-html-am install-info \ 863d9dcd5aeSmrg install-info-am install-man install-pdf install-pdf-am \ 864d9dcd5aeSmrg install-pkgconfigDATA install-ps install-ps-am install-strip \ 865d9dcd5aeSmrg installcheck installcheck-am installdirs installdirs-am \ 866d9dcd5aeSmrg maintainer-clean maintainer-clean-generic mostlyclean \ 867d9dcd5aeSmrg mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 868d9dcd5aeSmrg tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA 869b290cf36Smrg 87058deefebSmrg.PRECIOUS: Makefile 87158deefebSmrg 872b290cf36Smrg 873ba064abeSmrg.PHONY: ChangeLog INSTALL 874ba064abeSmrg 875ba064abeSmrgINSTALL: 876ba064abeSmrg $(INSTALL_CMD) 877b290cf36Smrg 878b290cf36SmrgChangeLog: 879b290cf36Smrg $(CHANGELOG_CMD) 880b290cf36Smrg 881ba064abeSmrgdist-hook: ChangeLog INSTALL 882191cded7Smrg 883191cded7Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 884191cded7Smrg# Otherwise a system limit (for SysV at least) may be exceeded. 885191cded7Smrg.NOEXPORT: 886