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: Makefile.am 20739 2007-05-31 16:53:21Z lha 18 1.1 christos 19 1.1 christos # Id 20 1.1 christos 21 1.1 christos # Id 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 subdir = tests/java 98 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 99 1.1 christos am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \ 100 1.1 christos $(top_srcdir)/cf/auth-modules.m4 \ 101 1.1 christos $(top_srcdir)/cf/broken-glob.m4 \ 102 1.1 christos $(top_srcdir)/cf/broken-realloc.m4 \ 103 1.1 christos $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \ 104 1.1 christos $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \ 105 1.1 christos $(top_srcdir)/cf/capabilities.m4 \ 106 1.1 christos $(top_srcdir)/cf/check-compile-et.m4 \ 107 1.1 christos $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \ 108 1.1 christos $(top_srcdir)/cf/check-man.m4 \ 109 1.1 christos $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \ 110 1.1 christos $(top_srcdir)/cf/check-type-extra.m4 \ 111 1.1 christos $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/crypto.m4 \ 112 1.1 christos $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \ 113 1.1 christos $(top_srcdir)/cf/dispatch.m4 $(top_srcdir)/cf/dlopen.m4 \ 114 1.1 christos $(top_srcdir)/cf/find-func-no-libs.m4 \ 115 1.1 christos $(top_srcdir)/cf/find-func-no-libs2.m4 \ 116 1.1 christos $(top_srcdir)/cf/find-func.m4 \ 117 1.1 christos $(top_srcdir)/cf/find-if-not-broken.m4 \ 118 1.1 christos $(top_srcdir)/cf/framework-security.m4 \ 119 1.1 christos $(top_srcdir)/cf/have-struct-field.m4 \ 120 1.1 christos $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \ 121 1.1 christos $(top_srcdir)/cf/krb-bigendian.m4 \ 122 1.1 christos $(top_srcdir)/cf/krb-func-getlogin.m4 \ 123 1.1 christos $(top_srcdir)/cf/krb-ipv6.m4 $(top_srcdir)/cf/krb-prog-ln-s.m4 \ 124 1.1 christos $(top_srcdir)/cf/krb-prog-perl.m4 \ 125 1.1 christos $(top_srcdir)/cf/krb-readline.m4 \ 126 1.1 christos $(top_srcdir)/cf/krb-struct-spwd.m4 \ 127 1.1 christos $(top_srcdir)/cf/krb-struct-winsize.m4 \ 128 1.1 christos $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \ 129 1.1 christos $(top_srcdir)/cf/ltoptions.m4 $(top_srcdir)/cf/ltsugar.m4 \ 130 1.1 christos $(top_srcdir)/cf/ltversion.m4 $(top_srcdir)/cf/lt~obsolete.m4 \ 131 1.1 christos $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \ 132 1.1 christos $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \ 133 1.1 christos $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \ 134 1.1 christos $(top_srcdir)/cf/proto-compat.m4 $(top_srcdir)/cf/pthreads.m4 \ 135 1.1 christos $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \ 136 1.1 christos $(top_srcdir)/cf/roken-frag.m4 \ 137 1.1 christos $(top_srcdir)/cf/socket-wrapper.m4 $(top_srcdir)/cf/sunos.m4 \ 138 1.1 christos $(top_srcdir)/cf/telnet.m4 $(top_srcdir)/cf/test-package.m4 \ 139 1.1 christos $(top_srcdir)/cf/version-script.m4 $(top_srcdir)/cf/wflags.m4 \ 140 1.1 christos $(top_srcdir)/cf/win32.m4 $(top_srcdir)/cf/with-all.m4 \ 141 1.1 christos $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 142 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 143 1.1 christos $(ACLOCAL_M4) 144 1.1 christos DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 145 1.1 christos mkinstalldirs = $(install_sh) -d 146 1.1 christos CONFIG_HEADER = $(top_builddir)/include/config.h 147 1.1 christos CONFIG_CLEAN_FILES = 148 1.1 christos CONFIG_CLEAN_VPATH_FILES = 149 1.1 christos AM_V_P = $(am__v_P_@AM_V@) 150 1.1 christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 151 1.1 christos am__v_P_0 = false 152 1.1 christos am__v_P_1 = : 153 1.1 christos AM_V_GEN = $(am__v_GEN_@AM_V@) 154 1.1 christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 155 1.1 christos am__v_GEN_0 = @echo " GEN " $@; 156 1.1 christos am__v_GEN_1 = 157 1.1 christos AM_V_at = $(am__v_at_@AM_V@) 158 1.1 christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 159 1.1 christos am__v_at_0 = @ 160 1.1 christos am__v_at_1 = 161 1.1 christos SOURCES = 162 1.1 christos DIST_SOURCES = 163 1.1 christos am__can_run_installinfo = \ 164 1.1 christos case $$AM_UPDATE_INFO_DIR in \ 165 1.1 christos n|no|NO) false;; \ 166 1.1 christos *) (install-info --version) >/dev/null 2>&1;; \ 167 1.1 christos esac 168 1.1 christos DATA = $(noinst_DATA) 169 1.1 christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 170 1.1 christos am__tty_colors_dummy = \ 171 1.1 christos mgn= red= grn= lgn= blu= brg= std=; \ 172 1.1 christos am__color_tests=no 173 1.1 christos am__tty_colors = { \ 174 1.1 christos $(am__tty_colors_dummy); \ 175 1.1 christos if test "X$(AM_COLOR_TESTS)" = Xno; then \ 176 1.1 christos am__color_tests=no; \ 177 1.1 christos elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 178 1.1 christos am__color_tests=yes; \ 179 1.1 christos elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 180 1.1 christos am__color_tests=yes; \ 181 1.1 christos fi; \ 182 1.1 christos if test $$am__color_tests = yes; then \ 183 1.1 christos red='[0;31m'; \ 184 1.1 christos grn='[0;32m'; \ 185 1.1 christos lgn='[1;32m'; \ 186 1.1 christos blu='[1;34m'; \ 187 1.1 christos mgn='[0;35m'; \ 188 1.1 christos brg='[1m'; \ 189 1.1 christos std='[m'; \ 190 1.1 christos fi; \ 191 1.1 christos } 192 1.1 christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 193 1.1 christos am__vpath_adj = case $$p in \ 194 1.1 christos $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 195 1.1 christos *) f=$$p;; \ 196 1.1 christos esac; 197 1.1 christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 198 1.1 christos am__install_max = 40 199 1.1 christos am__nobase_strip_setup = \ 200 1.1 christos srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 201 1.1 christos am__nobase_strip = \ 202 1.1 christos for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 203 1.1 christos am__nobase_list = $(am__nobase_strip_setup); \ 204 1.1 christos for p in $$list; do echo "$$p $$p"; done | \ 205 1.1 christos sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 206 1.1 christos $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 207 1.1 christos if (++n[$$2] == $(am__install_max)) \ 208 1.1 christos { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 209 1.1 christos END { for (dir in files) print dir, files[dir] }' 210 1.1 christos am__base_list = \ 211 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 212 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 213 1.1 christos am__uninstall_files_from_dir = { \ 214 1.1 christos test -z "$$files" \ 215 1.1 christos || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 216 1.1 christos || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 217 1.1 christos $(am__cd) "$$dir" && rm -f $$files; }; \ 218 1.1 christos } 219 1.1 christos am__recheck_rx = ^[ ]*:recheck:[ ]* 220 1.1 christos am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 221 1.1 christos am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 222 1.1 christos # A command that, given a newline-separated list of test names on the 223 1.1 christos # standard input, print the name of the tests that are to be re-run 224 1.1 christos # upon "make recheck". 225 1.1 christos am__list_recheck_tests = $(AWK) '{ \ 226 1.1 christos recheck = 1; \ 227 1.1 christos while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 228 1.1 christos { \ 229 1.1 christos if (rc < 0) \ 230 1.1 christos { \ 231 1.1 christos if ((getline line2 < ($$0 ".log")) < 0) \ 232 1.1 christos recheck = 0; \ 233 1.1 christos break; \ 234 1.1 christos } \ 235 1.1 christos else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 236 1.1 christos { \ 237 1.1 christos recheck = 0; \ 238 1.1 christos break; \ 239 1.1 christos } \ 240 1.1 christos else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 241 1.1 christos { \ 242 1.1 christos break; \ 243 1.1 christos } \ 244 1.1 christos }; \ 245 1.1 christos if (recheck) \ 246 1.1 christos print $$0; \ 247 1.1 christos close ($$0 ".trs"); \ 248 1.1 christos close ($$0 ".log"); \ 249 1.1 christos }' 250 1.1 christos # A command that, given a newline-separated list of test names on the 251 1.1 christos # standard input, create the global log from their .trs and .log files. 252 1.1 christos am__create_global_log = $(AWK) ' \ 253 1.1 christos function fatal(msg) \ 254 1.1 christos { \ 255 1.1 christos print "fatal: making $@: " msg | "cat >&2"; \ 256 1.1 christos exit 1; \ 257 1.1 christos } \ 258 1.1 christos function rst_section(header) \ 259 1.1 christos { \ 260 1.1 christos print header; \ 261 1.1 christos len = length(header); \ 262 1.1 christos for (i = 1; i <= len; i = i + 1) \ 263 1.1 christos printf "="; \ 264 1.1 christos printf "\n\n"; \ 265 1.1 christos } \ 266 1.1 christos { \ 267 1.1 christos copy_in_global_log = 1; \ 268 1.1 christos global_test_result = "RUN"; \ 269 1.1 christos while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 270 1.1 christos { \ 271 1.1 christos if (rc < 0) \ 272 1.1 christos fatal("failed to read from " $$0 ".trs"); \ 273 1.1 christos if (line ~ /$(am__global_test_result_rx)/) \ 274 1.1 christos { \ 275 1.1 christos sub("$(am__global_test_result_rx)", "", line); \ 276 1.1 christos sub("[ ]*$$", "", line); \ 277 1.1 christos global_test_result = line; \ 278 1.1 christos } \ 279 1.1 christos else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 280 1.1 christos copy_in_global_log = 0; \ 281 1.1 christos }; \ 282 1.1 christos if (copy_in_global_log) \ 283 1.1 christos { \ 284 1.1 christos rst_section(global_test_result ": " $$0); \ 285 1.1 christos while ((rc = (getline line < ($$0 ".log"))) != 0) \ 286 1.1 christos { \ 287 1.1 christos if (rc < 0) \ 288 1.1 christos fatal("failed to read from " $$0 ".log"); \ 289 1.1 christos print line; \ 290 1.1 christos }; \ 291 1.1 christos printf "\n"; \ 292 1.1 christos }; \ 293 1.1 christos close ($$0 ".trs"); \ 294 1.1 christos close ($$0 ".log"); \ 295 1.1 christos }' 296 1.1 christos # Restructured Text title. 297 1.1 christos am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 298 1.1 christos # Solaris 10 'make', and several other traditional 'make' implementations, 299 1.1 christos # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 300 1.1 christos # by disabling -e (using the XSI extension "set +e") if it's set. 301 1.1 christos am__sh_e_setup = case $$- in *e*) set +e;; esac 302 1.1 christos # Default flags passed to test drivers. 303 1.1 christos am__common_driver_flags = \ 304 1.1 christos --color-tests "$$am__color_tests" \ 305 1.1 christos --enable-hard-errors "$$am__enable_hard_errors" \ 306 1.1 christos --expect-failure "$$am__expect_failure" 307 1.1 christos # To be inserted before the command running the test. Creates the 308 1.1 christos # directory for the log if needed. Stores in $dir the directory 309 1.1 christos # containing $f, in $tst the test, in $log the log. Executes the 310 1.1 christos # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 311 1.1 christos # passes TESTS_ENVIRONMENT. Set up options for the wrapper that 312 1.1 christos # will run the test scripts (or their associated LOG_COMPILER, if 313 1.1 christos # thy have one). 314 1.1 christos am__check_pre = \ 315 1.1 christos $(am__sh_e_setup); \ 316 1.1 christos $(am__vpath_adj_setup) $(am__vpath_adj) \ 317 1.1 christos $(am__tty_colors); \ 318 1.1 christos srcdir=$(srcdir); export srcdir; \ 319 1.1 christos case "$@" in \ 320 1.1 christos */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 321 1.1 christos *) am__odir=.;; \ 322 1.1 christos esac; \ 323 1.1 christos test "x$$am__odir" = x"." || test -d "$$am__odir" \ 324 1.1 christos || $(MKDIR_P) "$$am__odir" || exit $$?; \ 325 1.1 christos if test -f "./$$f"; then dir=./; \ 326 1.1 christos elif test -f "$$f"; then dir=; \ 327 1.1 christos else dir="$(srcdir)/"; fi; \ 328 1.1 christos tst=$$dir$$f; log='$@'; \ 329 1.1 christos if test -n '$(DISABLE_HARD_ERRORS)'; then \ 330 1.1 christos am__enable_hard_errors=no; \ 331 1.1 christos else \ 332 1.1 christos am__enable_hard_errors=yes; \ 333 1.1 christos fi; \ 334 1.1 christos case " $(XFAIL_TESTS) " in \ 335 1.1 christos *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 336 1.1 christos am__expect_failure=yes;; \ 337 1.1 christos *) \ 338 1.1 christos am__expect_failure=no;; \ 339 1.1 christos esac; \ 340 1.1 christos $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 341 1.1 christos # A shell command to get the names of the tests scripts with any registered 342 1.1 christos # extension removed (i.e., equivalently, the names of the test logs, with 343 1.1 christos # the '.log' extension removed). The result is saved in the shell variable 344 1.1 christos # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 345 1.1 christos # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 346 1.1 christos # since that might cause problem with VPATH rewrites for suffix-less tests. 347 1.1 christos # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 348 1.1 christos am__set_TESTS_bases = \ 349 1.1 christos bases='$(TEST_LOGS)'; \ 350 1.1 christos bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 351 1.1 christos bases=`echo $$bases` 352 1.1.1.2 christos AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 353 1.1 christos RECHECK_LOGS = $(TEST_LOGS) 354 1.1 christos AM_RECURSIVE_TARGETS = check recheck 355 1.1 christos TEST_SUITE_LOG = test-suite.log 356 1.1 christos TEST_EXTENSIONS = @EXEEXT@ .test 357 1.1 christos LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 358 1.1 christos LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 359 1.1 christos am__set_b = \ 360 1.1 christos case '$@' in \ 361 1.1 christos */*) \ 362 1.1 christos case '$*' in \ 363 1.1 christos */*) b='$*';; \ 364 1.1 christos *) b=`echo '$@' | sed 's/\.log$$//'`; \ 365 1.1 christos esac;; \ 366 1.1 christos *) \ 367 1.1 christos b='$*';; \ 368 1.1 christos esac 369 1.1 christos am__test_logs1 = $(TESTS:=.log) 370 1.1 christos am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 371 1.1 christos TEST_LOGS = $(am__test_logs2:.test.log=.log) 372 1.1 christos TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 373 1.1 christos TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 374 1.1 christos $(TEST_LOG_FLAGS) 375 1.1 christos am__DIST_COMMON = $(srcdir)/Makefile.in \ 376 1.1 christos $(top_srcdir)/Makefile.am.common \ 377 1.1 christos $(top_srcdir)/cf/Makefile.am.common $(top_srcdir)/test-driver 378 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 379 1.1 christos ACLOCAL = @ACLOCAL@ 380 1.1 christos AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@ 381 1.1 christos AMTAR = @AMTAR@ 382 1.1 christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 383 1.1 christos AR = @AR@ 384 1.1 christos AS = @AS@ 385 1.1 christos ASN1_COMPILE = @ASN1_COMPILE@ 386 1.1 christos ASN1_COMPILE_DEP = @ASN1_COMPILE_DEP@ 387 1.1 christos AUTOCONF = @AUTOCONF@ 388 1.1 christos AUTOHEADER = @AUTOHEADER@ 389 1.1 christos AUTOMAKE = @AUTOMAKE@ 390 1.1 christos AWK = @AWK@ 391 1.1 christos CANONICAL_HOST = @CANONICAL_HOST@ 392 1.1 christos CAPNG_CFLAGS = @CAPNG_CFLAGS@ 393 1.1 christos CAPNG_LIBS = @CAPNG_LIBS@ 394 1.1 christos CATMAN = @CATMAN@ 395 1.1 christos CATMANEXT = @CATMANEXT@ 396 1.1 christos CC = @CC@ 397 1.1 christos CCDEPMODE = @CCDEPMODE@ 398 1.1 christos CFLAGS = @CFLAGS@ 399 1.1.1.2 christos CLANG_FORMAT = @CLANG_FORMAT@ 400 1.1 christos COMPILE_ET = @COMPILE_ET@ 401 1.1 christos CPP = @CPP@ 402 1.1 christos CPPFLAGS = @CPPFLAGS@ 403 1.1.1.2 christos CSCOPE = @CSCOPE@ 404 1.1.1.2 christos CTAGS = @CTAGS@ 405 1.1 christos CYGPATH_W = @CYGPATH_W@ 406 1.1 christos DB1LIB = @DB1LIB@ 407 1.1 christos DB3LIB = @DB3LIB@ 408 1.1 christos DBHEADER = @DBHEADER@ 409 1.1 christos DEFS = @DEFS@ 410 1.1 christos DEPDIR = @DEPDIR@ 411 1.1 christos DIR_com_err = @DIR_com_err@ 412 1.1 christos DIR_hdbdir = @DIR_hdbdir@ 413 1.1 christos DIR_roken = @DIR_roken@ 414 1.1 christos DLLTOOL = @DLLTOOL@ 415 1.1 christos DSYMUTIL = @DSYMUTIL@ 416 1.1 christos DUMPBIN = @DUMPBIN@ 417 1.1 christos ECHO_C = @ECHO_C@ 418 1.1 christos ECHO_N = @ECHO_N@ 419 1.1 christos ECHO_T = @ECHO_T@ 420 1.1 christos EGREP = @EGREP@ 421 1.1 christos ENABLE_AFS_STRING_TO_KEY = @ENABLE_AFS_STRING_TO_KEY@ 422 1.1.1.2 christos ETAGS = @ETAGS@ 423 1.1 christos EXEEXT = @EXEEXT@ 424 1.1 christos FGREP = @FGREP@ 425 1.1.1.2 christos FILECMD = @FILECMD@ 426 1.1 christos GCD_MIG = @GCD_MIG@ 427 1.1 christos GREP = @GREP@ 428 1.1 christos GROFF = @GROFF@ 429 1.1 christos INCLUDES_roken = @INCLUDES_roken@ 430 1.1 christos INCLUDE_libedit = @INCLUDE_libedit@ 431 1.1 christos INCLUDE_libintl = @INCLUDE_libintl@ 432 1.1 christos INCLUDE_openldap = @INCLUDE_openldap@ 433 1.1 christos INCLUDE_openssl_crypto = @INCLUDE_openssl_crypto@ 434 1.1 christos INCLUDE_readline = @INCLUDE_readline@ 435 1.1 christos INCLUDE_sqlite3 = @INCLUDE_sqlite3@ 436 1.1 christos INSTALL = @INSTALL@ 437 1.1 christos INSTALL_DATA = @INSTALL_DATA@ 438 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@ 439 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@ 440 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 441 1.1 christos LD = @LD@ 442 1.1 christos LDFLAGS = @LDFLAGS@ 443 1.1 christos LDFLAGS_VERSION_SCRIPT = @LDFLAGS_VERSION_SCRIPT@ 444 1.1 christos LEX = @LEX@ 445 1.1 christos LEXLIB = @LEXLIB@ 446 1.1 christos LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 447 1.1 christos LIBADD_roken = @LIBADD_roken@ 448 1.1 christos LIBOBJS = @LIBOBJS@ 449 1.1 christos LIBS = @LIBS@ 450 1.1 christos LIBTOOL = @LIBTOOL@ 451 1.1 christos LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@ 452 1.1 christos LIB_bswap16 = @LIB_bswap16@ 453 1.1 christos LIB_bswap32 = @LIB_bswap32@ 454 1.1 christos LIB_bswap64 = @LIB_bswap64@ 455 1.1 christos LIB_com_err = @LIB_com_err@ 456 1.1 christos LIB_com_err_a = @LIB_com_err_a@ 457 1.1 christos LIB_com_err_so = @LIB_com_err_so@ 458 1.1 christos LIB_crypt = @LIB_crypt@ 459 1.1 christos LIB_db_create = @LIB_db_create@ 460 1.1 christos LIB_dbm_firstkey = @LIB_dbm_firstkey@ 461 1.1 christos LIB_dbopen = @LIB_dbopen@ 462 1.1 christos LIB_dispatch_async_f = @LIB_dispatch_async_f@ 463 1.1 christos LIB_dladdr = @LIB_dladdr@ 464 1.1 christos LIB_dlopen = @LIB_dlopen@ 465 1.1 christos LIB_dn_expand = @LIB_dn_expand@ 466 1.1 christos LIB_dns_search = @LIB_dns_search@ 467 1.1 christos LIB_door_create = @LIB_door_create@ 468 1.1 christos LIB_freeaddrinfo = @LIB_freeaddrinfo@ 469 1.1 christos LIB_gai_strerror = @LIB_gai_strerror@ 470 1.1 christos LIB_getaddrinfo = @LIB_getaddrinfo@ 471 1.1 christos LIB_gethostbyname = @LIB_gethostbyname@ 472 1.1 christos LIB_gethostbyname2 = @LIB_gethostbyname2@ 473 1.1 christos LIB_getnameinfo = @LIB_getnameinfo@ 474 1.1 christos LIB_getpwnam_r = @LIB_getpwnam_r@ 475 1.1 christos LIB_getsockopt = @LIB_getsockopt@ 476 1.1 christos LIB_hcrypto = @LIB_hcrypto@ 477 1.1 christos LIB_hcrypto_a = @LIB_hcrypto_a@ 478 1.1 christos LIB_hcrypto_appl = @LIB_hcrypto_appl@ 479 1.1 christos LIB_hcrypto_so = @LIB_hcrypto_so@ 480 1.1 christos LIB_hstrerror = @LIB_hstrerror@ 481 1.1 christos LIB_kdb = @LIB_kdb@ 482 1.1 christos LIB_libedit = @LIB_libedit@ 483 1.1 christos LIB_libintl = @LIB_libintl@ 484 1.1 christos LIB_loadquery = @LIB_loadquery@ 485 1.1 christos LIB_logout = @LIB_logout@ 486 1.1 christos LIB_logwtmp = @LIB_logwtmp@ 487 1.1 christos LIB_openldap = @LIB_openldap@ 488 1.1 christos LIB_openpty = @LIB_openpty@ 489 1.1 christos LIB_openssl_crypto = @LIB_openssl_crypto@ 490 1.1 christos LIB_otp = @LIB_otp@ 491 1.1 christos LIB_pidfile = @LIB_pidfile@ 492 1.1 christos LIB_readline = @LIB_readline@ 493 1.1 christos LIB_res_ndestroy = @LIB_res_ndestroy@ 494 1.1 christos LIB_res_nsearch = @LIB_res_nsearch@ 495 1.1 christos LIB_res_search = @LIB_res_search@ 496 1.1 christos LIB_roken = @LIB_roken@ 497 1.1 christos LIB_security = @LIB_security@ 498 1.1 christos LIB_setsockopt = @LIB_setsockopt@ 499 1.1 christos LIB_socket = @LIB_socket@ 500 1.1 christos LIB_sqlite3 = @LIB_sqlite3@ 501 1.1 christos LIB_syslog = @LIB_syslog@ 502 1.1 christos LIB_tgetent = @LIB_tgetent@ 503 1.1 christos LIPO = @LIPO@ 504 1.1 christos LMDBLIB = @LMDBLIB@ 505 1.1 christos LN_S = @LN_S@ 506 1.1 christos LTLIBOBJS = @LTLIBOBJS@ 507 1.1 christos LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 508 1.1 christos MAINT = @MAINT@ 509 1.1 christos MAKEINFO = @MAKEINFO@ 510 1.1 christos MANIFEST_TOOL = @MANIFEST_TOOL@ 511 1.1 christos MKDIR_P = @MKDIR_P@ 512 1.1 christos NDBMLIB = @NDBMLIB@ 513 1.1 christos NM = @NM@ 514 1.1 christos NMEDIT = @NMEDIT@ 515 1.1 christos NO_AFS = @NO_AFS@ 516 1.1 christos NROFF = @NROFF@ 517 1.1 christos OBJDUMP = @OBJDUMP@ 518 1.1 christos OBJEXT = @OBJEXT@ 519 1.1 christos OTOOL = @OTOOL@ 520 1.1 christos OTOOL64 = @OTOOL64@ 521 1.1 christos PACKAGE = @PACKAGE@ 522 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 523 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@ 524 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@ 525 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@ 526 1.1 christos PACKAGE_URL = @PACKAGE_URL@ 527 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@ 528 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@ 529 1.1 christos PERL = @PERL@ 530 1.1 christos PKG_CONFIG = @PKG_CONFIG@ 531 1.1 christos PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 532 1.1 christos PTHREAD_LDADD = @PTHREAD_LDADD@ 533 1.1 christos PTHREAD_LIBADD = @PTHREAD_LIBADD@ 534 1.1.1.2 christos PYTHON = @PYTHON@ 535 1.1.1.2 christos PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 536 1.1.1.2 christos PYTHON_PLATFORM = @PYTHON_PLATFORM@ 537 1.1.1.2 christos PYTHON_PREFIX = @PYTHON_PREFIX@ 538 1.1.1.2 christos PYTHON_VERSION = @PYTHON_VERSION@ 539 1.1 christos RANLIB = @RANLIB@ 540 1.1 christos SED = @SED@ 541 1.1 christos SET_MAKE = @SET_MAKE@ 542 1.1 christos SHELL = @SHELL@ 543 1.1 christos SLC = @SLC@ 544 1.1 christos SLC_DEP = @SLC_DEP@ 545 1.1 christos STRIP = @STRIP@ 546 1.1 christos VERSION = @VERSION@ 547 1.1 christos VERSIONING = @VERSIONING@ 548 1.1 christos WFLAGS = @WFLAGS@ 549 1.1 christos WFLAGS_LITE = @WFLAGS_LITE@ 550 1.1 christos YACC = @YACC@ 551 1.1 christos YFLAGS = @YFLAGS@ 552 1.1 christos abs_builddir = @abs_builddir@ 553 1.1 christos abs_srcdir = @abs_srcdir@ 554 1.1 christos abs_top_builddir = @abs_top_builddir@ 555 1.1 christos abs_top_srcdir = @abs_top_srcdir@ 556 1.1 christos ac_ct_AR = @ac_ct_AR@ 557 1.1 christos ac_ct_CC = @ac_ct_CC@ 558 1.1 christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 559 1.1 christos am__include = @am__include@ 560 1.1 christos am__leading_dot = @am__leading_dot@ 561 1.1 christos am__quote = @am__quote@ 562 1.1 christos am__tar = @am__tar@ 563 1.1 christos am__untar = @am__untar@ 564 1.1 christos bindir = @bindir@ 565 1.1 christos build = @build@ 566 1.1 christos build_alias = @build_alias@ 567 1.1 christos build_cpu = @build_cpu@ 568 1.1 christos build_os = @build_os@ 569 1.1 christos build_vendor = @build_vendor@ 570 1.1 christos builddir = @builddir@ 571 1.1 christos datadir = @datadir@ 572 1.1 christos datarootdir = @datarootdir@ 573 1.1 christos db_type = @db_type@ 574 1.1 christos db_type_preference = @db_type_preference@ 575 1.1 christos docdir = @docdir@ 576 1.1 christos dpagaix_cflags = @dpagaix_cflags@ 577 1.1 christos dpagaix_ldadd = @dpagaix_ldadd@ 578 1.1 christos dpagaix_ldflags = @dpagaix_ldflags@ 579 1.1 christos dvidir = @dvidir@ 580 1.1 christos exec_prefix = @exec_prefix@ 581 1.1 christos host = @host@ 582 1.1 christos host_alias = @host_alias@ 583 1.1 christos host_cpu = @host_cpu@ 584 1.1 christos host_os = @host_os@ 585 1.1 christos host_vendor = @host_vendor@ 586 1.1 christos htmldir = @htmldir@ 587 1.1 christos includedir = @includedir@ 588 1.1 christos infodir = @infodir@ 589 1.1 christos install_sh = @install_sh@ 590 1.1 christos libdir = @libdir@ 591 1.1 christos libexecdir = @libexecdir@ 592 1.1 christos localedir = @localedir@ 593 1.1 christos localstatedir = @localstatedir@ 594 1.1 christos mandir = @mandir@ 595 1.1 christos mkdir_p = @mkdir_p@ 596 1.1 christos oldincludedir = @oldincludedir@ 597 1.1 christos pdfdir = @pdfdir@ 598 1.1.1.2 christos pkgpyexecdir = @pkgpyexecdir@ 599 1.1.1.2 christos pkgpythondir = @pkgpythondir@ 600 1.1 christos prefix = @prefix@ 601 1.1 christos program_transform_name = @program_transform_name@ 602 1.1 christos psdir = @psdir@ 603 1.1.1.2 christos pyexecdir = @pyexecdir@ 604 1.1.1.2 christos pythondir = @pythondir@ 605 1.1.1.2 christos runstatedir = @runstatedir@ 606 1.1 christos sbindir = @sbindir@ 607 1.1 christos sharedstatedir = @sharedstatedir@ 608 1.1 christos srcdir = @srcdir@ 609 1.1 christos subdirs = @subdirs@ 610 1.1 christos sysconfdir = @sysconfdir@ 611 1.1 christos target_alias = @target_alias@ 612 1.1 christos top_build_prefix = @top_build_prefix@ 613 1.1 christos top_builddir = @top_builddir@ 614 1.1 christos top_srcdir = @top_srcdir@ 615 1.1 christos SUFFIXES = .et .h .pc.in .pc .x .z .hx .1 .3 .5 .7 .8 .cat1 .cat3 \ 616 1.1 christos .cat5 .cat7 .cat8 617 1.1 christos DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include 618 1.1 christos AM_CPPFLAGS = $(INCLUDES_roken) 619 1.1 christos @do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME 620 1.1 christos AM_CFLAGS = $(WFLAGS) 621 1.1 christos CP = cp 622 1.1 christos buildinclude = $(top_builddir)/include 623 1.1 christos LIB_XauReadAuth = @LIB_XauReadAuth@ 624 1.1 christos LIB_el_init = @LIB_el_init@ 625 1.1 christos LIB_getattr = @LIB_getattr@ 626 1.1 christos LIB_getpwent_r = @LIB_getpwent_r@ 627 1.1 christos LIB_odm_initialize = @LIB_odm_initialize@ 628 1.1 christos LIB_setpcred = @LIB_setpcred@ 629 1.1 christos INCLUDE_krb4 = @INCLUDE_krb4@ 630 1.1 christos LIB_krb4 = @LIB_krb4@ 631 1.1 christos libexec_heimdaldir = $(libexecdir)/heimdal 632 1.1 christos NROFF_MAN = groff -mandoc -Tascii 633 1.1 christos @NO_AFS_FALSE@LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS) 634 1.1 christos @NO_AFS_TRUE@LIB_kafs = 635 1.1 christos @KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \ 636 1.1 christos @KRB5_TRUE@ $(top_builddir)/lib/asn1/libasn1.la 637 1.1 christos 638 1.1 christos @KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la 639 1.1 christos LIB_heimbase = $(top_builddir)/lib/base/libheimbase.la 640 1.1 christos @DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la 641 1.1 christos 642 1.1 christos #silent-rules 643 1.1 christos heim_verbose = $(heim_verbose_$(V)) 644 1.1 christos heim_verbose_ = $(heim_verbose_$(AM_DEFAULT_VERBOSITY)) 645 1.1 christos heim_verbose_0 = @echo " GEN "$@; 646 1.1 christos noinst_DATA = krb5.conf 647 1.1 christos check_SCRIPTS = $(SCRIPT_TESTS) 648 1.1 christos SCRIPT_TESTS = check-kinit 649 1.1 christos TESTS = $(SCRIPT_TESTS) 650 1.1 christos port = 49188 651 1.1 christos do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \ 652 1.1 christos -e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \ 653 1.1 christos -e 's,[@]port[@],$(port),g' \ 654 1.1 christos -e 's,[@]objdir[@],$(top_builddir)/tests/java,g' 655 1.1 christos 656 1.1 christos LDADD = ../../lib/krb5/libkrb5.la $(LIB_roken) 657 1.1 christos CLEANFILES = \ 658 1.1 christos $(TESTS) \ 659 1.1 christos *.tmp \ 660 1.1 christos *.class \ 661 1.1 christos current-db* \ 662 1.1 christos krb5.conf \ 663 1.1 christos messages.log 664 1.1 christos 665 1.1 christos EXTRA_DIST = \ 666 1.1 christos NTMakefile \ 667 1.1 christos KerberosInit.java \ 668 1.1 christos jaas.conf \ 669 1.1 christos check-kinit.in \ 670 1.1 christos have-java.sh \ 671 1.1 christos krb5.conf.in 672 1.1 christos 673 1.1 christos all: all-am 674 1.1 christos 675 1.1 christos .SUFFIXES: 676 1.1 christos .SUFFIXES: .et .h .pc.in .pc .x .z .hx .1 .3 .5 .7 .8 .cat1 .cat3 .cat5 .cat7 .cat8 .c .log .test .test$(EXEEXT) .trs 677 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) 678 1.1 christos @for dep in $?; do \ 679 1.1 christos case '$(am__configure_deps)' in \ 680 1.1 christos *$$dep*) \ 681 1.1 christos ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 682 1.1 christos && { if test -f $@; then exit 0; else break; fi; }; \ 683 1.1 christos exit 1;; \ 684 1.1 christos esac; \ 685 1.1 christos done; \ 686 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/java/Makefile'; \ 687 1.1 christos $(am__cd) $(top_srcdir) && \ 688 1.1 christos $(AUTOMAKE) --foreign tests/java/Makefile 689 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 690 1.1 christos @case '$?' in \ 691 1.1 christos *config.status*) \ 692 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 693 1.1 christos *) \ 694 1.1.1.2 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 695 1.1.1.2 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 696 1.1 christos esac; 697 1.1 christos $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(am__empty): 698 1.1 christos 699 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 700 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 701 1.1 christos 702 1.1 christos $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 703 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 704 1.1 christos $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 705 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 706 1.1 christos $(am__aclocal_m4_deps): 707 1.1 christos 708 1.1 christos mostlyclean-libtool: 709 1.1 christos -rm -f *.lo 710 1.1 christos 711 1.1 christos clean-libtool: 712 1.1 christos -rm -rf .libs _libs 713 1.1 christos tags TAGS: 714 1.1 christos 715 1.1 christos ctags CTAGS: 716 1.1 christos 717 1.1 christos cscope cscopelist: 718 1.1 christos 719 1.1 christos 720 1.1 christos # Recover from deleted '.trs' file; this should ensure that 721 1.1 christos # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 722 1.1 christos # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 723 1.1 christos # to avoid problems with "make -n". 724 1.1 christos .log.trs: 725 1.1 christos rm -f $< $@ 726 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $< 727 1.1 christos 728 1.1 christos # Leading 'am--fnord' is there to ensure the list of targets does not 729 1.1 christos # expand to empty, as could happen e.g. with make check TESTS=''. 730 1.1 christos am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 731 1.1 christos am--force-recheck: 732 1.1 christos @: 733 1.1 christos 734 1.1 christos $(TEST_SUITE_LOG): $(TEST_LOGS) 735 1.1 christos @$(am__set_TESTS_bases); \ 736 1.1 christos am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 737 1.1 christos redo_bases=`for i in $$bases; do \ 738 1.1 christos am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 739 1.1 christos done`; \ 740 1.1 christos if test -n "$$redo_bases"; then \ 741 1.1 christos redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 742 1.1 christos redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 743 1.1 christos if $(am__make_dryrun); then :; else \ 744 1.1 christos rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 745 1.1 christos fi; \ 746 1.1 christos fi; \ 747 1.1 christos if test -n "$$am__remaking_logs"; then \ 748 1.1 christos echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 749 1.1 christos "recursion detected" >&2; \ 750 1.1 christos elif test -n "$$redo_logs"; then \ 751 1.1 christos am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 752 1.1 christos fi; \ 753 1.1 christos if $(am__make_dryrun); then :; else \ 754 1.1 christos st=0; \ 755 1.1 christos errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 756 1.1 christos for i in $$redo_bases; do \ 757 1.1 christos test -f $$i.trs && test -r $$i.trs \ 758 1.1 christos || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 759 1.1 christos test -f $$i.log && test -r $$i.log \ 760 1.1 christos || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 761 1.1 christos done; \ 762 1.1 christos test $$st -eq 0 || exit 1; \ 763 1.1 christos fi 764 1.1 christos @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 765 1.1 christos ws='[ ]'; \ 766 1.1 christos results=`for b in $$bases; do echo $$b.trs; done`; \ 767 1.1 christos test -n "$$results" || results=/dev/null; \ 768 1.1 christos all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 769 1.1 christos pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 770 1.1 christos fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 771 1.1 christos skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 772 1.1 christos xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 773 1.1 christos xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 774 1.1 christos error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 775 1.1 christos if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 776 1.1 christos success=true; \ 777 1.1 christos else \ 778 1.1 christos success=false; \ 779 1.1 christos fi; \ 780 1.1 christos br='==================='; br=$$br$$br$$br$$br; \ 781 1.1 christos result_count () \ 782 1.1 christos { \ 783 1.1 christos if test x"$$1" = x"--maybe-color"; then \ 784 1.1 christos maybe_colorize=yes; \ 785 1.1 christos elif test x"$$1" = x"--no-color"; then \ 786 1.1 christos maybe_colorize=no; \ 787 1.1 christos else \ 788 1.1 christos echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 789 1.1 christos fi; \ 790 1.1 christos shift; \ 791 1.1 christos desc=$$1 count=$$2; \ 792 1.1 christos if test $$maybe_colorize = yes && test $$count -gt 0; then \ 793 1.1 christos color_start=$$3 color_end=$$std; \ 794 1.1 christos else \ 795 1.1 christos color_start= color_end=; \ 796 1.1 christos fi; \ 797 1.1 christos echo "$${color_start}# $$desc $$count$${color_end}"; \ 798 1.1 christos }; \ 799 1.1 christos create_testsuite_report () \ 800 1.1 christos { \ 801 1.1 christos result_count $$1 "TOTAL:" $$all "$$brg"; \ 802 1.1 christos result_count $$1 "PASS: " $$pass "$$grn"; \ 803 1.1 christos result_count $$1 "SKIP: " $$skip "$$blu"; \ 804 1.1 christos result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 805 1.1 christos result_count $$1 "FAIL: " $$fail "$$red"; \ 806 1.1 christos result_count $$1 "XPASS:" $$xpass "$$red"; \ 807 1.1 christos result_count $$1 "ERROR:" $$error "$$mgn"; \ 808 1.1 christos }; \ 809 1.1 christos { \ 810 1.1 christos echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 811 1.1 christos $(am__rst_title); \ 812 1.1 christos create_testsuite_report --no-color; \ 813 1.1 christos echo; \ 814 1.1 christos echo ".. contents:: :depth: 2"; \ 815 1.1 christos echo; \ 816 1.1 christos for b in $$bases; do echo $$b; done \ 817 1.1 christos | $(am__create_global_log); \ 818 1.1 christos } >$(TEST_SUITE_LOG).tmp || exit 1; \ 819 1.1 christos mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 820 1.1 christos if $$success; then \ 821 1.1 christos col="$$grn"; \ 822 1.1 christos else \ 823 1.1 christos col="$$red"; \ 824 1.1 christos test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 825 1.1 christos fi; \ 826 1.1 christos echo "$${col}$$br$${std}"; \ 827 1.1.1.2 christos echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 828 1.1 christos echo "$${col}$$br$${std}"; \ 829 1.1 christos create_testsuite_report --maybe-color; \ 830 1.1 christos echo "$$col$$br$$std"; \ 831 1.1 christos if $$success; then :; else \ 832 1.1 christos echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 833 1.1 christos if test -n "$(PACKAGE_BUGREPORT)"; then \ 834 1.1 christos echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 835 1.1 christos fi; \ 836 1.1 christos echo "$$col$$br$$std"; \ 837 1.1 christos fi; \ 838 1.1 christos $$success || exit 1 839 1.1 christos 840 1.1.1.2 christos check-TESTS: $(check_SCRIPTS) 841 1.1 christos @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 842 1.1 christos @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 843 1.1 christos @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 844 1.1 christos @set +e; $(am__set_TESTS_bases); \ 845 1.1 christos log_list=`for i in $$bases; do echo $$i.log; done`; \ 846 1.1 christos trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 847 1.1 christos log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 848 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 849 1.1 christos exit $$?; 850 1.1 christos recheck: all $(check_SCRIPTS) 851 1.1 christos @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 852 1.1 christos @set +e; $(am__set_TESTS_bases); \ 853 1.1 christos bases=`for i in $$bases; do echo $$i; done \ 854 1.1 christos | $(am__list_recheck_tests)` || exit 1; \ 855 1.1 christos log_list=`for i in $$bases; do echo $$i.log; done`; \ 856 1.1 christos log_list=`echo $$log_list`; \ 857 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 858 1.1 christos am__force_recheck=am--force-recheck \ 859 1.1 christos TEST_LOGS="$$log_list"; \ 860 1.1 christos exit $$? 861 1.1 christos check-kinit.log: check-kinit 862 1.1 christos @p='check-kinit'; \ 863 1.1 christos b='check-kinit'; \ 864 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 865 1.1 christos --log-file $$b.log --trs-file $$b.trs \ 866 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 867 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT) 868 1.1 christos .test.log: 869 1.1 christos @p='$<'; \ 870 1.1 christos $(am__set_b); \ 871 1.1 christos $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 872 1.1 christos --log-file $$b.log --trs-file $$b.trs \ 873 1.1 christos $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 874 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT) 875 1.1 christos @am__EXEEXT_TRUE@.test$(EXEEXT).log: 876 1.1 christos @am__EXEEXT_TRUE@ @p='$<'; \ 877 1.1 christos @am__EXEEXT_TRUE@ $(am__set_b); \ 878 1.1 christos @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 879 1.1 christos @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 880 1.1 christos @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 881 1.1 christos @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 882 1.1.1.2 christos distdir: $(BUILT_SOURCES) 883 1.1.1.2 christos $(MAKE) $(AM_MAKEFLAGS) distdir-am 884 1.1 christos 885 1.1.1.2 christos distdir-am: $(DISTFILES) 886 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 887 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 888 1.1 christos list='$(DISTFILES)'; \ 889 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \ 890 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \ 891 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 892 1.1 christos case $$dist_files in \ 893 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \ 894 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 895 1.1 christos sort -u` ;; \ 896 1.1 christos esac; \ 897 1.1 christos for file in $$dist_files; do \ 898 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 899 1.1 christos if test -d $$d/$$file; then \ 900 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 901 1.1 christos if test -d "$(distdir)/$$file"; then \ 902 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 903 1.1 christos fi; \ 904 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 905 1.1 christos cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 906 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 907 1.1 christos fi; \ 908 1.1 christos cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 909 1.1 christos else \ 910 1.1 christos test -f "$(distdir)/$$file" \ 911 1.1 christos || cp -p $$d/$$file "$(distdir)/$$file" \ 912 1.1 christos || exit 1; \ 913 1.1 christos fi; \ 914 1.1 christos done 915 1.1 christos $(MAKE) $(AM_MAKEFLAGS) \ 916 1.1 christos top_distdir="$(top_distdir)" distdir="$(distdir)" \ 917 1.1 christos dist-hook 918 1.1 christos check-am: all-am 919 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS) 920 1.1 christos $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local 921 1.1 christos check: check-am 922 1.1 christos all-am: Makefile $(DATA) all-local 923 1.1 christos installdirs: 924 1.1 christos install: install-am 925 1.1 christos install-exec: install-exec-am 926 1.1 christos install-data: install-data-am 927 1.1 christos uninstall: uninstall-am 928 1.1 christos 929 1.1 christos install-am: all-am 930 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 931 1.1 christos 932 1.1 christos installcheck: installcheck-am 933 1.1 christos install-strip: 934 1.1 christos if test -z '$(STRIP)'; then \ 935 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 936 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 937 1.1 christos install; \ 938 1.1 christos else \ 939 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 940 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 941 1.1 christos "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 942 1.1 christos fi 943 1.1 christos mostlyclean-generic: 944 1.1 christos -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 945 1.1 christos -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 946 1.1 christos -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 947 1.1 christos 948 1.1 christos clean-generic: 949 1.1 christos -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 950 1.1 christos 951 1.1 christos distclean-generic: 952 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 953 1.1 christos -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 954 1.1 christos 955 1.1 christos maintainer-clean-generic: 956 1.1 christos @echo "This command is intended for maintainers to use" 957 1.1 christos @echo "it deletes files that may require special tools to rebuild." 958 1.1 christos clean: clean-am 959 1.1 christos 960 1.1 christos clean-am: clean-generic clean-libtool mostlyclean-am 961 1.1 christos 962 1.1 christos distclean: distclean-am 963 1.1 christos -rm -f Makefile 964 1.1 christos distclean-am: clean-am distclean-generic 965 1.1 christos 966 1.1 christos dvi: dvi-am 967 1.1 christos 968 1.1 christos dvi-am: 969 1.1 christos 970 1.1 christos html: html-am 971 1.1 christos 972 1.1 christos html-am: 973 1.1 christos 974 1.1 christos info: info-am 975 1.1 christos 976 1.1 christos info-am: 977 1.1 christos 978 1.1 christos install-data-am: 979 1.1 christos @$(NORMAL_INSTALL) 980 1.1 christos $(MAKE) $(AM_MAKEFLAGS) install-data-hook 981 1.1 christos install-dvi: install-dvi-am 982 1.1 christos 983 1.1 christos install-dvi-am: 984 1.1 christos 985 1.1 christos install-exec-am: install-exec-local 986 1.1 christos 987 1.1 christos install-html: install-html-am 988 1.1 christos 989 1.1 christos install-html-am: 990 1.1 christos 991 1.1 christos install-info: install-info-am 992 1.1 christos 993 1.1 christos install-info-am: 994 1.1 christos 995 1.1 christos install-man: 996 1.1 christos 997 1.1 christos install-pdf: install-pdf-am 998 1.1 christos 999 1.1 christos install-pdf-am: 1000 1.1 christos 1001 1.1 christos install-ps: install-ps-am 1002 1.1 christos 1003 1.1 christos install-ps-am: 1004 1.1 christos 1005 1.1 christos installcheck-am: 1006 1.1 christos 1007 1.1 christos maintainer-clean: maintainer-clean-am 1008 1.1 christos -rm -f Makefile 1009 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic 1010 1.1 christos 1011 1.1 christos mostlyclean: mostlyclean-am 1012 1.1 christos 1013 1.1 christos mostlyclean-am: mostlyclean-generic mostlyclean-libtool 1014 1.1 christos 1015 1.1 christos pdf: pdf-am 1016 1.1 christos 1017 1.1 christos pdf-am: 1018 1.1 christos 1019 1.1 christos ps: ps-am 1020 1.1 christos 1021 1.1 christos ps-am: 1022 1.1 christos 1023 1.1 christos uninstall-am: 1024 1.1 christos @$(NORMAL_INSTALL) 1025 1.1 christos $(MAKE) $(AM_MAKEFLAGS) uninstall-hook 1026 1.1 christos .MAKE: check-am install-am install-data-am install-strip uninstall-am 1027 1.1 christos 1028 1.1 christos .PHONY: all all-am all-local check check-TESTS check-am check-local \ 1029 1.1 christos clean clean-generic clean-libtool cscopelist-am ctags-am \ 1030 1.1 christos dist-hook distclean distclean-generic distclean-libtool \ 1031 1.1 christos distdir dvi dvi-am html html-am info info-am install \ 1032 1.1 christos install-am install-data install-data-am install-data-hook \ 1033 1.1 christos install-dvi install-dvi-am install-exec install-exec-am \ 1034 1.1 christos install-exec-local install-html install-html-am install-info \ 1035 1.1 christos install-info-am install-man install-pdf install-pdf-am \ 1036 1.1 christos install-ps install-ps-am install-strip installcheck \ 1037 1.1 christos installcheck-am installdirs maintainer-clean \ 1038 1.1 christos maintainer-clean-generic mostlyclean mostlyclean-generic \ 1039 1.1 christos mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \ 1040 1.1 christos uninstall uninstall-am uninstall-hook 1041 1.1 christos 1042 1.1 christos .PRECIOUS: Makefile 1043 1.1 christos 1044 1.1 christos 1045 1.1 christos install-suid-programs: 1046 1.1 christos @foo='$(bin_SUIDS)'; \ 1047 1.1 christos for file in $$foo; do \ 1048 1.1 christos x=$(DESTDIR)$(bindir)/$$file; \ 1049 1.1 christos if chown 0:0 $$x && chmod u+s $$x; then :; else \ 1050 1.1 christos echo "*"; \ 1051 1.1 christos echo "* Failed to install $$x setuid root"; \ 1052 1.1 christos echo "*"; \ 1053 1.1 christos fi; \ 1054 1.1 christos done 1055 1.1 christos 1056 1.1 christos install-exec-local: install-suid-programs 1057 1.1 christos 1058 1.1 christos codesign-all: 1059 1.1 christos @if [ X"$$CODE_SIGN_IDENTITY" != X ] ; then \ 1060 1.1 christos foo='$(bin_PROGRAMS) $(sbin_PROGRAMS) $(libexec_PROGRAMS)' ; \ 1061 1.1 christos for file in $$foo ; do \ 1062 1.1 christos echo "CODESIGN $$file" ; \ 1063 1.1 christos codesign -f -s "$$CODE_SIGN_IDENTITY" $$file || exit 1 ; \ 1064 1.1 christos done ; \ 1065 1.1 christos fi 1066 1.1 christos 1067 1.1 christos all-local: codesign-all 1068 1.1 christos 1069 1.1 christos install-build-headers:: $(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ) $(nobase_include_HEADERS) $(noinst_HEADERS) 1070 1.1 christos @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ) $(noinst_HEADERS)'; \ 1071 1.1 christos for f in $$foo; do \ 1072 1.1 christos f=`basename $$f`; \ 1073 1.1 christos if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \ 1074 1.1 christos else file="$$f"; fi; \ 1075 1.1 christos if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \ 1076 1.1 christos : ; else \ 1077 1.1 christos echo " $(CP) $$file $(buildinclude)/$$f"; \ 1078 1.1 christos $(CP) $$file $(buildinclude)/$$f || true; \ 1079 1.1 christos fi ; \ 1080 1.1 christos done ; \ 1081 1.1 christos foo='$(nobase_include_HEADERS)'; \ 1082 1.1 christos for f in $$foo; do \ 1083 1.1 christos if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \ 1084 1.1 christos else file="$$f"; fi; \ 1085 1.1 christos $(mkdir_p) $(buildinclude)/`dirname $$f` ; \ 1086 1.1 christos if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \ 1087 1.1 christos : ; else \ 1088 1.1 christos echo " $(CP) $$file $(buildinclude)/$$f"; \ 1089 1.1 christos $(CP) $$file $(buildinclude)/$$f; \ 1090 1.1 christos fi ; \ 1091 1.1 christos done 1092 1.1 christos 1093 1.1 christos all-local: install-build-headers 1094 1.1 christos 1095 1.1 christos check-local:: 1096 1.1 christos @if test '$(CHECK_LOCAL)' = "no-check-local"; then \ 1097 1.1 christos foo=''; elif test '$(CHECK_LOCAL)'; then \ 1098 1.1 christos foo='$(CHECK_LOCAL)'; else \ 1099 1.1 christos foo='$(PROGRAMS)'; fi; \ 1100 1.1 christos if test "$$foo"; then \ 1101 1.1 christos failed=0; all=0; \ 1102 1.1 christos for i in $$foo; do \ 1103 1.1 christos all=`expr $$all + 1`; \ 1104 1.1 christos if (./$$i --version && ./$$i --help) > /dev/null 2>&1; then \ 1105 1.1 christos echo "PASS: $$i"; \ 1106 1.1 christos else \ 1107 1.1 christos echo "FAIL: $$i"; \ 1108 1.1 christos failed=`expr $$failed + 1`; \ 1109 1.1 christos fi; \ 1110 1.1 christos done; \ 1111 1.1 christos if test "$$failed" -eq 0; then \ 1112 1.1 christos banner="All $$all tests passed"; \ 1113 1.1 christos else \ 1114 1.1 christos banner="$$failed of $$all tests failed"; \ 1115 1.1 christos fi; \ 1116 1.1 christos dashes=`echo "$$banner" | sed s/./=/g`; \ 1117 1.1 christos echo "$$dashes"; \ 1118 1.1 christos echo "$$banner"; \ 1119 1.1 christos echo "$$dashes"; \ 1120 1.1 christos test "$$failed" -eq 0 || exit 1; \ 1121 1.1 christos fi 1122 1.1 christos 1123 1.1.1.2 christos # It's useful for debugging to format generated sources. The default for all 1124 1.1.1.2 christos # clang-format styles is to sort includes, but in many cases in-tree we really 1125 1.1.1.2 christos # don't want to do that. 1126 1.1 christos .x.c: 1127 1.1.1.2 christos @if [ -z "$(CLANG_FORMAT)" ]; then \ 1128 1.1.1.2 christos cmp -s $< $@ 2> /dev/null || cp $< $@; \ 1129 1.1.1.2 christos else \ 1130 1.1.1.2 christos cp $< $@.tmp.c; \ 1131 1.1.1.2 christos $(CLANG_FORMAT) -style='{BasedOnStyle: Chromium, SortIncludes: false}' -i $@.tmp.c; \ 1132 1.1.1.2 christos cmp -s $@.tmp.c $@ 2> /dev/null || mv $@.tmp.c $@; \ 1133 1.1.1.2 christos fi 1134 1.1 christos 1135 1.1 christos .hx.h: 1136 1.1.1.2 christos @cmp -s $< $@ 2> /dev/null || cp $< $@; 1137 1.1 christos #NROFF_MAN = nroff -man 1138 1.1 christos .1.cat1: 1139 1.1 christos $(NROFF_MAN) $< > $@ 1140 1.1 christos .3.cat3: 1141 1.1 christos $(NROFF_MAN) $< > $@ 1142 1.1 christos .5.cat5: 1143 1.1 christos $(NROFF_MAN) $< > $@ 1144 1.1 christos .7.cat7: 1145 1.1 christos $(NROFF_MAN) $< > $@ 1146 1.1 christos .8.cat8: 1147 1.1 christos $(NROFF_MAN) $< > $@ 1148 1.1 christos 1149 1.1 christos dist-cat1-mans: 1150 1.1 christos @foo='$(man1_MANS)'; \ 1151 1.1 christos bar='$(man_MANS)'; \ 1152 1.1 christos for i in $$bar; do \ 1153 1.1 christos case $$i in \ 1154 1.1 christos *.1) foo="$$foo $$i";; \ 1155 1.1 christos esac; done ;\ 1156 1.1 christos for i in $$foo; do \ 1157 1.1 christos x=`echo $$i | sed 's/\.[^.]*$$/.cat1/'`; \ 1158 1.1 christos echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 1159 1.1 christos $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 1160 1.1 christos done 1161 1.1 christos 1162 1.1 christos dist-cat3-mans: 1163 1.1 christos @foo='$(man3_MANS)'; \ 1164 1.1 christos bar='$(man_MANS)'; \ 1165 1.1 christos for i in $$bar; do \ 1166 1.1 christos case $$i in \ 1167 1.1 christos *.3) foo="$$foo $$i";; \ 1168 1.1 christos esac; done ;\ 1169 1.1 christos for i in $$foo; do \ 1170 1.1 christos x=`echo $$i | sed 's/\.[^.]*$$/.cat3/'`; \ 1171 1.1 christos echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 1172 1.1 christos $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 1173 1.1 christos done 1174 1.1 christos 1175 1.1 christos dist-cat5-mans: 1176 1.1 christos @foo='$(man5_MANS)'; \ 1177 1.1 christos bar='$(man_MANS)'; \ 1178 1.1 christos for i in $$bar; do \ 1179 1.1 christos case $$i in \ 1180 1.1 christos *.5) foo="$$foo $$i";; \ 1181 1.1 christos esac; done ;\ 1182 1.1 christos for i in $$foo; do \ 1183 1.1 christos x=`echo $$i | sed 's/\.[^.]*$$/.cat5/'`; \ 1184 1.1 christos echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 1185 1.1 christos $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 1186 1.1 christos done 1187 1.1 christos 1188 1.1 christos dist-cat7-mans: 1189 1.1 christos @foo='$(man7_MANS)'; \ 1190 1.1 christos bar='$(man_MANS)'; \ 1191 1.1 christos for i in $$bar; do \ 1192 1.1 christos case $$i in \ 1193 1.1 christos *.7) foo="$$foo $$i";; \ 1194 1.1 christos esac; done ;\ 1195 1.1 christos for i in $$foo; do \ 1196 1.1 christos x=`echo $$i | sed 's/\.[^.]*$$/.cat7/'`; \ 1197 1.1 christos echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 1198 1.1 christos $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 1199 1.1 christos done 1200 1.1 christos 1201 1.1 christos dist-cat8-mans: 1202 1.1 christos @foo='$(man8_MANS)'; \ 1203 1.1 christos bar='$(man_MANS)'; \ 1204 1.1 christos for i in $$bar; do \ 1205 1.1 christos case $$i in \ 1206 1.1 christos *.8) foo="$$foo $$i";; \ 1207 1.1 christos esac; done ;\ 1208 1.1 christos for i in $$foo; do \ 1209 1.1 christos x=`echo $$i | sed 's/\.[^.]*$$/.cat8/'`; \ 1210 1.1 christos echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 1211 1.1 christos $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 1212 1.1 christos done 1213 1.1 christos 1214 1.1 christos dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat7-mans dist-cat8-mans 1215 1.1 christos 1216 1.1 christos install-cat-mans: 1217 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) 1218 1.1 christos 1219 1.1 christos uninstall-cat-mans: 1220 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) 1221 1.1 christos 1222 1.1 christos install-data-hook: install-cat-mans 1223 1.1 christos uninstall-hook: uninstall-cat-mans 1224 1.1 christos 1225 1.1 christos .et.h: 1226 1.1 christos $(COMPILE_ET) $< 1227 1.1 christos .et.c: 1228 1.1 christos $(COMPILE_ET) $< 1229 1.1 christos 1230 1.1 christos # 1231 1.1 christos # Useful target for debugging 1232 1.1 christos # 1233 1.1 christos 1234 1.1 christos check-valgrind: 1235 1.1 christos tobjdir=`cd $(top_builddir) && pwd` ; \ 1236 1.1 christos tsrcdir=`cd $(top_srcdir) && pwd` ; \ 1237 1.1 christos env TESTS_ENVIRONMENT="$${tsrcdir}/cf/maybe-valgrind.sh -s $${tsrcdir} -o $${tobjdir}" make check 1238 1.1 christos 1239 1.1 christos # 1240 1.1 christos # Target to please samba build farm, builds distfiles in-tree. 1241 1.1 christos # Will break when automake changes... 1242 1.1 christos # 1243 1.1 christos 1244 1.1 christos distdir-in-tree: $(DISTFILES) $(INFO_DEPS) 1245 1.1 christos list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1246 1.1 christos if test "$$subdir" != .; then \ 1247 1.1 christos (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \ 1248 1.1 christos fi ; \ 1249 1.1 christos done 1250 1.1 christos 1251 1.1 christos check-kinit: check-kinit.in Makefile 1252 1.1 christos $(do_subst) < $(srcdir)/check-kinit.in > check-kinit.tmp 1253 1.1 christos chmod +x check-kinit.tmp 1254 1.1 christos mv check-kinit.tmp check-kinit 1255 1.1 christos 1256 1.1 christos krb5.conf: krb5.conf.in Makefile 1257 1.1 christos $(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp 1258 1.1 christos mv krb5.conf.tmp krb5.conf 1259 1.1 christos 1260 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables. 1261 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded. 1262 1.1 christos .NOEXPORT: 1263