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 38 39VPATH = @srcdir@ 40am__is_gnu_make = { \ 41 if test -z '$(MAKELEVEL)'; then \ 42 false; \ 43 elif test -n '$(MAKE_HOST)'; then \ 44 true; \ 45 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 46 true; \ 47 else \ 48 false; \ 49 fi; \ 50} 51am__make_running_with_option = \ 52 case $${target_option-} in \ 53 ?) ;; \ 54 *) echo "am__make_running_with_option: internal error: invalid" \ 55 "target option '$${target_option-}' specified" >&2; \ 56 exit 1;; \ 57 esac; \ 58 has_opt=no; \ 59 sane_makeflags=$$MAKEFLAGS; \ 60 if $(am__is_gnu_make); then \ 61 sane_makeflags=$$MFLAGS; \ 62 else \ 63 case $$MAKEFLAGS in \ 64 *\\[\ \ ]*) \ 65 bs=\\; \ 66 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 67 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 68 esac; \ 69 fi; \ 70 skip_next=no; \ 71 strip_trailopt () \ 72 { \ 73 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 74 }; \ 75 for flg in $$sane_makeflags; do \ 76 test $$skip_next = yes && { skip_next=no; continue; }; \ 77 case $$flg in \ 78 *=*|--*) continue;; \ 79 -*I) strip_trailopt 'I'; skip_next=yes;; \ 80 -*I?*) strip_trailopt 'I';; \ 81 -*O) strip_trailopt 'O'; skip_next=yes;; \ 82 -*O?*) strip_trailopt 'O';; \ 83 -*l) strip_trailopt 'l'; skip_next=yes;; \ 84 -*l?*) strip_trailopt 'l';; \ 85 -[dEDm]) skip_next=yes;; \ 86 -[JT]) skip_next=yes;; \ 87 esac; \ 88 case $$flg in \ 89 *$$target_option*) has_opt=yes; break;; \ 90 esac; \ 91 done; \ 92 test $$has_opt = yes 93am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 94am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 95pkgdatadir = $(datadir)/@PACKAGE@ 96pkgincludedir = $(includedir)/@PACKAGE@ 97pkglibdir = $(libdir)/@PACKAGE@ 98pkglibexecdir = $(libexecdir)/@PACKAGE@ 99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 100install_sh_DATA = $(install_sh) -c -m 644 101install_sh_PROGRAM = $(install_sh) -c 102install_sh_SCRIPT = $(install_sh) -c 103INSTALL_HEADER = $(INSTALL_DATA) 104transform = $(program_transform_name) 105NORMAL_INSTALL = : 106PRE_INSTALL = : 107POST_INSTALL = : 108NORMAL_UNINSTALL = : 109PRE_UNINSTALL = : 110POST_UNINSTALL = : 111build_triplet = @build@ 112host_triplet = @host@ 113bin_PROGRAMS = lndir$(EXEEXT) 114subdir = . 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(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)" "$(DESTDIR)$(appmandir)" 128PROGRAMS = $(bin_PROGRAMS) 129am_lndir_OBJECTS = lndir.$(OBJEXT) 130lndir_OBJECTS = $(am_lndir_OBJECTS) 131lndir_LDADD = $(LDADD) 132AM_V_P = $(am__v_P_@AM_V@) 133am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 134am__v_P_0 = false 135am__v_P_1 = : 136AM_V_GEN = $(am__v_GEN_@AM_V@) 137am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 138am__v_GEN_0 = @echo " GEN " $@; 139am__v_GEN_1 = 140AM_V_at = $(am__v_at_@AM_V@) 141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 142am__v_at_0 = @ 143am__v_at_1 = 144DEFAULT_INCLUDES = -I.@am__isrc@ 145depcomp = $(SHELL) $(top_srcdir)/depcomp 146am__maybe_remake_depfiles = depfiles 147am__depfiles_remade = ./$(DEPDIR)/lndir.Po 148am__mv = mv -f 149COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 150 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 151AM_V_CC = $(am__v_CC_@AM_V@) 152am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 153am__v_CC_0 = @echo " CC " $@; 154am__v_CC_1 = 155CCLD = $(CC) 156LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 157AM_V_CCLD = $(am__v_CCLD_@AM_V@) 158am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 159am__v_CCLD_0 = @echo " CCLD " $@; 160am__v_CCLD_1 = 161SOURCES = $(lndir_SOURCES) 162DIST_SOURCES = $(lndir_SOURCES) 163am__can_run_installinfo = \ 164 case $$AM_UPDATE_INFO_DIR in \ 165 n|no|NO) false;; \ 166 *) (install-info --version) >/dev/null 2>&1;; \ 167 esac 168am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 169am__vpath_adj = case $$p in \ 170 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 171 *) f=$$p;; \ 172 esac; 173am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 174am__install_max = 40 175am__nobase_strip_setup = \ 176 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 177am__nobase_strip = \ 178 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 179am__nobase_list = $(am__nobase_strip_setup); \ 180 for p in $$list; do echo "$$p $$p"; done | \ 181 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 182 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 183 if (++n[$$2] == $(am__install_max)) \ 184 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 185 END { for (dir in files) print dir, files[dir] }' 186am__base_list = \ 187 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 188 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 189am__uninstall_files_from_dir = { \ 190 test -z "$$files" \ 191 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 192 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 193 $(am__cd) "$$dir" && rm -f $$files; }; \ 194 } 195DATA = $(appman_DATA) 196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 197 config.h.in 198# Read a list of newline-separated strings from the standard input, 199# and print each of them once, without duplicates. Input order is 200# *not* preserved. 201am__uniquify_input = $(AWK) '\ 202 BEGIN { nonempty = 0; } \ 203 { items[$$0] = 1; nonempty = 1; } \ 204 END { if (nonempty) { for (i in items) print i; }; } \ 205' 206# Make sure the list of sources is unique. This is necessary because, 207# e.g., the same source file might be shared among _SOURCES variables 208# for different programs/libraries. 209am__define_uniq_tagged_files = \ 210 list='$(am__tagged_files)'; \ 211 unique=`for i in $$list; do \ 212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 213 done | $(am__uniquify_input)` 214AM_RECURSIVE_TARGETS = cscope 215am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 216 ChangeLog INSTALL README.md compile config.guess config.sub \ 217 depcomp install-sh missing 218DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 219distdir = $(PACKAGE)-$(VERSION) 220top_distdir = $(distdir) 221am__remove_distdir = \ 222 if test -d "$(distdir)"; then \ 223 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 224 && rm -rf "$(distdir)" \ 225 || { sleep 5 && rm -rf "$(distdir)"; }; \ 226 else :; fi 227am__post_remove_distdir = $(am__remove_distdir) 228DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 229GZIP_ENV = --best 230DIST_TARGETS = dist-xz dist-gzip 231# Exists only to be overridden by the user if desired. 232AM_DISTCHECK_DVI_TARGET = dvi 233distuninstallcheck_listfiles = find . -type f -print 234am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 235 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 236distcleancheck_listfiles = find . -type f -print 237ACLOCAL = @ACLOCAL@ 238ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 239ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 240AMTAR = @AMTAR@ 241AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 242APP_MAN_DIR = @APP_MAN_DIR@ 243APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 244AUTOCONF = @AUTOCONF@ 245AUTOHEADER = @AUTOHEADER@ 246AUTOMAKE = @AUTOMAKE@ 247AWK = @AWK@ 248BASE_CFLAGS = @BASE_CFLAGS@ 249CC = @CC@ 250CCDEPMODE = @CCDEPMODE@ 251CFLAGS = @CFLAGS@ 252CHANGELOG_CMD = @CHANGELOG_CMD@ 253CPPFLAGS = @CPPFLAGS@ 254CSCOPE = @CSCOPE@ 255CTAGS = @CTAGS@ 256CWARNFLAGS = @CWARNFLAGS@ 257CYGPATH_W = @CYGPATH_W@ 258DEFS = @DEFS@ 259DEPDIR = @DEPDIR@ 260DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 261DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 262ECHO_C = @ECHO_C@ 263ECHO_N = @ECHO_N@ 264ECHO_T = @ECHO_T@ 265ETAGS = @ETAGS@ 266EXEEXT = @EXEEXT@ 267FILE_MAN_DIR = @FILE_MAN_DIR@ 268FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 269INSTALL = @INSTALL@ 270INSTALL_CMD = @INSTALL_CMD@ 271INSTALL_DATA = @INSTALL_DATA@ 272INSTALL_PROGRAM = @INSTALL_PROGRAM@ 273INSTALL_SCRIPT = @INSTALL_SCRIPT@ 274INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 275LDFLAGS = @LDFLAGS@ 276LIBBSD_CFLAGS = @LIBBSD_CFLAGS@ 277LIBBSD_LIBS = @LIBBSD_LIBS@ 278LIBOBJS = @LIBOBJS@ 279LIBS = @LIBS@ 280LIB_MAN_DIR = @LIB_MAN_DIR@ 281LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 282LTLIBOBJS = @LTLIBOBJS@ 283MAKEINFO = @MAKEINFO@ 284MAN_SUBSTS = @MAN_SUBSTS@ 285MISC_MAN_DIR = @MISC_MAN_DIR@ 286MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 287MKDIR_P = @MKDIR_P@ 288OBJEXT = @OBJEXT@ 289PACKAGE = @PACKAGE@ 290PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 291PACKAGE_NAME = @PACKAGE_NAME@ 292PACKAGE_STRING = @PACKAGE_STRING@ 293PACKAGE_TARNAME = @PACKAGE_TARNAME@ 294PACKAGE_URL = @PACKAGE_URL@ 295PACKAGE_VERSION = @PACKAGE_VERSION@ 296PATH_SEPARATOR = @PATH_SEPARATOR@ 297PKG_CONFIG = @PKG_CONFIG@ 298PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 299PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 300SED = @SED@ 301SET_MAKE = @SET_MAKE@ 302SHELL = @SHELL@ 303STRICT_CFLAGS = @STRICT_CFLAGS@ 304STRIP = @STRIP@ 305VERSION = @VERSION@ 306XORG_MAN_PAGE = @XORG_MAN_PAGE@ 307XPROTO_CFLAGS = @XPROTO_CFLAGS@ 308XPROTO_LIBS = @XPROTO_LIBS@ 309abs_builddir = @abs_builddir@ 310abs_srcdir = @abs_srcdir@ 311abs_top_builddir = @abs_top_builddir@ 312abs_top_srcdir = @abs_top_srcdir@ 313ac_ct_CC = @ac_ct_CC@ 314am__include = @am__include@ 315am__leading_dot = @am__leading_dot@ 316am__quote = @am__quote@ 317am__tar = @am__tar@ 318am__untar = @am__untar@ 319bindir = @bindir@ 320build = @build@ 321build_alias = @build_alias@ 322build_cpu = @build_cpu@ 323build_os = @build_os@ 324build_vendor = @build_vendor@ 325builddir = @builddir@ 326datadir = @datadir@ 327datarootdir = @datarootdir@ 328docdir = @docdir@ 329dvidir = @dvidir@ 330exec_prefix = @exec_prefix@ 331host = @host@ 332host_alias = @host_alias@ 333host_cpu = @host_cpu@ 334host_os = @host_os@ 335host_vendor = @host_vendor@ 336htmldir = @htmldir@ 337includedir = @includedir@ 338infodir = @infodir@ 339install_sh = @install_sh@ 340libdir = @libdir@ 341libexecdir = @libexecdir@ 342localedir = @localedir@ 343localstatedir = @localstatedir@ 344mandir = @mandir@ 345mkdir_p = @mkdir_p@ 346oldincludedir = @oldincludedir@ 347pdfdir = @pdfdir@ 348prefix = @prefix@ 349program_transform_name = @program_transform_name@ 350psdir = @psdir@ 351runstatedir = @runstatedir@ 352sbindir = @sbindir@ 353sharedstatedir = @sharedstatedir@ 354srcdir = @srcdir@ 355sysconfdir = @sysconfdir@ 356target_alias = @target_alias@ 357top_build_prefix = @top_build_prefix@ 358top_builddir = @top_builddir@ 359top_srcdir = @top_srcdir@ 360AM_CFLAGS = $(CWARNFLAGS) $(XPROTO_CFLAGS) 361lndir_SOURCES = lndir.c 362 363# Man page 364appmandir = $(APP_MAN_DIR) 365appman_PRE = lndir.man 366appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 367CLEANFILES = $(appman_DATA) 368 369# Strings to replace in man pages 370XORGRELSTRING = @PACKAGE_STRING@ 371XORGMANNAME = X Version 11 372SUFFIXES = .$(APP_MAN_SUFFIX) .man 373EXTRA_DIST = $(appman_PRE) README.md 374MAINTAINERCLEANFILES = ChangeLog INSTALL 375all: config.h 376 $(MAKE) $(AM_MAKEFLAGS) all-am 377 378.SUFFIXES: 379.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj 380am--refresh: Makefile 381 @: 382$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 383 @for dep in $?; do \ 384 case '$(am__configure_deps)' in \ 385 *$$dep*) \ 386 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 387 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 388 && exit 0; \ 389 exit 1;; \ 390 esac; \ 391 done; \ 392 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 393 $(am__cd) $(top_srcdir) && \ 394 $(AUTOMAKE) --foreign Makefile 395Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 396 @case '$?' in \ 397 *config.status*) \ 398 echo ' $(SHELL) ./config.status'; \ 399 $(SHELL) ./config.status;; \ 400 *) \ 401 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 402 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 403 esac; 404 405$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 406 $(SHELL) ./config.status --recheck 407 408$(top_srcdir)/configure: $(am__configure_deps) 409 $(am__cd) $(srcdir) && $(AUTOCONF) 410$(ACLOCAL_M4): $(am__aclocal_m4_deps) 411 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 412$(am__aclocal_m4_deps): 413 414config.h: stamp-h1 415 @test -f $@ || rm -f stamp-h1 416 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 417 418stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 419 @rm -f stamp-h1 420 cd $(top_builddir) && $(SHELL) ./config.status config.h 421$(srcdir)/config.h.in: $(am__configure_deps) 422 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 423 rm -f stamp-h1 424 touch $@ 425 426distclean-hdr: 427 -rm -f config.h stamp-h1 428install-binPROGRAMS: $(bin_PROGRAMS) 429 @$(NORMAL_INSTALL) 430 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 431 if test -n "$$list"; then \ 432 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 433 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 434 fi; \ 435 for p in $$list; do echo "$$p $$p"; done | \ 436 sed 's/$(EXEEXT)$$//' | \ 437 while read p p1; do if test -f $$p \ 438 ; then echo "$$p"; echo "$$p"; else :; fi; \ 439 done | \ 440 sed -e 'p;s,.*/,,;n;h' \ 441 -e 's|.*|.|' \ 442 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 443 sed 'N;N;N;s,\n, ,g' | \ 444 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 445 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 446 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 447 else { print "f", $$3 "/" $$4, $$1; } } \ 448 END { for (d in files) print "f", d, files[d] }' | \ 449 while read type dir files; do \ 450 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 451 test -z "$$files" || { \ 452 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 453 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 454 } \ 455 ; done 456 457uninstall-binPROGRAMS: 458 @$(NORMAL_UNINSTALL) 459 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 460 files=`for p in $$list; do echo "$$p"; done | \ 461 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 462 -e 's/$$/$(EXEEXT)/' \ 463 `; \ 464 test -n "$$list" || exit 0; \ 465 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 466 cd "$(DESTDIR)$(bindir)" && rm -f $$files 467 468clean-binPROGRAMS: 469 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 470 471lndir$(EXEEXT): $(lndir_OBJECTS) $(lndir_DEPENDENCIES) $(EXTRA_lndir_DEPENDENCIES) 472 @rm -f lndir$(EXEEXT) 473 $(AM_V_CCLD)$(LINK) $(lndir_OBJECTS) $(lndir_LDADD) $(LIBS) 474 475mostlyclean-compile: 476 -rm -f *.$(OBJEXT) 477 478distclean-compile: 479 -rm -f *.tab.c 480 481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lndir.Po@am__quote@ # am--include-marker 482 483$(am__depfiles_remade): 484 @$(MKDIR_P) $(@D) 485 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 486 487am--depfiles: $(am__depfiles_remade) 488 489.c.o: 490@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 491@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 492@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 493@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 494@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 495 496.c.obj: 497@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 498@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 499@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 500@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 501@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 502install-appmanDATA: $(appman_DATA) 503 @$(NORMAL_INSTALL) 504 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 505 if test -n "$$list"; then \ 506 echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \ 507 $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \ 508 fi; \ 509 for p in $$list; do \ 510 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 511 echo "$$d$$p"; \ 512 done | $(am__base_list) | \ 513 while read files; do \ 514 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 515 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 516 done 517 518uninstall-appmanDATA: 519 @$(NORMAL_UNINSTALL) 520 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 521 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 522 dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) 523 524ID: $(am__tagged_files) 525 $(am__define_uniq_tagged_files); mkid -fID $$unique 526tags: tags-am 527TAGS: tags 528 529tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 530 set x; \ 531 here=`pwd`; \ 532 $(am__define_uniq_tagged_files); \ 533 shift; \ 534 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 535 test -n "$$unique" || unique=$$empty_fix; \ 536 if test $$# -gt 0; then \ 537 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 538 "$$@" $$unique; \ 539 else \ 540 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 541 $$unique; \ 542 fi; \ 543 fi 544ctags: ctags-am 545 546CTAGS: ctags 547ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 548 $(am__define_uniq_tagged_files); \ 549 test -z "$(CTAGS_ARGS)$$unique" \ 550 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 551 $$unique 552 553GTAGS: 554 here=`$(am__cd) $(top_builddir) && pwd` \ 555 && $(am__cd) $(top_srcdir) \ 556 && gtags -i $(GTAGS_ARGS) "$$here" 557cscope: cscope.files 558 test ! -s cscope.files \ 559 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 560clean-cscope: 561 -rm -f cscope.files 562cscope.files: clean-cscope cscopelist 563cscopelist: cscopelist-am 564 565cscopelist-am: $(am__tagged_files) 566 list='$(am__tagged_files)'; \ 567 case "$(srcdir)" in \ 568 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 569 *) sdir=$(subdir)/$(srcdir) ;; \ 570 esac; \ 571 for i in $$list; do \ 572 if test -f "$$i"; then \ 573 echo "$(subdir)/$$i"; \ 574 else \ 575 echo "$$sdir/$$i"; \ 576 fi; \ 577 done >> $(top_builddir)/cscope.files 578 579distclean-tags: 580 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 581 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 582distdir: $(BUILT_SOURCES) 583 $(MAKE) $(AM_MAKEFLAGS) distdir-am 584 585distdir-am: $(DISTFILES) 586 $(am__remove_distdir) 587 test -d "$(distdir)" || mkdir "$(distdir)" 588 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 589 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 590 list='$(DISTFILES)'; \ 591 dist_files=`for file in $$list; do echo $$file; done | \ 592 sed -e "s|^$$srcdirstrip/||;t" \ 593 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 594 case $$dist_files in \ 595 */*) $(MKDIR_P) `echo "$$dist_files" | \ 596 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 597 sort -u` ;; \ 598 esac; \ 599 for file in $$dist_files; do \ 600 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 601 if test -d $$d/$$file; then \ 602 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 603 if test -d "$(distdir)/$$file"; then \ 604 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 605 fi; \ 606 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 607 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 608 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 609 fi; \ 610 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 611 else \ 612 test -f "$(distdir)/$$file" \ 613 || cp -p $$d/$$file "$(distdir)/$$file" \ 614 || exit 1; \ 615 fi; \ 616 done 617 $(MAKE) $(AM_MAKEFLAGS) \ 618 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 619 dist-hook 620 -test -n "$(am__skip_mode_fix)" \ 621 || find "$(distdir)" -type d ! -perm -755 \ 622 -exec chmod u+rwx,go+rx {} \; -o \ 623 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 624 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 625 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 626 || chmod -R a+r "$(distdir)" 627dist-gzip: distdir 628 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 629 $(am__post_remove_distdir) 630 631dist-bzip2: distdir 632 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 633 $(am__post_remove_distdir) 634 635dist-lzip: distdir 636 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 637 $(am__post_remove_distdir) 638dist-xz: distdir 639 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 640 $(am__post_remove_distdir) 641 642dist-zstd: distdir 643 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 644 $(am__post_remove_distdir) 645 646dist-tarZ: distdir 647 @echo WARNING: "Support for distribution archives compressed with" \ 648 "legacy program 'compress' is deprecated." >&2 649 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 650 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 651 $(am__post_remove_distdir) 652 653dist-shar: distdir 654 @echo WARNING: "Support for shar distribution archives is" \ 655 "deprecated." >&2 656 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 657 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 658 $(am__post_remove_distdir) 659 660dist-zip: distdir 661 -rm -f $(distdir).zip 662 zip -rq $(distdir).zip $(distdir) 663 $(am__post_remove_distdir) 664 665dist dist-all: 666 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 667 $(am__post_remove_distdir) 668 669# This target untars the dist file and tries a VPATH configuration. Then 670# it guarantees that the distribution is self-contained by making another 671# tarfile. 672distcheck: dist 673 case '$(DIST_ARCHIVES)' in \ 674 *.tar.gz*) \ 675 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 676 *.tar.bz2*) \ 677 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 678 *.tar.lz*) \ 679 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 680 *.tar.xz*) \ 681 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 682 *.tar.Z*) \ 683 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 684 *.shar.gz*) \ 685 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 686 *.zip*) \ 687 unzip $(distdir).zip ;;\ 688 *.tar.zst*) \ 689 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 690 esac 691 chmod -R a-w $(distdir) 692 chmod u+w $(distdir) 693 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 694 chmod a-w $(distdir) 695 test -d $(distdir)/_build || exit 0; \ 696 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 697 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 698 && am__cwd=`pwd` \ 699 && $(am__cd) $(distdir)/_build/sub \ 700 && ../../configure \ 701 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 702 $(DISTCHECK_CONFIGURE_FLAGS) \ 703 --srcdir=../.. --prefix="$$dc_install_base" \ 704 && $(MAKE) $(AM_MAKEFLAGS) \ 705 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 706 && $(MAKE) $(AM_MAKEFLAGS) check \ 707 && $(MAKE) $(AM_MAKEFLAGS) install \ 708 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 709 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 710 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 711 distuninstallcheck \ 712 && chmod -R a-w "$$dc_install_base" \ 713 && ({ \ 714 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 715 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 716 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 717 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 718 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 719 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 720 && rm -rf "$$dc_destdir" \ 721 && $(MAKE) $(AM_MAKEFLAGS) dist \ 722 && rm -rf $(DIST_ARCHIVES) \ 723 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 724 && cd "$$am__cwd" \ 725 || exit 1 726 $(am__post_remove_distdir) 727 @(echo "$(distdir) archives ready for distribution: "; \ 728 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 729 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 730distuninstallcheck: 731 @test -n '$(distuninstallcheck_dir)' || { \ 732 echo 'ERROR: trying to run $@ with an empty' \ 733 '$$(distuninstallcheck_dir)' >&2; \ 734 exit 1; \ 735 }; \ 736 $(am__cd) '$(distuninstallcheck_dir)' || { \ 737 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 738 exit 1; \ 739 }; \ 740 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 741 || { echo "ERROR: files left after uninstall:" ; \ 742 if test -n "$(DESTDIR)"; then \ 743 echo " (check DESTDIR support)"; \ 744 fi ; \ 745 $(distuninstallcheck_listfiles) ; \ 746 exit 1; } >&2 747distcleancheck: distclean 748 @if test '$(srcdir)' = . ; then \ 749 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 750 exit 1 ; \ 751 fi 752 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 753 || { echo "ERROR: files left in build directory after distclean:" ; \ 754 $(distcleancheck_listfiles) ; \ 755 exit 1; } >&2 756check-am: all-am 757check: check-am 758all-am: Makefile $(PROGRAMS) $(DATA) config.h 759installdirs: 760 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 761 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 762 done 763install: install-am 764install-exec: install-exec-am 765install-data: install-data-am 766uninstall: uninstall-am 767 768install-am: all-am 769 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 770 771installcheck: installcheck-am 772install-strip: 773 if test -z '$(STRIP)'; then \ 774 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 775 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 776 install; \ 777 else \ 778 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 779 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 780 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 781 fi 782mostlyclean-generic: 783 784clean-generic: 785 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 786 787distclean-generic: 788 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 789 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 790 791maintainer-clean-generic: 792 @echo "This command is intended for maintainers to use" 793 @echo "it deletes files that may require special tools to rebuild." 794 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 795clean: clean-am 796 797clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 798 799distclean: distclean-am 800 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 801 -rm -f ./$(DEPDIR)/lndir.Po 802 -rm -f Makefile 803distclean-am: clean-am distclean-compile distclean-generic \ 804 distclean-hdr distclean-tags 805 806dvi: dvi-am 807 808dvi-am: 809 810html: html-am 811 812html-am: 813 814info: info-am 815 816info-am: 817 818install-data-am: install-appmanDATA 819 820install-dvi: install-dvi-am 821 822install-dvi-am: 823 824install-exec-am: install-binPROGRAMS 825 826install-html: install-html-am 827 828install-html-am: 829 830install-info: install-info-am 831 832install-info-am: 833 834install-man: 835 836install-pdf: install-pdf-am 837 838install-pdf-am: 839 840install-ps: install-ps-am 841 842install-ps-am: 843 844installcheck-am: 845 846maintainer-clean: maintainer-clean-am 847 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 848 -rm -rf $(top_srcdir)/autom4te.cache 849 -rm -f ./$(DEPDIR)/lndir.Po 850 -rm -f Makefile 851maintainer-clean-am: distclean-am maintainer-clean-generic 852 853mostlyclean: mostlyclean-am 854 855mostlyclean-am: mostlyclean-compile mostlyclean-generic 856 857pdf: pdf-am 858 859pdf-am: 860 861ps: ps-am 862 863ps-am: 864 865uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS 866 867.MAKE: all install-am install-strip 868 869.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ 870 check-am clean clean-binPROGRAMS clean-cscope clean-generic \ 871 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 872 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 873 dist-zip dist-zstd distcheck distclean distclean-compile \ 874 distclean-generic distclean-hdr distclean-tags distcleancheck \ 875 distdir distuninstallcheck dvi dvi-am html html-am info \ 876 info-am install install-am install-appmanDATA \ 877 install-binPROGRAMS install-data install-data-am install-dvi \ 878 install-dvi-am install-exec install-exec-am install-html \ 879 install-html-am install-info install-info-am install-man \ 880 install-pdf install-pdf-am install-ps install-ps-am \ 881 install-strip installcheck installcheck-am installdirs \ 882 maintainer-clean maintainer-clean-generic mostlyclean \ 883 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 884 tags tags-am uninstall uninstall-am uninstall-appmanDATA \ 885 uninstall-binPROGRAMS 886 887.PRECIOUS: Makefile 888 889 890# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 891.man.$(APP_MAN_SUFFIX): 892 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 893 894.PHONY: ChangeLog INSTALL 895 896INSTALL: 897 $(INSTALL_CMD) 898 899ChangeLog: 900 $(CHANGELOG_CMD) 901 902dist-hook: ChangeLog INSTALL 903 904# Tell versions [3.59,3.63) of GNU make to not export all variables. 905# Otherwise a system limit (for SysV at least) may be exceeded. 906.NOEXPORT: 907