Makefile.in revision 8c7c3c7e
11.15Smartin# Makefile.in generated by automake 1.16.5 from Makefile.am. 21.5Sross# @configure_input@ 31.13Slukem 41.5Sross# Copyright (C) 1994-2021 Free Software Foundation, Inc. 51.5Sross 61.5Sross# This Makefile.in is free software; the Free Software Foundation 71.5Sross# gives unlimited permission to copy and/or distribute it, 81.5Sross# with or without modifications, as long as this notice is preserved. 91.5Sross 101.5Sross# This program is distributed in the hope that it will be useful, 111.5Sross# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 121.5Sross# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 131.5Sross# PARTICULAR PURPOSE. 141.5Sross 151.5Sross@SET_MAKE@ 161.5Sross 171.5Sross# 181.5Sross# Copyright 2005 Red Hat, Inc. 191.5Sross# 201.5Sross# Permission to use, copy, modify, distribute, and sell this software and its 211.5Sross# documentation for any purpose is hereby granted without fee, provided that 221.5Sross# the above copyright notice appear in all copies and that both that 231.5Sross# copyright notice and this permission notice appear in supporting 241.5Sross# documentation, and that the name of Red Hat not be used in 251.5Sross# advertising or publicity pertaining to distribution of the software without 261.5Sross# specific, written prior permission. Red Hat makes no 271.5Sross# representations about the suitability of this software for any purpose. It 281.8Slukem# is provided "as is" without express or implied warranty. 291.8Slukem# 301.8Slukem# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 311.12Slukem# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 321.12Slukem# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 331.9Slukem# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 341.9Slukem# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 351.12Slukem# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 361.12Slukem# PERFORMANCE OF THIS SOFTWARE. 371.12Slukem 381.8Slukem 391.5SrossVPATH = @srcdir@ 401.8Slukemam__is_gnu_make = { \ 411.9Slukem if test -z '$(MAKELEVEL)'; then \ 421.8Slukem false; \ 431.5Sross elif test -n '$(MAKE_HOST)'; then \ 441.8Slukem true; \ 451.9Slukem elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 461.9Slukem true; \ 471.8Slukem else \ 481.9Slukem false; \ 491.9Slukem fi; \ 501.8Slukem} 511.5Srossam__make_running_with_option = \ 521.8Slukem case $${target_option-} in \ 531.5Sross ?) ;; \ 541.5Sross *) echo "am__make_running_with_option: internal error: invalid" \ 551.5Sross "target option '$${target_option-}' specified" >&2; \ 561.8Slukem exit 1;; \ 571.5Sross esac; \ 581.8Slukem has_opt=no; \ 591.8Slukem sane_makeflags=$$MAKEFLAGS; \ 601.5Sross if $(am__is_gnu_make); then \ 611.8Slukem sane_makeflags=$$MFLAGS; \ 621.9Slukem else \ 631.8Slukem case $$MAKEFLAGS in \ 641.8Slukem *\\[\ \ ]*) \ 651.5Sross bs=\\; \ 661.5Sross sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 671.5Sross | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 681.13Slukem esac; \ 691.12Slukem fi; \ 701.8Slukem skip_next=no; \ 711.5Sross strip_trailopt () \ 721.5Sross { \ 731.9Slukem flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 741.9Slukem }; \ 751.9Slukem for flg in $$sane_makeflags; do \ 761.12Slukem test $$skip_next = yes && { skip_next=no; continue; }; \ 771.12Slukem case $$flg in \ 781.5Sross *=*|--*) continue;; \ 791.5Sross -*I) strip_trailopt 'I'; skip_next=yes;; \ 801.5Sross -*I?*) strip_trailopt 'I';; \ 811.5Sross -*O) strip_trailopt 'O'; skip_next=yes;; \ 821.9Slukem -*O?*) strip_trailopt 'O';; \ 831.9Slukem -*l) strip_trailopt 'l'; skip_next=yes;; \ 841.5Sross -*l?*) strip_trailopt 'l';; \ 851.5Sross -[dEDm]) skip_next=yes;; \ 861.5Sross -[JT]) skip_next=yes;; \ 871.5Sross esac; \ 881.9Slukem case $$flg in \ 891.9Slukem *$$target_option*) has_opt=yes; break;; \ 901.9Slukem esac; \ 911.5Sross done; \ 921.9Slukem test $$has_opt = yes 931.9Slukemam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 941.9Slukemam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 951.5Srosspkgdatadir = $(datadir)/@PACKAGE@ 961.9Slukempkgincludedir = $(includedir)/@PACKAGE@ 971.9Slukempkglibdir = $(libdir)/@PACKAGE@ 981.9Slukempkglibexecdir = $(libexecdir)/@PACKAGE@ 991.9Slukemam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 1001.9Slukeminstall_sh_DATA = $(install_sh) -c -m 644 1011.12Slukeminstall_sh_PROGRAM = $(install_sh) -c 1021.12Slukeminstall_sh_SCRIPT = $(install_sh) -c 1031.9SlukemINSTALL_HEADER = $(INSTALL_DATA) 1041.9Slukemtransform = $(program_transform_name) 1051.5SrossNORMAL_INSTALL = : 1061.9SlukemPRE_INSTALL = : 1071.9SlukemPOST_INSTALL = : 1081.9SlukemNORMAL_UNINSTALL = : 1091.9SlukemPRE_UNINSTALL = : 1101.9SlukemPOST_UNINSTALL = : 1111.9Slukembuild_triplet = @build@ 1121.15Smartinhost_triplet = @host@ 1131.5Srossbin_PROGRAMS = xditview$(EXEEXT) 1141.5Srosssubdir = . 1151.9SlukemACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1161.9Slukemam__aclocal_m4_deps = $(top_srcdir)/configure.ac 1171.9Slukemam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 1181.9Slukem $(ACLOCAL_M4) 1191.9SlukemDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 1201.9Slukem $(am__configure_deps) $(dist_appdefault_DATA) \ 1211.13Slukem $(dist_bitmap_DATA) $(am__DIST_COMMON) 1221.5Srossam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 1231.9Slukem configure.lineno config.status.lineno 1241.9Slukemmkinstalldirs = $(install_sh) -d 1251.9SlukemCONFIG_HEADER = config.h 1261.5SrossCONFIG_CLEAN_FILES = 1271.5SrossCONFIG_CLEAN_VPATH_FILES = 1281.9Slukemam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" \ 1291.5Sross "$(DESTDIR)$(bitmapdir)" 1301.5SrossPROGRAMS = $(bin_PROGRAMS) 1311.9Slukemam_xditview_OBJECTS = draw.$(OBJEXT) Dvi.$(OBJEXT) DviChar.$(OBJEXT) \ 1321.13Slukem font.$(OBJEXT) lex.$(OBJEXT) page.$(OBJEXT) parse.$(OBJEXT) \ 1331.13Slukem xditview.$(OBJEXT) XFontName.$(OBJEXT) 1341.8Slukemxditview_OBJECTS = $(am_xditview_OBJECTS) 1351.5Srossam__DEPENDENCIES_1 = 1361.5Srossxditview_DEPENDENCIES = $(am__DEPENDENCIES_1) 1371.5SrossAM_V_P = $(am__v_P_@AM_V@) 1381.5Srossam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 1391.12Slukemam__v_P_0 = false 1401.12Slukemam__v_P_1 = : 1411.5SrossAM_V_GEN = $(am__v_GEN_@AM_V@) 1421.5Srossam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 143am__v_GEN_0 = @echo " GEN " $@; 144am__v_GEN_1 = 145AM_V_at = $(am__v_at_@AM_V@) 146am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 147am__v_at_0 = @ 148am__v_at_1 = 149DEFAULT_INCLUDES = -I.@am__isrc@ 150depcomp = $(SHELL) $(top_srcdir)/depcomp 151am__maybe_remake_depfiles = depfiles 152am__depfiles_remade = ./$(DEPDIR)/Dvi.Po ./$(DEPDIR)/DviChar.Po \ 153 ./$(DEPDIR)/XFontName.Po ./$(DEPDIR)/draw.Po \ 154 ./$(DEPDIR)/font.Po ./$(DEPDIR)/lex.Po ./$(DEPDIR)/page.Po \ 155 ./$(DEPDIR)/parse.Po ./$(DEPDIR)/xditview.Po 156am__mv = mv -f 157COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 158 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 159AM_V_CC = $(am__v_CC_@AM_V@) 160am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 161am__v_CC_0 = @echo " CC " $@; 162am__v_CC_1 = 163CCLD = $(CC) 164LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 165AM_V_CCLD = $(am__v_CCLD_@AM_V@) 166am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 167am__v_CCLD_0 = @echo " CCLD " $@; 168am__v_CCLD_1 = 169SOURCES = $(xditview_SOURCES) 170DIST_SOURCES = $(xditview_SOURCES) 171RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 172 ctags-recursive dvi-recursive html-recursive info-recursive \ 173 install-data-recursive install-dvi-recursive \ 174 install-exec-recursive install-html-recursive \ 175 install-info-recursive install-pdf-recursive \ 176 install-ps-recursive install-recursive installcheck-recursive \ 177 installdirs-recursive pdf-recursive ps-recursive \ 178 tags-recursive uninstall-recursive 179am__can_run_installinfo = \ 180 case $$AM_UPDATE_INFO_DIR in \ 181 n|no|NO) false;; \ 182 *) (install-info --version) >/dev/null 2>&1;; \ 183 esac 184am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 185am__vpath_adj = case $$p in \ 186 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 187 *) f=$$p;; \ 188 esac; 189am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 190am__install_max = 40 191am__nobase_strip_setup = \ 192 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 193am__nobase_strip = \ 194 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 195am__nobase_list = $(am__nobase_strip_setup); \ 196 for p in $$list; do echo "$$p $$p"; done | \ 197 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 198 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 199 if (++n[$$2] == $(am__install_max)) \ 200 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 201 END { for (dir in files) print dir, files[dir] }' 202am__base_list = \ 203 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 204 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 205am__uninstall_files_from_dir = { \ 206 test -z "$$files" \ 207 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 208 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 209 $(am__cd) "$$dir" && rm -f $$files; }; \ 210 } 211DATA = $(dist_appdefault_DATA) $(dist_bitmap_DATA) 212RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 213 distclean-recursive maintainer-clean-recursive 214am__recursive_targets = \ 215 $(RECURSIVE_TARGETS) \ 216 $(RECURSIVE_CLEAN_TARGETS) \ 217 $(am__extra_recursive_targets) 218AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 219 cscope distdir distdir-am dist dist-all distcheck 220am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 221 config.h.in 222# Read a list of newline-separated strings from the standard input, 223# and print each of them once, without duplicates. Input order is 224# *not* preserved. 225am__uniquify_input = $(AWK) '\ 226 BEGIN { nonempty = 0; } \ 227 { items[$$0] = 1; nonempty = 1; } \ 228 END { if (nonempty) { for (i in items) print i; }; } \ 229' 230# Make sure the list of sources is unique. This is necessary because, 231# e.g., the same source file might be shared among _SOURCES variables 232# for different programs/libraries. 233am__define_uniq_tagged_files = \ 234 list='$(am__tagged_files)'; \ 235 unique=`for i in $$list; do \ 236 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 237 done | $(am__uniquify_input)` 238DIST_SUBDIRS = $(SUBDIRS) 239am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 240 ChangeLog INSTALL README.md compile config.guess config.sub \ 241 depcomp install-sh missing 242DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 243distdir = $(PACKAGE)-$(VERSION) 244top_distdir = $(distdir) 245am__remove_distdir = \ 246 if test -d "$(distdir)"; then \ 247 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 248 && rm -rf "$(distdir)" \ 249 || { sleep 5 && rm -rf "$(distdir)"; }; \ 250 else :; fi 251am__post_remove_distdir = $(am__remove_distdir) 252am__relativize = \ 253 dir0=`pwd`; \ 254 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 255 sed_rest='s,^[^/]*/*,,'; \ 256 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 257 sed_butlast='s,/*[^/]*$$,,'; \ 258 while test -n "$$dir1"; do \ 259 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 260 if test "$$first" != "."; then \ 261 if test "$$first" = ".."; then \ 262 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 263 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 264 else \ 265 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 266 if test "$$first2" = "$$first"; then \ 267 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 268 else \ 269 dir2="../$$dir2"; \ 270 fi; \ 271 dir0="$$dir0"/"$$first"; \ 272 fi; \ 273 fi; \ 274 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 275 done; \ 276 reldir="$$dir2" 277DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 278GZIP_ENV = --best 279DIST_TARGETS = dist-xz dist-gzip 280# Exists only to be overridden by the user if desired. 281AM_DISTCHECK_DVI_TARGET = dvi 282distuninstallcheck_listfiles = find . -type f -print 283am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 284 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 285distcleancheck_listfiles = find . -type f -print 286ACLOCAL = @ACLOCAL@ 287ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 288ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 289AMTAR = @AMTAR@ 290AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 291APPDEFS_CFLAGS = @APPDEFS_CFLAGS@ 292APPDEFS_LIBS = @APPDEFS_LIBS@ 293APP_MAN_DIR = @APP_MAN_DIR@ 294APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 295AUTOCONF = @AUTOCONF@ 296AUTOHEADER = @AUTOHEADER@ 297AUTOMAKE = @AUTOMAKE@ 298AWK = @AWK@ 299BASE_CFLAGS = @BASE_CFLAGS@ 300CC = @CC@ 301CCDEPMODE = @CCDEPMODE@ 302CFLAGS = @CFLAGS@ 303CHANGELOG_CMD = @CHANGELOG_CMD@ 304CPPFLAGS = @CPPFLAGS@ 305CSCOPE = @CSCOPE@ 306CTAGS = @CTAGS@ 307CWARNFLAGS = @CWARNFLAGS@ 308CYGPATH_W = @CYGPATH_W@ 309DEFS = @DEFS@ 310DEPDIR = @DEPDIR@ 311DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 312DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 313ECHO_C = @ECHO_C@ 314ECHO_N = @ECHO_N@ 315ECHO_T = @ECHO_T@ 316ETAGS = @ETAGS@ 317EXEEXT = @EXEEXT@ 318FILE_MAN_DIR = @FILE_MAN_DIR@ 319FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 320INSTALL = @INSTALL@ 321INSTALL_CMD = @INSTALL_CMD@ 322INSTALL_DATA = @INSTALL_DATA@ 323INSTALL_PROGRAM = @INSTALL_PROGRAM@ 324INSTALL_SCRIPT = @INSTALL_SCRIPT@ 325INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 326LDFLAGS = @LDFLAGS@ 327LIBOBJS = @LIBOBJS@ 328LIBS = @LIBS@ 329LIB_MAN_DIR = @LIB_MAN_DIR@ 330LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 331LTLIBOBJS = @LTLIBOBJS@ 332MAKEINFO = @MAKEINFO@ 333MAN_SUBSTS = @MAN_SUBSTS@ 334MISC_MAN_DIR = @MISC_MAN_DIR@ 335MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 336MKDIR_P = @MKDIR_P@ 337OBJEXT = @OBJEXT@ 338PACKAGE = @PACKAGE@ 339PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 340PACKAGE_NAME = @PACKAGE_NAME@ 341PACKAGE_STRING = @PACKAGE_STRING@ 342PACKAGE_TARNAME = @PACKAGE_TARNAME@ 343PACKAGE_URL = @PACKAGE_URL@ 344PACKAGE_VERSION = @PACKAGE_VERSION@ 345PATH_SEPARATOR = @PATH_SEPARATOR@ 346PKG_CONFIG = @PKG_CONFIG@ 347PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 348PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 349SED = @SED@ 350SET_MAKE = @SET_MAKE@ 351SHELL = @SHELL@ 352STRICT_CFLAGS = @STRICT_CFLAGS@ 353STRIP = @STRIP@ 354VERSION = @VERSION@ 355XDITVIEW_CFLAGS = @XDITVIEW_CFLAGS@ 356XDITVIEW_LIBS = @XDITVIEW_LIBS@ 357XORG_MAN_PAGE = @XORG_MAN_PAGE@ 358abs_builddir = @abs_builddir@ 359abs_srcdir = @abs_srcdir@ 360abs_top_builddir = @abs_top_builddir@ 361abs_top_srcdir = @abs_top_srcdir@ 362ac_ct_CC = @ac_ct_CC@ 363am__include = @am__include@ 364am__leading_dot = @am__leading_dot@ 365am__quote = @am__quote@ 366am__tar = @am__tar@ 367am__untar = @am__untar@ 368appdefaultdir = @appdefaultdir@ 369bindir = @bindir@ 370build = @build@ 371build_alias = @build_alias@ 372build_cpu = @build_cpu@ 373build_os = @build_os@ 374build_vendor = @build_vendor@ 375builddir = @builddir@ 376datadir = @datadir@ 377datarootdir = @datarootdir@ 378docdir = @docdir@ 379dvidir = @dvidir@ 380exec_prefix = @exec_prefix@ 381host = @host@ 382host_alias = @host_alias@ 383host_cpu = @host_cpu@ 384host_os = @host_os@ 385host_vendor = @host_vendor@ 386htmldir = @htmldir@ 387includedir = @includedir@ 388infodir = @infodir@ 389install_sh = @install_sh@ 390libdir = @libdir@ 391libexecdir = @libexecdir@ 392localedir = @localedir@ 393localstatedir = @localstatedir@ 394mandir = @mandir@ 395mkdir_p = @mkdir_p@ 396oldincludedir = @oldincludedir@ 397pdfdir = @pdfdir@ 398prefix = @prefix@ 399program_transform_name = @program_transform_name@ 400psdir = @psdir@ 401runstatedir = @runstatedir@ 402sbindir = @sbindir@ 403sharedstatedir = @sharedstatedir@ 404srcdir = @srcdir@ 405sysconfdir = @sysconfdir@ 406target_alias = @target_alias@ 407top_build_prefix = @top_build_prefix@ 408top_builddir = @top_builddir@ 409top_srcdir = @top_srcdir@ 410SUBDIRS = man 411AM_CPPFLAGS = -D_CONST_X_STRING 412AM_CFLAGS = $(XDITVIEW_CFLAGS) 413xditview_LDADD = $(XDITVIEW_LIBS) -lm 414xditview_SOURCES = \ 415 draw.c \ 416 Dvi.c \ 417 DviChar.c \ 418 DviChar.h \ 419 Dvi.h \ 420 DviP.h \ 421 font.c \ 422 lex.c \ 423 Menu.h \ 424 page.c \ 425 parse.c \ 426 xditview.c \ 427 XFontName.c \ 428 XFontName.h 429 430 431# App default files 432DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults 433dist_appdefault_DATA = \ 434 app-defaults/Xditview \ 435 app-defaults/Xditview-chrtr 436 437 438# Bitmaps referenced at runtime 439bitmapdir = $(includedir)/X11/bitmaps 440dist_bitmap_DATA = ldblarrow rdblarrow 441EXTRA_DIST = xdit.bm xdit_mask.bm README.md 442MAINTAINERCLEANFILES = ChangeLog INSTALL 443all: config.h 444 $(MAKE) $(AM_MAKEFLAGS) all-recursive 445 446.SUFFIXES: 447.SUFFIXES: .c .o .obj 448am--refresh: Makefile 449 @: 450$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 451 @for dep in $?; do \ 452 case '$(am__configure_deps)' in \ 453 *$$dep*) \ 454 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 455 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 456 && exit 0; \ 457 exit 1;; \ 458 esac; \ 459 done; \ 460 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 461 $(am__cd) $(top_srcdir) && \ 462 $(AUTOMAKE) --foreign Makefile 463Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 464 @case '$?' in \ 465 *config.status*) \ 466 echo ' $(SHELL) ./config.status'; \ 467 $(SHELL) ./config.status;; \ 468 *) \ 469 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 470 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 471 esac; 472 473$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 474 $(SHELL) ./config.status --recheck 475 476$(top_srcdir)/configure: $(am__configure_deps) 477 $(am__cd) $(srcdir) && $(AUTOCONF) 478$(ACLOCAL_M4): $(am__aclocal_m4_deps) 479 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 480$(am__aclocal_m4_deps): 481 482config.h: stamp-h1 483 @test -f $@ || rm -f stamp-h1 484 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 485 486stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 487 @rm -f stamp-h1 488 cd $(top_builddir) && $(SHELL) ./config.status config.h 489$(srcdir)/config.h.in: $(am__configure_deps) 490 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 491 rm -f stamp-h1 492 touch $@ 493 494distclean-hdr: 495 -rm -f config.h stamp-h1 496install-binPROGRAMS: $(bin_PROGRAMS) 497 @$(NORMAL_INSTALL) 498 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 499 if test -n "$$list"; then \ 500 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 501 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 502 fi; \ 503 for p in $$list; do echo "$$p $$p"; done | \ 504 sed 's/$(EXEEXT)$$//' | \ 505 while read p p1; do if test -f $$p \ 506 ; then echo "$$p"; echo "$$p"; else :; fi; \ 507 done | \ 508 sed -e 'p;s,.*/,,;n;h' \ 509 -e 's|.*|.|' \ 510 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 511 sed 'N;N;N;s,\n, ,g' | \ 512 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 513 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 514 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 515 else { print "f", $$3 "/" $$4, $$1; } } \ 516 END { for (d in files) print "f", d, files[d] }' | \ 517 while read type dir files; do \ 518 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 519 test -z "$$files" || { \ 520 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 521 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 522 } \ 523 ; done 524 525uninstall-binPROGRAMS: 526 @$(NORMAL_UNINSTALL) 527 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 528 files=`for p in $$list; do echo "$$p"; done | \ 529 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 530 -e 's/$$/$(EXEEXT)/' \ 531 `; \ 532 test -n "$$list" || exit 0; \ 533 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 534 cd "$(DESTDIR)$(bindir)" && rm -f $$files 535 536clean-binPROGRAMS: 537 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 538 539xditview$(EXEEXT): $(xditview_OBJECTS) $(xditview_DEPENDENCIES) $(EXTRA_xditview_DEPENDENCIES) 540 @rm -f xditview$(EXEEXT) 541 $(AM_V_CCLD)$(LINK) $(xditview_OBJECTS) $(xditview_LDADD) $(LIBS) 542 543mostlyclean-compile: 544 -rm -f *.$(OBJEXT) 545 546distclean-compile: 547 -rm -f *.tab.c 548 549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dvi.Po@am__quote@ # am--include-marker 550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DviChar.Po@am__quote@ # am--include-marker 551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XFontName.Po@am__quote@ # am--include-marker 552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw.Po@am__quote@ # am--include-marker 553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Po@am__quote@ # am--include-marker 554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@ # am--include-marker 555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/page.Po@am__quote@ # am--include-marker 556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ # am--include-marker 557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xditview.Po@am__quote@ # am--include-marker 558 559$(am__depfiles_remade): 560 @$(MKDIR_P) $(@D) 561 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 562 563am--depfiles: $(am__depfiles_remade) 564 565.c.o: 566@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 567@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 568@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 569@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 570@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 571 572.c.obj: 573@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 574@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 575@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 576@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 577@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 578install-dist_appdefaultDATA: $(dist_appdefault_DATA) 579 @$(NORMAL_INSTALL) 580 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 581 if test -n "$$list"; then \ 582 echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \ 583 $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \ 584 fi; \ 585 for p in $$list; do \ 586 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 587 echo "$$d$$p"; \ 588 done | $(am__base_list) | \ 589 while read files; do \ 590 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \ 591 $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \ 592 done 593 594uninstall-dist_appdefaultDATA: 595 @$(NORMAL_UNINSTALL) 596 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 597 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 598 dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir) 599install-dist_bitmapDATA: $(dist_bitmap_DATA) 600 @$(NORMAL_INSTALL) 601 @list='$(dist_bitmap_DATA)'; test -n "$(bitmapdir)" || list=; \ 602 if test -n "$$list"; then \ 603 echo " $(MKDIR_P) '$(DESTDIR)$(bitmapdir)'"; \ 604 $(MKDIR_P) "$(DESTDIR)$(bitmapdir)" || exit 1; \ 605 fi; \ 606 for p in $$list; do \ 607 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 608 echo "$$d$$p"; \ 609 done | $(am__base_list) | \ 610 while read files; do \ 611 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bitmapdir)'"; \ 612 $(INSTALL_DATA) $$files "$(DESTDIR)$(bitmapdir)" || exit $$?; \ 613 done 614 615uninstall-dist_bitmapDATA: 616 @$(NORMAL_UNINSTALL) 617 @list='$(dist_bitmap_DATA)'; test -n "$(bitmapdir)" || list=; \ 618 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 619 dir='$(DESTDIR)$(bitmapdir)'; $(am__uninstall_files_from_dir) 620 621# This directory's subdirectories are mostly independent; you can cd 622# into them and run 'make' without going through this Makefile. 623# To change the values of 'make' variables: instead of editing Makefiles, 624# (1) if the variable is set in 'config.status', edit 'config.status' 625# (which will cause the Makefiles to be regenerated when you run 'make'); 626# (2) otherwise, pass the desired values on the 'make' command line. 627$(am__recursive_targets): 628 @fail=; \ 629 if $(am__make_keepgoing); then \ 630 failcom='fail=yes'; \ 631 else \ 632 failcom='exit 1'; \ 633 fi; \ 634 dot_seen=no; \ 635 target=`echo $@ | sed s/-recursive//`; \ 636 case "$@" in \ 637 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 638 *) list='$(SUBDIRS)' ;; \ 639 esac; \ 640 for subdir in $$list; do \ 641 echo "Making $$target in $$subdir"; \ 642 if test "$$subdir" = "."; then \ 643 dot_seen=yes; \ 644 local_target="$$target-am"; \ 645 else \ 646 local_target="$$target"; \ 647 fi; \ 648 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 649 || eval $$failcom; \ 650 done; \ 651 if test "$$dot_seen" = "no"; then \ 652 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 653 fi; test -z "$$fail" 654 655ID: $(am__tagged_files) 656 $(am__define_uniq_tagged_files); mkid -fID $$unique 657tags: tags-recursive 658TAGS: tags 659 660tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 661 set x; \ 662 here=`pwd`; \ 663 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 664 include_option=--etags-include; \ 665 empty_fix=.; \ 666 else \ 667 include_option=--include; \ 668 empty_fix=; \ 669 fi; \ 670 list='$(SUBDIRS)'; for subdir in $$list; do \ 671 if test "$$subdir" = .; then :; else \ 672 test ! -f $$subdir/TAGS || \ 673 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 674 fi; \ 675 done; \ 676 $(am__define_uniq_tagged_files); \ 677 shift; \ 678 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 679 test -n "$$unique" || unique=$$empty_fix; \ 680 if test $$# -gt 0; then \ 681 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 682 "$$@" $$unique; \ 683 else \ 684 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 685 $$unique; \ 686 fi; \ 687 fi 688ctags: ctags-recursive 689 690CTAGS: ctags 691ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 692 $(am__define_uniq_tagged_files); \ 693 test -z "$(CTAGS_ARGS)$$unique" \ 694 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 695 $$unique 696 697GTAGS: 698 here=`$(am__cd) $(top_builddir) && pwd` \ 699 && $(am__cd) $(top_srcdir) \ 700 && gtags -i $(GTAGS_ARGS) "$$here" 701cscope: cscope.files 702 test ! -s cscope.files \ 703 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 704clean-cscope: 705 -rm -f cscope.files 706cscope.files: clean-cscope cscopelist 707cscopelist: cscopelist-recursive 708 709cscopelist-am: $(am__tagged_files) 710 list='$(am__tagged_files)'; \ 711 case "$(srcdir)" in \ 712 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 713 *) sdir=$(subdir)/$(srcdir) ;; \ 714 esac; \ 715 for i in $$list; do \ 716 if test -f "$$i"; then \ 717 echo "$(subdir)/$$i"; \ 718 else \ 719 echo "$$sdir/$$i"; \ 720 fi; \ 721 done >> $(top_builddir)/cscope.files 722 723distclean-tags: 724 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 725 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 726distdir: $(BUILT_SOURCES) 727 $(MAKE) $(AM_MAKEFLAGS) distdir-am 728 729distdir-am: $(DISTFILES) 730 $(am__remove_distdir) 731 test -d "$(distdir)" || mkdir "$(distdir)" 732 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 733 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 734 list='$(DISTFILES)'; \ 735 dist_files=`for file in $$list; do echo $$file; done | \ 736 sed -e "s|^$$srcdirstrip/||;t" \ 737 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 738 case $$dist_files in \ 739 */*) $(MKDIR_P) `echo "$$dist_files" | \ 740 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 741 sort -u` ;; \ 742 esac; \ 743 for file in $$dist_files; do \ 744 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 745 if test -d $$d/$$file; then \ 746 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 747 if test -d "$(distdir)/$$file"; then \ 748 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 749 fi; \ 750 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 751 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 752 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 753 fi; \ 754 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 755 else \ 756 test -f "$(distdir)/$$file" \ 757 || cp -p $$d/$$file "$(distdir)/$$file" \ 758 || exit 1; \ 759 fi; \ 760 done 761 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 762 if test "$$subdir" = .; then :; else \ 763 $(am__make_dryrun) \ 764 || test -d "$(distdir)/$$subdir" \ 765 || $(MKDIR_P) "$(distdir)/$$subdir" \ 766 || exit 1; \ 767 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 768 $(am__relativize); \ 769 new_distdir=$$reldir; \ 770 dir1=$$subdir; dir2="$(top_distdir)"; \ 771 $(am__relativize); \ 772 new_top_distdir=$$reldir; \ 773 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 774 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 775 ($(am__cd) $$subdir && \ 776 $(MAKE) $(AM_MAKEFLAGS) \ 777 top_distdir="$$new_top_distdir" \ 778 distdir="$$new_distdir" \ 779 am__remove_distdir=: \ 780 am__skip_length_check=: \ 781 am__skip_mode_fix=: \ 782 distdir) \ 783 || exit 1; \ 784 fi; \ 785 done 786 $(MAKE) $(AM_MAKEFLAGS) \ 787 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 788 dist-hook 789 -test -n "$(am__skip_mode_fix)" \ 790 || find "$(distdir)" -type d ! -perm -755 \ 791 -exec chmod u+rwx,go+rx {} \; -o \ 792 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 793 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 794 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 795 || chmod -R a+r "$(distdir)" 796dist-gzip: distdir 797 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 798 $(am__post_remove_distdir) 799 800dist-bzip2: distdir 801 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 802 $(am__post_remove_distdir) 803 804dist-lzip: distdir 805 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 806 $(am__post_remove_distdir) 807dist-xz: distdir 808 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 809 $(am__post_remove_distdir) 810 811dist-zstd: distdir 812 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 813 $(am__post_remove_distdir) 814 815dist-tarZ: distdir 816 @echo WARNING: "Support for distribution archives compressed with" \ 817 "legacy program 'compress' is deprecated." >&2 818 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 819 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 820 $(am__post_remove_distdir) 821 822dist-shar: distdir 823 @echo WARNING: "Support for shar distribution archives is" \ 824 "deprecated." >&2 825 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 826 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 827 $(am__post_remove_distdir) 828 829dist-zip: distdir 830 -rm -f $(distdir).zip 831 zip -rq $(distdir).zip $(distdir) 832 $(am__post_remove_distdir) 833 834dist dist-all: 835 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 836 $(am__post_remove_distdir) 837 838# This target untars the dist file and tries a VPATH configuration. Then 839# it guarantees that the distribution is self-contained by making another 840# tarfile. 841distcheck: dist 842 case '$(DIST_ARCHIVES)' in \ 843 *.tar.gz*) \ 844 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 845 *.tar.bz2*) \ 846 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 847 *.tar.lz*) \ 848 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 849 *.tar.xz*) \ 850 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 851 *.tar.Z*) \ 852 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 853 *.shar.gz*) \ 854 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 855 *.zip*) \ 856 unzip $(distdir).zip ;;\ 857 *.tar.zst*) \ 858 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 859 esac 860 chmod -R a-w $(distdir) 861 chmod u+w $(distdir) 862 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 863 chmod a-w $(distdir) 864 test -d $(distdir)/_build || exit 0; \ 865 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 866 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 867 && am__cwd=`pwd` \ 868 && $(am__cd) $(distdir)/_build/sub \ 869 && ../../configure \ 870 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 871 $(DISTCHECK_CONFIGURE_FLAGS) \ 872 --srcdir=../.. --prefix="$$dc_install_base" \ 873 && $(MAKE) $(AM_MAKEFLAGS) \ 874 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 875 && $(MAKE) $(AM_MAKEFLAGS) check \ 876 && $(MAKE) $(AM_MAKEFLAGS) install \ 877 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 878 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 879 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 880 distuninstallcheck \ 881 && chmod -R a-w "$$dc_install_base" \ 882 && ({ \ 883 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 884 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 885 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 886 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 887 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 888 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 889 && rm -rf "$$dc_destdir" \ 890 && $(MAKE) $(AM_MAKEFLAGS) dist \ 891 && rm -rf $(DIST_ARCHIVES) \ 892 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 893 && cd "$$am__cwd" \ 894 || exit 1 895 $(am__post_remove_distdir) 896 @(echo "$(distdir) archives ready for distribution: "; \ 897 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 898 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 899distuninstallcheck: 900 @test -n '$(distuninstallcheck_dir)' || { \ 901 echo 'ERROR: trying to run $@ with an empty' \ 902 '$$(distuninstallcheck_dir)' >&2; \ 903 exit 1; \ 904 }; \ 905 $(am__cd) '$(distuninstallcheck_dir)' || { \ 906 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 907 exit 1; \ 908 }; \ 909 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 910 || { echo "ERROR: files left after uninstall:" ; \ 911 if test -n "$(DESTDIR)"; then \ 912 echo " (check DESTDIR support)"; \ 913 fi ; \ 914 $(distuninstallcheck_listfiles) ; \ 915 exit 1; } >&2 916distcleancheck: distclean 917 @if test '$(srcdir)' = . ; then \ 918 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 919 exit 1 ; \ 920 fi 921 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 922 || { echo "ERROR: files left in build directory after distclean:" ; \ 923 $(distcleancheck_listfiles) ; \ 924 exit 1; } >&2 925check-am: all-am 926check: check-recursive 927all-am: Makefile $(PROGRAMS) $(DATA) config.h 928installdirs: installdirs-recursive 929installdirs-am: 930 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" "$(DESTDIR)$(bitmapdir)"; do \ 931 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 932 done 933install: install-recursive 934install-exec: install-exec-recursive 935install-data: install-data-recursive 936uninstall: uninstall-recursive 937 938install-am: all-am 939 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 940 941installcheck: installcheck-recursive 942install-strip: 943 if test -z '$(STRIP)'; then \ 944 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 945 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 946 install; \ 947 else \ 948 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 949 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 950 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 951 fi 952mostlyclean-generic: 953 954clean-generic: 955 956distclean-generic: 957 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 958 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 959 960maintainer-clean-generic: 961 @echo "This command is intended for maintainers to use" 962 @echo "it deletes files that may require special tools to rebuild." 963 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 964clean: clean-recursive 965 966clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 967 968distclean: distclean-recursive 969 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 970 -rm -f ./$(DEPDIR)/Dvi.Po 971 -rm -f ./$(DEPDIR)/DviChar.Po 972 -rm -f ./$(DEPDIR)/XFontName.Po 973 -rm -f ./$(DEPDIR)/draw.Po 974 -rm -f ./$(DEPDIR)/font.Po 975 -rm -f ./$(DEPDIR)/lex.Po 976 -rm -f ./$(DEPDIR)/page.Po 977 -rm -f ./$(DEPDIR)/parse.Po 978 -rm -f ./$(DEPDIR)/xditview.Po 979 -rm -f Makefile 980distclean-am: clean-am distclean-compile distclean-generic \ 981 distclean-hdr distclean-tags 982 983dvi: dvi-recursive 984 985dvi-am: 986 987html: html-recursive 988 989html-am: 990 991info: info-recursive 992 993info-am: 994 995install-data-am: install-dist_appdefaultDATA install-dist_bitmapDATA 996 997install-dvi: install-dvi-recursive 998 999install-dvi-am: 1000 1001install-exec-am: install-binPROGRAMS 1002 1003install-html: install-html-recursive 1004 1005install-html-am: 1006 1007install-info: install-info-recursive 1008 1009install-info-am: 1010 1011install-man: 1012 1013install-pdf: install-pdf-recursive 1014 1015install-pdf-am: 1016 1017install-ps: install-ps-recursive 1018 1019install-ps-am: 1020 1021installcheck-am: 1022 1023maintainer-clean: maintainer-clean-recursive 1024 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1025 -rm -rf $(top_srcdir)/autom4te.cache 1026 -rm -f ./$(DEPDIR)/Dvi.Po 1027 -rm -f ./$(DEPDIR)/DviChar.Po 1028 -rm -f ./$(DEPDIR)/XFontName.Po 1029 -rm -f ./$(DEPDIR)/draw.Po 1030 -rm -f ./$(DEPDIR)/font.Po 1031 -rm -f ./$(DEPDIR)/lex.Po 1032 -rm -f ./$(DEPDIR)/page.Po 1033 -rm -f ./$(DEPDIR)/parse.Po 1034 -rm -f ./$(DEPDIR)/xditview.Po 1035 -rm -f Makefile 1036maintainer-clean-am: distclean-am maintainer-clean-generic 1037 1038mostlyclean: mostlyclean-recursive 1039 1040mostlyclean-am: mostlyclean-compile mostlyclean-generic 1041 1042pdf: pdf-recursive 1043 1044pdf-am: 1045 1046ps: ps-recursive 1047 1048ps-am: 1049 1050uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA \ 1051 uninstall-dist_bitmapDATA 1052 1053.MAKE: $(am__recursive_targets) all install-am install-strip 1054 1055.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1056 am--depfiles am--refresh check check-am clean \ 1057 clean-binPROGRAMS clean-cscope clean-generic cscope \ 1058 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1059 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 1060 dist-zip dist-zstd distcheck distclean distclean-compile \ 1061 distclean-generic distclean-hdr distclean-tags distcleancheck \ 1062 distdir distuninstallcheck dvi dvi-am html html-am info \ 1063 info-am install install-am install-binPROGRAMS install-data \ 1064 install-data-am install-dist_appdefaultDATA \ 1065 install-dist_bitmapDATA install-dvi install-dvi-am \ 1066 install-exec install-exec-am install-html install-html-am \ 1067 install-info install-info-am install-man install-pdf \ 1068 install-pdf-am install-ps install-ps-am install-strip \ 1069 installcheck installcheck-am installdirs installdirs-am \ 1070 maintainer-clean maintainer-clean-generic mostlyclean \ 1071 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 1072 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 1073 uninstall-dist_appdefaultDATA uninstall-dist_bitmapDATA 1074 1075.PRECIOUS: Makefile 1076 1077 1078.PHONY: ChangeLog INSTALL 1079 1080INSTALL: 1081 $(INSTALL_CMD) 1082 1083ChangeLog: 1084 $(CHANGELOG_CMD) 1085 1086dist-hook: ChangeLog INSTALL 1087 1088# Tell versions [3.59,3.63) of GNU make to not export all variables. 1089# Otherwise a system limit (for SysV at least) may be exceeded. 1090.NOEXPORT: 1091