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