Home | History | Annotate | Line # | Download | only in ipc
      1  1.1.1.2  christos # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2      1.1  christos # @configure_input@
      3      1.1  christos 
      4  1.1.1.2  christos # Copyright (C) 1994-2021 Free Software Foundation, Inc.
      5      1.1  christos 
      6      1.1  christos # This Makefile.in is free software; the Free Software Foundation
      7      1.1  christos # gives unlimited permission to copy and/or distribute it,
      8      1.1  christos # with or without modifications, as long as this notice is preserved.
      9      1.1  christos 
     10      1.1  christos # This program is distributed in the hope that it will be useful,
     11      1.1  christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12      1.1  christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13      1.1  christos # PARTICULAR PURPOSE.
     14      1.1  christos 
     15      1.1  christos @SET_MAKE@
     16      1.1  christos 
     17      1.1  christos # Id
     18      1.1  christos 
     19      1.1  christos # Id
     20      1.1  christos 
     21      1.1  christos 
     22      1.1  christos 
     23      1.1  christos VPATH = @srcdir@
     24      1.1  christos am__is_gnu_make = { \
     25      1.1  christos   if test -z '$(MAKELEVEL)'; then \
     26      1.1  christos     false; \
     27      1.1  christos   elif test -n '$(MAKE_HOST)'; then \
     28      1.1  christos     true; \
     29      1.1  christos   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     30      1.1  christos     true; \
     31      1.1  christos   else \
     32      1.1  christos     false; \
     33      1.1  christos   fi; \
     34      1.1  christos }
     35      1.1  christos am__make_running_with_option = \
     36      1.1  christos   case $${target_option-} in \
     37      1.1  christos       ?) ;; \
     38      1.1  christos       *) echo "am__make_running_with_option: internal error: invalid" \
     39      1.1  christos               "target option '$${target_option-}' specified" >&2; \
     40      1.1  christos          exit 1;; \
     41      1.1  christos   esac; \
     42      1.1  christos   has_opt=no; \
     43      1.1  christos   sane_makeflags=$$MAKEFLAGS; \
     44      1.1  christos   if $(am__is_gnu_make); then \
     45      1.1  christos     sane_makeflags=$$MFLAGS; \
     46      1.1  christos   else \
     47      1.1  christos     case $$MAKEFLAGS in \
     48      1.1  christos       *\\[\ \	]*) \
     49      1.1  christos         bs=\\; \
     50      1.1  christos         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     51      1.1  christos           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     52      1.1  christos     esac; \
     53      1.1  christos   fi; \
     54      1.1  christos   skip_next=no; \
     55      1.1  christos   strip_trailopt () \
     56      1.1  christos   { \
     57      1.1  christos     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     58      1.1  christos   }; \
     59      1.1  christos   for flg in $$sane_makeflags; do \
     60      1.1  christos     test $$skip_next = yes && { skip_next=no; continue; }; \
     61      1.1  christos     case $$flg in \
     62      1.1  christos       *=*|--*) continue;; \
     63      1.1  christos         -*I) strip_trailopt 'I'; skip_next=yes;; \
     64      1.1  christos       -*I?*) strip_trailopt 'I';; \
     65      1.1  christos         -*O) strip_trailopt 'O'; skip_next=yes;; \
     66      1.1  christos       -*O?*) strip_trailopt 'O';; \
     67      1.1  christos         -*l) strip_trailopt 'l'; skip_next=yes;; \
     68      1.1  christos       -*l?*) strip_trailopt 'l';; \
     69      1.1  christos       -[dEDm]) skip_next=yes;; \
     70      1.1  christos       -[JT]) skip_next=yes;; \
     71      1.1  christos     esac; \
     72      1.1  christos     case $$flg in \
     73      1.1  christos       *$$target_option*) has_opt=yes; break;; \
     74      1.1  christos     esac; \
     75      1.1  christos   done; \
     76      1.1  christos   test $$has_opt = yes
     77      1.1  christos am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     78      1.1  christos am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     79      1.1  christos pkgdatadir = $(datadir)/@PACKAGE@
     80      1.1  christos pkgincludedir = $(includedir)/@PACKAGE@
     81      1.1  christos pkglibdir = $(libdir)/@PACKAGE@
     82      1.1  christos pkglibexecdir = $(libexecdir)/@PACKAGE@
     83      1.1  christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     84      1.1  christos install_sh_DATA = $(install_sh) -c -m 644
     85      1.1  christos install_sh_PROGRAM = $(install_sh) -c
     86      1.1  christos install_sh_SCRIPT = $(install_sh) -c
     87      1.1  christos INSTALL_HEADER = $(INSTALL_DATA)
     88      1.1  christos transform = $(program_transform_name)
     89      1.1  christos NORMAL_INSTALL = :
     90      1.1  christos PRE_INSTALL = :
     91      1.1  christos POST_INSTALL = :
     92      1.1  christos NORMAL_UNINSTALL = :
     93      1.1  christos PRE_UNINSTALL = :
     94      1.1  christos POST_UNINSTALL = :
     95      1.1  christos build_triplet = @build@
     96      1.1  christos host_triplet = @host@
     97      1.1  christos TESTS =
     98      1.1  christos noinst_PROGRAMS = tc$(EXEEXT) ts$(EXEEXT) ts-http$(EXEEXT)
     99      1.1  christos @have_gcd_TRUE@am__append_1 = -lbsm
    100      1.1  christos subdir = lib/ipc
    101      1.1  christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    102      1.1  christos am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
    103      1.1  christos 	$(top_srcdir)/cf/auth-modules.m4 \
    104      1.1  christos 	$(top_srcdir)/cf/broken-glob.m4 \
    105      1.1  christos 	$(top_srcdir)/cf/broken-realloc.m4 \
    106      1.1  christos 	$(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
    107      1.1  christos 	$(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
    108      1.1  christos 	$(top_srcdir)/cf/capabilities.m4 \
    109      1.1  christos 	$(top_srcdir)/cf/check-compile-et.m4 \
    110      1.1  christos 	$(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
    111      1.1  christos 	$(top_srcdir)/cf/check-man.m4 \
    112      1.1  christos 	$(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
    113      1.1  christos 	$(top_srcdir)/cf/check-type-extra.m4 \
    114      1.1  christos 	$(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/crypto.m4 \
    115      1.1  christos 	$(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
    116      1.1  christos 	$(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \
    117      1.1  christos 	$(top_srcdir)/cf/find-func-no-libs.m4 \
    118      1.1  christos 	$(top_srcdir)/cf/find-func-no-libs2.m4 \
    119      1.1  christos 	$(top_srcdir)/cf/find-func.m4 \
    120      1.1  christos 	$(top_srcdir)/cf/find-if-not-broken.m4 \
    121      1.1  christos 	$(top_srcdir)/cf/framework-security.m4 \
    122      1.1  christos 	$(top_srcdir)/cf/have-struct-field.m4 \
    123      1.1  christos 	$(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
    124      1.1  christos 	$(top_srcdir)/cf/krb-bigendian.m4 \
    125      1.1  christos 	$(top_srcdir)/cf/krb-func-getlogin.m4 \
    126      1.1  christos 	$(top_srcdir)/cf/krb-ipv6.m4 $(top_srcdir)/cf/krb-prog-ln-s.m4 \
    127      1.1  christos 	$(top_srcdir)/cf/krb-prog-perl.m4 \
    128      1.1  christos 	$(top_srcdir)/cf/krb-readline.m4 \
    129      1.1  christos 	$(top_srcdir)/cf/krb-struct-spwd.m4 \
    130      1.1  christos 	$(top_srcdir)/cf/krb-struct-winsize.m4 \
    131      1.1  christos 	$(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
    132      1.1  christos 	$(top_srcdir)/cf/ltoptions.m4 $(top_srcdir)/cf/ltsugar.m4 \
    133      1.1  christos 	$(top_srcdir)/cf/ltversion.m4 $(top_srcdir)/cf/lt~obsolete.m4 \
    134      1.1  christos 	$(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
    135      1.1  christos 	$(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
    136      1.1  christos 	$(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
    137      1.1  christos 	$(top_srcdir)/cf/proto-compat.m4 $(top_srcdir)/cf/pthreads.m4 \
    138      1.1  christos 	$(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
    139      1.1  christos 	$(top_srcdir)/cf/roken-frag.m4 \
    140      1.1  christos 	$(top_srcdir)/cf/socket-wrapper.m4 $(top_srcdir)/cf/sunos.m4 \
    141      1.1  christos 	$(top_srcdir)/cf/telnet.m4 $(top_srcdir)/cf/test-package.m4 \
    142      1.1  christos 	$(top_srcdir)/cf/version-script.m4 $(top_srcdir)/cf/wflags.m4 \
    143      1.1  christos 	$(top_srcdir)/cf/win32.m4 $(top_srcdir)/cf/with-all.m4 \
    144      1.1  christos 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
    145      1.1  christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    146      1.1  christos 	$(ACLOCAL_M4)
    147      1.1  christos DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
    148      1.1  christos 	$(am__DIST_COMMON)
    149      1.1  christos mkinstalldirs = $(install_sh) -d
    150      1.1  christos CONFIG_HEADER = $(top_builddir)/include/config.h
    151      1.1  christos CONFIG_CLEAN_FILES =
    152      1.1  christos CONFIG_CLEAN_VPATH_FILES =
    153  1.1.1.2  christos PROGRAMS = $(noinst_PROGRAMS)
    154      1.1  christos LTLIBRARIES = $(noinst_LTLIBRARIES)
    155      1.1  christos am__DEPENDENCIES_1 =
    156      1.1  christos libheim_ipcc_la_DEPENDENCIES = $(LIB_heimbase) $(am__DEPENDENCIES_1) \
    157      1.1  christos 	$(am__DEPENDENCIES_1)
    158      1.1  christos dist_libheim_ipcc_la_OBJECTS = client.lo common.lo
    159      1.1  christos @have_gcd_TRUE@am__objects_1 = heim_ipcUser.lo heim_ipc_asyncServer.lo
    160      1.1  christos @have_gcd_TRUE@nodist_libheim_ipcc_la_OBJECTS = $(am__objects_1)
    161      1.1  christos libheim_ipcc_la_OBJECTS = $(dist_libheim_ipcc_la_OBJECTS) \
    162      1.1  christos 	$(nodist_libheim_ipcc_la_OBJECTS)
    163      1.1  christos AM_V_lt = $(am__v_lt_@AM_V@)
    164      1.1  christos am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    165      1.1  christos am__v_lt_0 = --silent
    166      1.1  christos am__v_lt_1 = 
    167      1.1  christos am__DEPENDENCIES_2 = $(LIB_heimbase) $(am__DEPENDENCIES_1) \
    168      1.1  christos 	$(am__DEPENDENCIES_1)
    169      1.1  christos libheim_ipcs_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
    170      1.1  christos 	$(am__DEPENDENCIES_1)
    171      1.1  christos dist_libheim_ipcs_la_OBJECTS = server.lo common.lo
    172      1.1  christos @have_gcd_TRUE@am__objects_2 = heim_ipcServer.lo heim_ipc_asyncUser.lo \
    173      1.1  christos @have_gcd_TRUE@	heim_ipc_replyUser.lo
    174      1.1  christos @have_gcd_TRUE@nodist_libheim_ipcs_la_OBJECTS = $(am__objects_2)
    175      1.1  christos libheim_ipcs_la_OBJECTS = $(dist_libheim_ipcs_la_OBJECTS) \
    176      1.1  christos 	$(nodist_libheim_ipcs_la_OBJECTS)
    177      1.1  christos tc_SOURCES = tc.c
    178      1.1  christos tc_OBJECTS = tc.$(OBJEXT)
    179      1.1  christos tc_DEPENDENCIES = libheim-ipcc.la $(am__DEPENDENCIES_1)
    180      1.1  christos ts_SOURCES = ts.c
    181      1.1  christos ts_OBJECTS = ts.$(OBJEXT)
    182      1.1  christos ts_DEPENDENCIES = libheim-ipcs.la $(am__DEPENDENCIES_1)
    183      1.1  christos ts_http_SOURCES = ts-http.c
    184      1.1  christos ts_http_OBJECTS = ts-http.$(OBJEXT)
    185      1.1  christos am__DEPENDENCIES_3 = libheim-ipcs.la $(am__DEPENDENCIES_1)
    186      1.1  christos ts_http_DEPENDENCIES = $(am__DEPENDENCIES_3)
    187      1.1  christos AM_V_P = $(am__v_P_@AM_V@)
    188      1.1  christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    189      1.1  christos am__v_P_0 = false
    190      1.1  christos am__v_P_1 = :
    191      1.1  christos AM_V_GEN = $(am__v_GEN_@AM_V@)
    192      1.1  christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    193      1.1  christos am__v_GEN_0 = @echo "  GEN     " $@;
    194      1.1  christos am__v_GEN_1 = 
    195      1.1  christos AM_V_at = $(am__v_at_@AM_V@)
    196      1.1  christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    197      1.1  christos am__v_at_0 = @
    198      1.1  christos am__v_at_1 = 
    199      1.1  christos depcomp = $(SHELL) $(top_srcdir)/depcomp
    200  1.1.1.2  christos am__maybe_remake_depfiles = depfiles
    201  1.1.1.2  christos am__depfiles_remade = ./$(DEPDIR)/client.Plo ./$(DEPDIR)/common.Plo \
    202  1.1.1.2  christos 	./$(DEPDIR)/heim_ipcServer.Plo ./$(DEPDIR)/heim_ipcUser.Plo \
    203  1.1.1.2  christos 	./$(DEPDIR)/heim_ipc_asyncServer.Plo \
    204  1.1.1.2  christos 	./$(DEPDIR)/heim_ipc_asyncUser.Plo \
    205  1.1.1.2  christos 	./$(DEPDIR)/heim_ipc_replyUser.Plo ./$(DEPDIR)/server.Plo \
    206  1.1.1.2  christos 	./$(DEPDIR)/tc.Po ./$(DEPDIR)/ts-http.Po ./$(DEPDIR)/ts.Po
    207      1.1  christos am__mv = mv -f
    208      1.1  christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    209      1.1  christos 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    210      1.1  christos LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    211      1.1  christos 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    212      1.1  christos 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    213      1.1  christos 	$(AM_CFLAGS) $(CFLAGS)
    214      1.1  christos AM_V_CC = $(am__v_CC_@AM_V@)
    215      1.1  christos am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    216      1.1  christos am__v_CC_0 = @echo "  CC      " $@;
    217      1.1  christos am__v_CC_1 = 
    218      1.1  christos CCLD = $(CC)
    219      1.1  christos LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    220      1.1  christos 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    221      1.1  christos 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    222      1.1  christos AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    223      1.1  christos am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    224      1.1  christos am__v_CCLD_0 = @echo "  CCLD    " $@;
    225      1.1  christos am__v_CCLD_1 = 
    226      1.1  christos SOURCES = $(dist_libheim_ipcc_la_SOURCES) \
    227      1.1  christos 	$(nodist_libheim_ipcc_la_SOURCES) \
    228      1.1  christos 	$(dist_libheim_ipcs_la_SOURCES) \
    229      1.1  christos 	$(nodist_libheim_ipcs_la_SOURCES) tc.c ts.c ts-http.c
    230      1.1  christos DIST_SOURCES = $(dist_libheim_ipcc_la_SOURCES) \
    231      1.1  christos 	$(dist_libheim_ipcs_la_SOURCES) tc.c ts.c ts-http.c
    232      1.1  christos am__can_run_installinfo = \
    233      1.1  christos   case $$AM_UPDATE_INFO_DIR in \
    234      1.1  christos     n|no|NO) false;; \
    235      1.1  christos     *) (install-info --version) >/dev/null 2>&1;; \
    236      1.1  christos   esac
    237      1.1  christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    238      1.1  christos am__vpath_adj = case $$p in \
    239      1.1  christos     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    240      1.1  christos     *) f=$$p;; \
    241      1.1  christos   esac;
    242      1.1  christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    243      1.1  christos am__install_max = 40
    244      1.1  christos am__nobase_strip_setup = \
    245      1.1  christos   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    246      1.1  christos am__nobase_strip = \
    247      1.1  christos   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    248      1.1  christos am__nobase_list = $(am__nobase_strip_setup); \
    249      1.1  christos   for p in $$list; do echo "$$p $$p"; done | \
    250      1.1  christos   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    251      1.1  christos   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    252      1.1  christos     if (++n[$$2] == $(am__install_max)) \
    253      1.1  christos       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    254      1.1  christos     END { for (dir in files) print dir, files[dir] }'
    255      1.1  christos am__base_list = \
    256      1.1  christos   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    257      1.1  christos   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    258      1.1  christos am__uninstall_files_from_dir = { \
    259      1.1  christos   test -z "$$files" \
    260      1.1  christos     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    261      1.1  christos     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    262      1.1  christos          $(am__cd) "$$dir" && rm -f $$files; }; \
    263      1.1  christos   }
    264      1.1  christos am__installdirs = "$(DESTDIR)$(includedir)"
    265      1.1  christos HEADERS = $(include_HEADERS)
    266      1.1  christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    267      1.1  christos # Read a list of newline-separated strings from the standard input,
    268      1.1  christos # and print each of them once, without duplicates.  Input order is
    269      1.1  christos # *not* preserved.
    270      1.1  christos am__uniquify_input = $(AWK) '\
    271      1.1  christos   BEGIN { nonempty = 0; } \
    272      1.1  christos   { items[$$0] = 1; nonempty = 1; } \
    273      1.1  christos   END { if (nonempty) { for (i in items) print i; }; } \
    274      1.1  christos '
    275      1.1  christos # Make sure the list of sources is unique.  This is necessary because,
    276      1.1  christos # e.g., the same source file might be shared among _SOURCES variables
    277      1.1  christos # for different programs/libraries.
    278      1.1  christos am__define_uniq_tagged_files = \
    279      1.1  christos   list='$(am__tagged_files)'; \
    280      1.1  christos   unique=`for i in $$list; do \
    281      1.1  christos     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    282      1.1  christos   done | $(am__uniquify_input)`
    283      1.1  christos am__tty_colors_dummy = \
    284      1.1  christos   mgn= red= grn= lgn= blu= brg= std=; \
    285      1.1  christos   am__color_tests=no
    286      1.1  christos am__tty_colors = { \
    287      1.1  christos   $(am__tty_colors_dummy); \
    288      1.1  christos   if test "X$(AM_COLOR_TESTS)" = Xno; then \
    289      1.1  christos     am__color_tests=no; \
    290      1.1  christos   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
    291      1.1  christos     am__color_tests=yes; \
    292      1.1  christos   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
    293      1.1  christos     am__color_tests=yes; \
    294      1.1  christos   fi; \
    295      1.1  christos   if test $$am__color_tests = yes; then \
    296      1.1  christos     red='[0;31m'; \
    297      1.1  christos     grn='[0;32m'; \
    298      1.1  christos     lgn='[1;32m'; \
    299      1.1  christos     blu='[1;34m'; \
    300      1.1  christos     mgn='[0;35m'; \
    301      1.1  christos     brg='[1m'; \
    302      1.1  christos     std='[m'; \
    303      1.1  christos   fi; \
    304      1.1  christos }
    305      1.1  christos am__recheck_rx = ^[ 	]*:recheck:[ 	]*
    306      1.1  christos am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
    307      1.1  christos am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
    308      1.1  christos # A command that, given a newline-separated list of test names on the
    309      1.1  christos # standard input, print the name of the tests that are to be re-run
    310      1.1  christos # upon "make recheck".
    311      1.1  christos am__list_recheck_tests = $(AWK) '{ \
    312      1.1  christos   recheck = 1; \
    313      1.1  christos   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    314      1.1  christos     { \
    315      1.1  christos       if (rc < 0) \
    316      1.1  christos         { \
    317      1.1  christos           if ((getline line2 < ($$0 ".log")) < 0) \
    318      1.1  christos 	    recheck = 0; \
    319      1.1  christos           break; \
    320      1.1  christos         } \
    321      1.1  christos       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
    322      1.1  christos         { \
    323      1.1  christos           recheck = 0; \
    324      1.1  christos           break; \
    325      1.1  christos         } \
    326      1.1  christos       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
    327      1.1  christos         { \
    328      1.1  christos           break; \
    329      1.1  christos         } \
    330      1.1  christos     }; \
    331      1.1  christos   if (recheck) \
    332      1.1  christos     print $$0; \
    333      1.1  christos   close ($$0 ".trs"); \
    334      1.1  christos   close ($$0 ".log"); \
    335      1.1  christos }'
    336      1.1  christos # A command that, given a newline-separated list of test names on the
    337      1.1  christos # standard input, create the global log from their .trs and .log files.
    338      1.1  christos am__create_global_log = $(AWK) ' \
    339      1.1  christos function fatal(msg) \
    340      1.1  christos { \
    341      1.1  christos   print "fatal: making $@: " msg | "cat >&2"; \
    342      1.1  christos   exit 1; \
    343      1.1  christos } \
    344      1.1  christos function rst_section(header) \
    345      1.1  christos { \
    346      1.1  christos   print header; \
    347      1.1  christos   len = length(header); \
    348      1.1  christos   for (i = 1; i <= len; i = i + 1) \
    349      1.1  christos     printf "="; \
    350      1.1  christos   printf "\n\n"; \
    351      1.1  christos } \
    352      1.1  christos { \
    353      1.1  christos   copy_in_global_log = 1; \
    354      1.1  christos   global_test_result = "RUN"; \
    355      1.1  christos   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    356      1.1  christos     { \
    357      1.1  christos       if (rc < 0) \
    358      1.1  christos          fatal("failed to read from " $$0 ".trs"); \
    359      1.1  christos       if (line ~ /$(am__global_test_result_rx)/) \
    360      1.1  christos         { \
    361      1.1  christos           sub("$(am__global_test_result_rx)", "", line); \
    362      1.1  christos           sub("[ 	]*$$", "", line); \
    363      1.1  christos           global_test_result = line; \
    364      1.1  christos         } \
    365      1.1  christos       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
    366      1.1  christos         copy_in_global_log = 0; \
    367      1.1  christos     }; \
    368      1.1  christos   if (copy_in_global_log) \
    369      1.1  christos     { \
    370      1.1  christos       rst_section(global_test_result ": " $$0); \
    371      1.1  christos       while ((rc = (getline line < ($$0 ".log"))) != 0) \
    372      1.1  christos       { \
    373      1.1  christos         if (rc < 0) \
    374      1.1  christos           fatal("failed to read from " $$0 ".log"); \
    375      1.1  christos         print line; \
    376      1.1  christos       }; \
    377      1.1  christos       printf "\n"; \
    378      1.1  christos     }; \
    379      1.1  christos   close ($$0 ".trs"); \
    380      1.1  christos   close ($$0 ".log"); \
    381      1.1  christos }'
    382      1.1  christos # Restructured Text title.
    383      1.1  christos am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
    384      1.1  christos # Solaris 10 'make', and several other traditional 'make' implementations,
    385      1.1  christos # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
    386      1.1  christos # by disabling -e (using the XSI extension "set +e") if it's set.
    387      1.1  christos am__sh_e_setup = case $$- in *e*) set +e;; esac
    388      1.1  christos # Default flags passed to test drivers.
    389      1.1  christos am__common_driver_flags = \
    390      1.1  christos   --color-tests "$$am__color_tests" \
    391      1.1  christos   --enable-hard-errors "$$am__enable_hard_errors" \
    392      1.1  christos   --expect-failure "$$am__expect_failure"
    393      1.1  christos # To be inserted before the command running the test.  Creates the
    394      1.1  christos # directory for the log if needed.  Stores in $dir the directory
    395      1.1  christos # containing $f, in $tst the test, in $log the log.  Executes the
    396      1.1  christos # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
    397      1.1  christos # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
    398      1.1  christos # will run the test scripts (or their associated LOG_COMPILER, if
    399      1.1  christos # thy have one).
    400      1.1  christos am__check_pre = \
    401      1.1  christos $(am__sh_e_setup);					\
    402      1.1  christos $(am__vpath_adj_setup) $(am__vpath_adj)			\
    403      1.1  christos $(am__tty_colors);					\
    404      1.1  christos srcdir=$(srcdir); export srcdir;			\
    405      1.1  christos case "$@" in						\
    406      1.1  christos   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
    407      1.1  christos     *) am__odir=.;; 					\
    408      1.1  christos esac;							\
    409      1.1  christos test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
    410      1.1  christos   || $(MKDIR_P) "$$am__odir" || exit $$?;		\
    411      1.1  christos if test -f "./$$f"; then dir=./;			\
    412      1.1  christos elif test -f "$$f"; then dir=;				\
    413      1.1  christos else dir="$(srcdir)/"; fi;				\
    414      1.1  christos tst=$$dir$$f; log='$@'; 				\
    415      1.1  christos if test -n '$(DISABLE_HARD_ERRORS)'; then		\
    416      1.1  christos   am__enable_hard_errors=no; 				\
    417      1.1  christos else							\
    418      1.1  christos   am__enable_hard_errors=yes; 				\
    419      1.1  christos fi; 							\
    420      1.1  christos case " $(XFAIL_TESTS) " in				\
    421      1.1  christos   *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
    422      1.1  christos     am__expect_failure=yes;;				\
    423      1.1  christos   *)							\
    424      1.1  christos     am__expect_failure=no;;				\
    425      1.1  christos esac; 							\
    426      1.1  christos $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
    427      1.1  christos # A shell command to get the names of the tests scripts with any registered
    428      1.1  christos # extension removed (i.e., equivalently, the names of the test logs, with
    429      1.1  christos # the '.log' extension removed).  The result is saved in the shell variable
    430      1.1  christos # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
    431      1.1  christos # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
    432      1.1  christos # since that might cause problem with VPATH rewrites for suffix-less tests.
    433      1.1  christos # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
    434      1.1  christos am__set_TESTS_bases = \
    435      1.1  christos   bases='$(TEST_LOGS)'; \
    436      1.1  christos   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
    437      1.1  christos   bases=`echo $$bases`
    438  1.1.1.2  christos AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
    439      1.1  christos RECHECK_LOGS = $(TEST_LOGS)
    440      1.1  christos AM_RECURSIVE_TARGETS = check recheck
    441      1.1  christos TEST_SUITE_LOG = test-suite.log
    442      1.1  christos TEST_EXTENSIONS = @EXEEXT@ .test
    443      1.1  christos am__test_logs1 = $(TESTS:=.log)
    444      1.1  christos am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
    445      1.1  christos TEST_LOGS = $(am__test_logs2:.test.log=.log)
    446      1.1  christos TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
    447      1.1  christos TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
    448      1.1  christos 	$(TEST_LOG_FLAGS)
    449      1.1  christos am__set_b = \
    450      1.1  christos   case '$@' in \
    451      1.1  christos     */*) \
    452      1.1  christos       case '$*' in \
    453      1.1  christos         */*) b='$*';; \
    454      1.1  christos           *) b=`echo '$@' | sed 's/\.log$$//'`; \
    455      1.1  christos        esac;; \
    456      1.1  christos     *) \
    457      1.1  christos       b='$*';; \
    458      1.1  christos   esac
    459      1.1  christos am__DIST_COMMON = $(srcdir)/Makefile.in \
    460      1.1  christos 	$(top_srcdir)/Makefile.am.common \
    461      1.1  christos 	$(top_srcdir)/cf/Makefile.am.common $(top_srcdir)/depcomp \
    462      1.1  christos 	$(top_srcdir)/test-driver
    463      1.1  christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    464      1.1  christos ACLOCAL = @ACLOCAL@
    465      1.1  christos AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@
    466      1.1  christos AMTAR = @AMTAR@
    467      1.1  christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    468      1.1  christos AR = @AR@
    469      1.1  christos AS = @AS@
    470      1.1  christos ASN1_COMPILE = @ASN1_COMPILE@
    471      1.1  christos ASN1_COMPILE_DEP = @ASN1_COMPILE_DEP@
    472      1.1  christos AUTOCONF = @AUTOCONF@
    473      1.1  christos AUTOHEADER = @AUTOHEADER@
    474      1.1  christos AUTOMAKE = @AUTOMAKE@
    475      1.1  christos AWK = @AWK@
    476      1.1  christos CANONICAL_HOST = @CANONICAL_HOST@
    477      1.1  christos CAPNG_CFLAGS = @CAPNG_CFLAGS@
    478      1.1  christos CAPNG_LIBS = @CAPNG_LIBS@
    479      1.1  christos CATMAN = @CATMAN@
    480      1.1  christos CATMANEXT = @CATMANEXT@
    481      1.1  christos CC = @CC@
    482      1.1  christos CCDEPMODE = @CCDEPMODE@
    483      1.1  christos CFLAGS = @CFLAGS@
    484  1.1.1.2  christos CLANG_FORMAT = @CLANG_FORMAT@
    485      1.1  christos COMPILE_ET = @COMPILE_ET@
    486      1.1  christos CPP = @CPP@
    487      1.1  christos CPPFLAGS = @CPPFLAGS@
    488  1.1.1.2  christos CSCOPE = @CSCOPE@
    489  1.1.1.2  christos CTAGS = @CTAGS@
    490      1.1  christos CYGPATH_W = @CYGPATH_W@
    491      1.1  christos DB1LIB = @DB1LIB@
    492      1.1  christos DB3LIB = @DB3LIB@
    493      1.1  christos DBHEADER = @DBHEADER@
    494      1.1  christos DEFS = @DEFS@
    495      1.1  christos DEPDIR = @DEPDIR@
    496      1.1  christos DIR_com_err = @DIR_com_err@
    497      1.1  christos DIR_hdbdir = @DIR_hdbdir@
    498      1.1  christos DIR_roken = @DIR_roken@
    499      1.1  christos DLLTOOL = @DLLTOOL@
    500      1.1  christos DSYMUTIL = @DSYMUTIL@
    501      1.1  christos DUMPBIN = @DUMPBIN@
    502      1.1  christos ECHO_C = @ECHO_C@
    503      1.1  christos ECHO_N = @ECHO_N@
    504      1.1  christos ECHO_T = @ECHO_T@
    505      1.1  christos EGREP = @EGREP@
    506      1.1  christos ENABLE_AFS_STRING_TO_KEY = @ENABLE_AFS_STRING_TO_KEY@
    507  1.1.1.2  christos ETAGS = @ETAGS@
    508      1.1  christos EXEEXT = @EXEEXT@
    509      1.1  christos FGREP = @FGREP@
    510  1.1.1.2  christos FILECMD = @FILECMD@
    511      1.1  christos GCD_MIG = @GCD_MIG@
    512      1.1  christos GREP = @GREP@
    513      1.1  christos GROFF = @GROFF@
    514      1.1  christos INCLUDES_roken = @INCLUDES_roken@
    515      1.1  christos INCLUDE_libedit = @INCLUDE_libedit@
    516      1.1  christos INCLUDE_libintl = @INCLUDE_libintl@
    517      1.1  christos INCLUDE_openldap = @INCLUDE_openldap@
    518      1.1  christos INCLUDE_openssl_crypto = @INCLUDE_openssl_crypto@
    519      1.1  christos INCLUDE_readline = @INCLUDE_readline@
    520      1.1  christos INCLUDE_sqlite3 = @INCLUDE_sqlite3@
    521      1.1  christos INSTALL = @INSTALL@
    522      1.1  christos INSTALL_DATA = @INSTALL_DATA@
    523      1.1  christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
    524      1.1  christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
    525      1.1  christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    526      1.1  christos LD = @LD@
    527      1.1  christos LDFLAGS = @LDFLAGS@
    528      1.1  christos LDFLAGS_VERSION_SCRIPT = @LDFLAGS_VERSION_SCRIPT@
    529      1.1  christos LEX = @LEX@
    530      1.1  christos LEXLIB = @LEXLIB@
    531      1.1  christos LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
    532      1.1  christos LIBADD_roken = @LIBADD_roken@
    533      1.1  christos LIBOBJS = @LIBOBJS@
    534      1.1  christos LIBS = @LIBS@
    535      1.1  christos LIBTOOL = @LIBTOOL@
    536      1.1  christos LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@
    537      1.1  christos LIB_bswap16 = @LIB_bswap16@
    538      1.1  christos LIB_bswap32 = @LIB_bswap32@
    539      1.1  christos LIB_bswap64 = @LIB_bswap64@
    540      1.1  christos LIB_com_err = @LIB_com_err@
    541      1.1  christos LIB_com_err_a = @LIB_com_err_a@
    542      1.1  christos LIB_com_err_so = @LIB_com_err_so@
    543      1.1  christos LIB_crypt = @LIB_crypt@
    544      1.1  christos LIB_db_create = @LIB_db_create@
    545      1.1  christos LIB_dbm_firstkey = @LIB_dbm_firstkey@
    546      1.1  christos LIB_dbopen = @LIB_dbopen@
    547      1.1  christos LIB_dispatch_async_f = @LIB_dispatch_async_f@
    548      1.1  christos LIB_dladdr = @LIB_dladdr@
    549      1.1  christos LIB_dlopen = @LIB_dlopen@
    550      1.1  christos LIB_dn_expand = @LIB_dn_expand@
    551      1.1  christos LIB_dns_search = @LIB_dns_search@
    552      1.1  christos LIB_door_create = @LIB_door_create@
    553      1.1  christos LIB_freeaddrinfo = @LIB_freeaddrinfo@
    554      1.1  christos LIB_gai_strerror = @LIB_gai_strerror@
    555      1.1  christos LIB_getaddrinfo = @LIB_getaddrinfo@
    556      1.1  christos LIB_gethostbyname = @LIB_gethostbyname@
    557      1.1  christos LIB_gethostbyname2 = @LIB_gethostbyname2@
    558      1.1  christos LIB_getnameinfo = @LIB_getnameinfo@
    559      1.1  christos LIB_getpwnam_r = @LIB_getpwnam_r@
    560      1.1  christos LIB_getsockopt = @LIB_getsockopt@
    561      1.1  christos LIB_hcrypto = @LIB_hcrypto@
    562      1.1  christos LIB_hcrypto_a = @LIB_hcrypto_a@
    563      1.1  christos LIB_hcrypto_appl = @LIB_hcrypto_appl@
    564      1.1  christos LIB_hcrypto_so = @LIB_hcrypto_so@
    565      1.1  christos LIB_hstrerror = @LIB_hstrerror@
    566      1.1  christos LIB_kdb = @LIB_kdb@
    567      1.1  christos LIB_libedit = @LIB_libedit@
    568      1.1  christos LIB_libintl = @LIB_libintl@
    569      1.1  christos LIB_loadquery = @LIB_loadquery@
    570      1.1  christos LIB_logout = @LIB_logout@
    571      1.1  christos LIB_logwtmp = @LIB_logwtmp@
    572      1.1  christos LIB_openldap = @LIB_openldap@
    573      1.1  christos LIB_openpty = @LIB_openpty@
    574      1.1  christos LIB_openssl_crypto = @LIB_openssl_crypto@
    575      1.1  christos LIB_otp = @LIB_otp@
    576      1.1  christos LIB_pidfile = @LIB_pidfile@
    577      1.1  christos LIB_readline = @LIB_readline@
    578      1.1  christos LIB_res_ndestroy = @LIB_res_ndestroy@
    579      1.1  christos LIB_res_nsearch = @LIB_res_nsearch@
    580      1.1  christos LIB_res_search = @LIB_res_search@
    581      1.1  christos LIB_roken = @LIB_roken@
    582      1.1  christos LIB_security = @LIB_security@
    583      1.1  christos LIB_setsockopt = @LIB_setsockopt@
    584      1.1  christos LIB_socket = @LIB_socket@
    585      1.1  christos LIB_sqlite3 = @LIB_sqlite3@
    586      1.1  christos LIB_syslog = @LIB_syslog@
    587      1.1  christos LIB_tgetent = @LIB_tgetent@
    588      1.1  christos LIPO = @LIPO@
    589      1.1  christos LMDBLIB = @LMDBLIB@
    590      1.1  christos LN_S = @LN_S@
    591      1.1  christos LTLIBOBJS = @LTLIBOBJS@
    592      1.1  christos LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    593      1.1  christos MAINT = @MAINT@
    594      1.1  christos MAKEINFO = @MAKEINFO@
    595      1.1  christos MANIFEST_TOOL = @MANIFEST_TOOL@
    596      1.1  christos MKDIR_P = @MKDIR_P@
    597      1.1  christos NDBMLIB = @NDBMLIB@
    598      1.1  christos NM = @NM@
    599      1.1  christos NMEDIT = @NMEDIT@
    600      1.1  christos NO_AFS = @NO_AFS@
    601      1.1  christos NROFF = @NROFF@
    602      1.1  christos OBJDUMP = @OBJDUMP@
    603      1.1  christos OBJEXT = @OBJEXT@
    604      1.1  christos OTOOL = @OTOOL@
    605      1.1  christos OTOOL64 = @OTOOL64@
    606      1.1  christos PACKAGE = @PACKAGE@
    607      1.1  christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    608      1.1  christos PACKAGE_NAME = @PACKAGE_NAME@
    609      1.1  christos PACKAGE_STRING = @PACKAGE_STRING@
    610      1.1  christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
    611      1.1  christos PACKAGE_URL = @PACKAGE_URL@
    612      1.1  christos PACKAGE_VERSION = @PACKAGE_VERSION@
    613      1.1  christos PATH_SEPARATOR = @PATH_SEPARATOR@
    614      1.1  christos PERL = @PERL@
    615      1.1  christos PKG_CONFIG = @PKG_CONFIG@
    616      1.1  christos PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    617      1.1  christos PTHREAD_LDADD = @PTHREAD_LDADD@
    618      1.1  christos PTHREAD_LIBADD = @PTHREAD_LIBADD@
    619  1.1.1.2  christos PYTHON = @PYTHON@
    620  1.1.1.2  christos PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
    621  1.1.1.2  christos PYTHON_PLATFORM = @PYTHON_PLATFORM@
    622  1.1.1.2  christos PYTHON_PREFIX = @PYTHON_PREFIX@
    623  1.1.1.2  christos PYTHON_VERSION = @PYTHON_VERSION@
    624      1.1  christos RANLIB = @RANLIB@
    625      1.1  christos SED = @SED@
    626      1.1  christos SET_MAKE = @SET_MAKE@
    627      1.1  christos SHELL = @SHELL@
    628      1.1  christos SLC = @SLC@
    629      1.1  christos SLC_DEP = @SLC_DEP@
    630      1.1  christos STRIP = @STRIP@
    631      1.1  christos VERSION = @VERSION@
    632      1.1  christos VERSIONING = @VERSIONING@
    633      1.1  christos WFLAGS = @WFLAGS@
    634      1.1  christos WFLAGS_LITE = @WFLAGS_LITE@
    635      1.1  christos YACC = @YACC@
    636      1.1  christos YFLAGS = @YFLAGS@
    637      1.1  christos abs_builddir = @abs_builddir@
    638      1.1  christos abs_srcdir = @abs_srcdir@
    639      1.1  christos abs_top_builddir = @abs_top_builddir@
    640      1.1  christos abs_top_srcdir = @abs_top_srcdir@
    641      1.1  christos ac_ct_AR = @ac_ct_AR@
    642      1.1  christos ac_ct_CC = @ac_ct_CC@
    643      1.1  christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    644      1.1  christos am__include = @am__include@
    645      1.1  christos am__leading_dot = @am__leading_dot@
    646      1.1  christos am__quote = @am__quote@
    647      1.1  christos am__tar = @am__tar@
    648      1.1  christos am__untar = @am__untar@
    649      1.1  christos bindir = @bindir@
    650      1.1  christos build = @build@
    651      1.1  christos build_alias = @build_alias@
    652      1.1  christos build_cpu = @build_cpu@
    653      1.1  christos build_os = @build_os@
    654      1.1  christos build_vendor = @build_vendor@
    655      1.1  christos builddir = @builddir@
    656      1.1  christos datadir = @datadir@
    657      1.1  christos datarootdir = @datarootdir@
    658      1.1  christos db_type = @db_type@
    659      1.1  christos db_type_preference = @db_type_preference@
    660      1.1  christos docdir = @docdir@
    661      1.1  christos dpagaix_cflags = @dpagaix_cflags@
    662      1.1  christos dpagaix_ldadd = @dpagaix_ldadd@
    663      1.1  christos dpagaix_ldflags = @dpagaix_ldflags@
    664      1.1  christos dvidir = @dvidir@
    665      1.1  christos exec_prefix = @exec_prefix@
    666      1.1  christos host = @host@
    667      1.1  christos host_alias = @host_alias@
    668      1.1  christos host_cpu = @host_cpu@
    669      1.1  christos host_os = @host_os@
    670      1.1  christos host_vendor = @host_vendor@
    671      1.1  christos htmldir = @htmldir@
    672      1.1  christos includedir = @includedir@
    673      1.1  christos infodir = @infodir@
    674      1.1  christos install_sh = @install_sh@
    675      1.1  christos libdir = @libdir@
    676      1.1  christos libexecdir = @libexecdir@
    677      1.1  christos localedir = @localedir@
    678      1.1  christos localstatedir = @localstatedir@
    679      1.1  christos mandir = @mandir@
    680      1.1  christos mkdir_p = @mkdir_p@
    681      1.1  christos oldincludedir = @oldincludedir@
    682      1.1  christos pdfdir = @pdfdir@
    683  1.1.1.2  christos pkgpyexecdir = @pkgpyexecdir@
    684  1.1.1.2  christos pkgpythondir = @pkgpythondir@
    685      1.1  christos prefix = @prefix@
    686      1.1  christos program_transform_name = @program_transform_name@
    687      1.1  christos psdir = @psdir@
    688  1.1.1.2  christos pyexecdir = @pyexecdir@
    689  1.1.1.2  christos pythondir = @pythondir@
    690  1.1.1.2  christos runstatedir = @runstatedir@
    691      1.1  christos sbindir = @sbindir@
    692      1.1  christos sharedstatedir = @sharedstatedir@
    693      1.1  christos srcdir = @srcdir@
    694      1.1  christos subdirs = @subdirs@
    695      1.1  christos sysconfdir = @sysconfdir@
    696      1.1  christos target_alias = @target_alias@
    697      1.1  christos top_build_prefix = @top_build_prefix@
    698      1.1  christos top_builddir = @top_builddir@
    699      1.1  christos top_srcdir = @top_srcdir@
    700      1.1  christos SUFFIXES = .et .h .pc.in .pc .x .z .hx .1 .3 .5 .7 .8 .cat1 .cat3 \
    701      1.1  christos 	.cat5 .cat7 .cat8
    702      1.1  christos DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include
    703      1.1  christos AM_CPPFLAGS = $(INCLUDES_roken)
    704      1.1  christos @do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
    705      1.1  christos AM_CFLAGS = $(WFLAGS)
    706      1.1  christos CP = cp
    707      1.1  christos buildinclude = $(top_builddir)/include
    708      1.1  christos LIB_XauReadAuth = @LIB_XauReadAuth@
    709      1.1  christos LIB_el_init = @LIB_el_init@
    710      1.1  christos LIB_getattr = @LIB_getattr@
    711      1.1  christos LIB_getpwent_r = @LIB_getpwent_r@
    712      1.1  christos LIB_odm_initialize = @LIB_odm_initialize@
    713      1.1  christos LIB_setpcred = @LIB_setpcred@
    714      1.1  christos INCLUDE_krb4 = @INCLUDE_krb4@
    715      1.1  christos LIB_krb4 = @LIB_krb4@
    716      1.1  christos libexec_heimdaldir = $(libexecdir)/heimdal
    717      1.1  christos NROFF_MAN = groff -mandoc -Tascii
    718      1.1  christos @NO_AFS_FALSE@LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
    719      1.1  christos @NO_AFS_TRUE@LIB_kafs = 
    720      1.1  christos @KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \
    721      1.1  christos @KRB5_TRUE@	$(top_builddir)/lib/asn1/libasn1.la
    722      1.1  christos 
    723      1.1  christos @KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
    724      1.1  christos LIB_heimbase = $(top_builddir)/lib/base/libheimbase.la
    725      1.1  christos @DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
    726      1.1  christos 
    727      1.1  christos #silent-rules
    728      1.1  christos heim_verbose = $(heim_verbose_$(V))
    729      1.1  christos heim_verbose_ = $(heim_verbose_$(AM_DEFAULT_VERBOSITY))
    730      1.1  christos heim_verbose_0 = @echo "  GEN    "$@;
    731      1.1  christos noinst_LTLIBRARIES = libheim-ipcc.la libheim-ipcs.la
    732      1.1  christos dist_libheim_ipcc_la_SOURCES = hi_locl.h heim_ipc_types.h client.c common.c
    733      1.1  christos dist_libheim_ipcs_la_SOURCES = hi_locl.h heim_ipc_types.h server.c common.c
    734      1.1  christos include_HEADERS = heim-ipc.h
    735      1.1  christos 
    736      1.1  christos #libheim_ipcc_la_LDFLAGS = -version-info 0:0:0
    737      1.1  christos #libheim_ipcs_la_LDFLAGS = -version-info 0:0:0
    738      1.1  christos #
    739      1.1  christos #if versionscript
    740      1.1  christos #libheim_ipcc_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-scriptc.map
    741      1.1  christos #libheim_ipcs_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-scripts.map
    742      1.1  christos #endif
    743      1.1  christos libheim_ipcc_la_LIBADD = \
    744      1.1  christos 	$(LIB_heimbase) \
    745      1.1  christos 	$(LIB_roken) \
    746      1.1  christos 	$(PTHREAD_LIBADD)
    747      1.1  christos 
    748      1.1  christos libheim_ipcs_la_LIBADD = $(libheim_ipcc_la_LIBADD) $(am__append_1)
    749      1.1  christos ts_LDADD = libheim-ipcs.la $(LIB_roken)
    750      1.1  christos ts_http_LDADD = $(ts_LDADD)
    751      1.1  christos tc_LDADD = libheim-ipcc.la $(LIB_roken)
    752      1.1  christos EXTRA_DIST = heim_ipc.defs heim_ipc_async.defs heim_ipc_reply.defs
    753      1.1  christos @have_gcd_TRUE@built_ipcc = heim_ipc.h heim_ipcUser.c \
    754      1.1  christos @have_gcd_TRUE@	heim_ipc_asyncServer.c heim_ipc_asyncServer.h
    755      1.1  christos @have_gcd_TRUE@nodist_libheim_ipcc_la_SOURCES = $(built_ipcc)
    756      1.1  christos @have_gcd_TRUE@built_ipcs = heim_ipcServer.c heim_ipcServer.h \
    757      1.1  christos @have_gcd_TRUE@	heim_ipc_asyncUser.c heim_ipc_async.h \
    758      1.1  christos @have_gcd_TRUE@	heim_ipc_reply.h heim_ipc_replyUser.c
    759      1.1  christos @have_gcd_TRUE@nodist_libheim_ipcs_la_SOURCES = $(built_ipcs)
    760      1.1  christos @have_gcd_TRUE@CLEANFILES = $(built_ipcc) $(built_ipcs)
    761      1.1  christos all: all-am
    762      1.1  christos 
    763      1.1  christos .SUFFIXES:
    764      1.1  christos .SUFFIXES: .et .h .pc.in .pc .x .z .hx .1 .3 .5 .7 .8 .cat1 .cat3 .cat5 .cat7 .cat8 .c .lo .log .o .obj .test .test$(EXEEXT) .trs
    765      1.1  christos $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(am__configure_deps)
    766      1.1  christos 	@for dep in $?; do \
    767      1.1  christos 	  case '$(am__configure_deps)' in \
    768      1.1  christos 	    *$$dep*) \
    769      1.1  christos 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    770      1.1  christos 	        && { if test -f $@; then exit 0; else break; fi; }; \
    771      1.1  christos 	      exit 1;; \
    772      1.1  christos 	  esac; \
    773      1.1  christos 	done; \
    774      1.1  christos 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/ipc/Makefile'; \
    775      1.1  christos 	$(am__cd) $(top_srcdir) && \
    776      1.1  christos 	  $(AUTOMAKE) --foreign lib/ipc/Makefile
    777      1.1  christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    778      1.1  christos 	@case '$?' in \
    779      1.1  christos 	  *config.status*) \
    780      1.1  christos 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    781      1.1  christos 	  *) \
    782  1.1.1.2  christos 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    783  1.1.1.2  christos 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    784      1.1  christos 	esac;
    785      1.1  christos $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(am__empty):
    786      1.1  christos 
    787      1.1  christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    788      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    789      1.1  christos 
    790      1.1  christos $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    791      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    792      1.1  christos $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    793      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    794      1.1  christos $(am__aclocal_m4_deps):
    795      1.1  christos 
    796  1.1.1.2  christos clean-noinstPROGRAMS:
    797  1.1.1.2  christos 	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
    798  1.1.1.2  christos 	echo " rm -f" $$list; \
    799  1.1.1.2  christos 	rm -f $$list || exit $$?; \
    800  1.1.1.2  christos 	test -n "$(EXEEXT)" || exit 0; \
    801  1.1.1.2  christos 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    802  1.1.1.2  christos 	echo " rm -f" $$list; \
    803  1.1.1.2  christos 	rm -f $$list
    804  1.1.1.2  christos 
    805      1.1  christos clean-noinstLTLIBRARIES:
    806      1.1  christos 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    807      1.1  christos 	@list='$(noinst_LTLIBRARIES)'; \
    808      1.1  christos 	locs=`for p in $$list; do echo $$p; done | \
    809      1.1  christos 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    810      1.1  christos 	      sort -u`; \
    811      1.1  christos 	test -z "$$locs" || { \
    812      1.1  christos 	  echo rm -f $${locs}; \
    813      1.1  christos 	  rm -f $${locs}; \
    814      1.1  christos 	}
    815      1.1  christos 
    816      1.1  christos libheim-ipcc.la: $(libheim_ipcc_la_OBJECTS) $(libheim_ipcc_la_DEPENDENCIES) $(EXTRA_libheim_ipcc_la_DEPENDENCIES) 
    817      1.1  christos 	$(AM_V_CCLD)$(LINK)  $(libheim_ipcc_la_OBJECTS) $(libheim_ipcc_la_LIBADD) $(LIBS)
    818      1.1  christos 
    819      1.1  christos libheim-ipcs.la: $(libheim_ipcs_la_OBJECTS) $(libheim_ipcs_la_DEPENDENCIES) $(EXTRA_libheim_ipcs_la_DEPENDENCIES) 
    820      1.1  christos 	$(AM_V_CCLD)$(LINK)  $(libheim_ipcs_la_OBJECTS) $(libheim_ipcs_la_LIBADD) $(LIBS)
    821      1.1  christos 
    822      1.1  christos tc$(EXEEXT): $(tc_OBJECTS) $(tc_DEPENDENCIES) $(EXTRA_tc_DEPENDENCIES) 
    823      1.1  christos 	@rm -f tc$(EXEEXT)
    824      1.1  christos 	$(AM_V_CCLD)$(LINK) $(tc_OBJECTS) $(tc_LDADD) $(LIBS)
    825      1.1  christos 
    826      1.1  christos ts$(EXEEXT): $(ts_OBJECTS) $(ts_DEPENDENCIES) $(EXTRA_ts_DEPENDENCIES) 
    827      1.1  christos 	@rm -f ts$(EXEEXT)
    828      1.1  christos 	$(AM_V_CCLD)$(LINK) $(ts_OBJECTS) $(ts_LDADD) $(LIBS)
    829      1.1  christos 
    830      1.1  christos ts-http$(EXEEXT): $(ts_http_OBJECTS) $(ts_http_DEPENDENCIES) $(EXTRA_ts_http_DEPENDENCIES) 
    831      1.1  christos 	@rm -f ts-http$(EXEEXT)
    832      1.1  christos 	$(AM_V_CCLD)$(LINK) $(ts_http_OBJECTS) $(ts_http_LDADD) $(LIBS)
    833      1.1  christos 
    834      1.1  christos mostlyclean-compile:
    835      1.1  christos 	-rm -f *.$(OBJEXT)
    836      1.1  christos 
    837      1.1  christos distclean-compile:
    838      1.1  christos 	-rm -f *.tab.c
    839      1.1  christos 
    840  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ # am--include-marker
    841  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@ # am--include-marker
    842  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heim_ipcServer.Plo@am__quote@ # am--include-marker
    843  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heim_ipcUser.Plo@am__quote@ # am--include-marker
    844  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heim_ipc_asyncServer.Plo@am__quote@ # am--include-marker
    845  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heim_ipc_asyncUser.Plo@am__quote@ # am--include-marker
    846  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heim_ipc_replyUser.Plo@am__quote@ # am--include-marker
    847  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ # am--include-marker
    848  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc.Po@am__quote@ # am--include-marker
    849  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ts-http.Po@am__quote@ # am--include-marker
    850  1.1.1.2  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ts.Po@am__quote@ # am--include-marker
    851  1.1.1.2  christos 
    852  1.1.1.2  christos $(am__depfiles_remade):
    853  1.1.1.2  christos 	@$(MKDIR_P) $(@D)
    854  1.1.1.2  christos 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
    855  1.1.1.2  christos 
    856  1.1.1.2  christos am--depfiles: $(am__depfiles_remade)
    857      1.1  christos 
    858      1.1  christos .c.o:
    859      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    860      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    861      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    862      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    863      1.1  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    864      1.1  christos 
    865      1.1  christos .c.obj:
    866      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    867      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    868      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    869      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    870      1.1  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    871      1.1  christos 
    872      1.1  christos .c.lo:
    873      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    874      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    875      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    876      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    877      1.1  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    878      1.1  christos 
    879      1.1  christos mostlyclean-libtool:
    880      1.1  christos 	-rm -f *.lo
    881      1.1  christos 
    882      1.1  christos clean-libtool:
    883      1.1  christos 	-rm -rf .libs _libs
    884      1.1  christos install-includeHEADERS: $(include_HEADERS)
    885      1.1  christos 	@$(NORMAL_INSTALL)
    886      1.1  christos 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
    887      1.1  christos 	if test -n "$$list"; then \
    888      1.1  christos 	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
    889      1.1  christos 	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
    890      1.1  christos 	fi; \
    891      1.1  christos 	for p in $$list; do \
    892      1.1  christos 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    893      1.1  christos 	  echo "$$d$$p"; \
    894      1.1  christos 	done | $(am__base_list) | \
    895      1.1  christos 	while read files; do \
    896      1.1  christos 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
    897      1.1  christos 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
    898      1.1  christos 	done
    899      1.1  christos 
    900      1.1  christos uninstall-includeHEADERS:
    901      1.1  christos 	@$(NORMAL_UNINSTALL)
    902      1.1  christos 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
    903      1.1  christos 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    904      1.1  christos 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
    905      1.1  christos 
    906      1.1  christos ID: $(am__tagged_files)
    907      1.1  christos 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    908      1.1  christos tags: tags-am
    909      1.1  christos TAGS: tags
    910      1.1  christos 
    911      1.1  christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    912      1.1  christos 	set x; \
    913      1.1  christos 	here=`pwd`; \
    914      1.1  christos 	$(am__define_uniq_tagged_files); \
    915      1.1  christos 	shift; \
    916      1.1  christos 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    917      1.1  christos 	  test -n "$$unique" || unique=$$empty_fix; \
    918      1.1  christos 	  if test $$# -gt 0; then \
    919      1.1  christos 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    920      1.1  christos 	      "$$@" $$unique; \
    921      1.1  christos 	  else \
    922      1.1  christos 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    923      1.1  christos 	      $$unique; \
    924      1.1  christos 	  fi; \
    925      1.1  christos 	fi
    926      1.1  christos ctags: ctags-am
    927      1.1  christos 
    928      1.1  christos CTAGS: ctags
    929      1.1  christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    930      1.1  christos 	$(am__define_uniq_tagged_files); \
    931      1.1  christos 	test -z "$(CTAGS_ARGS)$$unique" \
    932      1.1  christos 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    933      1.1  christos 	     $$unique
    934      1.1  christos 
    935      1.1  christos GTAGS:
    936      1.1  christos 	here=`$(am__cd) $(top_builddir) && pwd` \
    937      1.1  christos 	  && $(am__cd) $(top_srcdir) \
    938      1.1  christos 	  && gtags -i $(GTAGS_ARGS) "$$here"
    939      1.1  christos cscopelist: cscopelist-am
    940      1.1  christos 
    941      1.1  christos cscopelist-am: $(am__tagged_files)
    942      1.1  christos 	list='$(am__tagged_files)'; \
    943      1.1  christos 	case "$(srcdir)" in \
    944      1.1  christos 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    945      1.1  christos 	  *) sdir=$(subdir)/$(srcdir) ;; \
    946      1.1  christos 	esac; \
    947      1.1  christos 	for i in $$list; do \
    948      1.1  christos 	  if test -f "$$i"; then \
    949      1.1  christos 	    echo "$(subdir)/$$i"; \
    950      1.1  christos 	  else \
    951      1.1  christos 	    echo "$$sdir/$$i"; \
    952      1.1  christos 	  fi; \
    953      1.1  christos 	done >> $(top_builddir)/cscope.files
    954      1.1  christos 
    955      1.1  christos distclean-tags:
    956      1.1  christos 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    957      1.1  christos 
    958      1.1  christos # Recover from deleted '.trs' file; this should ensure that
    959      1.1  christos # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
    960      1.1  christos # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
    961      1.1  christos # to avoid problems with "make -n".
    962      1.1  christos .log.trs:
    963      1.1  christos 	rm -f $< $@
    964      1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) $<
    965      1.1  christos 
    966      1.1  christos # Leading 'am--fnord' is there to ensure the list of targets does not
    967      1.1  christos # expand to empty, as could happen e.g. with make check TESTS=''.
    968      1.1  christos am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
    969      1.1  christos am--force-recheck:
    970      1.1  christos 	@:
    971      1.1  christos 
    972      1.1  christos $(TEST_SUITE_LOG): $(TEST_LOGS)
    973      1.1  christos 	@$(am__set_TESTS_bases); \
    974      1.1  christos 	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
    975      1.1  christos 	redo_bases=`for i in $$bases; do \
    976      1.1  christos 	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
    977      1.1  christos 	            done`; \
    978      1.1  christos 	if test -n "$$redo_bases"; then \
    979      1.1  christos 	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
    980      1.1  christos 	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
    981      1.1  christos 	  if $(am__make_dryrun); then :; else \
    982      1.1  christos 	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
    983      1.1  christos 	  fi; \
    984      1.1  christos 	fi; \
    985      1.1  christos 	if test -n "$$am__remaking_logs"; then \
    986      1.1  christos 	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
    987      1.1  christos 	       "recursion detected" >&2; \
    988      1.1  christos 	elif test -n "$$redo_logs"; then \
    989      1.1  christos 	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
    990      1.1  christos 	fi; \
    991      1.1  christos 	if $(am__make_dryrun); then :; else \
    992      1.1  christos 	  st=0;  \
    993      1.1  christos 	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
    994      1.1  christos 	  for i in $$redo_bases; do \
    995      1.1  christos 	    test -f $$i.trs && test -r $$i.trs \
    996      1.1  christos 	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
    997      1.1  christos 	    test -f $$i.log && test -r $$i.log \
    998      1.1  christos 	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
    999      1.1  christos 	  done; \
   1000      1.1  christos 	  test $$st -eq 0 || exit 1; \
   1001      1.1  christos 	fi
   1002      1.1  christos 	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
   1003      1.1  christos 	ws='[ 	]'; \
   1004      1.1  christos 	results=`for b in $$bases; do echo $$b.trs; done`; \
   1005      1.1  christos 	test -n "$$results" || results=/dev/null; \
   1006      1.1  christos 	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
   1007      1.1  christos 	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
   1008      1.1  christos 	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
   1009      1.1  christos 	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
   1010      1.1  christos 	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
   1011      1.1  christos 	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
   1012      1.1  christos 	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
   1013      1.1  christos 	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
   1014      1.1  christos 	  success=true; \
   1015      1.1  christos 	else \
   1016      1.1  christos 	  success=false; \
   1017      1.1  christos 	fi; \
   1018      1.1  christos 	br='==================='; br=$$br$$br$$br$$br; \
   1019      1.1  christos 	result_count () \
   1020      1.1  christos 	{ \
   1021      1.1  christos 	    if test x"$$1" = x"--maybe-color"; then \
   1022      1.1  christos 	      maybe_colorize=yes; \
   1023      1.1  christos 	    elif test x"$$1" = x"--no-color"; then \
   1024      1.1  christos 	      maybe_colorize=no; \
   1025      1.1  christos 	    else \
   1026      1.1  christos 	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
   1027      1.1  christos 	    fi; \
   1028      1.1  christos 	    shift; \
   1029      1.1  christos 	    desc=$$1 count=$$2; \
   1030      1.1  christos 	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
   1031      1.1  christos 	      color_start=$$3 color_end=$$std; \
   1032      1.1  christos 	    else \
   1033      1.1  christos 	      color_start= color_end=; \
   1034      1.1  christos 	    fi; \
   1035      1.1  christos 	    echo "$${color_start}# $$desc $$count$${color_end}"; \
   1036      1.1  christos 	}; \
   1037      1.1  christos 	create_testsuite_report () \
   1038      1.1  christos 	{ \
   1039      1.1  christos 	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
   1040      1.1  christos 	  result_count $$1 "PASS: " $$pass  "$$grn"; \
   1041      1.1  christos 	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
   1042      1.1  christos 	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
   1043      1.1  christos 	  result_count $$1 "FAIL: " $$fail  "$$red"; \
   1044      1.1  christos 	  result_count $$1 "XPASS:" $$xpass "$$red"; \
   1045      1.1  christos 	  result_count $$1 "ERROR:" $$error "$$mgn"; \
   1046      1.1  christos 	}; \
   1047      1.1  christos 	{								\
   1048      1.1  christos 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
   1049      1.1  christos 	    $(am__rst_title);						\
   1050      1.1  christos 	  create_testsuite_report --no-color;				\
   1051      1.1  christos 	  echo;								\
   1052      1.1  christos 	  echo ".. contents:: :depth: 2";				\
   1053      1.1  christos 	  echo;								\
   1054      1.1  christos 	  for b in $$bases; do echo $$b; done				\
   1055      1.1  christos 	    | $(am__create_global_log);					\
   1056      1.1  christos 	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
   1057      1.1  christos 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
   1058      1.1  christos 	if $$success; then						\
   1059      1.1  christos 	  col="$$grn";							\
   1060      1.1  christos 	 else								\
   1061      1.1  christos 	  col="$$red";							\
   1062      1.1  christos 	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
   1063      1.1  christos 	fi;								\
   1064      1.1  christos 	echo "$${col}$$br$${std}"; 					\
   1065  1.1.1.2  christos 	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
   1066      1.1  christos 	echo "$${col}$$br$${std}"; 					\
   1067      1.1  christos 	create_testsuite_report --maybe-color;				\
   1068      1.1  christos 	echo "$$col$$br$$std";						\
   1069      1.1  christos 	if $$success; then :; else					\
   1070      1.1  christos 	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
   1071      1.1  christos 	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
   1072      1.1  christos 	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
   1073      1.1  christos 	  fi;								\
   1074      1.1  christos 	  echo "$$col$$br$$std";					\
   1075      1.1  christos 	fi;								\
   1076      1.1  christos 	$$success || exit 1
   1077      1.1  christos 
   1078  1.1.1.2  christos check-TESTS: 
   1079      1.1  christos 	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
   1080      1.1  christos 	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
   1081      1.1  christos 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   1082      1.1  christos 	@set +e; $(am__set_TESTS_bases); \
   1083      1.1  christos 	log_list=`for i in $$bases; do echo $$i.log; done`; \
   1084      1.1  christos 	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
   1085      1.1  christos 	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
   1086      1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
   1087      1.1  christos 	exit $$?;
   1088      1.1  christos recheck: all 
   1089      1.1  christos 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   1090      1.1  christos 	@set +e; $(am__set_TESTS_bases); \
   1091      1.1  christos 	bases=`for i in $$bases; do echo $$i; done \
   1092      1.1  christos 	         | $(am__list_recheck_tests)` || exit 1; \
   1093      1.1  christos 	log_list=`for i in $$bases; do echo $$i.log; done`; \
   1094      1.1  christos 	log_list=`echo $$log_list`; \
   1095      1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
   1096      1.1  christos 	        am__force_recheck=am--force-recheck \
   1097      1.1  christos 	        TEST_LOGS="$$log_list"; \
   1098      1.1  christos 	exit $$?
   1099      1.1  christos .test.log:
   1100      1.1  christos 	@p='$<'; \
   1101      1.1  christos 	$(am__set_b); \
   1102      1.1  christos 	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
   1103      1.1  christos 	--log-file $$b.log --trs-file $$b.trs \
   1104      1.1  christos 	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
   1105      1.1  christos 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1106      1.1  christos @am__EXEEXT_TRUE@.test$(EXEEXT).log:
   1107      1.1  christos @am__EXEEXT_TRUE@	@p='$<'; \
   1108      1.1  christos @am__EXEEXT_TRUE@	$(am__set_b); \
   1109      1.1  christos @am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
   1110      1.1  christos @am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
   1111      1.1  christos @am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
   1112      1.1  christos @am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1113  1.1.1.2  christos distdir: $(BUILT_SOURCES)
   1114  1.1.1.2  christos 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
   1115      1.1  christos 
   1116  1.1.1.2  christos distdir-am: $(DISTFILES)
   1117      1.1  christos 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1118      1.1  christos 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1119      1.1  christos 	list='$(DISTFILES)'; \
   1120      1.1  christos 	  dist_files=`for file in $$list; do echo $$file; done | \
   1121      1.1  christos 	  sed -e "s|^$$srcdirstrip/||;t" \
   1122      1.1  christos 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   1123      1.1  christos 	case $$dist_files in \
   1124      1.1  christos 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   1125      1.1  christos 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   1126      1.1  christos 			   sort -u` ;; \
   1127      1.1  christos 	esac; \
   1128      1.1  christos 	for file in $$dist_files; do \
   1129      1.1  christos 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1130      1.1  christos 	  if test -d $$d/$$file; then \
   1131      1.1  christos 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   1132      1.1  christos 	    if test -d "$(distdir)/$$file"; then \
   1133      1.1  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1134      1.1  christos 	    fi; \
   1135      1.1  christos 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1136      1.1  christos 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   1137      1.1  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1138      1.1  christos 	    fi; \
   1139      1.1  christos 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   1140      1.1  christos 	  else \
   1141      1.1  christos 	    test -f "$(distdir)/$$file" \
   1142      1.1  christos 	    || cp -p $$d/$$file "$(distdir)/$$file" \
   1143      1.1  christos 	    || exit 1; \
   1144      1.1  christos 	  fi; \
   1145      1.1  christos 	done
   1146      1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) \
   1147      1.1  christos 	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
   1148      1.1  christos 	  dist-hook
   1149      1.1  christos check-am: all-am
   1150      1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
   1151      1.1  christos check: check-am
   1152  1.1.1.2  christos all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS) all-local
   1153      1.1  christos installdirs:
   1154      1.1  christos 	for dir in "$(DESTDIR)$(includedir)"; do \
   1155      1.1  christos 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   1156      1.1  christos 	done
   1157      1.1  christos install: install-am
   1158      1.1  christos install-exec: install-exec-am
   1159      1.1  christos install-data: install-data-am
   1160      1.1  christos uninstall: uninstall-am
   1161      1.1  christos 
   1162      1.1  christos install-am: all-am
   1163      1.1  christos 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1164      1.1  christos 
   1165      1.1  christos installcheck: installcheck-am
   1166      1.1  christos install-strip:
   1167      1.1  christos 	if test -z '$(STRIP)'; then \
   1168      1.1  christos 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1169      1.1  christos 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1170      1.1  christos 	      install; \
   1171      1.1  christos 	else \
   1172      1.1  christos 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1173      1.1  christos 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1174      1.1  christos 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   1175      1.1  christos 	fi
   1176      1.1  christos mostlyclean-generic:
   1177      1.1  christos 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
   1178      1.1  christos 	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
   1179      1.1  christos 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   1180      1.1  christos 
   1181      1.1  christos clean-generic:
   1182      1.1  christos 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
   1183      1.1  christos 
   1184      1.1  christos distclean-generic:
   1185      1.1  christos 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1186      1.1  christos 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   1187      1.1  christos 
   1188      1.1  christos maintainer-clean-generic:
   1189      1.1  christos 	@echo "This command is intended for maintainers to use"
   1190      1.1  christos 	@echo "it deletes files that may require special tools to rebuild."
   1191      1.1  christos clean: clean-am
   1192      1.1  christos 
   1193      1.1  christos clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
   1194      1.1  christos 	clean-noinstPROGRAMS mostlyclean-am
   1195      1.1  christos 
   1196      1.1  christos distclean: distclean-am
   1197  1.1.1.2  christos 		-rm -f ./$(DEPDIR)/client.Plo
   1198  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/common.Plo
   1199  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipcServer.Plo
   1200  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipcUser.Plo
   1201  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipc_asyncServer.Plo
   1202  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipc_asyncUser.Plo
   1203  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipc_replyUser.Plo
   1204  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/server.Plo
   1205  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/tc.Po
   1206  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/ts-http.Po
   1207  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/ts.Po
   1208      1.1  christos 	-rm -f Makefile
   1209      1.1  christos distclean-am: clean-am distclean-compile distclean-generic \
   1210      1.1  christos 	distclean-tags
   1211      1.1  christos 
   1212      1.1  christos dvi: dvi-am
   1213      1.1  christos 
   1214      1.1  christos dvi-am:
   1215      1.1  christos 
   1216      1.1  christos html: html-am
   1217      1.1  christos 
   1218      1.1  christos html-am:
   1219      1.1  christos 
   1220      1.1  christos info: info-am
   1221      1.1  christos 
   1222      1.1  christos info-am:
   1223      1.1  christos 
   1224      1.1  christos install-data-am: install-includeHEADERS
   1225      1.1  christos 	@$(NORMAL_INSTALL)
   1226      1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
   1227      1.1  christos install-dvi: install-dvi-am
   1228      1.1  christos 
   1229      1.1  christos install-dvi-am:
   1230      1.1  christos 
   1231      1.1  christos install-exec-am: install-exec-local
   1232      1.1  christos 
   1233      1.1  christos install-html: install-html-am
   1234      1.1  christos 
   1235      1.1  christos install-html-am:
   1236      1.1  christos 
   1237      1.1  christos install-info: install-info-am
   1238      1.1  christos 
   1239      1.1  christos install-info-am:
   1240      1.1  christos 
   1241      1.1  christos install-man:
   1242      1.1  christos 
   1243      1.1  christos install-pdf: install-pdf-am
   1244      1.1  christos 
   1245      1.1  christos install-pdf-am:
   1246      1.1  christos 
   1247      1.1  christos install-ps: install-ps-am
   1248      1.1  christos 
   1249      1.1  christos install-ps-am:
   1250      1.1  christos 
   1251      1.1  christos installcheck-am:
   1252      1.1  christos 
   1253      1.1  christos maintainer-clean: maintainer-clean-am
   1254  1.1.1.2  christos 		-rm -f ./$(DEPDIR)/client.Plo
   1255  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/common.Plo
   1256  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipcServer.Plo
   1257  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipcUser.Plo
   1258  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipc_asyncServer.Plo
   1259  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipc_asyncUser.Plo
   1260  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/heim_ipc_replyUser.Plo
   1261  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/server.Plo
   1262  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/tc.Po
   1263  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/ts-http.Po
   1264  1.1.1.2  christos 	-rm -f ./$(DEPDIR)/ts.Po
   1265      1.1  christos 	-rm -f Makefile
   1266      1.1  christos maintainer-clean-am: distclean-am maintainer-clean-generic
   1267      1.1  christos 
   1268      1.1  christos mostlyclean: mostlyclean-am
   1269      1.1  christos 
   1270      1.1  christos mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   1271      1.1  christos 	mostlyclean-libtool
   1272      1.1  christos 
   1273      1.1  christos pdf: pdf-am
   1274      1.1  christos 
   1275      1.1  christos pdf-am:
   1276      1.1  christos 
   1277      1.1  christos ps: ps-am
   1278      1.1  christos 
   1279      1.1  christos ps-am:
   1280      1.1  christos 
   1281      1.1  christos uninstall-am: uninstall-includeHEADERS
   1282      1.1  christos 	@$(NORMAL_INSTALL)
   1283      1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
   1284      1.1  christos .MAKE: check-am install-am install-data-am install-strip uninstall-am
   1285      1.1  christos 
   1286  1.1.1.2  christos .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
   1287  1.1.1.2  christos 	check-TESTS check-am check-local clean clean-generic \
   1288  1.1.1.2  christos 	clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
   1289  1.1.1.2  christos 	cscopelist-am ctags ctags-am dist-hook distclean \
   1290  1.1.1.2  christos 	distclean-compile distclean-generic distclean-libtool \
   1291  1.1.1.2  christos 	distclean-tags distdir dvi dvi-am html html-am info info-am \
   1292  1.1.1.2  christos 	install install-am install-data install-data-am \
   1293  1.1.1.2  christos 	install-data-hook install-dvi install-dvi-am install-exec \
   1294  1.1.1.2  christos 	install-exec-am install-exec-local install-html \
   1295  1.1.1.2  christos 	install-html-am install-includeHEADERS install-info \
   1296  1.1.1.2  christos 	install-info-am install-man install-pdf install-pdf-am \
   1297  1.1.1.2  christos 	install-ps install-ps-am install-strip installcheck \
   1298  1.1.1.2  christos 	installcheck-am installdirs maintainer-clean \
   1299      1.1  christos 	maintainer-clean-generic mostlyclean mostlyclean-compile \
   1300      1.1  christos 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   1301      1.1  christos 	recheck tags tags-am uninstall uninstall-am uninstall-hook \
   1302      1.1  christos 	uninstall-includeHEADERS
   1303      1.1  christos 
   1304      1.1  christos .PRECIOUS: Makefile
   1305      1.1  christos 
   1306      1.1  christos 
   1307      1.1  christos install-suid-programs:
   1308      1.1  christos 	@foo='$(bin_SUIDS)'; \
   1309      1.1  christos 	for file in $$foo; do \
   1310      1.1  christos 		x=$(DESTDIR)$(bindir)/$$file; \
   1311      1.1  christos 		if chown 0:0 $$x && chmod u+s $$x; then :; else \
   1312      1.1  christos 			echo "*"; \
   1313      1.1  christos 			echo "* Failed to install $$x setuid root"; \
   1314      1.1  christos 			echo "*"; \
   1315      1.1  christos 		fi; \
   1316      1.1  christos 	done
   1317      1.1  christos 
   1318      1.1  christos install-exec-local: install-suid-programs
   1319      1.1  christos 
   1320      1.1  christos codesign-all:
   1321      1.1  christos 	@if [ X"$$CODE_SIGN_IDENTITY" != X ] ; then \
   1322      1.1  christos 		foo='$(bin_PROGRAMS) $(sbin_PROGRAMS) $(libexec_PROGRAMS)' ; \
   1323      1.1  christos 		for file in $$foo ; do \
   1324      1.1  christos 			echo "CODESIGN $$file" ; \
   1325      1.1  christos 			codesign -f -s "$$CODE_SIGN_IDENTITY" $$file || exit 1 ; \
   1326      1.1  christos 		done ; \
   1327      1.1  christos 	fi
   1328      1.1  christos 
   1329      1.1  christos all-local: codesign-all
   1330      1.1  christos 
   1331      1.1  christos install-build-headers:: $(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ) $(nobase_include_HEADERS) $(noinst_HEADERS)
   1332      1.1  christos 	@foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ) $(noinst_HEADERS)'; \
   1333      1.1  christos 	for f in $$foo; do \
   1334      1.1  christos 		f=`basename $$f`; \
   1335      1.1  christos 		if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
   1336      1.1  christos 		else file="$$f"; fi; \
   1337      1.1  christos 		if cmp -s  $$file $(buildinclude)/$$f 2> /dev/null ; then \
   1338      1.1  christos 		: ; else \
   1339      1.1  christos 			echo " $(CP) $$file $(buildinclude)/$$f"; \
   1340      1.1  christos 			$(CP) $$file $(buildinclude)/$$f || true; \
   1341      1.1  christos 		fi ; \
   1342      1.1  christos 	done ; \
   1343      1.1  christos 	foo='$(nobase_include_HEADERS)'; \
   1344      1.1  christos 	for f in $$foo; do \
   1345      1.1  christos 		if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
   1346      1.1  christos 		else file="$$f"; fi; \
   1347      1.1  christos 		$(mkdir_p) $(buildinclude)/`dirname $$f` ; \
   1348      1.1  christos 		if cmp -s  $$file $(buildinclude)/$$f 2> /dev/null ; then \
   1349      1.1  christos 		: ; else \
   1350      1.1  christos 			echo " $(CP) $$file $(buildinclude)/$$f"; \
   1351      1.1  christos 			$(CP) $$file $(buildinclude)/$$f; \
   1352      1.1  christos 		fi ; \
   1353      1.1  christos 	done
   1354      1.1  christos 
   1355      1.1  christos all-local: install-build-headers
   1356      1.1  christos 
   1357      1.1  christos check-local::
   1358      1.1  christos 	@if test '$(CHECK_LOCAL)' = "no-check-local"; then \
   1359      1.1  christos 	  foo=''; elif test '$(CHECK_LOCAL)'; then \
   1360      1.1  christos 	  foo='$(CHECK_LOCAL)'; else \
   1361      1.1  christos 	  foo='$(PROGRAMS)'; fi; \
   1362      1.1  christos 	  if test "$$foo"; then \
   1363      1.1  christos 	  failed=0; all=0; \
   1364      1.1  christos 	  for i in $$foo; do \
   1365      1.1  christos 	    all=`expr $$all + 1`; \
   1366      1.1  christos 	    if (./$$i --version && ./$$i --help) > /dev/null 2>&1; then \
   1367      1.1  christos 	      echo "PASS: $$i"; \
   1368      1.1  christos 	    else \
   1369      1.1  christos 	      echo "FAIL: $$i"; \
   1370      1.1  christos 	      failed=`expr $$failed + 1`; \
   1371      1.1  christos 	    fi; \
   1372      1.1  christos 	  done; \
   1373      1.1  christos 	  if test "$$failed" -eq 0; then \
   1374      1.1  christos 	    banner="All $$all tests passed"; \
   1375      1.1  christos 	  else \
   1376      1.1  christos 	    banner="$$failed of $$all tests failed"; \
   1377      1.1  christos 	  fi; \
   1378      1.1  christos 	  dashes=`echo "$$banner" | sed s/./=/g`; \
   1379      1.1  christos 	  echo "$$dashes"; \
   1380      1.1  christos 	  echo "$$banner"; \
   1381      1.1  christos 	  echo "$$dashes"; \
   1382      1.1  christos 	  test "$$failed" -eq 0 || exit 1; \
   1383      1.1  christos 	fi
   1384      1.1  christos 
   1385  1.1.1.2  christos # It's useful for debugging to format generated sources.  The default for all
   1386  1.1.1.2  christos # clang-format styles is to sort includes, but in many cases in-tree we really
   1387  1.1.1.2  christos # don't want to do that.
   1388      1.1  christos .x.c:
   1389  1.1.1.2  christos 	@if [ -z "$(CLANG_FORMAT)" ]; then \
   1390  1.1.1.2  christos 	    cmp -s $< $@ 2> /dev/null || cp $< $@; \
   1391  1.1.1.2  christos 	else \
   1392  1.1.1.2  christos 	    cp $< $@.tmp.c; \
   1393  1.1.1.2  christos             $(CLANG_FORMAT) -style='{BasedOnStyle: Chromium, SortIncludes: false}' -i $@.tmp.c; \
   1394  1.1.1.2  christos 	    cmp -s $@.tmp.c $@ 2> /dev/null || mv $@.tmp.c $@; \
   1395  1.1.1.2  christos 	fi
   1396      1.1  christos 
   1397      1.1  christos .hx.h:
   1398  1.1.1.2  christos 	@cmp -s $< $@ 2> /dev/null || cp $< $@;
   1399      1.1  christos #NROFF_MAN = nroff -man
   1400      1.1  christos .1.cat1:
   1401      1.1  christos 	$(NROFF_MAN) $< > $@
   1402      1.1  christos .3.cat3:
   1403      1.1  christos 	$(NROFF_MAN) $< > $@
   1404      1.1  christos .5.cat5:
   1405      1.1  christos 	$(NROFF_MAN) $< > $@
   1406      1.1  christos .7.cat7:
   1407      1.1  christos 	$(NROFF_MAN) $< > $@
   1408      1.1  christos .8.cat8:
   1409      1.1  christos 	$(NROFF_MAN) $< > $@
   1410      1.1  christos 
   1411      1.1  christos dist-cat1-mans:
   1412      1.1  christos 	@foo='$(man1_MANS)'; \
   1413      1.1  christos 	bar='$(man_MANS)'; \
   1414      1.1  christos 	for i in $$bar; do \
   1415      1.1  christos 	case $$i in \
   1416      1.1  christos 	*.1) foo="$$foo $$i";; \
   1417      1.1  christos 	esac; done ;\
   1418      1.1  christos 	for i in $$foo; do \
   1419      1.1  christos 		x=`echo $$i | sed 's/\.[^.]*$$/.cat1/'`; \
   1420      1.1  christos 		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
   1421      1.1  christos 		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
   1422      1.1  christos 	done
   1423      1.1  christos 
   1424      1.1  christos dist-cat3-mans:
   1425      1.1  christos 	@foo='$(man3_MANS)'; \
   1426      1.1  christos 	bar='$(man_MANS)'; \
   1427      1.1  christos 	for i in $$bar; do \
   1428      1.1  christos 	case $$i in \
   1429      1.1  christos 	*.3) foo="$$foo $$i";; \
   1430      1.1  christos 	esac; done ;\
   1431      1.1  christos 	for i in $$foo; do \
   1432      1.1  christos 		x=`echo $$i | sed 's/\.[^.]*$$/.cat3/'`; \
   1433      1.1  christos 		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
   1434      1.1  christos 		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
   1435      1.1  christos 	done
   1436      1.1  christos 
   1437      1.1  christos dist-cat5-mans:
   1438      1.1  christos 	@foo='$(man5_MANS)'; \
   1439      1.1  christos 	bar='$(man_MANS)'; \
   1440      1.1  christos 	for i in $$bar; do \
   1441      1.1  christos 	case $$i in \
   1442      1.1  christos 	*.5) foo="$$foo $$i";; \
   1443      1.1  christos 	esac; done ;\
   1444      1.1  christos 	for i in $$foo; do \
   1445      1.1  christos 		x=`echo $$i | sed 's/\.[^.]*$$/.cat5/'`; \
   1446      1.1  christos 		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
   1447      1.1  christos 		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
   1448      1.1  christos 	done
   1449      1.1  christos 
   1450      1.1  christos dist-cat7-mans:
   1451      1.1  christos 	@foo='$(man7_MANS)'; \
   1452      1.1  christos 	bar='$(man_MANS)'; \
   1453      1.1  christos 	for i in $$bar; do \
   1454      1.1  christos 	case $$i in \
   1455      1.1  christos 	*.7) foo="$$foo $$i";; \
   1456      1.1  christos 	esac; done ;\
   1457      1.1  christos 	for i in $$foo; do \
   1458      1.1  christos 		x=`echo $$i | sed 's/\.[^.]*$$/.cat7/'`; \
   1459      1.1  christos 		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
   1460      1.1  christos 		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
   1461      1.1  christos 	done
   1462      1.1  christos 
   1463      1.1  christos dist-cat8-mans:
   1464      1.1  christos 	@foo='$(man8_MANS)'; \
   1465      1.1  christos 	bar='$(man_MANS)'; \
   1466      1.1  christos 	for i in $$bar; do \
   1467      1.1  christos 	case $$i in \
   1468      1.1  christos 	*.8) foo="$$foo $$i";; \
   1469      1.1  christos 	esac; done ;\
   1470      1.1  christos 	for i in $$foo; do \
   1471      1.1  christos 		x=`echo $$i | sed 's/\.[^.]*$$/.cat8/'`; \
   1472      1.1  christos 		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
   1473      1.1  christos 		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
   1474      1.1  christos 	done
   1475      1.1  christos 
   1476      1.1  christos dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat7-mans dist-cat8-mans
   1477      1.1  christos 
   1478      1.1  christos install-cat-mans:
   1479      1.1  christos 	$(SHELL) $(top_srcdir)/cf/install-catman.sh install "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man7_MANS) $(man8_MANS)
   1480      1.1  christos 
   1481      1.1  christos uninstall-cat-mans:
   1482      1.1  christos 	$(SHELL) $(top_srcdir)/cf/install-catman.sh uninstall "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man7_MANS) $(man8_MANS)
   1483      1.1  christos 
   1484      1.1  christos install-data-hook: install-cat-mans
   1485      1.1  christos uninstall-hook: uninstall-cat-mans
   1486      1.1  christos 
   1487      1.1  christos .et.h:
   1488      1.1  christos 	$(COMPILE_ET) $<
   1489      1.1  christos .et.c:
   1490      1.1  christos 	$(COMPILE_ET) $<
   1491      1.1  christos 
   1492      1.1  christos #
   1493      1.1  christos # Useful target for debugging
   1494      1.1  christos #
   1495      1.1  christos 
   1496      1.1  christos check-valgrind:
   1497      1.1  christos 	tobjdir=`cd $(top_builddir) && pwd` ; \
   1498      1.1  christos 	tsrcdir=`cd $(top_srcdir) && pwd` ; \
   1499      1.1  christos 	env TESTS_ENVIRONMENT="$${tsrcdir}/cf/maybe-valgrind.sh -s $${tsrcdir} -o $${tobjdir}" make check
   1500      1.1  christos 
   1501      1.1  christos #
   1502      1.1  christos # Target to please samba build farm, builds distfiles in-tree.
   1503      1.1  christos # Will break when automake changes...
   1504      1.1  christos #
   1505      1.1  christos 
   1506      1.1  christos distdir-in-tree: $(DISTFILES) $(INFO_DEPS)
   1507      1.1  christos 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   1508      1.1  christos 	  if test "$$subdir" != .; then \
   1509      1.1  christos 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \
   1510      1.1  christos 	  fi ; \
   1511      1.1  christos 	done
   1512      1.1  christos 
   1513      1.1  christos @have_gcd_TRUE (a] heim_ipc.h heim_ipcUser.c heim_ipcServer.c heim_ipcServer.h: heim_ipc.defs
   1514      1.1  christos @have_gcd_TRUE@	mig -header heim_ipc.h -user heim_ipcUser.c -sheader heim_ipcServer.h -server heim_ipcServer.c -I$(srcdir) $(srcdir)/heim_ipc.defs
   1515      1.1  christos 
   1516      1.1  christos @have_gcd_TRUE (a] heim_ipc_async.h heim_ipc_asyncUser.c heim_ipc_asyncServer.c heim_ipc_asyncServer.h: heim_ipc_async.defs
   1517      1.1  christos @have_gcd_TRUE@	mig -header heim_ipc_async.h -user heim_ipc_asyncUser.c -sheader heim_ipc_asyncServer.h -server heim_ipc_asyncServer.c -I$(srcdir) $(srcdir)/heim_ipc_async.defs
   1518      1.1  christos 
   1519      1.1  christos @have_gcd_TRUE (a] heim_ipc_reply.h heim_ipc_replyUser.c: heim_ipc_reply.defs
   1520      1.1  christos @have_gcd_TRUE@	mig -header heim_ipc_reply.h -user heim_ipc_replyUser.c -sheader /dev/null -server /dev/null -I$(srcdir) $(srcdir)/heim_ipc_reply.defs
   1521      1.1  christos 
   1522      1.1  christos @have_gcd_TRUE@$(srcdir)/client.c: $(built_ipcc)
   1523      1.1  christos @have_gcd_TRUE@$(srcdir)/server.c: $(built_ipcs)
   1524      1.1  christos 
   1525      1.1  christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
   1526      1.1  christos # Otherwise a system limit (for SysV at least) may be exceeded.
   1527      1.1  christos .NOEXPORT:
   1528