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