Makefile.in revision 7c5adda3
17c5adda3Smrg# Makefile.in generated by automake 1.16.5 from Makefile.am. 2c81d8f5eSmrg# @configure_input@ 3c81d8f5eSmrg 47c5adda3Smrg# Copyright (C) 1994-2021 Free Software Foundation, Inc. 56f02d4e9Smrg 6c81d8f5eSmrg# This Makefile.in is free software; the Free Software Foundation 7c81d8f5eSmrg# gives unlimited permission to copy and/or distribute it, 8c81d8f5eSmrg# with or without modifications, as long as this notice is preserved. 9c81d8f5eSmrg 10c81d8f5eSmrg# This program is distributed in the hope that it will be useful, 11c81d8f5eSmrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12c81d8f5eSmrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13c81d8f5eSmrg# PARTICULAR PURPOSE. 14c81d8f5eSmrg 15c81d8f5eSmrg@SET_MAKE@ 16c81d8f5eSmrg 17c81d8f5eSmrgVPATH = @srcdir@ 18d73e0b87Smrgam__is_gnu_make = { \ 19d73e0b87Smrg if test -z '$(MAKELEVEL)'; then \ 20d73e0b87Smrg false; \ 21d73e0b87Smrg elif test -n '$(MAKE_HOST)'; then \ 22d73e0b87Smrg true; \ 23d73e0b87Smrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24d73e0b87Smrg true; \ 25d73e0b87Smrg else \ 26d73e0b87Smrg false; \ 27d73e0b87Smrg fi; \ 28d73e0b87Smrg} 296f02d4e9Smrgam__make_running_with_option = \ 306f02d4e9Smrg case $${target_option-} in \ 316f02d4e9Smrg ?) ;; \ 326f02d4e9Smrg *) echo "am__make_running_with_option: internal error: invalid" \ 336f02d4e9Smrg "target option '$${target_option-}' specified" >&2; \ 346f02d4e9Smrg exit 1;; \ 356f02d4e9Smrg esac; \ 366f02d4e9Smrg has_opt=no; \ 376f02d4e9Smrg sane_makeflags=$$MAKEFLAGS; \ 386f02d4e9Smrg if $(am__is_gnu_make); then \ 396f02d4e9Smrg sane_makeflags=$$MFLAGS; \ 406f02d4e9Smrg else \ 416f02d4e9Smrg case $$MAKEFLAGS in \ 426f02d4e9Smrg *\\[\ \ ]*) \ 436f02d4e9Smrg bs=\\; \ 446f02d4e9Smrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 456f02d4e9Smrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 466f02d4e9Smrg esac; \ 476f02d4e9Smrg fi; \ 486f02d4e9Smrg skip_next=no; \ 496f02d4e9Smrg strip_trailopt () \ 506f02d4e9Smrg { \ 516f02d4e9Smrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 526f02d4e9Smrg }; \ 536f02d4e9Smrg for flg in $$sane_makeflags; do \ 546f02d4e9Smrg test $$skip_next = yes && { skip_next=no; continue; }; \ 556f02d4e9Smrg case $$flg in \ 566f02d4e9Smrg *=*|--*) continue;; \ 576f02d4e9Smrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 586f02d4e9Smrg -*I?*) strip_trailopt 'I';; \ 596f02d4e9Smrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 606f02d4e9Smrg -*O?*) strip_trailopt 'O';; \ 616f02d4e9Smrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 626f02d4e9Smrg -*l?*) strip_trailopt 'l';; \ 636f02d4e9Smrg -[dEDm]) skip_next=yes;; \ 646f02d4e9Smrg -[JT]) skip_next=yes;; \ 656f02d4e9Smrg esac; \ 666f02d4e9Smrg case $$flg in \ 676f02d4e9Smrg *$$target_option*) has_opt=yes; break;; \ 686f02d4e9Smrg esac; \ 696f02d4e9Smrg done; \ 706f02d4e9Smrg test $$has_opt = yes 716f02d4e9Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 726f02d4e9Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73c81d8f5eSmrgpkgdatadir = $(datadir)/@PACKAGE@ 7421212451Smrgpkgincludedir = $(includedir)/@PACKAGE@ 756f02d4e9Smrgpkglibdir = $(libdir)/@PACKAGE@ 766f02d4e9Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 77c81d8f5eSmrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78c81d8f5eSmrginstall_sh_DATA = $(install_sh) -c -m 644 79c81d8f5eSmrginstall_sh_PROGRAM = $(install_sh) -c 80c81d8f5eSmrginstall_sh_SCRIPT = $(install_sh) -c 81c81d8f5eSmrgINSTALL_HEADER = $(INSTALL_DATA) 82c81d8f5eSmrgtransform = $(program_transform_name) 83c81d8f5eSmrgNORMAL_INSTALL = : 84c81d8f5eSmrgPRE_INSTALL = : 85c81d8f5eSmrgPOST_INSTALL = : 86c81d8f5eSmrgNORMAL_UNINSTALL = : 87c81d8f5eSmrgPRE_UNINSTALL = : 88c81d8f5eSmrgPOST_UNINSTALL = : 89c81d8f5eSmrgbuild_triplet = @build@ 90c81d8f5eSmrghost_triplet = @host@ 91c81d8f5eSmrgsubdir = man 92c81d8f5eSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93c81d8f5eSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 94c81d8f5eSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95c81d8f5eSmrg $(ACLOCAL_M4) 96d73e0b87SmrgDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 97c81d8f5eSmrgmkinstalldirs = $(install_sh) -d 98c81d8f5eSmrgCONFIG_HEADER = $(top_builddir)/config.h 99c81d8f5eSmrgCONFIG_CLEAN_FILES = 1006f02d4e9SmrgCONFIG_CLEAN_VPATH_FILES = 1016f02d4e9SmrgAM_V_P = $(am__v_P_@AM_V@) 1026f02d4e9Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 1036f02d4e9Smrgam__v_P_0 = false 1046f02d4e9Smrgam__v_P_1 = : 1056f02d4e9SmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 1066f02d4e9Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 1076f02d4e9Smrgam__v_GEN_0 = @echo " GEN " $@; 1086f02d4e9Smrgam__v_GEN_1 = 1096f02d4e9SmrgAM_V_at = $(am__v_at_@AM_V@) 1106f02d4e9Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 1116f02d4e9Smrgam__v_at_0 = @ 1126f02d4e9Smrgam__v_at_1 = 113c81d8f5eSmrgSOURCES = 114c81d8f5eSmrgDIST_SOURCES = 1156f02d4e9Smrgam__can_run_installinfo = \ 1166f02d4e9Smrg case $$AM_UPDATE_INFO_DIR in \ 1176f02d4e9Smrg n|no|NO) false;; \ 1186f02d4e9Smrg *) (install-info --version) >/dev/null 2>&1;; \ 1196f02d4e9Smrg esac 120c81d8f5eSmrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 121c81d8f5eSmrgam__vpath_adj = case $$p in \ 122c81d8f5eSmrg $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 123c81d8f5eSmrg *) f=$$p;; \ 124c81d8f5eSmrg esac; 1256f02d4e9Smrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 1266f02d4e9Smrgam__install_max = 40 1276f02d4e9Smrgam__nobase_strip_setup = \ 1286f02d4e9Smrg srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 1296f02d4e9Smrgam__nobase_strip = \ 1306f02d4e9Smrg for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 1316f02d4e9Smrgam__nobase_list = $(am__nobase_strip_setup); \ 1326f02d4e9Smrg for p in $$list; do echo "$$p $$p"; done | \ 1336f02d4e9Smrg sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 1346f02d4e9Smrg $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 1356f02d4e9Smrg if (++n[$$2] == $(am__install_max)) \ 1366f02d4e9Smrg { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 1376f02d4e9Smrg END { for (dir in files) print dir, files[dir] }' 1386f02d4e9Smrgam__base_list = \ 1396f02d4e9Smrg sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 1406f02d4e9Smrg sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 1416f02d4e9Smrgam__uninstall_files_from_dir = { \ 1426f02d4e9Smrg test -z "$$files" \ 1436f02d4e9Smrg || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 1446f02d4e9Smrg || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 1456f02d4e9Smrg $(am__cd) "$$dir" && rm -f $$files; }; \ 1466f02d4e9Smrg } 147c81d8f5eSmrgam__installdirs = "$(DESTDIR)$(appmandir)" 148c81d8f5eSmrgDATA = $(appman_DATA) 1496f02d4e9Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 150d73e0b87Smrgam__DIST_COMMON = $(srcdir)/Makefile.in 151c81d8f5eSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 152c81d8f5eSmrgACLOCAL = @ACLOCAL@ 153c81d8f5eSmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 154c81d8f5eSmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 155c81d8f5eSmrgAMTAR = @AMTAR@ 156c81d8f5eSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 157c81d8f5eSmrgAPP_MAN_DIR = @APP_MAN_DIR@ 158c81d8f5eSmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 159c81d8f5eSmrgAUTOCONF = @AUTOCONF@ 160c81d8f5eSmrgAUTOHEADER = @AUTOHEADER@ 161c81d8f5eSmrgAUTOMAKE = @AUTOMAKE@ 162c81d8f5eSmrgAWK = @AWK@ 16321212451SmrgBASE_CFLAGS = @BASE_CFLAGS@ 164c81d8f5eSmrgCC = @CC@ 165c81d8f5eSmrgCCDEPMODE = @CCDEPMODE@ 166c81d8f5eSmrgCFLAGS = @CFLAGS@ 167c81d8f5eSmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 168c81d8f5eSmrgCPP = @CPP@ 169c81d8f5eSmrgCPPFLAGS = @CPPFLAGS@ 1707c5adda3SmrgCSCOPE = @CSCOPE@ 1717c5adda3SmrgCTAGS = @CTAGS@ 172c81d8f5eSmrgCWARNFLAGS = @CWARNFLAGS@ 173c81d8f5eSmrgCYGPATH_W = @CYGPATH_W@ 174c81d8f5eSmrgDEFS = @DEFS@ 175c81d8f5eSmrgDEPDIR = @DEPDIR@ 176c81d8f5eSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 177c81d8f5eSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 178c81d8f5eSmrgECHO_C = @ECHO_C@ 179c81d8f5eSmrgECHO_N = @ECHO_N@ 180c81d8f5eSmrgECHO_T = @ECHO_T@ 1817c5adda3SmrgETAGS = @ETAGS@ 182c81d8f5eSmrgEXEEXT = @EXEEXT@ 183c81d8f5eSmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 184c81d8f5eSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 185c81d8f5eSmrgINSTALL = @INSTALL@ 186c81d8f5eSmrgINSTALL_CMD = @INSTALL_CMD@ 187c81d8f5eSmrgINSTALL_DATA = @INSTALL_DATA@ 188c81d8f5eSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 189c81d8f5eSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 190c81d8f5eSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 191c81d8f5eSmrgLAUNCHD = @LAUNCHD@ 192c81d8f5eSmrgLDFLAGS = @LDFLAGS@ 193c81d8f5eSmrgLIBOBJS = @LIBOBJS@ 194c81d8f5eSmrgLIBS = @LIBS@ 195c81d8f5eSmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 196c81d8f5eSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 197c81d8f5eSmrgLTLIBOBJS = @LTLIBOBJS@ 198c81d8f5eSmrgMAKEINFO = @MAKEINFO@ 199c81d8f5eSmrgMAN_SUBSTS = @MAN_SUBSTS@ -e 's|__XSERVERNAME__|$(XSERVERNAME)|g' -e \ 200c81d8f5eSmrg 's|__XCONFIGFILE__|$(XCONFIGFILE)|g' -e \ 201c81d8f5eSmrg 's|__XCONFIGFILEMAN__|$(XCONFIGFILEMAN)|g' -e \ 202c81d8f5eSmrg 's|__xinitdir__|$(XINITDIR)|g' -e 's|__bindir__|$(bindir)|g' \ 203d73e0b87Smrg -e 's|__libdir__|$(libdir)|g' -e \ 2046f02d4e9Smrg 's|__configdir__|$(XINITDIR)|g' 205c81d8f5eSmrgMCOOKIE = @MCOOKIE@ 206c81d8f5eSmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 207c81d8f5eSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 208c81d8f5eSmrgMKDIR_P = @MKDIR_P@ 209c81d8f5eSmrgOBJEXT = @OBJEXT@ 2106f02d4e9SmrgOPENSSL = @OPENSSL@ 211c81d8f5eSmrgPACKAGE = @PACKAGE@ 212c81d8f5eSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 213c81d8f5eSmrgPACKAGE_NAME = @PACKAGE_NAME@ 214c81d8f5eSmrgPACKAGE_STRING = @PACKAGE_STRING@ 215c81d8f5eSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 2166f02d4e9SmrgPACKAGE_URL = @PACKAGE_URL@ 217c81d8f5eSmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 218c81d8f5eSmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 219c81d8f5eSmrgPKG_CONFIG = @PKG_CONFIG@ 2207253c0c7SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 2217253c0c7SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 222c81d8f5eSmrgRAWCPP = @RAWCPP@ 223c81d8f5eSmrgRAWCPPFLAGS = @RAWCPPFLAGS@ 224c81d8f5eSmrgSED = @SED@ 225c81d8f5eSmrgSET_MAKE = @SET_MAKE@ 226c81d8f5eSmrgSHELL = @SHELL@ 227c81d8f5eSmrgSHELL_CMD = @SHELL_CMD@ 228c81d8f5eSmrgSTARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@ 229c81d8f5eSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 230c81d8f5eSmrgSTRIP = @STRIP@ 2317253c0c7SmrgTRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 232c81d8f5eSmrgTWM = @TWM@ 233c81d8f5eSmrgVERSION = @VERSION@ 234c81d8f5eSmrgXAUTH = @XAUTH@ 235c81d8f5eSmrgXCLOCK = @XCLOCK@ 236c81d8f5eSmrgXCONFIGFILE = @XCONFIGFILE@ 237c81d8f5eSmrgXCONFIGFILEMAN = @XCONFIGFILEMAN@ 238c81d8f5eSmrgXINIT = @XINIT@ 239c81d8f5eSmrgXINITDIR = @XINITDIR@ 240c81d8f5eSmrgXINIT_CFLAGS = @XINIT_CFLAGS@ 241c81d8f5eSmrgXINIT_LIBS = @XINIT_LIBS@ 242c81d8f5eSmrgXMODMAP = @XMODMAP@ 243c81d8f5eSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 244c81d8f5eSmrgXRDB = @XRDB@ 245c81d8f5eSmrgXSERVER = @XSERVER@ 246c81d8f5eSmrgXSERVERNAME = @XSERVERNAME@ 247c81d8f5eSmrgXTERM = @XTERM@ 248c81d8f5eSmrgabs_builddir = @abs_builddir@ 249c81d8f5eSmrgabs_srcdir = @abs_srcdir@ 250c81d8f5eSmrgabs_top_builddir = @abs_top_builddir@ 251c81d8f5eSmrgabs_top_srcdir = @abs_top_srcdir@ 252c81d8f5eSmrgac_ct_CC = @ac_ct_CC@ 253c81d8f5eSmrgam__include = @am__include@ 254c81d8f5eSmrgam__leading_dot = @am__leading_dot@ 255c81d8f5eSmrgam__quote = @am__quote@ 256c81d8f5eSmrgam__tar = @am__tar@ 257c81d8f5eSmrgam__untar = @am__untar@ 258c81d8f5eSmrgbindir = @bindir@ 259c81d8f5eSmrgbuild = @build@ 260c81d8f5eSmrgbuild_alias = @build_alias@ 261c81d8f5eSmrgbuild_cpu = @build_cpu@ 262c81d8f5eSmrgbuild_os = @build_os@ 263c81d8f5eSmrgbuild_vendor = @build_vendor@ 264c81d8f5eSmrgbuilddir = @builddir@ 265c81d8f5eSmrgbundleidprefix = @bundleidprefix@ 266c81d8f5eSmrgdatadir = @datadir@ 267c81d8f5eSmrgdatarootdir = @datarootdir@ 268c81d8f5eSmrgdocdir = @docdir@ 269c81d8f5eSmrgdvidir = @dvidir@ 270c81d8f5eSmrgexec_prefix = @exec_prefix@ 271c81d8f5eSmrghost = @host@ 272c81d8f5eSmrghost_alias = @host_alias@ 273c81d8f5eSmrghost_cpu = @host_cpu@ 274c81d8f5eSmrghost_os = @host_os@ 275c81d8f5eSmrghost_vendor = @host_vendor@ 276c81d8f5eSmrghtmldir = @htmldir@ 277c81d8f5eSmrgincludedir = @includedir@ 278c81d8f5eSmrginfodir = @infodir@ 279c81d8f5eSmrginstall_sh = @install_sh@ 280c81d8f5eSmrglaunchagentsdir = @launchagentsdir@ 28121212451Smrglaunchagentxserver = @launchagentxserver@ 282c81d8f5eSmrglaunchdaemonsdir = @launchdaemonsdir@ 283c81d8f5eSmrglibdir = @libdir@ 284c81d8f5eSmrglibexecdir = @libexecdir@ 285c81d8f5eSmrglocaledir = @localedir@ 286c81d8f5eSmrglocalstatedir = @localstatedir@ 287c81d8f5eSmrgmandir = @mandir@ 288c81d8f5eSmrgmkdir_p = @mkdir_p@ 289c81d8f5eSmrgoldincludedir = @oldincludedir@ 290c81d8f5eSmrgpdfdir = @pdfdir@ 291c81d8f5eSmrgprefix = @prefix@ 292c81d8f5eSmrgprogram_transform_name = @program_transform_name@ 293c81d8f5eSmrgpsdir = @psdir@ 2947c5adda3Smrgrunstatedir = @runstatedir@ 295c81d8f5eSmrgsbindir = @sbindir@ 296c81d8f5eSmrgsharedstatedir = @sharedstatedir@ 297c81d8f5eSmrgsrcdir = @srcdir@ 298c81d8f5eSmrgsysconfdir = @sysconfdir@ 299c81d8f5eSmrgtarget_alias = @target_alias@ 3006f02d4e9Smrgtop_build_prefix = @top_build_prefix@ 301c81d8f5eSmrgtop_builddir = @top_builddir@ 302c81d8f5eSmrgtop_srcdir = @top_srcdir@ 303c81d8f5eSmrgappmandir = $(APP_MAN_DIR) 304c81d8f5eSmrgappman_PRE = startx.man xinit.man 305c81d8f5eSmrgappman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) 306c81d8f5eSmrgEXTRA_DIST = $(appman_PRE) 307c81d8f5eSmrgCLEANFILES = $(appman_DATA) 308c81d8f5eSmrgSUFFIXES = .$(APP_MAN_SUFFIX) .man 309c81d8f5eSmrgall: all-am 310c81d8f5eSmrg 311c81d8f5eSmrg.SUFFIXES: 312c81d8f5eSmrg.SUFFIXES: .$(APP_MAN_SUFFIX) .man 3137253c0c7Smrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 314c81d8f5eSmrg @for dep in $?; do \ 315c81d8f5eSmrg case '$(am__configure_deps)' in \ 316c81d8f5eSmrg *$$dep*) \ 3176f02d4e9Smrg ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 3186f02d4e9Smrg && { if test -f $@; then exit 0; else break; fi; }; \ 319c81d8f5eSmrg exit 1;; \ 320c81d8f5eSmrg esac; \ 321c81d8f5eSmrg done; \ 3226f02d4e9Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 3236f02d4e9Smrg $(am__cd) $(top_srcdir) && \ 3246f02d4e9Smrg $(AUTOMAKE) --foreign man/Makefile 325c81d8f5eSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 326c81d8f5eSmrg @case '$?' in \ 327c81d8f5eSmrg *config.status*) \ 328c81d8f5eSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 329c81d8f5eSmrg *) \ 3307c5adda3Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 3317c5adda3Smrg cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 332c81d8f5eSmrg esac; 333c81d8f5eSmrg 334c81d8f5eSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 335c81d8f5eSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 336c81d8f5eSmrg 3377253c0c7Smrg$(top_srcdir)/configure: $(am__configure_deps) 338c81d8f5eSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 3397253c0c7Smrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 340c81d8f5eSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 3416f02d4e9Smrg$(am__aclocal_m4_deps): 342c81d8f5eSmrginstall-appmanDATA: $(appman_DATA) 343c81d8f5eSmrg @$(NORMAL_INSTALL) 3446f02d4e9Smrg @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 3456f02d4e9Smrg if test -n "$$list"; then \ 3466f02d4e9Smrg echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \ 3476f02d4e9Smrg $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \ 3486f02d4e9Smrg fi; \ 3496f02d4e9Smrg for p in $$list; do \ 350c81d8f5eSmrg if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3516f02d4e9Smrg echo "$$d$$p"; \ 3526f02d4e9Smrg done | $(am__base_list) | \ 3536f02d4e9Smrg while read files; do \ 3546f02d4e9Smrg echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 3556f02d4e9Smrg $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 356c81d8f5eSmrg done 357c81d8f5eSmrg 358c81d8f5eSmrguninstall-appmanDATA: 359c81d8f5eSmrg @$(NORMAL_UNINSTALL) 3606f02d4e9Smrg @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 3616f02d4e9Smrg files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 3626f02d4e9Smrg dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) 3636f02d4e9Smrgtags TAGS: 364c81d8f5eSmrg 3656f02d4e9Smrgctags CTAGS: 3666f02d4e9Smrg 3676f02d4e9Smrgcscope cscopelist: 368c81d8f5eSmrg 3697c5adda3Smrgdistdir: $(BUILT_SOURCES) 3707c5adda3Smrg $(MAKE) $(AM_MAKEFLAGS) distdir-am 371c81d8f5eSmrg 3727c5adda3Smrgdistdir-am: $(DISTFILES) 373c81d8f5eSmrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 374c81d8f5eSmrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 375c81d8f5eSmrg list='$(DISTFILES)'; \ 376c81d8f5eSmrg dist_files=`for file in $$list; do echo $$file; done | \ 377c81d8f5eSmrg sed -e "s|^$$srcdirstrip/||;t" \ 378c81d8f5eSmrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 379c81d8f5eSmrg case $$dist_files in \ 380c81d8f5eSmrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 381c81d8f5eSmrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 382c81d8f5eSmrg sort -u` ;; \ 383c81d8f5eSmrg esac; \ 384c81d8f5eSmrg for file in $$dist_files; do \ 385c81d8f5eSmrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 386c81d8f5eSmrg if test -d $$d/$$file; then \ 387c81d8f5eSmrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 3886f02d4e9Smrg if test -d "$(distdir)/$$file"; then \ 3896f02d4e9Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 3906f02d4e9Smrg fi; \ 391c81d8f5eSmrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 3926f02d4e9Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 3936f02d4e9Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 394c81d8f5eSmrg fi; \ 3956f02d4e9Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 396c81d8f5eSmrg else \ 3976f02d4e9Smrg test -f "$(distdir)/$$file" \ 3986f02d4e9Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 399c81d8f5eSmrg || exit 1; \ 400c81d8f5eSmrg fi; \ 401c81d8f5eSmrg done 402c81d8f5eSmrgcheck-am: all-am 403c81d8f5eSmrgcheck: check-am 404c81d8f5eSmrgall-am: Makefile $(DATA) 405c81d8f5eSmrginstalldirs: 406c81d8f5eSmrg for dir in "$(DESTDIR)$(appmandir)"; do \ 407c81d8f5eSmrg test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 408c81d8f5eSmrg done 409c81d8f5eSmrginstall: install-am 410c81d8f5eSmrginstall-exec: install-exec-am 411c81d8f5eSmrginstall-data: install-data-am 412c81d8f5eSmrguninstall: uninstall-am 413c81d8f5eSmrg 414c81d8f5eSmrginstall-am: all-am 415c81d8f5eSmrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 416c81d8f5eSmrg 417c81d8f5eSmrginstallcheck: installcheck-am 418c81d8f5eSmrginstall-strip: 4196f02d4e9Smrg if test -z '$(STRIP)'; then \ 4206f02d4e9Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 4216f02d4e9Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 4226f02d4e9Smrg install; \ 4236f02d4e9Smrg else \ 4246f02d4e9Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 4256f02d4e9Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 4266f02d4e9Smrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 4276f02d4e9Smrg fi 428c81d8f5eSmrgmostlyclean-generic: 429c81d8f5eSmrg 430c81d8f5eSmrgclean-generic: 431c81d8f5eSmrg -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 432c81d8f5eSmrg 433c81d8f5eSmrgdistclean-generic: 434c81d8f5eSmrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 4356f02d4e9Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 436c81d8f5eSmrg 437c81d8f5eSmrgmaintainer-clean-generic: 438c81d8f5eSmrg @echo "This command is intended for maintainers to use" 439c81d8f5eSmrg @echo "it deletes files that may require special tools to rebuild." 440c81d8f5eSmrgclean: clean-am 441c81d8f5eSmrg 442c81d8f5eSmrgclean-am: clean-generic mostlyclean-am 443c81d8f5eSmrg 444c81d8f5eSmrgdistclean: distclean-am 445c81d8f5eSmrg -rm -f Makefile 446c81d8f5eSmrgdistclean-am: clean-am distclean-generic 447c81d8f5eSmrg 448c81d8f5eSmrgdvi: dvi-am 449c81d8f5eSmrg 450c81d8f5eSmrgdvi-am: 451c81d8f5eSmrg 452c81d8f5eSmrghtml: html-am 453c81d8f5eSmrg 4546f02d4e9Smrghtml-am: 4556f02d4e9Smrg 456c81d8f5eSmrginfo: info-am 457c81d8f5eSmrg 458c81d8f5eSmrginfo-am: 459c81d8f5eSmrg 460c81d8f5eSmrginstall-data-am: install-appmanDATA 461c81d8f5eSmrg 462c81d8f5eSmrginstall-dvi: install-dvi-am 463c81d8f5eSmrg 4646f02d4e9Smrginstall-dvi-am: 4656f02d4e9Smrg 466c81d8f5eSmrginstall-exec-am: 467c81d8f5eSmrg 468c81d8f5eSmrginstall-html: install-html-am 469c81d8f5eSmrg 4706f02d4e9Smrginstall-html-am: 4716f02d4e9Smrg 472c81d8f5eSmrginstall-info: install-info-am 473c81d8f5eSmrg 4746f02d4e9Smrginstall-info-am: 4756f02d4e9Smrg 476c81d8f5eSmrginstall-man: 477c81d8f5eSmrg 478c81d8f5eSmrginstall-pdf: install-pdf-am 479c81d8f5eSmrg 4806f02d4e9Smrginstall-pdf-am: 4816f02d4e9Smrg 482c81d8f5eSmrginstall-ps: install-ps-am 483c81d8f5eSmrg 4846f02d4e9Smrginstall-ps-am: 4856f02d4e9Smrg 486c81d8f5eSmrginstallcheck-am: 487c81d8f5eSmrg 488c81d8f5eSmrgmaintainer-clean: maintainer-clean-am 489c81d8f5eSmrg -rm -f Makefile 490c81d8f5eSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic 491c81d8f5eSmrg 492c81d8f5eSmrgmostlyclean: mostlyclean-am 493c81d8f5eSmrg 494c81d8f5eSmrgmostlyclean-am: mostlyclean-generic 495c81d8f5eSmrg 496c81d8f5eSmrgpdf: pdf-am 497c81d8f5eSmrg 498c81d8f5eSmrgpdf-am: 499c81d8f5eSmrg 500c81d8f5eSmrgps: ps-am 501c81d8f5eSmrg 502c81d8f5eSmrgps-am: 503c81d8f5eSmrg 504c81d8f5eSmrguninstall-am: uninstall-appmanDATA 505c81d8f5eSmrg 506c81d8f5eSmrg.MAKE: install-am install-strip 507c81d8f5eSmrg 5086f02d4e9Smrg.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ 5096f02d4e9Smrg ctags-am distclean distclean-generic distdir dvi dvi-am html \ 5106f02d4e9Smrg html-am info info-am install install-am install-appmanDATA \ 5116f02d4e9Smrg install-data install-data-am install-dvi install-dvi-am \ 5126f02d4e9Smrg install-exec install-exec-am install-html install-html-am \ 5136f02d4e9Smrg install-info install-info-am install-man install-pdf \ 5146f02d4e9Smrg install-pdf-am install-ps install-ps-am install-strip \ 5156f02d4e9Smrg installcheck installcheck-am installdirs maintainer-clean \ 516c81d8f5eSmrg maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 5176f02d4e9Smrg pdf-am ps ps-am tags-am uninstall uninstall-am \ 5186f02d4e9Smrg uninstall-appmanDATA 519c81d8f5eSmrg 520d73e0b87Smrg.PRECIOUS: Makefile 521d73e0b87Smrg 522c81d8f5eSmrg 523c81d8f5eSmrg# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 524c81d8f5eSmrg.man.$(APP_MAN_SUFFIX): 525c81d8f5eSmrg $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 5266f02d4e9Smrg 527c81d8f5eSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 528c81d8f5eSmrg# Otherwise a system limit (for SysV at least) may be exceeded. 529c81d8f5eSmrg.NOEXPORT: 530