1fd549268Smrg# Makefile.in generated by automake 1.16.3 from Makefile.am. 2c81d8f5eSmrg# @configure_input@ 3c81d8f5eSmrg 4fd549268Smrg# Copyright (C) 1994-2020 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@ 170c81d8f5eSmrgCWARNFLAGS = @CWARNFLAGS@ 171c81d8f5eSmrgCYGPATH_W = @CYGPATH_W@ 172c81d8f5eSmrgDEFS = @DEFS@ 173c81d8f5eSmrgDEPDIR = @DEPDIR@ 174c81d8f5eSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 175c81d8f5eSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 176c81d8f5eSmrgECHO_C = @ECHO_C@ 177c81d8f5eSmrgECHO_N = @ECHO_N@ 178c81d8f5eSmrgECHO_T = @ECHO_T@ 179c81d8f5eSmrgEXEEXT = @EXEEXT@ 180c81d8f5eSmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 181c81d8f5eSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 182c81d8f5eSmrgINSTALL = @INSTALL@ 183c81d8f5eSmrgINSTALL_CMD = @INSTALL_CMD@ 184c81d8f5eSmrgINSTALL_DATA = @INSTALL_DATA@ 185c81d8f5eSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 186c81d8f5eSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 187c81d8f5eSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 188c81d8f5eSmrgLAUNCHD = @LAUNCHD@ 189c81d8f5eSmrgLDFLAGS = @LDFLAGS@ 190c81d8f5eSmrgLIBOBJS = @LIBOBJS@ 191c81d8f5eSmrgLIBS = @LIBS@ 192c81d8f5eSmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 193c81d8f5eSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 194c81d8f5eSmrgLTLIBOBJS = @LTLIBOBJS@ 195c81d8f5eSmrgMAKEINFO = @MAKEINFO@ 196c81d8f5eSmrgMAN_SUBSTS = @MAN_SUBSTS@ -e 's|__XSERVERNAME__|$(XSERVERNAME)|g' -e \ 197c81d8f5eSmrg 's|__XCONFIGFILE__|$(XCONFIGFILE)|g' -e \ 198c81d8f5eSmrg 's|__XCONFIGFILEMAN__|$(XCONFIGFILEMAN)|g' -e \ 199c81d8f5eSmrg 's|__xinitdir__|$(XINITDIR)|g' -e 's|__bindir__|$(bindir)|g' \ 200d73e0b87Smrg -e 's|__libdir__|$(libdir)|g' -e \ 2016f02d4e9Smrg 's|__configdir__|$(XINITDIR)|g' 202c81d8f5eSmrgMCOOKIE = @MCOOKIE@ 203c81d8f5eSmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 204c81d8f5eSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 205c81d8f5eSmrgMKDIR_P = @MKDIR_P@ 206c81d8f5eSmrgOBJEXT = @OBJEXT@ 2076f02d4e9SmrgOPENSSL = @OPENSSL@ 208c81d8f5eSmrgPACKAGE = @PACKAGE@ 209c81d8f5eSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 210c81d8f5eSmrgPACKAGE_NAME = @PACKAGE_NAME@ 211c81d8f5eSmrgPACKAGE_STRING = @PACKAGE_STRING@ 212c81d8f5eSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 2136f02d4e9SmrgPACKAGE_URL = @PACKAGE_URL@ 214c81d8f5eSmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 215c81d8f5eSmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 216c81d8f5eSmrgPKG_CONFIG = @PKG_CONFIG@ 2177253c0c7SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 2187253c0c7SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 219c81d8f5eSmrgRAWCPP = @RAWCPP@ 220c81d8f5eSmrgRAWCPPFLAGS = @RAWCPPFLAGS@ 221c81d8f5eSmrgSED = @SED@ 222c81d8f5eSmrgSET_MAKE = @SET_MAKE@ 223c81d8f5eSmrgSHELL = @SHELL@ 224c81d8f5eSmrgSHELL_CMD = @SHELL_CMD@ 225c81d8f5eSmrgSTARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@ 226c81d8f5eSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 227c81d8f5eSmrgSTRIP = @STRIP@ 2287253c0c7SmrgTRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 229c81d8f5eSmrgTWM = @TWM@ 230c81d8f5eSmrgVERSION = @VERSION@ 231c81d8f5eSmrgXAUTH = @XAUTH@ 232c81d8f5eSmrgXCLOCK = @XCLOCK@ 233c81d8f5eSmrgXCONFIGFILE = @XCONFIGFILE@ 234c81d8f5eSmrgXCONFIGFILEMAN = @XCONFIGFILEMAN@ 235c81d8f5eSmrgXINIT = @XINIT@ 236c81d8f5eSmrgXINITDIR = @XINITDIR@ 237c81d8f5eSmrgXINIT_CFLAGS = @XINIT_CFLAGS@ 238c81d8f5eSmrgXINIT_LIBS = @XINIT_LIBS@ 239c81d8f5eSmrgXMODMAP = @XMODMAP@ 240c81d8f5eSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 241c81d8f5eSmrgXRDB = @XRDB@ 242c81d8f5eSmrgXSERVER = @XSERVER@ 243c81d8f5eSmrgXSERVERNAME = @XSERVERNAME@ 244c81d8f5eSmrgXTERM = @XTERM@ 245c81d8f5eSmrgabs_builddir = @abs_builddir@ 246c81d8f5eSmrgabs_srcdir = @abs_srcdir@ 247c81d8f5eSmrgabs_top_builddir = @abs_top_builddir@ 248c81d8f5eSmrgabs_top_srcdir = @abs_top_srcdir@ 249c81d8f5eSmrgac_ct_CC = @ac_ct_CC@ 250c81d8f5eSmrgam__include = @am__include@ 251c81d8f5eSmrgam__leading_dot = @am__leading_dot@ 252c81d8f5eSmrgam__quote = @am__quote@ 253c81d8f5eSmrgam__tar = @am__tar@ 254c81d8f5eSmrgam__untar = @am__untar@ 255c81d8f5eSmrgbindir = @bindir@ 256c81d8f5eSmrgbuild = @build@ 257c81d8f5eSmrgbuild_alias = @build_alias@ 258c81d8f5eSmrgbuild_cpu = @build_cpu@ 259c81d8f5eSmrgbuild_os = @build_os@ 260c81d8f5eSmrgbuild_vendor = @build_vendor@ 261c81d8f5eSmrgbuilddir = @builddir@ 262c81d8f5eSmrgbundleidprefix = @bundleidprefix@ 263c81d8f5eSmrgdatadir = @datadir@ 264c81d8f5eSmrgdatarootdir = @datarootdir@ 265c81d8f5eSmrgdocdir = @docdir@ 266c81d8f5eSmrgdvidir = @dvidir@ 267c81d8f5eSmrgexec_prefix = @exec_prefix@ 268c81d8f5eSmrghost = @host@ 269c81d8f5eSmrghost_alias = @host_alias@ 270c81d8f5eSmrghost_cpu = @host_cpu@ 271c81d8f5eSmrghost_os = @host_os@ 272c81d8f5eSmrghost_vendor = @host_vendor@ 273c81d8f5eSmrghtmldir = @htmldir@ 274c81d8f5eSmrgincludedir = @includedir@ 275c81d8f5eSmrginfodir = @infodir@ 276c81d8f5eSmrginstall_sh = @install_sh@ 277c81d8f5eSmrglaunchagentsdir = @launchagentsdir@ 27821212451Smrglaunchagentxserver = @launchagentxserver@ 279c81d8f5eSmrglaunchdaemonsdir = @launchdaemonsdir@ 280c81d8f5eSmrglibdir = @libdir@ 281c81d8f5eSmrglibexecdir = @libexecdir@ 282c81d8f5eSmrglocaledir = @localedir@ 283c81d8f5eSmrglocalstatedir = @localstatedir@ 284c81d8f5eSmrgmandir = @mandir@ 285c81d8f5eSmrgmkdir_p = @mkdir_p@ 286c81d8f5eSmrgoldincludedir = @oldincludedir@ 287c81d8f5eSmrgpdfdir = @pdfdir@ 288c81d8f5eSmrgprefix = @prefix@ 289c81d8f5eSmrgprogram_transform_name = @program_transform_name@ 290c81d8f5eSmrgpsdir = @psdir@ 2917c5adda3Smrgrunstatedir = @runstatedir@ 292c81d8f5eSmrgsbindir = @sbindir@ 293c81d8f5eSmrgsharedstatedir = @sharedstatedir@ 294c81d8f5eSmrgsrcdir = @srcdir@ 295c81d8f5eSmrgsysconfdir = @sysconfdir@ 296c81d8f5eSmrgtarget_alias = @target_alias@ 2976f02d4e9Smrgtop_build_prefix = @top_build_prefix@ 298c81d8f5eSmrgtop_builddir = @top_builddir@ 299c81d8f5eSmrgtop_srcdir = @top_srcdir@ 300c81d8f5eSmrgappmandir = $(APP_MAN_DIR) 301c81d8f5eSmrgappman_PRE = startx.man xinit.man 302c81d8f5eSmrgappman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) 303c81d8f5eSmrgEXTRA_DIST = $(appman_PRE) 304c81d8f5eSmrgCLEANFILES = $(appman_DATA) 305c81d8f5eSmrgSUFFIXES = .$(APP_MAN_SUFFIX) .man 306c81d8f5eSmrgall: all-am 307c81d8f5eSmrg 308c81d8f5eSmrg.SUFFIXES: 309c81d8f5eSmrg.SUFFIXES: .$(APP_MAN_SUFFIX) .man 3107253c0c7Smrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 311c81d8f5eSmrg @for dep in $?; do \ 312c81d8f5eSmrg case '$(am__configure_deps)' in \ 313c81d8f5eSmrg *$$dep*) \ 3146f02d4e9Smrg ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 3156f02d4e9Smrg && { if test -f $@; then exit 0; else break; fi; }; \ 316c81d8f5eSmrg exit 1;; \ 317c81d8f5eSmrg esac; \ 318c81d8f5eSmrg done; \ 3196f02d4e9Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 3206f02d4e9Smrg $(am__cd) $(top_srcdir) && \ 3216f02d4e9Smrg $(AUTOMAKE) --foreign man/Makefile 322c81d8f5eSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 323c81d8f5eSmrg @case '$?' in \ 324c81d8f5eSmrg *config.status*) \ 325c81d8f5eSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 326c81d8f5eSmrg *) \ 3277c5adda3Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 3287c5adda3Smrg cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 329c81d8f5eSmrg esac; 330c81d8f5eSmrg 331c81d8f5eSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 332c81d8f5eSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 333c81d8f5eSmrg 3347253c0c7Smrg$(top_srcdir)/configure: $(am__configure_deps) 335c81d8f5eSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 3367253c0c7Smrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 337c81d8f5eSmrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 3386f02d4e9Smrg$(am__aclocal_m4_deps): 339c81d8f5eSmrginstall-appmanDATA: $(appman_DATA) 340c81d8f5eSmrg @$(NORMAL_INSTALL) 3416f02d4e9Smrg @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 3426f02d4e9Smrg if test -n "$$list"; then \ 3436f02d4e9Smrg echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \ 3446f02d4e9Smrg $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \ 3456f02d4e9Smrg fi; \ 3466f02d4e9Smrg for p in $$list; do \ 347c81d8f5eSmrg if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3486f02d4e9Smrg echo "$$d$$p"; \ 3496f02d4e9Smrg done | $(am__base_list) | \ 3506f02d4e9Smrg while read files; do \ 3516f02d4e9Smrg echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 3526f02d4e9Smrg $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 353c81d8f5eSmrg done 354c81d8f5eSmrg 355c81d8f5eSmrguninstall-appmanDATA: 356c81d8f5eSmrg @$(NORMAL_UNINSTALL) 3576f02d4e9Smrg @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 3586f02d4e9Smrg files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 3596f02d4e9Smrg dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) 3606f02d4e9Smrgtags TAGS: 361c81d8f5eSmrg 3626f02d4e9Smrgctags CTAGS: 3636f02d4e9Smrg 3646f02d4e9Smrgcscope cscopelist: 365c81d8f5eSmrg 366fd549268Smrg 3677c5adda3Smrgdistdir: $(BUILT_SOURCES) 3687c5adda3Smrg $(MAKE) $(AM_MAKEFLAGS) distdir-am 369c81d8f5eSmrg 3707c5adda3Smrgdistdir-am: $(DISTFILES) 371c81d8f5eSmrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 372c81d8f5eSmrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 373c81d8f5eSmrg list='$(DISTFILES)'; \ 374c81d8f5eSmrg dist_files=`for file in $$list; do echo $$file; done | \ 375c81d8f5eSmrg sed -e "s|^$$srcdirstrip/||;t" \ 376c81d8f5eSmrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 377c81d8f5eSmrg case $$dist_files in \ 378c81d8f5eSmrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 379c81d8f5eSmrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 380c81d8f5eSmrg sort -u` ;; \ 381c81d8f5eSmrg esac; \ 382c81d8f5eSmrg for file in $$dist_files; do \ 383c81d8f5eSmrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 384c81d8f5eSmrg if test -d $$d/$$file; then \ 385c81d8f5eSmrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 3866f02d4e9Smrg if test -d "$(distdir)/$$file"; then \ 3876f02d4e9Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 3886f02d4e9Smrg fi; \ 389c81d8f5eSmrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 3906f02d4e9Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 3916f02d4e9Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 392c81d8f5eSmrg fi; \ 3936f02d4e9Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 394c81d8f5eSmrg else \ 3956f02d4e9Smrg test -f "$(distdir)/$$file" \ 3966f02d4e9Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 397c81d8f5eSmrg || exit 1; \ 398c81d8f5eSmrg fi; \ 399c81d8f5eSmrg done 400c81d8f5eSmrgcheck-am: all-am 401c81d8f5eSmrgcheck: check-am 402c81d8f5eSmrgall-am: Makefile $(DATA) 403c81d8f5eSmrginstalldirs: 404c81d8f5eSmrg for dir in "$(DESTDIR)$(appmandir)"; do \ 405c81d8f5eSmrg test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 406c81d8f5eSmrg done 407c81d8f5eSmrginstall: install-am 408c81d8f5eSmrginstall-exec: install-exec-am 409c81d8f5eSmrginstall-data: install-data-am 410c81d8f5eSmrguninstall: uninstall-am 411c81d8f5eSmrg 412c81d8f5eSmrginstall-am: all-am 413c81d8f5eSmrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 414c81d8f5eSmrg 415c81d8f5eSmrginstallcheck: installcheck-am 416c81d8f5eSmrginstall-strip: 4176f02d4e9Smrg if test -z '$(STRIP)'; then \ 4186f02d4e9Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 4196f02d4e9Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 4206f02d4e9Smrg install; \ 4216f02d4e9Smrg else \ 4226f02d4e9Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 4236f02d4e9Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 4246f02d4e9Smrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 4256f02d4e9Smrg fi 426c81d8f5eSmrgmostlyclean-generic: 427c81d8f5eSmrg 428c81d8f5eSmrgclean-generic: 429c81d8f5eSmrg -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 430c81d8f5eSmrg 431c81d8f5eSmrgdistclean-generic: 432c81d8f5eSmrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 4336f02d4e9Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 434c81d8f5eSmrg 435c81d8f5eSmrgmaintainer-clean-generic: 436c81d8f5eSmrg @echo "This command is intended for maintainers to use" 437c81d8f5eSmrg @echo "it deletes files that may require special tools to rebuild." 438c81d8f5eSmrgclean: clean-am 439c81d8f5eSmrg 440c81d8f5eSmrgclean-am: clean-generic mostlyclean-am 441c81d8f5eSmrg 442c81d8f5eSmrgdistclean: distclean-am 443c81d8f5eSmrg -rm -f Makefile 444c81d8f5eSmrgdistclean-am: clean-am distclean-generic 445c81d8f5eSmrg 446c81d8f5eSmrgdvi: dvi-am 447c81d8f5eSmrg 448c81d8f5eSmrgdvi-am: 449c81d8f5eSmrg 450c81d8f5eSmrghtml: html-am 451c81d8f5eSmrg 4526f02d4e9Smrghtml-am: 4536f02d4e9Smrg 454c81d8f5eSmrginfo: info-am 455c81d8f5eSmrg 456c81d8f5eSmrginfo-am: 457c81d8f5eSmrg 458c81d8f5eSmrginstall-data-am: install-appmanDATA 459c81d8f5eSmrg 460c81d8f5eSmrginstall-dvi: install-dvi-am 461c81d8f5eSmrg 4626f02d4e9Smrginstall-dvi-am: 4636f02d4e9Smrg 464c81d8f5eSmrginstall-exec-am: 465c81d8f5eSmrg 466c81d8f5eSmrginstall-html: install-html-am 467c81d8f5eSmrg 4686f02d4e9Smrginstall-html-am: 4696f02d4e9Smrg 470c81d8f5eSmrginstall-info: install-info-am 471c81d8f5eSmrg 4726f02d4e9Smrginstall-info-am: 4736f02d4e9Smrg 474c81d8f5eSmrginstall-man: 475c81d8f5eSmrg 476c81d8f5eSmrginstall-pdf: install-pdf-am 477c81d8f5eSmrg 4786f02d4e9Smrginstall-pdf-am: 4796f02d4e9Smrg 480c81d8f5eSmrginstall-ps: install-ps-am 481c81d8f5eSmrg 4826f02d4e9Smrginstall-ps-am: 4836f02d4e9Smrg 484c81d8f5eSmrginstallcheck-am: 485c81d8f5eSmrg 486c81d8f5eSmrgmaintainer-clean: maintainer-clean-am 487c81d8f5eSmrg -rm -f Makefile 488c81d8f5eSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic 489c81d8f5eSmrg 490c81d8f5eSmrgmostlyclean: mostlyclean-am 491c81d8f5eSmrg 492c81d8f5eSmrgmostlyclean-am: mostlyclean-generic 493c81d8f5eSmrg 494c81d8f5eSmrgpdf: pdf-am 495c81d8f5eSmrg 496c81d8f5eSmrgpdf-am: 497c81d8f5eSmrg 498c81d8f5eSmrgps: ps-am 499c81d8f5eSmrg 500c81d8f5eSmrgps-am: 501c81d8f5eSmrg 502c81d8f5eSmrguninstall-am: uninstall-appmanDATA 503c81d8f5eSmrg 504c81d8f5eSmrg.MAKE: install-am install-strip 505c81d8f5eSmrg 5066f02d4e9Smrg.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ 5076f02d4e9Smrg ctags-am distclean distclean-generic distdir dvi dvi-am html \ 5086f02d4e9Smrg html-am info info-am install install-am install-appmanDATA \ 5096f02d4e9Smrg install-data install-data-am install-dvi install-dvi-am \ 5106f02d4e9Smrg install-exec install-exec-am install-html install-html-am \ 5116f02d4e9Smrg install-info install-info-am install-man install-pdf \ 5126f02d4e9Smrg install-pdf-am install-ps install-ps-am install-strip \ 5136f02d4e9Smrg installcheck installcheck-am installdirs maintainer-clean \ 514c81d8f5eSmrg maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 5156f02d4e9Smrg pdf-am ps ps-am tags-am uninstall uninstall-am \ 5166f02d4e9Smrg uninstall-appmanDATA 517c81d8f5eSmrg 518d73e0b87Smrg.PRECIOUS: Makefile 519d73e0b87Smrg 520c81d8f5eSmrg 521c81d8f5eSmrg# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 522c81d8f5eSmrg.man.$(APP_MAN_SUFFIX): 523c81d8f5eSmrg $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 5246f02d4e9Smrg 525c81d8f5eSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 526c81d8f5eSmrg# Otherwise a system limit (for SysV at least) may be exceeded. 527c81d8f5eSmrg.NOEXPORT: 528