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