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 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92noinst_PROGRAMS = svtest$(EXEEXT) 93subdir = omapip 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/configure.ac 96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 $(ACLOCAL_M4) 98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 99mkinstalldirs = $(install_sh) -d 100CONFIG_HEADER = $(top_builddir)/includes/config.h 101CONFIG_CLEAN_FILES = Makefile.am 102CONFIG_CLEAN_VPATH_FILES = 103PROGRAMS = $(noinst_PROGRAMS) 104am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 105am__vpath_adj = case $$p in \ 106 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 107 *) f=$$p;; \ 108 esac; 109am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 110am__install_max = 40 111am__nobase_strip_setup = \ 112 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 113am__nobase_strip = \ 114 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 115am__nobase_list = $(am__nobase_strip_setup); \ 116 for p in $$list; do echo "$$p $$p"; done | \ 117 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 119 if (++n[$$2] == $(am__install_max)) \ 120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 121 END { for (dir in files) print dir, files[dir] }' 122am__base_list = \ 123 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 124 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 125am__uninstall_files_from_dir = { \ 126 test -z "$$files" \ 127 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 128 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 129 $(am__cd) "$$dir" && rm -f $$files; }; \ 130 } 131am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" 132LIBRARIES = $(lib_LIBRARIES) 133ARFLAGS = cru 134AM_V_AR = $(am__v_AR_@AM_V@) 135am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 136am__v_AR_0 = @echo " AR " $@; 137am__v_AR_1 = 138libomapi_a_AR = $(AR) $(ARFLAGS) 139libomapi_a_LIBADD = 140am_libomapi_a_OBJECTS = protocol.$(OBJEXT) buffer.$(OBJEXT) \ 141 alloc.$(OBJEXT) result.$(OBJEXT) connection.$(OBJEXT) \ 142 errwarn.$(OBJEXT) listener.$(OBJEXT) dispatch.$(OBJEXT) \ 143 generic.$(OBJEXT) support.$(OBJEXT) handle.$(OBJEXT) \ 144 message.$(OBJEXT) convert.$(OBJEXT) hash.$(OBJEXT) \ 145 auth.$(OBJEXT) inet_addr.$(OBJEXT) array.$(OBJEXT) \ 146 trace.$(OBJEXT) toisc.$(OBJEXT) iscprint.$(OBJEXT) \ 147 isclib.$(OBJEXT) 148libomapi_a_OBJECTS = $(am_libomapi_a_OBJECTS) 149am_svtest_OBJECTS = test.$(OBJEXT) 150svtest_OBJECTS = $(am_svtest_OBJECTS) 151svtest_DEPENDENCIES = libomapi.a $(BINDLIBIRSDIR)/libirs.a \ 152 $(BINDLIBDNSDIR)/libdns.a $(BINDLIBISCCFGDIR)/libisccfg.a \ 153 $(BINDLIBISCDIR)/libisc.a 154AM_V_P = $(am__v_P_@AM_V@) 155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 156am__v_P_0 = false 157am__v_P_1 = : 158AM_V_GEN = $(am__v_GEN_@AM_V@) 159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 160am__v_GEN_0 = @echo " GEN " $@; 161am__v_GEN_1 = 162AM_V_at = $(am__v_at_@AM_V@) 163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 164am__v_at_0 = @ 165am__v_at_1 = 166DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes 167depcomp = $(SHELL) $(top_srcdir)/depcomp 168am__maybe_remake_depfiles = depfiles 169am__depfiles_remade = ./$(DEPDIR)/alloc.Po ./$(DEPDIR)/array.Po \ 170 ./$(DEPDIR)/auth.Po ./$(DEPDIR)/buffer.Po \ 171 ./$(DEPDIR)/connection.Po ./$(DEPDIR)/convert.Po \ 172 ./$(DEPDIR)/dispatch.Po ./$(DEPDIR)/errwarn.Po \ 173 ./$(DEPDIR)/generic.Po ./$(DEPDIR)/handle.Po \ 174 ./$(DEPDIR)/hash.Po ./$(DEPDIR)/inet_addr.Po \ 175 ./$(DEPDIR)/isclib.Po ./$(DEPDIR)/iscprint.Po \ 176 ./$(DEPDIR)/listener.Po ./$(DEPDIR)/message.Po \ 177 ./$(DEPDIR)/protocol.Po ./$(DEPDIR)/result.Po \ 178 ./$(DEPDIR)/support.Po ./$(DEPDIR)/test.Po \ 179 ./$(DEPDIR)/toisc.Po ./$(DEPDIR)/trace.Po 180am__mv = mv -f 181COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 182 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 183AM_V_CC = $(am__v_CC_@AM_V@) 184am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 185am__v_CC_0 = @echo " CC " $@; 186am__v_CC_1 = 187CCLD = $(CC) 188LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 189AM_V_CCLD = $(am__v_CCLD_@AM_V@) 190am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 191am__v_CCLD_0 = @echo " CCLD " $@; 192am__v_CCLD_1 = 193SOURCES = $(libomapi_a_SOURCES) $(svtest_SOURCES) 194DIST_SOURCES = $(libomapi_a_SOURCES) $(svtest_SOURCES) 195am__can_run_installinfo = \ 196 case $$AM_UPDATE_INFO_DIR in \ 197 n|no|NO) false;; \ 198 *) (install-info --version) >/dev/null 2>&1;; \ 199 esac 200man3dir = $(mandir)/man3 201NROFF = nroff 202MANS = $(man_MANS) 203am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 204# Read a list of newline-separated strings from the standard input, 205# and print each of them once, without duplicates. Input order is 206# *not* preserved. 207am__uniquify_input = $(AWK) '\ 208 BEGIN { nonempty = 0; } \ 209 { items[$$0] = 1; nonempty = 1; } \ 210 END { if (nonempty) { for (i in items) print i; }; } \ 211' 212# Make sure the list of sources is unique. This is necessary because, 213# e.g., the same source file might be shared among _SOURCES variables 214# for different programs/libraries. 215am__define_uniq_tagged_files = \ 216 list='$(am__tagged_files)'; \ 217 unique=`for i in $$list; do \ 218 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 219 done | $(am__uniquify_input)` 220am__DIST_COMMON = $(srcdir)/Makefile.am.in $(srcdir)/Makefile.in \ 221 $(top_srcdir)/depcomp 222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 223A = @A@ 224ACLOCAL = @ACLOCAL@ 225AMTAR = @AMTAR@ 226AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 227AR = @AR@ 228ATF_BIN = @ATF_BIN@ 229ATF_CFLAGS = @ATF_CFLAGS@ 230ATF_LDFLAGS = @ATF_LDFLAGS@ 231AUTOCONF = @AUTOCONF@ 232AUTOHEADER = @AUTOHEADER@ 233AUTOMAKE = @AUTOMAKE@ 234AWK = @AWK@ 235BINDCONFIG = @BINDCONFIG@ 236BINDDIR = @BINDDIR@ 237BINDIOMUX = @BINDIOMUX@ 238BINDLIBDNSDIR = @BINDLIBDNSDIR@ 239BINDLIBIRSDIR = @BINDLIBIRSDIR@ 240BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@ 241BINDLIBISCDIR = @BINDLIBISCDIR@ 242BINDLT = @BINDLT@ 243BINDSRCDIR = @BINDSRCDIR@ 244BINDSUBDIR = @BINDSUBDIR@ 245CC = @CC@ 246CCDEPMODE = @CCDEPMODE@ 247CFLAGS = @CFLAGS@ 248CPP = @CPP@ 249CPPFLAGS = @CPPFLAGS@ 250CSCOPE = @CSCOPE@ 251CTAGS = @CTAGS@ 252CYGPATH_W = @CYGPATH_W@ 253DEFS = @DEFS@ 254DEPDIR = @DEPDIR@ 255DHLIBS = @DHLIBS@ 256DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@ 257DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@ 258DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@ 259ECHO_C = @ECHO_C@ 260ECHO_N = @ECHO_N@ 261ECHO_T = @ECHO_T@ 262EGREP = @EGREP@ 263ETAGS = @ETAGS@ 264EXEEXT = @EXEEXT@ 265GREP = @GREP@ 266INSTALL = @INSTALL@ 267INSTALL_DATA = @INSTALL_DATA@ 268INSTALL_PROGRAM = @INSTALL_PROGRAM@ 269INSTALL_SCRIPT = @INSTALL_SCRIPT@ 270INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 271LDAP_CFLAGS = @LDAP_CFLAGS@ 272LDAP_LIBS = @LDAP_LIBS@ 273LDFLAGS = @LDFLAGS@ 274LIBOBJS = @LIBOBJS@ 275LIBS = @LIBS@ 276LTLIBOBJS = @LTLIBOBJS@ 277MAINT = @MAINT@ 278MAKEINFO = @MAKEINFO@ 279MKDIR_P = @MKDIR_P@ 280OBJEXT = @OBJEXT@ 281PACKAGE = @PACKAGE@ 282PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 283PACKAGE_NAME = @PACKAGE_NAME@ 284PACKAGE_STRING = @PACKAGE_STRING@ 285PACKAGE_TARNAME = @PACKAGE_TARNAME@ 286PACKAGE_URL = @PACKAGE_URL@ 287PACKAGE_VERSION = @PACKAGE_VERSION@ 288PATH_SEPARATOR = @PATH_SEPARATOR@ 289Q = @Q@ 290RANLIB = @RANLIB@ 291SET_MAKE = @SET_MAKE@ 292SHELL = @SHELL@ 293STRIP = @STRIP@ 294UNITTESTS = @UNITTESTS@ 295VERSION = @VERSION@ 296abs_builddir = @abs_builddir@ 297abs_srcdir = @abs_srcdir@ 298abs_top_builddir = @abs_top_builddir@ 299abs_top_srcdir = @abs_top_srcdir@ 300ac_ct_CC = @ac_ct_CC@ 301ac_prefix_program = @ac_prefix_program@ 302am__include = @am__include@ 303am__leading_dot = @am__leading_dot@ 304am__quote = @am__quote@ 305am__tar = @am__tar@ 306am__untar = @am__untar@ 307bindir = @bindir@ 308build = @build@ 309build_alias = @build_alias@ 310build_cpu = @build_cpu@ 311build_os = @build_os@ 312build_vendor = @build_vendor@ 313builddir = @builddir@ 314byte_order = @byte_order@ 315datadir = @datadir@ 316datarootdir = @datarootdir@ 317docdir = @docdir@ 318dvidir = @dvidir@ 319exec_prefix = @exec_prefix@ 320host = @host@ 321host_alias = @host_alias@ 322host_cpu = @host_cpu@ 323host_os = @host_os@ 324host_vendor = @host_vendor@ 325htmldir = @htmldir@ 326includedir = @includedir@ 327infodir = @infodir@ 328install_sh = @install_sh@ 329libdir = @libdir@ 330libexecdir = @libexecdir@ 331localedir = @localedir@ 332localstatedir = @localstatedir@ 333mandir = @mandir@ 334mkdir_p = @mkdir_p@ 335oldincludedir = @oldincludedir@ 336pdfdir = @pdfdir@ 337pkgcfg_found = @pkgcfg_found@ 338prefix = @prefix@ 339program_transform_name = @program_transform_name@ 340psdir = @psdir@ 341sbindir = @sbindir@ 342sharedstatedir = @sharedstatedir@ 343srcdir = @srcdir@ 344sysconfdir = @sysconfdir@ 345target_alias = @target_alias@ 346top_build_prefix = @top_build_prefix@ 347top_builddir = @top_builddir@ 348top_srcdir = @top_srcdir@ 349lib_LIBRARIES = libomapi.a 350libomapi_a_SOURCES = protocol.c buffer.c alloc.c result.c connection.c \ 351 errwarn.c listener.c dispatch.c generic.c support.c \ 352 handle.c message.c convert.c hash.c auth.c inet_addr.c \ 353 array.c trace.c toisc.c iscprint.c isclib.c 354 355man_MANS = omapi.3 356EXTRA_DIST = $(man_MANS) 357svtest_SOURCES = test.c 358svtest_LDADD = libomapi.a \ 359 $(BINDLIBIRSDIR)/libirs.a \ 360 $(BINDLIBDNSDIR)/libdns.a \ 361 $(BINDLIBISCCFGDIR)/libisccfg.a \ 362 $(BINDLIBISCDIR)/libisc.a 363 364all: all-am 365 366.SUFFIXES: 367.SUFFIXES: .c .o .obj 368$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 369 @for dep in $?; do \ 370 case '$(am__configure_deps)' in \ 371 *$$dep*) \ 372 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 373 && { if test -f $@; then exit 0; else break; fi; }; \ 374 exit 1;; \ 375 esac; \ 376 done; \ 377 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign omapip/Makefile'; \ 378 $(am__cd) $(top_srcdir) && \ 379 $(AUTOMAKE) --foreign omapip/Makefile 380Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 381 @case '$?' in \ 382 *config.status*) \ 383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 384 *) \ 385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 386 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 387 esac; 388 389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391 392$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 394$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396$(am__aclocal_m4_deps): 397Makefile.am: $(top_builddir)/config.status $(srcdir)/Makefile.am.in 398 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 399 400clean-noinstPROGRAMS: 401 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 402install-libLIBRARIES: $(lib_LIBRARIES) 403 @$(NORMAL_INSTALL) 404 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 405 list2=; for p in $$list; do \ 406 if test -f $$p; then \ 407 list2="$$list2 $$p"; \ 408 else :; fi; \ 409 done; \ 410 test -z "$$list2" || { \ 411 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 412 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 413 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \ 414 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } 415 @$(POST_INSTALL) 416 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 417 for p in $$list; do \ 418 if test -f $$p; then \ 419 $(am__strip_dir) \ 420 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \ 421 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \ 422 else :; fi; \ 423 done 424 425uninstall-libLIBRARIES: 426 @$(NORMAL_UNINSTALL) 427 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 428 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 429 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) 430 431clean-libLIBRARIES: 432 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) 433 434libomapi.a: $(libomapi_a_OBJECTS) $(libomapi_a_DEPENDENCIES) $(EXTRA_libomapi_a_DEPENDENCIES) 435 $(AM_V_at)-rm -f libomapi.a 436 $(AM_V_AR)$(libomapi_a_AR) libomapi.a $(libomapi_a_OBJECTS) $(libomapi_a_LIBADD) 437 $(AM_V_at)$(RANLIB) libomapi.a 438 439svtest$(EXEEXT): $(svtest_OBJECTS) $(svtest_DEPENDENCIES) $(EXTRA_svtest_DEPENDENCIES) 440 @rm -f svtest$(EXEEXT) 441 $(AM_V_CCLD)$(LINK) $(svtest_OBJECTS) $(svtest_LDADD) $(LIBS) 442 443mostlyclean-compile: 444 -rm -f *.$(OBJEXT) 445 446distclean-compile: 447 -rm -f *.tab.c 448 449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Po@am__quote@ # am--include-marker 450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@ # am--include-marker 451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@ # am--include-marker 452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@ # am--include-marker 453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@ # am--include-marker 454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert.Po@am__quote@ # am--include-marker 455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dispatch.Po@am__quote@ # am--include-marker 456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errwarn.Po@am__quote@ # am--include-marker 457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Po@am__quote@ # am--include-marker 458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handle.Po@am__quote@ # am--include-marker 459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ # am--include-marker 460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_addr.Po@am__quote@ # am--include-marker 461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isclib.Po@am__quote@ # am--include-marker 462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iscprint.Po@am__quote@ # am--include-marker 463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@ # am--include-marker 464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@ # am--include-marker 465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Po@am__quote@ # am--include-marker 466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@ # am--include-marker 467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@ # am--include-marker 468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@ # am--include-marker 469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toisc.Po@am__quote@ # am--include-marker 470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Po@am__quote@ # am--include-marker 471 472$(am__depfiles_remade): 473 @$(MKDIR_P) $(@D) 474 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 475 476am--depfiles: $(am__depfiles_remade) 477 478.c.o: 479@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 480@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 481@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 482@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 483@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 484 485.c.obj: 486@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 487@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 488@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 489@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 490@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 491install-man3: $(man_MANS) 492 @$(NORMAL_INSTALL) 493 @list1=''; \ 494 list2='$(man_MANS)'; \ 495 test -n "$(man3dir)" \ 496 && test -n "`echo $$list1$$list2`" \ 497 || exit 0; \ 498 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ 499 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ 500 { for i in $$list1; do echo "$$i"; done; \ 501 if test -n "$$list2"; then \ 502 for i in $$list2; do echo "$$i"; done \ 503 | sed -n '/\.3[a-z]*$$/p'; \ 504 fi; \ 505 } | while read p; do \ 506 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 507 echo "$$d$$p"; echo "$$p"; \ 508 done | \ 509 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 510 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 511 sed 'N;N;s,\n, ,g' | { \ 512 list=; while read file base inst; do \ 513 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 514 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 515 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 516 fi; \ 517 done; \ 518 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 519 while read files; do \ 520 test -z "$$files" || { \ 521 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 522 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 523 done; } 524 525uninstall-man3: 526 @$(NORMAL_UNINSTALL) 527 @list=''; test -n "$(man3dir)" || exit 0; \ 528 files=`{ for i in $$list; do echo "$$i"; done; \ 529 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 530 sed -n '/\.3[a-z]*$$/p'; \ 531 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 532 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 533 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 534 535ID: $(am__tagged_files) 536 $(am__define_uniq_tagged_files); mkid -fID $$unique 537tags: tags-am 538TAGS: tags 539 540tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 541 set x; \ 542 here=`pwd`; \ 543 $(am__define_uniq_tagged_files); \ 544 shift; \ 545 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 546 test -n "$$unique" || unique=$$empty_fix; \ 547 if test $$# -gt 0; then \ 548 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 549 "$$@" $$unique; \ 550 else \ 551 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 552 $$unique; \ 553 fi; \ 554 fi 555ctags: ctags-am 556 557CTAGS: ctags 558ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 559 $(am__define_uniq_tagged_files); \ 560 test -z "$(CTAGS_ARGS)$$unique" \ 561 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 562 $$unique 563 564GTAGS: 565 here=`$(am__cd) $(top_builddir) && pwd` \ 566 && $(am__cd) $(top_srcdir) \ 567 && gtags -i $(GTAGS_ARGS) "$$here" 568cscopelist: cscopelist-am 569 570cscopelist-am: $(am__tagged_files) 571 list='$(am__tagged_files)'; \ 572 case "$(srcdir)" in \ 573 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 574 *) sdir=$(subdir)/$(srcdir) ;; \ 575 esac; \ 576 for i in $$list; do \ 577 if test -f "$$i"; then \ 578 echo "$(subdir)/$$i"; \ 579 else \ 580 echo "$$sdir/$$i"; \ 581 fi; \ 582 done >> $(top_builddir)/cscope.files 583 584distclean-tags: 585 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 586distdir: $(BUILT_SOURCES) 587 $(MAKE) $(AM_MAKEFLAGS) distdir-am 588 589distdir-am: $(DISTFILES) 590 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 591 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 592 list='$(DISTFILES)'; \ 593 dist_files=`for file in $$list; do echo $$file; done | \ 594 sed -e "s|^$$srcdirstrip/||;t" \ 595 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 596 case $$dist_files in \ 597 */*) $(MKDIR_P) `echo "$$dist_files" | \ 598 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 599 sort -u` ;; \ 600 esac; \ 601 for file in $$dist_files; do \ 602 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 603 if test -d $$d/$$file; then \ 604 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 605 if test -d "$(distdir)/$$file"; then \ 606 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 607 fi; \ 608 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 609 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 610 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 611 fi; \ 612 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 613 else \ 614 test -f "$(distdir)/$$file" \ 615 || cp -p $$d/$$file "$(distdir)/$$file" \ 616 || exit 1; \ 617 fi; \ 618 done 619check-am: all-am 620check: check-am 621all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(MANS) 622installdirs: 623 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"; do \ 624 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 625 done 626install: install-am 627install-exec: install-exec-am 628install-data: install-data-am 629uninstall: uninstall-am 630 631install-am: all-am 632 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 633 634installcheck: installcheck-am 635install-strip: 636 if test -z '$(STRIP)'; then \ 637 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 638 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 639 install; \ 640 else \ 641 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 642 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 643 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 644 fi 645mostlyclean-generic: 646 647clean-generic: 648 649distclean-generic: 650 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 651 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 652 653maintainer-clean-generic: 654 @echo "This command is intended for maintainers to use" 655 @echo "it deletes files that may require special tools to rebuild." 656clean: clean-am 657 658clean-am: clean-generic clean-libLIBRARIES clean-noinstPROGRAMS \ 659 mostlyclean-am 660 661distclean: distclean-am 662 -rm -f ./$(DEPDIR)/alloc.Po 663 -rm -f ./$(DEPDIR)/array.Po 664 -rm -f ./$(DEPDIR)/auth.Po 665 -rm -f ./$(DEPDIR)/buffer.Po 666 -rm -f ./$(DEPDIR)/connection.Po 667 -rm -f ./$(DEPDIR)/convert.Po 668 -rm -f ./$(DEPDIR)/dispatch.Po 669 -rm -f ./$(DEPDIR)/errwarn.Po 670 -rm -f ./$(DEPDIR)/generic.Po 671 -rm -f ./$(DEPDIR)/handle.Po 672 -rm -f ./$(DEPDIR)/hash.Po 673 -rm -f ./$(DEPDIR)/inet_addr.Po 674 -rm -f ./$(DEPDIR)/isclib.Po 675 -rm -f ./$(DEPDIR)/iscprint.Po 676 -rm -f ./$(DEPDIR)/listener.Po 677 -rm -f ./$(DEPDIR)/message.Po 678 -rm -f ./$(DEPDIR)/protocol.Po 679 -rm -f ./$(DEPDIR)/result.Po 680 -rm -f ./$(DEPDIR)/support.Po 681 -rm -f ./$(DEPDIR)/test.Po 682 -rm -f ./$(DEPDIR)/toisc.Po 683 -rm -f ./$(DEPDIR)/trace.Po 684 -rm -f Makefile 685distclean-am: clean-am distclean-compile distclean-generic \ 686 distclean-tags 687 688dvi: dvi-am 689 690dvi-am: 691 692html: html-am 693 694html-am: 695 696info: info-am 697 698info-am: 699 700install-data-am: install-man 701 702install-dvi: install-dvi-am 703 704install-dvi-am: 705 706install-exec-am: install-libLIBRARIES 707 708install-html: install-html-am 709 710install-html-am: 711 712install-info: install-info-am 713 714install-info-am: 715 716install-man: install-man3 717 718install-pdf: install-pdf-am 719 720install-pdf-am: 721 722install-ps: install-ps-am 723 724install-ps-am: 725 726installcheck-am: 727 728maintainer-clean: maintainer-clean-am 729 -rm -f ./$(DEPDIR)/alloc.Po 730 -rm -f ./$(DEPDIR)/array.Po 731 -rm -f ./$(DEPDIR)/auth.Po 732 -rm -f ./$(DEPDIR)/buffer.Po 733 -rm -f ./$(DEPDIR)/connection.Po 734 -rm -f ./$(DEPDIR)/convert.Po 735 -rm -f ./$(DEPDIR)/dispatch.Po 736 -rm -f ./$(DEPDIR)/errwarn.Po 737 -rm -f ./$(DEPDIR)/generic.Po 738 -rm -f ./$(DEPDIR)/handle.Po 739 -rm -f ./$(DEPDIR)/hash.Po 740 -rm -f ./$(DEPDIR)/inet_addr.Po 741 -rm -f ./$(DEPDIR)/isclib.Po 742 -rm -f ./$(DEPDIR)/iscprint.Po 743 -rm -f ./$(DEPDIR)/listener.Po 744 -rm -f ./$(DEPDIR)/message.Po 745 -rm -f ./$(DEPDIR)/protocol.Po 746 -rm -f ./$(DEPDIR)/result.Po 747 -rm -f ./$(DEPDIR)/support.Po 748 -rm -f ./$(DEPDIR)/test.Po 749 -rm -f ./$(DEPDIR)/toisc.Po 750 -rm -f ./$(DEPDIR)/trace.Po 751 -rm -f Makefile 752maintainer-clean-am: distclean-am maintainer-clean-generic 753 754mostlyclean: mostlyclean-am 755 756mostlyclean-am: mostlyclean-compile mostlyclean-generic 757 758pdf: pdf-am 759 760pdf-am: 761 762ps: ps-am 763 764ps-am: 765 766uninstall-am: uninstall-libLIBRARIES uninstall-man 767 768uninstall-man: uninstall-man3 769 770.MAKE: install-am install-strip 771 772.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 773 clean-generic clean-libLIBRARIES clean-noinstPROGRAMS \ 774 cscopelist-am ctags ctags-am distclean distclean-compile \ 775 distclean-generic distclean-tags distdir dvi dvi-am html \ 776 html-am info info-am install install-am install-data \ 777 install-data-am install-dvi install-dvi-am install-exec \ 778 install-exec-am install-html install-html-am install-info \ 779 install-info-am install-libLIBRARIES install-man install-man3 \ 780 install-pdf install-pdf-am install-ps install-ps-am \ 781 install-strip installcheck installcheck-am installdirs \ 782 maintainer-clean maintainer-clean-generic mostlyclean \ 783 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 784 tags tags-am uninstall uninstall-am uninstall-libLIBRARIES \ 785 uninstall-man uninstall-man3 786 787.PRECIOUS: Makefile 788 789 790# Tell versions [3.59,3.63) of GNU make to not export all variables. 791# Otherwise a system limit (for SysV at least) may be exceeded. 792.NOEXPORT: 793