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