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