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