Makefile.in revision 051ceee6
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 = viewres$(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_viewres_OBJECTS = viewres.$(OBJEXT) 131viewres_OBJECTS = $(am_viewres_OBJECTS) 132am__DEPENDENCIES_1 = 133viewres_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)/viewres.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 = $(viewres_SOURCES) 164DIST_SOURCES = $(viewres_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.sub \ 235 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@ 285APP_MAN_DIR = @APP_MAN_DIR@ 286APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 287AUTOCONF = @AUTOCONF@ 288AUTOHEADER = @AUTOHEADER@ 289AUTOMAKE = @AUTOMAKE@ 290AWK = @AWK@ 291BASE_CFLAGS = @BASE_CFLAGS@ 292CC = @CC@ 293CCDEPMODE = @CCDEPMODE@ 294CFLAGS = @CFLAGS@ 295CHANGELOG_CMD = @CHANGELOG_CMD@ 296CPPFLAGS = @CPPFLAGS@ 297CSCOPE = @CSCOPE@ 298CTAGS = @CTAGS@ 299CWARNFLAGS = @CWARNFLAGS@ 300CYGPATH_W = @CYGPATH_W@ 301DEFS = @DEFS@ 302DEPDIR = @DEPDIR@ 303DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 304DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 305ECHO_C = @ECHO_C@ 306ECHO_N = @ECHO_N@ 307ECHO_T = @ECHO_T@ 308ETAGS = @ETAGS@ 309EXEEXT = @EXEEXT@ 310FILE_MAN_DIR = @FILE_MAN_DIR@ 311FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 312INSTALL = @INSTALL@ 313INSTALL_CMD = @INSTALL_CMD@ 314INSTALL_DATA = @INSTALL_DATA@ 315INSTALL_PROGRAM = @INSTALL_PROGRAM@ 316INSTALL_SCRIPT = @INSTALL_SCRIPT@ 317INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 318LDFLAGS = @LDFLAGS@ 319LIBOBJS = @LIBOBJS@ 320LIBS = @LIBS@ 321LIB_MAN_DIR = @LIB_MAN_DIR@ 322LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 323LTLIBOBJS = @LTLIBOBJS@ 324MAKEINFO = @MAKEINFO@ 325MAN_SUBSTS = @MAN_SUBSTS@ 326MISC_MAN_DIR = @MISC_MAN_DIR@ 327MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 328MKDIR_P = @MKDIR_P@ 329OBJEXT = @OBJEXT@ 330PACKAGE = @PACKAGE@ 331PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 332PACKAGE_NAME = @PACKAGE_NAME@ 333PACKAGE_STRING = @PACKAGE_STRING@ 334PACKAGE_TARNAME = @PACKAGE_TARNAME@ 335PACKAGE_URL = @PACKAGE_URL@ 336PACKAGE_VERSION = @PACKAGE_VERSION@ 337PATH_SEPARATOR = @PATH_SEPARATOR@ 338PKG_CONFIG = @PKG_CONFIG@ 339PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 340PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 341SED = @SED@ 342SET_MAKE = @SET_MAKE@ 343SHELL = @SHELL@ 344STRICT_CFLAGS = @STRICT_CFLAGS@ 345STRIP = @STRIP@ 346VERSION = @VERSION@ 347VIEWRES_CFLAGS = @VIEWRES_CFLAGS@ 348VIEWRES_LIBS = @VIEWRES_LIBS@ 349XORG_MAN_PAGE = @XORG_MAN_PAGE@ 350abs_builddir = @abs_builddir@ 351abs_srcdir = @abs_srcdir@ 352abs_top_builddir = @abs_top_builddir@ 353abs_top_srcdir = @abs_top_srcdir@ 354ac_ct_CC = @ac_ct_CC@ 355am__include = @am__include@ 356am__leading_dot = @am__leading_dot@ 357am__quote = @am__quote@ 358am__tar = @am__tar@ 359am__untar = @am__untar@ 360appdefaultdir = @appdefaultdir@ 361bindir = @bindir@ 362build = @build@ 363build_alias = @build_alias@ 364build_cpu = @build_cpu@ 365build_os = @build_os@ 366build_vendor = @build_vendor@ 367builddir = @builddir@ 368datadir = @datadir@ 369datarootdir = @datarootdir@ 370docdir = @docdir@ 371dvidir = @dvidir@ 372exec_prefix = @exec_prefix@ 373host = @host@ 374host_alias = @host_alias@ 375host_cpu = @host_cpu@ 376host_os = @host_os@ 377host_vendor = @host_vendor@ 378htmldir = @htmldir@ 379includedir = @includedir@ 380infodir = @infodir@ 381install_sh = @install_sh@ 382libdir = @libdir@ 383libexecdir = @libexecdir@ 384localedir = @localedir@ 385localstatedir = @localstatedir@ 386mandir = @mandir@ 387mkdir_p = @mkdir_p@ 388oldincludedir = @oldincludedir@ 389pdfdir = @pdfdir@ 390prefix = @prefix@ 391program_transform_name = @program_transform_name@ 392psdir = @psdir@ 393runstatedir = @runstatedir@ 394sbindir = @sbindir@ 395sharedstatedir = @sharedstatedir@ 396srcdir = @srcdir@ 397sysconfdir = @sysconfdir@ 398target_alias = @target_alias@ 399top_build_prefix = @top_build_prefix@ 400top_builddir = @top_builddir@ 401top_srcdir = @top_srcdir@ 402SUBDIRS = man 403AM_CFLAGS = $(VIEWRES_CFLAGS) $(CWARNFLAGS) 404AM_CPPFLAGS = -D_CONST_X_STRING 405viewres_LDADD = $(VIEWRES_LIBS) 406viewres_SOURCES = \ 407 viewres.c 408 409 410# App default files 411DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults 412dist_appdefault_DATA = \ 413 app-defaults/Viewres \ 414 app-defaults/Viewres-color 415 416MAINTAINERCLEANFILES = ChangeLog INSTALL 417EXTRA_DIST = README.md 418all: config.h 419 $(MAKE) $(AM_MAKEFLAGS) all-recursive 420 421.SUFFIXES: 422.SUFFIXES: .c .o .obj 423am--refresh: Makefile 424 @: 425$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 426 @for dep in $?; do \ 427 case '$(am__configure_deps)' in \ 428 *$$dep*) \ 429 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 430 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 431 && exit 0; \ 432 exit 1;; \ 433 esac; \ 434 done; \ 435 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 436 $(am__cd) $(top_srcdir) && \ 437 $(AUTOMAKE) --foreign Makefile 438Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 439 @case '$?' in \ 440 *config.status*) \ 441 echo ' $(SHELL) ./config.status'; \ 442 $(SHELL) ./config.status;; \ 443 *) \ 444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 445 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 446 esac; 447 448$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 449 $(SHELL) ./config.status --recheck 450 451$(top_srcdir)/configure: $(am__configure_deps) 452 $(am__cd) $(srcdir) && $(AUTOCONF) 453$(ACLOCAL_M4): $(am__aclocal_m4_deps) 454 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 455$(am__aclocal_m4_deps): 456 457config.h: stamp-h1 458 @test -f $@ || rm -f stamp-h1 459 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 460 461stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 462 @rm -f stamp-h1 463 cd $(top_builddir) && $(SHELL) ./config.status config.h 464$(srcdir)/config.h.in: $(am__configure_deps) 465 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 466 rm -f stamp-h1 467 touch $@ 468 469distclean-hdr: 470 -rm -f config.h stamp-h1 471install-binPROGRAMS: $(bin_PROGRAMS) 472 @$(NORMAL_INSTALL) 473 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 474 if test -n "$$list"; then \ 475 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 476 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 477 fi; \ 478 for p in $$list; do echo "$$p $$p"; done | \ 479 sed 's/$(EXEEXT)$$//' | \ 480 while read p p1; do if test -f $$p \ 481 ; then echo "$$p"; echo "$$p"; else :; fi; \ 482 done | \ 483 sed -e 'p;s,.*/,,;n;h' \ 484 -e 's|.*|.|' \ 485 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 486 sed 'N;N;N;s,\n, ,g' | \ 487 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 488 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 489 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 490 else { print "f", $$3 "/" $$4, $$1; } } \ 491 END { for (d in files) print "f", d, files[d] }' | \ 492 while read type dir files; do \ 493 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 494 test -z "$$files" || { \ 495 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 496 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 497 } \ 498 ; done 499 500uninstall-binPROGRAMS: 501 @$(NORMAL_UNINSTALL) 502 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 503 files=`for p in $$list; do echo "$$p"; done | \ 504 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 505 -e 's/$$/$(EXEEXT)/' \ 506 `; \ 507 test -n "$$list" || exit 0; \ 508 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 509 cd "$(DESTDIR)$(bindir)" && rm -f $$files 510 511clean-binPROGRAMS: 512 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 513 514viewres$(EXEEXT): $(viewres_OBJECTS) $(viewres_DEPENDENCIES) $(EXTRA_viewres_DEPENDENCIES) 515 @rm -f viewres$(EXEEXT) 516 $(AM_V_CCLD)$(LINK) $(viewres_OBJECTS) $(viewres_LDADD) $(LIBS) 517 518mostlyclean-compile: 519 -rm -f *.$(OBJEXT) 520 521distclean-compile: 522 -rm -f *.tab.c 523 524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/viewres.Po@am__quote@ # am--include-marker 525 526$(am__depfiles_remade): 527 @$(MKDIR_P) $(@D) 528 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 529 530am--depfiles: $(am__depfiles_remade) 531 532.c.o: 533@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 534@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 535@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 536@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 537@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 538 539.c.obj: 540@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 541@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 542@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 543@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 544@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 545install-dist_appdefaultDATA: $(dist_appdefault_DATA) 546 @$(NORMAL_INSTALL) 547 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 548 if test -n "$$list"; then \ 549 echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \ 550 $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \ 551 fi; \ 552 for p in $$list; do \ 553 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 554 echo "$$d$$p"; \ 555 done | $(am__base_list) | \ 556 while read files; do \ 557 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \ 558 $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \ 559 done 560 561uninstall-dist_appdefaultDATA: 562 @$(NORMAL_UNINSTALL) 563 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 564 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 565 dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir) 566 567# This directory's subdirectories are mostly independent; you can cd 568# into them and run 'make' without going through this Makefile. 569# To change the values of 'make' variables: instead of editing Makefiles, 570# (1) if the variable is set in 'config.status', edit 'config.status' 571# (which will cause the Makefiles to be regenerated when you run 'make'); 572# (2) otherwise, pass the desired values on the 'make' command line. 573$(am__recursive_targets): 574 @fail=; \ 575 if $(am__make_keepgoing); then \ 576 failcom='fail=yes'; \ 577 else \ 578 failcom='exit 1'; \ 579 fi; \ 580 dot_seen=no; \ 581 target=`echo $@ | sed s/-recursive//`; \ 582 case "$@" in \ 583 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 584 *) list='$(SUBDIRS)' ;; \ 585 esac; \ 586 for subdir in $$list; do \ 587 echo "Making $$target in $$subdir"; \ 588 if test "$$subdir" = "."; then \ 589 dot_seen=yes; \ 590 local_target="$$target-am"; \ 591 else \ 592 local_target="$$target"; \ 593 fi; \ 594 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 595 || eval $$failcom; \ 596 done; \ 597 if test "$$dot_seen" = "no"; then \ 598 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 599 fi; test -z "$$fail" 600 601ID: $(am__tagged_files) 602 $(am__define_uniq_tagged_files); mkid -fID $$unique 603tags: tags-recursive 604TAGS: tags 605 606tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 607 set x; \ 608 here=`pwd`; \ 609 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 610 include_option=--etags-include; \ 611 empty_fix=.; \ 612 else \ 613 include_option=--include; \ 614 empty_fix=; \ 615 fi; \ 616 list='$(SUBDIRS)'; for subdir in $$list; do \ 617 if test "$$subdir" = .; then :; else \ 618 test ! -f $$subdir/TAGS || \ 619 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 620 fi; \ 621 done; \ 622 $(am__define_uniq_tagged_files); \ 623 shift; \ 624 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 625 test -n "$$unique" || unique=$$empty_fix; \ 626 if test $$# -gt 0; then \ 627 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 628 "$$@" $$unique; \ 629 else \ 630 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 631 $$unique; \ 632 fi; \ 633 fi 634ctags: ctags-recursive 635 636CTAGS: ctags 637ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 638 $(am__define_uniq_tagged_files); \ 639 test -z "$(CTAGS_ARGS)$$unique" \ 640 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 641 $$unique 642 643GTAGS: 644 here=`$(am__cd) $(top_builddir) && pwd` \ 645 && $(am__cd) $(top_srcdir) \ 646 && gtags -i $(GTAGS_ARGS) "$$here" 647cscope: cscope.files 648 test ! -s cscope.files \ 649 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 650clean-cscope: 651 -rm -f cscope.files 652cscope.files: clean-cscope cscopelist 653cscopelist: cscopelist-recursive 654 655cscopelist-am: $(am__tagged_files) 656 list='$(am__tagged_files)'; \ 657 case "$(srcdir)" in \ 658 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 659 *) sdir=$(subdir)/$(srcdir) ;; \ 660 esac; \ 661 for i in $$list; do \ 662 if test -f "$$i"; then \ 663 echo "$(subdir)/$$i"; \ 664 else \ 665 echo "$$sdir/$$i"; \ 666 fi; \ 667 done >> $(top_builddir)/cscope.files 668 669distclean-tags: 670 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 671 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 672distdir: $(BUILT_SOURCES) 673 $(MAKE) $(AM_MAKEFLAGS) distdir-am 674 675distdir-am: $(DISTFILES) 676 $(am__remove_distdir) 677 test -d "$(distdir)" || mkdir "$(distdir)" 678 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 679 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 680 list='$(DISTFILES)'; \ 681 dist_files=`for file in $$list; do echo $$file; done | \ 682 sed -e "s|^$$srcdirstrip/||;t" \ 683 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 684 case $$dist_files in \ 685 */*) $(MKDIR_P) `echo "$$dist_files" | \ 686 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 687 sort -u` ;; \ 688 esac; \ 689 for file in $$dist_files; do \ 690 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 691 if test -d $$d/$$file; then \ 692 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 693 if test -d "$(distdir)/$$file"; then \ 694 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 695 fi; \ 696 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 697 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 698 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 699 fi; \ 700 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 701 else \ 702 test -f "$(distdir)/$$file" \ 703 || cp -p $$d/$$file "$(distdir)/$$file" \ 704 || exit 1; \ 705 fi; \ 706 done 707 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 708 if test "$$subdir" = .; then :; else \ 709 $(am__make_dryrun) \ 710 || test -d "$(distdir)/$$subdir" \ 711 || $(MKDIR_P) "$(distdir)/$$subdir" \ 712 || exit 1; \ 713 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 714 $(am__relativize); \ 715 new_distdir=$$reldir; \ 716 dir1=$$subdir; dir2="$(top_distdir)"; \ 717 $(am__relativize); \ 718 new_top_distdir=$$reldir; \ 719 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 720 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 721 ($(am__cd) $$subdir && \ 722 $(MAKE) $(AM_MAKEFLAGS) \ 723 top_distdir="$$new_top_distdir" \ 724 distdir="$$new_distdir" \ 725 am__remove_distdir=: \ 726 am__skip_length_check=: \ 727 am__skip_mode_fix=: \ 728 distdir) \ 729 || exit 1; \ 730 fi; \ 731 done 732 $(MAKE) $(AM_MAKEFLAGS) \ 733 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 734 dist-hook 735 -test -n "$(am__skip_mode_fix)" \ 736 || find "$(distdir)" -type d ! -perm -755 \ 737 -exec chmod u+rwx,go+rx {} \; -o \ 738 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 739 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 740 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 741 || chmod -R a+r "$(distdir)" 742dist-gzip: distdir 743 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 744 $(am__post_remove_distdir) 745 746dist-bzip2: distdir 747 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 748 $(am__post_remove_distdir) 749 750dist-lzip: distdir 751 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 752 $(am__post_remove_distdir) 753dist-xz: distdir 754 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 755 $(am__post_remove_distdir) 756 757dist-zstd: distdir 758 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 759 $(am__post_remove_distdir) 760 761dist-tarZ: distdir 762 @echo WARNING: "Support for distribution archives compressed with" \ 763 "legacy program 'compress' is deprecated." >&2 764 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 765 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 766 $(am__post_remove_distdir) 767 768dist-shar: distdir 769 @echo WARNING: "Support for shar distribution archives is" \ 770 "deprecated." >&2 771 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 772 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 773 $(am__post_remove_distdir) 774 775dist-zip: distdir 776 -rm -f $(distdir).zip 777 zip -rq $(distdir).zip $(distdir) 778 $(am__post_remove_distdir) 779 780dist dist-all: 781 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 782 $(am__post_remove_distdir) 783 784# This target untars the dist file and tries a VPATH configuration. Then 785# it guarantees that the distribution is self-contained by making another 786# tarfile. 787distcheck: dist 788 case '$(DIST_ARCHIVES)' in \ 789 *.tar.gz*) \ 790 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 791 *.tar.bz2*) \ 792 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 793 *.tar.lz*) \ 794 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 795 *.tar.xz*) \ 796 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 797 *.tar.Z*) \ 798 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 799 *.shar.gz*) \ 800 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 801 *.zip*) \ 802 unzip $(distdir).zip ;;\ 803 *.tar.zst*) \ 804 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 805 esac 806 chmod -R a-w $(distdir) 807 chmod u+w $(distdir) 808 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 809 chmod a-w $(distdir) 810 test -d $(distdir)/_build || exit 0; \ 811 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 812 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 813 && am__cwd=`pwd` \ 814 && $(am__cd) $(distdir)/_build/sub \ 815 && ../../configure \ 816 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 817 $(DISTCHECK_CONFIGURE_FLAGS) \ 818 --srcdir=../.. --prefix="$$dc_install_base" \ 819 && $(MAKE) $(AM_MAKEFLAGS) \ 820 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 821 && $(MAKE) $(AM_MAKEFLAGS) check \ 822 && $(MAKE) $(AM_MAKEFLAGS) install \ 823 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 824 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 825 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 826 distuninstallcheck \ 827 && chmod -R a-w "$$dc_install_base" \ 828 && ({ \ 829 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 830 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 831 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 832 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 833 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 834 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 835 && rm -rf "$$dc_destdir" \ 836 && $(MAKE) $(AM_MAKEFLAGS) dist \ 837 && rm -rf $(DIST_ARCHIVES) \ 838 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 839 && cd "$$am__cwd" \ 840 || exit 1 841 $(am__post_remove_distdir) 842 @(echo "$(distdir) archives ready for distribution: "; \ 843 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 844 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 845distuninstallcheck: 846 @test -n '$(distuninstallcheck_dir)' || { \ 847 echo 'ERROR: trying to run $@ with an empty' \ 848 '$$(distuninstallcheck_dir)' >&2; \ 849 exit 1; \ 850 }; \ 851 $(am__cd) '$(distuninstallcheck_dir)' || { \ 852 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 853 exit 1; \ 854 }; \ 855 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 856 || { echo "ERROR: files left after uninstall:" ; \ 857 if test -n "$(DESTDIR)"; then \ 858 echo " (check DESTDIR support)"; \ 859 fi ; \ 860 $(distuninstallcheck_listfiles) ; \ 861 exit 1; } >&2 862distcleancheck: distclean 863 @if test '$(srcdir)' = . ; then \ 864 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 865 exit 1 ; \ 866 fi 867 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 868 || { echo "ERROR: files left in build directory after distclean:" ; \ 869 $(distcleancheck_listfiles) ; \ 870 exit 1; } >&2 871check-am: all-am 872check: check-recursive 873all-am: Makefile $(PROGRAMS) $(DATA) config.h 874installdirs: installdirs-recursive 875installdirs-am: 876 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)"; do \ 877 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 878 done 879install: install-recursive 880install-exec: install-exec-recursive 881install-data: install-data-recursive 882uninstall: uninstall-recursive 883 884install-am: all-am 885 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 886 887installcheck: installcheck-recursive 888install-strip: 889 if test -z '$(STRIP)'; then \ 890 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 891 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 892 install; \ 893 else \ 894 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 895 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 896 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 897 fi 898mostlyclean-generic: 899 900clean-generic: 901 902distclean-generic: 903 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 904 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 905 906maintainer-clean-generic: 907 @echo "This command is intended for maintainers to use" 908 @echo "it deletes files that may require special tools to rebuild." 909 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 910clean: clean-recursive 911 912clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 913 914distclean: distclean-recursive 915 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 916 -rm -f ./$(DEPDIR)/viewres.Po 917 -rm -f Makefile 918distclean-am: clean-am distclean-compile distclean-generic \ 919 distclean-hdr distclean-tags 920 921dvi: dvi-recursive 922 923dvi-am: 924 925html: html-recursive 926 927html-am: 928 929info: info-recursive 930 931info-am: 932 933install-data-am: install-dist_appdefaultDATA 934 935install-dvi: install-dvi-recursive 936 937install-dvi-am: 938 939install-exec-am: install-binPROGRAMS 940 941install-html: install-html-recursive 942 943install-html-am: 944 945install-info: install-info-recursive 946 947install-info-am: 948 949install-man: 950 951install-pdf: install-pdf-recursive 952 953install-pdf-am: 954 955install-ps: install-ps-recursive 956 957install-ps-am: 958 959installcheck-am: 960 961maintainer-clean: maintainer-clean-recursive 962 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 963 -rm -rf $(top_srcdir)/autom4te.cache 964 -rm -f ./$(DEPDIR)/viewres.Po 965 -rm -f Makefile 966maintainer-clean-am: distclean-am maintainer-clean-generic 967 968mostlyclean: mostlyclean-recursive 969 970mostlyclean-am: mostlyclean-compile mostlyclean-generic 971 972pdf: pdf-recursive 973 974pdf-am: 975 976ps: ps-recursive 977 978ps-am: 979 980uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA 981 982.MAKE: $(am__recursive_targets) all install-am install-strip 983 984.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 985 am--depfiles am--refresh check check-am clean \ 986 clean-binPROGRAMS clean-cscope clean-generic cscope \ 987 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 988 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 989 dist-zip dist-zstd distcheck distclean distclean-compile \ 990 distclean-generic distclean-hdr distclean-tags distcleancheck \ 991 distdir distuninstallcheck dvi dvi-am html html-am info \ 992 info-am install install-am install-binPROGRAMS install-data \ 993 install-data-am install-dist_appdefaultDATA install-dvi \ 994 install-dvi-am install-exec install-exec-am install-html \ 995 install-html-am install-info install-info-am install-man \ 996 install-pdf install-pdf-am install-ps install-ps-am \ 997 install-strip installcheck installcheck-am installdirs \ 998 installdirs-am maintainer-clean maintainer-clean-generic \ 999 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 1000 ps ps-am tags tags-am uninstall uninstall-am \ 1001 uninstall-binPROGRAMS uninstall-dist_appdefaultDATA 1002 1003.PRECIOUS: Makefile 1004 1005 1006.PHONY: ChangeLog INSTALL 1007 1008INSTALL: 1009 $(INSTALL_CMD) 1010 1011ChangeLog: 1012 $(CHANGELOG_CMD) 1013 1014dist-hook: ChangeLog INSTALL 1015 1016# Tell versions [3.59,3.63) of GNU make to not export all variables. 1017# Otherwise a system limit (for SysV at least) may be exceeded. 1018.NOEXPORT: 1019