Makefile.in revision fd549268
1# Makefile.in generated by automake 1.16.3 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# 18# Copyright 2005 Red Hat, Inc. 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Red Hat not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Red Hat makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 38# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM 39# to cpp, because that trick does not work on all ANSI C preprocessors. 40# Delete line numbers from the cpp output (-P is not portable, I guess). 41# Allow XCOMM to be preceded by whitespace and provide a means of generating 42# output lines with trailing backslashes. 43# Allow XHASH to always be substituted, even in cases where XCOMM isn't. 44 45 46 47VPATH = @srcdir@ 48am__is_gnu_make = { \ 49 if test -z '$(MAKELEVEL)'; then \ 50 false; \ 51 elif test -n '$(MAKE_HOST)'; then \ 52 true; \ 53 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 54 true; \ 55 else \ 56 false; \ 57 fi; \ 58} 59am__make_running_with_option = \ 60 case $${target_option-} in \ 61 ?) ;; \ 62 *) echo "am__make_running_with_option: internal error: invalid" \ 63 "target option '$${target_option-}' specified" >&2; \ 64 exit 1;; \ 65 esac; \ 66 has_opt=no; \ 67 sane_makeflags=$$MAKEFLAGS; \ 68 if $(am__is_gnu_make); then \ 69 sane_makeflags=$$MFLAGS; \ 70 else \ 71 case $$MAKEFLAGS in \ 72 *\\[\ \ ]*) \ 73 bs=\\; \ 74 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 75 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 76 esac; \ 77 fi; \ 78 skip_next=no; \ 79 strip_trailopt () \ 80 { \ 81 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 82 }; \ 83 for flg in $$sane_makeflags; do \ 84 test $$skip_next = yes && { skip_next=no; continue; }; \ 85 case $$flg in \ 86 *=*|--*) continue;; \ 87 -*I) strip_trailopt 'I'; skip_next=yes;; \ 88 -*I?*) strip_trailopt 'I';; \ 89 -*O) strip_trailopt 'O'; skip_next=yes;; \ 90 -*O?*) strip_trailopt 'O';; \ 91 -*l) strip_trailopt 'l'; skip_next=yes;; \ 92 -*l?*) strip_trailopt 'l';; \ 93 -[dEDm]) skip_next=yes;; \ 94 -[JT]) skip_next=yes;; \ 95 esac; \ 96 case $$flg in \ 97 *$$target_option*) has_opt=yes; break;; \ 98 esac; \ 99 done; \ 100 test $$has_opt = yes 101am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 102am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 103pkgdatadir = $(datadir)/@PACKAGE@ 104pkgincludedir = $(includedir)/@PACKAGE@ 105pkglibdir = $(libdir)/@PACKAGE@ 106pkglibexecdir = $(libexecdir)/@PACKAGE@ 107am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 108install_sh_DATA = $(install_sh) -c -m 644 109install_sh_PROGRAM = $(install_sh) -c 110install_sh_SCRIPT = $(install_sh) -c 111INSTALL_HEADER = $(INSTALL_DATA) 112transform = $(program_transform_name) 113NORMAL_INSTALL = : 114PRE_INSTALL = : 115POST_INSTALL = : 116NORMAL_UNINSTALL = : 117PRE_UNINSTALL = : 118POST_UNINSTALL = : 119build_triplet = @build@ 120host_triplet = @host@ 121@LAUNCHD_TRUE@am__append_1 = launchd 122bin_PROGRAMS = xinit$(EXEEXT) 123subdir = . 124ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 125am__aclocal_m4_deps = $(top_srcdir)/configure.ac 126am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 127 $(ACLOCAL_M4) 128DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 129 $(am__configure_deps) $(am__DIST_COMMON) 130am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 131 configure.lineno config.status.lineno 132mkinstalldirs = $(install_sh) -d 133CONFIG_HEADER = config.h 134CONFIG_CLEAN_FILES = 135CONFIG_CLEAN_VPATH_FILES = 136am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ 137 "$(DESTDIR)$(xinitrcdir)" 138PROGRAMS = $(bin_PROGRAMS) 139am_xinit_OBJECTS = xinit.$(OBJEXT) 140xinit_OBJECTS = $(am_xinit_OBJECTS) 141am__DEPENDENCIES_1 = 142xinit_DEPENDENCIES = $(am__DEPENDENCIES_1) 143am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 144am__vpath_adj = case $$p in \ 145 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 146 *) f=$$p;; \ 147 esac; 148am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 149am__install_max = 40 150am__nobase_strip_setup = \ 151 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 152am__nobase_strip = \ 153 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 154am__nobase_list = $(am__nobase_strip_setup); \ 155 for p in $$list; do echo "$$p $$p"; done | \ 156 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 157 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 158 if (++n[$$2] == $(am__install_max)) \ 159 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 160 END { for (dir in files) print dir, files[dir] }' 161am__base_list = \ 162 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 163 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 164am__uninstall_files_from_dir = { \ 165 test -z "$$files" \ 166 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 167 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 168 $(am__cd) "$$dir" && rm -f $$files; }; \ 169 } 170SCRIPTS = $(bin_SCRIPTS) 171AM_V_P = $(am__v_P_@AM_V@) 172am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 173am__v_P_0 = false 174am__v_P_1 = : 175AM_V_GEN = $(am__v_GEN_@AM_V@) 176am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 177am__v_GEN_0 = @echo " GEN " $@; 178am__v_GEN_1 = 179AM_V_at = $(am__v_at_@AM_V@) 180am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 181am__v_at_0 = @ 182am__v_at_1 = 183DEFAULT_INCLUDES = -I.@am__isrc@ 184depcomp = $(SHELL) $(top_srcdir)/depcomp 185am__maybe_remake_depfiles = depfiles 186am__depfiles_remade = ./$(DEPDIR)/xinit.Po 187am__mv = mv -f 188COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 189 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 190AM_V_CC = $(am__v_CC_@AM_V@) 191am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 192am__v_CC_0 = @echo " CC " $@; 193am__v_CC_1 = 194CCLD = $(CC) 195LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 196AM_V_CCLD = $(am__v_CCLD_@AM_V@) 197am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 198am__v_CCLD_0 = @echo " CCLD " $@; 199am__v_CCLD_1 = 200SOURCES = $(xinit_SOURCES) 201DIST_SOURCES = $(xinit_SOURCES) 202RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 203 ctags-recursive dvi-recursive html-recursive info-recursive \ 204 install-data-recursive install-dvi-recursive \ 205 install-exec-recursive install-html-recursive \ 206 install-info-recursive install-pdf-recursive \ 207 install-ps-recursive install-recursive installcheck-recursive \ 208 installdirs-recursive pdf-recursive ps-recursive \ 209 tags-recursive uninstall-recursive 210am__can_run_installinfo = \ 211 case $$AM_UPDATE_INFO_DIR in \ 212 n|no|NO) false;; \ 213 *) (install-info --version) >/dev/null 2>&1;; \ 214 esac 215DATA = $(xinitrc_DATA) 216RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 217 distclean-recursive maintainer-clean-recursive 218am__recursive_targets = \ 219 $(RECURSIVE_TARGETS) \ 220 $(RECURSIVE_CLEAN_TARGETS) \ 221 $(am__extra_recursive_targets) 222AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 223 cscope distdir distdir-am dist dist-all distcheck 224am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 225 config.h.in 226# Read a list of newline-separated strings from the standard input, 227# and print each of them once, without duplicates. Input order is 228# *not* preserved. 229am__uniquify_input = $(AWK) '\ 230 BEGIN { nonempty = 0; } \ 231 { items[$$0] = 1; nonempty = 1; } \ 232 END { if (nonempty) { for (i in items) print i; }; } \ 233' 234# Make sure the list of sources is unique. This is necessary because, 235# e.g., the same source file might be shared among _SOURCES variables 236# for different programs/libraries. 237am__define_uniq_tagged_files = \ 238 list='$(am__tagged_files)'; \ 239 unique=`for i in $$list; do \ 240 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 241 done | $(am__uniquify_input)` 242ETAGS = etags 243CTAGS = ctags 244CSCOPE = cscope 245DIST_SUBDIRS = man launchd 246am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 247 $(top_srcdir)/cpprules.in COPYING ChangeLog INSTALL compile \ 248 config.guess config.sub depcomp install-sh missing 249DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 250distdir = $(PACKAGE)-$(VERSION) 251top_distdir = $(distdir) 252am__remove_distdir = \ 253 if test -d "$(distdir)"; then \ 254 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 255 && rm -rf "$(distdir)" \ 256 || { sleep 5 && rm -rf "$(distdir)"; }; \ 257 else :; fi 258am__post_remove_distdir = $(am__remove_distdir) 259am__relativize = \ 260 dir0=`pwd`; \ 261 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 262 sed_rest='s,^[^/]*/*,,'; \ 263 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 264 sed_butlast='s,/*[^/]*$$,,'; \ 265 while test -n "$$dir1"; do \ 266 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 267 if test "$$first" != "."; then \ 268 if test "$$first" = ".."; then \ 269 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 270 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 271 else \ 272 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 273 if test "$$first2" = "$$first"; then \ 274 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 275 else \ 276 dir2="../$$dir2"; \ 277 fi; \ 278 dir0="$$dir0"/"$$first"; \ 279 fi; \ 280 fi; \ 281 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 282 done; \ 283 reldir="$$dir2" 284DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 285GZIP_ENV = --best 286DIST_TARGETS = dist-xz dist-gzip 287# Exists only to be overridden by the user if desired. 288AM_DISTCHECK_DVI_TARGET = dvi 289distuninstallcheck_listfiles = find . -type f -print 290am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 291 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 292distcleancheck_listfiles = find . -type f -print 293ACLOCAL = @ACLOCAL@ 294ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 295ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 296AMTAR = @AMTAR@ 297AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 298APP_MAN_DIR = @APP_MAN_DIR@ 299APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 300AUTOCONF = @AUTOCONF@ 301AUTOHEADER = @AUTOHEADER@ 302AUTOMAKE = @AUTOMAKE@ 303AWK = @AWK@ 304BASE_CFLAGS = @BASE_CFLAGS@ 305CC = @CC@ 306CCDEPMODE = @CCDEPMODE@ 307CFLAGS = @CFLAGS@ 308CHANGELOG_CMD = @CHANGELOG_CMD@ 309CPP = @CPP@ 310CPPFLAGS = @CPPFLAGS@ 311CWARNFLAGS = @CWARNFLAGS@ 312CYGPATH_W = @CYGPATH_W@ 313DEFS = @DEFS@ 314DEPDIR = @DEPDIR@ 315DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 316DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 317ECHO_C = @ECHO_C@ 318ECHO_N = @ECHO_N@ 319ECHO_T = @ECHO_T@ 320EXEEXT = @EXEEXT@ 321FILE_MAN_DIR = @FILE_MAN_DIR@ 322FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 323INSTALL = @INSTALL@ 324INSTALL_CMD = @INSTALL_CMD@ 325INSTALL_DATA = @INSTALL_DATA@ 326INSTALL_PROGRAM = @INSTALL_PROGRAM@ 327INSTALL_SCRIPT = @INSTALL_SCRIPT@ 328INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 329LAUNCHD = @LAUNCHD@ 330LDFLAGS = @LDFLAGS@ 331LIBOBJS = @LIBOBJS@ 332LIBS = @LIBS@ 333LIB_MAN_DIR = @LIB_MAN_DIR@ 334LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 335LTLIBOBJS = @LTLIBOBJS@ 336MAKEINFO = @MAKEINFO@ 337MAN_SUBSTS = @MAN_SUBSTS@ 338MCOOKIE = @MCOOKIE@ 339MISC_MAN_DIR = @MISC_MAN_DIR@ 340MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 341MKDIR_P = @MKDIR_P@ 342OBJEXT = @OBJEXT@ 343OPENSSL = @OPENSSL@ 344PACKAGE = @PACKAGE@ 345PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 346PACKAGE_NAME = @PACKAGE_NAME@ 347PACKAGE_STRING = @PACKAGE_STRING@ 348PACKAGE_TARNAME = @PACKAGE_TARNAME@ 349PACKAGE_URL = @PACKAGE_URL@ 350PACKAGE_VERSION = @PACKAGE_VERSION@ 351PATH_SEPARATOR = @PATH_SEPARATOR@ 352PKG_CONFIG = @PKG_CONFIG@ 353PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 354PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 355RAWCPP = @RAWCPP@ 356RAWCPPFLAGS = @RAWCPPFLAGS@ 357SED = @SED@ 358SET_MAKE = @SET_MAKE@ 359SHELL = @SHELL@ 360SHELL_CMD = @SHELL_CMD@ 361STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@ 362STRICT_CFLAGS = @STRICT_CFLAGS@ 363STRIP = @STRIP@ 364TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 365TWM = @TWM@ 366VERSION = @VERSION@ 367XAUTH = @XAUTH@ 368XCLOCK = @XCLOCK@ 369XCONFIGFILE = @XCONFIGFILE@ 370XCONFIGFILEMAN = @XCONFIGFILEMAN@ 371XINIT = @XINIT@ 372XINITDIR = @XINITDIR@ 373XINIT_CFLAGS = @XINIT_CFLAGS@ 374XINIT_LIBS = @XINIT_LIBS@ 375XMODMAP = @XMODMAP@ 376XORG_MAN_PAGE = @XORG_MAN_PAGE@ 377XRDB = @XRDB@ 378XSERVER = @XSERVER@ 379XSERVERNAME = @XSERVERNAME@ 380XTERM = @XTERM@ 381abs_builddir = @abs_builddir@ 382abs_srcdir = @abs_srcdir@ 383abs_top_builddir = @abs_top_builddir@ 384abs_top_srcdir = @abs_top_srcdir@ 385ac_ct_CC = @ac_ct_CC@ 386am__include = @am__include@ 387am__leading_dot = @am__leading_dot@ 388am__quote = @am__quote@ 389am__tar = @am__tar@ 390am__untar = @am__untar@ 391bindir = @bindir@ 392build = @build@ 393build_alias = @build_alias@ 394build_cpu = @build_cpu@ 395build_os = @build_os@ 396build_vendor = @build_vendor@ 397builddir = @builddir@ 398bundleidprefix = @bundleidprefix@ 399datadir = @datadir@ 400datarootdir = @datarootdir@ 401docdir = @docdir@ 402dvidir = @dvidir@ 403exec_prefix = @exec_prefix@ 404host = @host@ 405host_alias = @host_alias@ 406host_cpu = @host_cpu@ 407host_os = @host_os@ 408host_vendor = @host_vendor@ 409htmldir = @htmldir@ 410includedir = @includedir@ 411infodir = @infodir@ 412install_sh = @install_sh@ 413launchagentsdir = @launchagentsdir@ 414launchagentxserver = @launchagentxserver@ 415launchdaemonsdir = @launchdaemonsdir@ 416libdir = @libdir@ 417libexecdir = @libexecdir@ 418localedir = @localedir@ 419localstatedir = @localstatedir@ 420mandir = @mandir@ 421mkdir_p = @mkdir_p@ 422oldincludedir = @oldincludedir@ 423pdfdir = @pdfdir@ 424prefix = @prefix@ 425program_transform_name = @program_transform_name@ 426psdir = @psdir@ 427runstatedir = @runstatedir@ 428sbindir = @sbindir@ 429sharedstatedir = @sharedstatedir@ 430srcdir = @srcdir@ 431sysconfdir = @sysconfdir@ 432target_alias = @target_alias@ 433top_build_prefix = @top_build_prefix@ 434top_builddir = @top_builddir@ 435top_srcdir = @top_srcdir@ 436SUBDIRS = man $(am__append_1) 437bin_SCRIPTS = startx 438AM_CFLAGS = $(CWARNFLAGS) $(XINIT_CFLAGS) 439AM_CPPFLAGS = -DXINITDIR=\"$(XINITDIR)\" -DBINDIR=\"$(bindir)\" 440xinit_LDADD = $(XINIT_LIBS) 441xinit_SOURCES = \ 442 xinit.c 443 444CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ 445 -e '/^\#line *[0-9][0-9]* *.*$$/d' \ 446 -e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \ 447 -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \ 448 -e '/^[ ]*XHASH/s/XHASH/\#/' \ 449 -e '/\@\@$$/s/\@\@$$/\\/' 450 451SUFFIXES = .cpp 452xinitrcdir = $(XINITDIR) 453PROGCPPDEFS = \ 454 -DXRDB=@XRDB@ \ 455 -DXMODMAP=@XMODMAP@ \ 456 -DTWM=@TWM@ \ 457 -DXCLOCK=@XCLOCK@ \ 458 -DXTERM=@XTERM@ \ 459 -DXSERVER=@XSERVER@ \ 460 -DXAUTH=@XAUTH@ \ 461 -DXINIT=@XINIT@ 462 463CPP_FILES_FLAGS = \ 464 -DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \ 465 -DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS) \ 466 -D__libexecdir__="$(libexecdir)" \ 467 -D__bindir__="$(bindir)" \ 468 -DBUNDLE_ID_PREFIX="$(bundleidprefix)" 469 470xinitrc_DATA = xinitrc 471MAINTAINERCLEANFILES = ChangeLog INSTALL 472CLEANFILES = xinitrc startx 473EXTRA_DIST = xinitrc.cpp startx.cpp \ 474 autogen.sh README.md 475 476all: config.h 477 $(MAKE) $(AM_MAKEFLAGS) all-recursive 478 479.SUFFIXES: 480.SUFFIXES: .cpp .c .o .obj 481am--refresh: Makefile 482 @: 483$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps) 484 @for dep in $?; do \ 485 case '$(am__configure_deps)' in \ 486 *$$dep*) \ 487 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 488 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 489 && exit 0; \ 490 exit 1;; \ 491 esac; \ 492 done; \ 493 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 494 $(am__cd) $(top_srcdir) && \ 495 $(AUTOMAKE) --foreign Makefile 496Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 497 @case '$?' in \ 498 *config.status*) \ 499 echo ' $(SHELL) ./config.status'; \ 500 $(SHELL) ./config.status;; \ 501 *) \ 502 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 503 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 504 esac; 505$(top_srcdir)/cpprules.in $(am__empty): 506 507$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 508 $(SHELL) ./config.status --recheck 509 510$(top_srcdir)/configure: $(am__configure_deps) 511 $(am__cd) $(srcdir) && $(AUTOCONF) 512$(ACLOCAL_M4): $(am__aclocal_m4_deps) 513 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 514$(am__aclocal_m4_deps): 515 516config.h: stamp-h1 517 @test -f $@ || rm -f stamp-h1 518 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 519 520stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 521 @rm -f stamp-h1 522 cd $(top_builddir) && $(SHELL) ./config.status config.h 523$(srcdir)/config.h.in: $(am__configure_deps) 524 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 525 rm -f stamp-h1 526 touch $@ 527 528distclean-hdr: 529 -rm -f config.h stamp-h1 530install-binPROGRAMS: $(bin_PROGRAMS) 531 @$(NORMAL_INSTALL) 532 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 533 if test -n "$$list"; then \ 534 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 535 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 536 fi; \ 537 for p in $$list; do echo "$$p $$p"; done | \ 538 sed 's/$(EXEEXT)$$//' | \ 539 while read p p1; do if test -f $$p \ 540 ; then echo "$$p"; echo "$$p"; else :; fi; \ 541 done | \ 542 sed -e 'p;s,.*/,,;n;h' \ 543 -e 's|.*|.|' \ 544 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 545 sed 'N;N;N;s,\n, ,g' | \ 546 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 547 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 548 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 549 else { print "f", $$3 "/" $$4, $$1; } } \ 550 END { for (d in files) print "f", d, files[d] }' | \ 551 while read type dir files; do \ 552 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 553 test -z "$$files" || { \ 554 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 555 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 556 } \ 557 ; done 558 559uninstall-binPROGRAMS: 560 @$(NORMAL_UNINSTALL) 561 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 562 files=`for p in $$list; do echo "$$p"; done | \ 563 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 564 -e 's/$$/$(EXEEXT)/' \ 565 `; \ 566 test -n "$$list" || exit 0; \ 567 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 568 cd "$(DESTDIR)$(bindir)" && rm -f $$files 569 570clean-binPROGRAMS: 571 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 572 573xinit$(EXEEXT): $(xinit_OBJECTS) $(xinit_DEPENDENCIES) $(EXTRA_xinit_DEPENDENCIES) 574 @rm -f xinit$(EXEEXT) 575 $(AM_V_CCLD)$(LINK) $(xinit_OBJECTS) $(xinit_LDADD) $(LIBS) 576install-binSCRIPTS: $(bin_SCRIPTS) 577 @$(NORMAL_INSTALL) 578 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 579 if test -n "$$list"; then \ 580 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 581 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 582 fi; \ 583 for p in $$list; do \ 584 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 585 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 586 done | \ 587 sed -e 'p;s,.*/,,;n' \ 588 -e 'h;s|.*|.|' \ 589 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 590 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 591 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 592 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 593 if (++n[d] == $(am__install_max)) { \ 594 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 595 else { print "f", d "/" $$4, $$1 } } \ 596 END { for (d in files) print "f", d, files[d] }' | \ 597 while read type dir files; do \ 598 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 599 test -z "$$files" || { \ 600 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 601 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 602 } \ 603 ; done 604 605uninstall-binSCRIPTS: 606 @$(NORMAL_UNINSTALL) 607 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 608 files=`for p in $$list; do echo "$$p"; done | \ 609 sed -e 's,.*/,,;$(transform)'`; \ 610 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 611 612mostlyclean-compile: 613 -rm -f *.$(OBJEXT) 614 615distclean-compile: 616 -rm -f *.tab.c 617 618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xinit.Po@am__quote@ # am--include-marker 619 620$(am__depfiles_remade): 621 @$(MKDIR_P) $(@D) 622 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 623 624am--depfiles: $(am__depfiles_remade) 625 626.c.o: 627@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 628@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 629@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 630@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 631@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 632 633.c.obj: 634@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 635@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 636@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 637@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 638@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 639install-xinitrcDATA: $(xinitrc_DATA) 640 @$(NORMAL_INSTALL) 641 @list='$(xinitrc_DATA)'; test -n "$(xinitrcdir)" || list=; \ 642 if test -n "$$list"; then \ 643 echo " $(MKDIR_P) '$(DESTDIR)$(xinitrcdir)'"; \ 644 $(MKDIR_P) "$(DESTDIR)$(xinitrcdir)" || exit 1; \ 645 fi; \ 646 for p in $$list; do \ 647 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 648 echo "$$d$$p"; \ 649 done | $(am__base_list) | \ 650 while read files; do \ 651 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xinitrcdir)'"; \ 652 $(INSTALL_DATA) $$files "$(DESTDIR)$(xinitrcdir)" || exit $$?; \ 653 done 654 655uninstall-xinitrcDATA: 656 @$(NORMAL_UNINSTALL) 657 @list='$(xinitrc_DATA)'; test -n "$(xinitrcdir)" || list=; \ 658 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 659 dir='$(DESTDIR)$(xinitrcdir)'; $(am__uninstall_files_from_dir) 660 661# This directory's subdirectories are mostly independent; you can cd 662# into them and run 'make' without going through this Makefile. 663# To change the values of 'make' variables: instead of editing Makefiles, 664# (1) if the variable is set in 'config.status', edit 'config.status' 665# (which will cause the Makefiles to be regenerated when you run 'make'); 666# (2) otherwise, pass the desired values on the 'make' command line. 667$(am__recursive_targets): 668 @fail=; \ 669 if $(am__make_keepgoing); then \ 670 failcom='fail=yes'; \ 671 else \ 672 failcom='exit 1'; \ 673 fi; \ 674 dot_seen=no; \ 675 target=`echo $@ | sed s/-recursive//`; \ 676 case "$@" in \ 677 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 678 *) list='$(SUBDIRS)' ;; \ 679 esac; \ 680 for subdir in $$list; do \ 681 echo "Making $$target in $$subdir"; \ 682 if test "$$subdir" = "."; then \ 683 dot_seen=yes; \ 684 local_target="$$target-am"; \ 685 else \ 686 local_target="$$target"; \ 687 fi; \ 688 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 689 || eval $$failcom; \ 690 done; \ 691 if test "$$dot_seen" = "no"; then \ 692 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 693 fi; test -z "$$fail" 694 695ID: $(am__tagged_files) 696 $(am__define_uniq_tagged_files); mkid -fID $$unique 697tags: tags-recursive 698TAGS: tags 699 700tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 701 set x; \ 702 here=`pwd`; \ 703 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 704 include_option=--etags-include; \ 705 empty_fix=.; \ 706 else \ 707 include_option=--include; \ 708 empty_fix=; \ 709 fi; \ 710 list='$(SUBDIRS)'; for subdir in $$list; do \ 711 if test "$$subdir" = .; then :; else \ 712 test ! -f $$subdir/TAGS || \ 713 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 714 fi; \ 715 done; \ 716 $(am__define_uniq_tagged_files); \ 717 shift; \ 718 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 719 test -n "$$unique" || unique=$$empty_fix; \ 720 if test $$# -gt 0; then \ 721 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 722 "$$@" $$unique; \ 723 else \ 724 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 725 $$unique; \ 726 fi; \ 727 fi 728ctags: ctags-recursive 729 730CTAGS: ctags 731ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 732 $(am__define_uniq_tagged_files); \ 733 test -z "$(CTAGS_ARGS)$$unique" \ 734 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 735 $$unique 736 737GTAGS: 738 here=`$(am__cd) $(top_builddir) && pwd` \ 739 && $(am__cd) $(top_srcdir) \ 740 && gtags -i $(GTAGS_ARGS) "$$here" 741cscope: cscope.files 742 test ! -s cscope.files \ 743 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 744clean-cscope: 745 -rm -f cscope.files 746cscope.files: clean-cscope cscopelist 747cscopelist: cscopelist-recursive 748 749cscopelist-am: $(am__tagged_files) 750 list='$(am__tagged_files)'; \ 751 case "$(srcdir)" in \ 752 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 753 *) sdir=$(subdir)/$(srcdir) ;; \ 754 esac; \ 755 for i in $$list; do \ 756 if test -f "$$i"; then \ 757 echo "$(subdir)/$$i"; \ 758 else \ 759 echo "$$sdir/$$i"; \ 760 fi; \ 761 done >> $(top_builddir)/cscope.files 762 763distclean-tags: 764 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 765 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 766 767distdir: $(BUILT_SOURCES) 768 $(MAKE) $(AM_MAKEFLAGS) distdir-am 769 770distdir-am: $(DISTFILES) 771 $(am__remove_distdir) 772 test -d "$(distdir)" || mkdir "$(distdir)" 773 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 774 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 775 list='$(DISTFILES)'; \ 776 dist_files=`for file in $$list; do echo $$file; done | \ 777 sed -e "s|^$$srcdirstrip/||;t" \ 778 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 779 case $$dist_files in \ 780 */*) $(MKDIR_P) `echo "$$dist_files" | \ 781 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 782 sort -u` ;; \ 783 esac; \ 784 for file in $$dist_files; do \ 785 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 786 if test -d $$d/$$file; then \ 787 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 788 if test -d "$(distdir)/$$file"; then \ 789 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 790 fi; \ 791 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 792 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 793 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 794 fi; \ 795 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 796 else \ 797 test -f "$(distdir)/$$file" \ 798 || cp -p $$d/$$file "$(distdir)/$$file" \ 799 || exit 1; \ 800 fi; \ 801 done 802 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 803 if test "$$subdir" = .; then :; else \ 804 $(am__make_dryrun) \ 805 || test -d "$(distdir)/$$subdir" \ 806 || $(MKDIR_P) "$(distdir)/$$subdir" \ 807 || exit 1; \ 808 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 809 $(am__relativize); \ 810 new_distdir=$$reldir; \ 811 dir1=$$subdir; dir2="$(top_distdir)"; \ 812 $(am__relativize); \ 813 new_top_distdir=$$reldir; \ 814 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 815 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 816 ($(am__cd) $$subdir && \ 817 $(MAKE) $(AM_MAKEFLAGS) \ 818 top_distdir="$$new_top_distdir" \ 819 distdir="$$new_distdir" \ 820 am__remove_distdir=: \ 821 am__skip_length_check=: \ 822 am__skip_mode_fix=: \ 823 distdir) \ 824 || exit 1; \ 825 fi; \ 826 done 827 $(MAKE) $(AM_MAKEFLAGS) \ 828 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 829 dist-hook 830 -test -n "$(am__skip_mode_fix)" \ 831 || find "$(distdir)" -type d ! -perm -755 \ 832 -exec chmod u+rwx,go+rx {} \; -o \ 833 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 834 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 835 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 836 || chmod -R a+r "$(distdir)" 837dist-gzip: distdir 838 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 839 $(am__post_remove_distdir) 840 841dist-bzip2: distdir 842 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 843 $(am__post_remove_distdir) 844 845dist-lzip: distdir 846 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 847 $(am__post_remove_distdir) 848dist-xz: distdir 849 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 850 $(am__post_remove_distdir) 851 852dist-zstd: distdir 853 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 854 $(am__post_remove_distdir) 855 856dist-tarZ: distdir 857 @echo WARNING: "Support for distribution archives compressed with" \ 858 "legacy program 'compress' is deprecated." >&2 859 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 860 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 861 $(am__post_remove_distdir) 862 863dist-shar: distdir 864 @echo WARNING: "Support for shar distribution archives is" \ 865 "deprecated." >&2 866 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 867 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 868 $(am__post_remove_distdir) 869 870dist-zip: distdir 871 -rm -f $(distdir).zip 872 zip -rq $(distdir).zip $(distdir) 873 $(am__post_remove_distdir) 874 875dist dist-all: 876 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 877 $(am__post_remove_distdir) 878 879# This target untars the dist file and tries a VPATH configuration. Then 880# it guarantees that the distribution is self-contained by making another 881# tarfile. 882distcheck: dist 883 case '$(DIST_ARCHIVES)' in \ 884 *.tar.gz*) \ 885 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 886 *.tar.bz2*) \ 887 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 888 *.tar.lz*) \ 889 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 890 *.tar.xz*) \ 891 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 892 *.tar.Z*) \ 893 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 894 *.shar.gz*) \ 895 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 896 *.zip*) \ 897 unzip $(distdir).zip ;;\ 898 *.tar.zst*) \ 899 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 900 esac 901 chmod -R a-w $(distdir) 902 chmod u+w $(distdir) 903 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 904 chmod a-w $(distdir) 905 test -d $(distdir)/_build || exit 0; \ 906 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 907 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 908 && am__cwd=`pwd` \ 909 && $(am__cd) $(distdir)/_build/sub \ 910 && ../../configure \ 911 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 912 $(DISTCHECK_CONFIGURE_FLAGS) \ 913 --srcdir=../.. --prefix="$$dc_install_base" \ 914 && $(MAKE) $(AM_MAKEFLAGS) \ 915 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 916 && $(MAKE) $(AM_MAKEFLAGS) check \ 917 && $(MAKE) $(AM_MAKEFLAGS) install \ 918 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 919 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 920 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 921 distuninstallcheck \ 922 && chmod -R a-w "$$dc_install_base" \ 923 && ({ \ 924 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 925 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 926 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 927 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 928 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 929 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 930 && rm -rf "$$dc_destdir" \ 931 && $(MAKE) $(AM_MAKEFLAGS) dist \ 932 && rm -rf $(DIST_ARCHIVES) \ 933 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 934 && cd "$$am__cwd" \ 935 || exit 1 936 $(am__post_remove_distdir) 937 @(echo "$(distdir) archives ready for distribution: "; \ 938 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 939 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 940distuninstallcheck: 941 @test -n '$(distuninstallcheck_dir)' || { \ 942 echo 'ERROR: trying to run $@ with an empty' \ 943 '$$(distuninstallcheck_dir)' >&2; \ 944 exit 1; \ 945 }; \ 946 $(am__cd) '$(distuninstallcheck_dir)' || { \ 947 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 948 exit 1; \ 949 }; \ 950 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 951 || { echo "ERROR: files left after uninstall:" ; \ 952 if test -n "$(DESTDIR)"; then \ 953 echo " (check DESTDIR support)"; \ 954 fi ; \ 955 $(distuninstallcheck_listfiles) ; \ 956 exit 1; } >&2 957distcleancheck: distclean 958 @if test '$(srcdir)' = . ; then \ 959 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 960 exit 1 ; \ 961 fi 962 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 963 || { echo "ERROR: files left in build directory after distclean:" ; \ 964 $(distcleancheck_listfiles) ; \ 965 exit 1; } >&2 966check-am: all-am 967check: check-recursive 968all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h 969installdirs: installdirs-recursive 970installdirs-am: 971 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(xinitrcdir)"; do \ 972 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 973 done 974install: install-recursive 975install-exec: install-exec-recursive 976install-data: install-data-recursive 977uninstall: uninstall-recursive 978 979install-am: all-am 980 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 981 982installcheck: installcheck-recursive 983install-strip: 984 if test -z '$(STRIP)'; then \ 985 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 986 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 987 install; \ 988 else \ 989 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 990 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 991 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 992 fi 993mostlyclean-generic: 994 995clean-generic: 996 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 997 998distclean-generic: 999 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1000 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1001 1002maintainer-clean-generic: 1003 @echo "This command is intended for maintainers to use" 1004 @echo "it deletes files that may require special tools to rebuild." 1005 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 1006clean: clean-recursive 1007 1008clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 1009 1010distclean: distclean-recursive 1011 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1012 -rm -f ./$(DEPDIR)/xinit.Po 1013 -rm -f Makefile 1014distclean-am: clean-am distclean-compile distclean-generic \ 1015 distclean-hdr distclean-tags 1016 1017dvi: dvi-recursive 1018 1019dvi-am: 1020 1021html: html-recursive 1022 1023html-am: 1024 1025info: info-recursive 1026 1027info-am: 1028 1029install-data-am: install-xinitrcDATA 1030 1031install-dvi: install-dvi-recursive 1032 1033install-dvi-am: 1034 1035install-exec-am: install-binPROGRAMS install-binSCRIPTS 1036 1037install-html: install-html-recursive 1038 1039install-html-am: 1040 1041install-info: install-info-recursive 1042 1043install-info-am: 1044 1045install-man: 1046 1047install-pdf: install-pdf-recursive 1048 1049install-pdf-am: 1050 1051install-ps: install-ps-recursive 1052 1053install-ps-am: 1054 1055installcheck-am: 1056 1057maintainer-clean: maintainer-clean-recursive 1058 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1059 -rm -rf $(top_srcdir)/autom4te.cache 1060 -rm -f ./$(DEPDIR)/xinit.Po 1061 -rm -f Makefile 1062maintainer-clean-am: distclean-am maintainer-clean-generic 1063 1064mostlyclean: mostlyclean-recursive 1065 1066mostlyclean-am: mostlyclean-compile mostlyclean-generic 1067 1068pdf: pdf-recursive 1069 1070pdf-am: 1071 1072ps: ps-recursive 1073 1074ps-am: 1075 1076uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ 1077 uninstall-xinitrcDATA 1078 1079.MAKE: $(am__recursive_targets) all install-am install-strip 1080 1081.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1082 am--depfiles am--refresh check check-am clean \ 1083 clean-binPROGRAMS clean-cscope clean-generic cscope \ 1084 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1085 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 1086 dist-zip dist-zstd distcheck distclean distclean-compile \ 1087 distclean-generic distclean-hdr distclean-tags distcleancheck \ 1088 distdir distuninstallcheck dvi dvi-am html html-am info \ 1089 info-am install install-am install-binPROGRAMS \ 1090 install-binSCRIPTS install-data install-data-am install-dvi \ 1091 install-dvi-am install-exec install-exec-am install-html \ 1092 install-html-am install-info install-info-am install-man \ 1093 install-pdf install-pdf-am install-ps install-ps-am \ 1094 install-strip install-xinitrcDATA installcheck installcheck-am \ 1095 installdirs installdirs-am maintainer-clean \ 1096 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1097 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 1098 uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \ 1099 uninstall-xinitrcDATA 1100 1101.PRECIOUS: Makefile 1102 1103 1104.cpp: 1105 $(AM_V_GEN)$(RAWCPP) $(TRADITIONALCPPFLAGS) $(CPP_FILES_FLAGS) $< | $(CPP_SED_MAGIC) > $@ 1106 1107.PHONY: ChangeLog INSTALL 1108 1109INSTALL: 1110 $(INSTALL_CMD) 1111 1112ChangeLog: 1113 $(CHANGELOG_CMD) 1114 1115dist-hook: ChangeLog INSTALL 1116 1117# Tell versions [3.59,3.63) of GNU make to not export all variables. 1118# Otherwise a system limit (for SysV at least) may be exceeded. 1119.NOEXPORT: 1120