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