# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Automake makefile for remctl. # # Written by Russ Allbery # Copyright 2006, 2007, 2008, 2009, 2010 # Board of Trustees, Leland Stanford Jr. University # # See LICENSE for licensing terms. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = client/remctl$(EXEEXT) sbin_PROGRAMS = server/remctld$(EXEEXT) check_PROGRAMS = tests/runtests$(EXEEXT) tests/client/api-t$(EXEEXT) \ tests/client/large-t$(EXEEXT) tests/client/open-t$(EXEEXT) \ tests/data/cmd-background$(EXEEXT) \ tests/data/cmd-closed$(EXEEXT) tests/data/cmd-stdin$(EXEEXT) \ tests/data/cmd-streaming$(EXEEXT) \ tests/portable/asprintf-t$(EXEEXT) \ tests/portable/daemon-t$(EXEEXT) \ tests/portable/getaddrinfo-t$(EXEEXT) \ tests/portable/getnameinfo-t$(EXEEXT) \ tests/portable/getopt-t$(EXEEXT) \ tests/portable/inet_aton-t$(EXEEXT) \ tests/portable/inet_ntoa-t$(EXEEXT) \ tests/portable/inet_ntop-t$(EXEEXT) \ tests/portable/setenv-t$(EXEEXT) \ tests/portable/snprintf-t$(EXEEXT) \ tests/portable/strlcat-t$(EXEEXT) \ tests/portable/strlcpy-t$(EXEEXT) \ tests/server/accept-t$(EXEEXT) tests/server/acl-t$(EXEEXT) \ tests/server/config-t$(EXEEXT) \ tests/server/continue-t$(EXEEXT) tests/server/env-t$(EXEEXT) \ tests/server/errors-t$(EXEEXT) tests/server/invalid-t$(EXEEXT) \ tests/server/logging-t$(EXEEXT) tests/server/stdin-t$(EXEEXT) \ tests/server/streaming-t$(EXEEXT) \ tests/server/version-t$(EXEEXT) tests/util/concat-t$(EXEEXT) \ tests/util/fdflag-t$(EXEEXT) tests/util/gss-tokens-t$(EXEEXT) \ tests/util/messages-t$(EXEEXT) tests/util/network-t$(EXEEXT) \ tests/util/tokens-t$(EXEEXT) tests/util/vector-t$(EXEEXT) \ tests/util/xmalloc$(EXEEXT) tests/util/xwrite-t$(EXEEXT) # Build and install the Perl bindings if desired. @BUILD_PERL_TRUE@am__append_1 = perl/Remctl.o @BUILD_PERL_TRUE@am__append_2 = install-data-local-perl # Build and install the PHP bindings if desired. @BUILD_PHP_TRUE@am__append_3 = php/modules/remctl.so @BUILD_PHP_TRUE@am__append_4 = install-data-local-php # Build and install the Python bindings if desired. @BUILD_PYTHON_TRUE@am__append_5 = stamp-python @BUILD_PYTHON_TRUE@am__append_6 = install-data-local-python # Build and install the Ruby bindings if desired. @BUILD_RUBY_TRUE@am__append_7 = ruby/remctl.so @BUILD_RUBY_TRUE@am__append_8 = install-data-local-ruby subdir = . DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \ $(include_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/config.h.in $(top_srcdir)/configure \ $(top_srcdir)/java/build.xml.in \ $(top_srcdir)/java/local.properties.in \ $(top_srcdir)/perl/Makefile.PL.in \ $(top_srcdir)/perl/Remctl.pm.in $(top_srcdir)/perl/t/api.t.in \ $(top_srcdir)/php/config.m4.in \ $(top_srcdir)/php/php_remctl.h.in \ $(top_srcdir)/python/remctl.py.in \ $(top_srcdir)/python/setup.py.in \ $(top_srcdir)/python/test_remctl.py.in \ $(top_srcdir)/ruby/extconf.rb.in \ $(top_srcdir)/ruby/test_remctl.rb.in NEWS TODO \ build-aux/compile build-aux/config.guess build-aux/config.sub \ build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \ build-aux/missing portable/asprintf.c portable/daemon.c \ portable/getaddrinfo.c portable/getnameinfo.c \ portable/getopt.c portable/gssapi-mech.c portable/inet_aton.c \ portable/inet_ntoa.c portable/inet_ntop.c portable/setenv.c \ portable/snprintf.c portable/strlcat.c portable/strlcpy.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gput.m4 \ $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/inet-ntoa.m4 \ $(top_srcdir)/m4/lib-depends.m4 \ $(top_srcdir)/m4/lib-pathname.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/snprintf.m4 \ $(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/vamacros.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = java/build.xml java/local.properties \ perl/Makefile.PL perl/Remctl.pm perl/t/api.t php/config.m4 \ php/php_remctl.h python/remctl.py python/setup.py \ python/test_remctl.py ruby/extconf.rb ruby/test_remctl.rb CONFIG_CLEAN_VPATH_FILES = ARFLAGS = cru AM_V_AR = $(am__v_AR_$(V)) am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY)) am__v_AR_0 = @echo " AR " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ tests_tap_libtap_a_AR = $(AR) $(ARFLAGS) tests_tap_libtap_a_LIBADD = am__dirstamp = $(am__leading_dot)dirstamp am_tests_tap_libtap_a_OBJECTS = \ tests/tap/tests_tap_libtap_a-basic.$(OBJEXT) \ tests/tap/tests_tap_libtap_a-kinit.$(OBJEXT) \ tests/tap/tests_tap_libtap_a-messages.$(OBJEXT) \ tests/tap/tests_tap_libtap_a-process.$(OBJEXT) \ tests/tap/tests_tap_libtap_a-remctl.$(OBJEXT) tests_tap_libtap_a_OBJECTS = $(am_tests_tap_libtap_a_OBJECTS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \ "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man8dir)" \ "$(DESTDIR)$(includedir)" LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = client_libremctl_la_DEPENDENCIES = util/libutil.la \ $(am__DEPENDENCIES_1) am_client_libremctl_la_OBJECTS = client/api.lo client/client-v1.lo \ client/client-v2.lo client/error.lo client/open.lo client_libremctl_la_OBJECTS = $(am_client_libremctl_la_OBJECTS) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent client_libremctl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(client_libremctl_la_LDFLAGS) \ $(LDFLAGS) -o $@ LIBOBJDIR = portable/ portable_libportable_la_DEPENDENCIES = $(LTLIBOBJS) am_portable_libportable_la_OBJECTS = portable/dummy.lo portable_libportable_la_OBJECTS = \ $(am_portable_libportable_la_OBJECTS) util_libutil_la_DEPENDENCIES = portable/libportable.la \ $(am__DEPENDENCIES_1) am_util_libutil_la_OBJECTS = util/concat.lo util/fdflag.lo \ util/gss-errors.lo util/gss-tokens.lo util/messages.lo \ util/network.lo util/tokens.lo util/vector.lo util/xmalloc.lo \ util/xwrite.lo util_libutil_la_OBJECTS = $(am_util_libutil_la_OBJECTS) util_libutil_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(util_libutil_la_LDFLAGS) $(LDFLAGS) \ -o $@ PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS) am_client_remctl_OBJECTS = client/remctl.$(OBJEXT) client_remctl_OBJECTS = $(am_client_remctl_OBJECTS) client_remctl_DEPENDENCIES = client/libremctl.la util/libutil.la am_server_remctld_OBJECTS = server/server_remctld-commands.$(OBJEXT) \ server/server_remctld-config.$(OBJEXT) \ server/server_remctld-generic.$(OBJEXT) \ server/server_remctld-logging.$(OBJEXT) \ server/server_remctld-remctld.$(OBJEXT) \ server/server_remctld-server-v1.$(OBJEXT) \ server/server_remctld-server-v2.$(OBJEXT) server_remctld_OBJECTS = $(am_server_remctld_OBJECTS) server_remctld_DEPENDENCIES = util/libutil.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) server_remctld_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(server_remctld_LDFLAGS) $(LDFLAGS) -o \ $@ tests_client_api_t_SOURCES = tests/client/api-t.c tests_client_api_t_OBJECTS = tests/client/api-t.$(OBJEXT) tests_client_api_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a portable/libportable.la util/libutil.la tests_client_large_t_SOURCES = tests/client/large-t.c tests_client_large_t_OBJECTS = tests/client/large-t.$(OBJEXT) tests_client_large_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a portable/libportable.la util/libutil.la tests_client_open_t_SOURCES = tests/client/open-t.c tests_client_open_t_OBJECTS = tests/client/open-t.$(OBJEXT) tests_client_open_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a portable/libportable.la util/libutil.la \ $(am__DEPENDENCIES_1) tests_client_open_t_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(tests_client_open_t_LDFLAGS) \ $(LDFLAGS) -o $@ tests_data_cmd_background_SOURCES = tests/data/cmd-background.c tests_data_cmd_background_OBJECTS = \ tests/data/cmd-background.$(OBJEXT) tests_data_cmd_background_LDADD = $(LDADD) tests_data_cmd_closed_SOURCES = tests/data/cmd-closed.c tests_data_cmd_closed_OBJECTS = tests/data/cmd-closed.$(OBJEXT) tests_data_cmd_closed_LDADD = $(LDADD) tests_data_cmd_stdin_SOURCES = tests/data/cmd-stdin.c tests_data_cmd_stdin_OBJECTS = tests/data/cmd-stdin.$(OBJEXT) tests_data_cmd_stdin_DEPENDENCIES = util/libutil.la tests_data_cmd_streaming_SOURCES = tests/data/cmd-streaming.c tests_data_cmd_streaming_OBJECTS = tests/data/cmd-streaming.$(OBJEXT) tests_data_cmd_streaming_LDADD = $(LDADD) am_tests_portable_asprintf_t_OBJECTS = \ tests/portable/asprintf-t.$(OBJEXT) \ tests/portable/asprintf.$(OBJEXT) tests_portable_asprintf_t_OBJECTS = \ $(am_tests_portable_asprintf_t_OBJECTS) tests_portable_asprintf_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_daemon_t_OBJECTS = \ tests/portable/daemon-t.$(OBJEXT) \ tests/portable/daemon.$(OBJEXT) tests_portable_daemon_t_OBJECTS = \ $(am_tests_portable_daemon_t_OBJECTS) tests_portable_daemon_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_getaddrinfo_t_OBJECTS = \ tests/portable/getaddrinfo-t.$(OBJEXT) \ tests/portable/getaddrinfo.$(OBJEXT) tests_portable_getaddrinfo_t_OBJECTS = \ $(am_tests_portable_getaddrinfo_t_OBJECTS) tests_portable_getaddrinfo_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_getnameinfo_t_OBJECTS = \ tests/portable/getnameinfo-t.$(OBJEXT) \ tests/portable/getnameinfo.$(OBJEXT) tests_portable_getnameinfo_t_OBJECTS = \ $(am_tests_portable_getnameinfo_t_OBJECTS) tests_portable_getnameinfo_t_DEPENDENCIES = tests/tap/libtap.a \ util/libutil.la portable/libportable.la am_tests_portable_getopt_t_OBJECTS = \ tests/portable/getopt-t.$(OBJEXT) \ tests/portable/getopt.$(OBJEXT) tests_portable_getopt_t_OBJECTS = \ $(am_tests_portable_getopt_t_OBJECTS) tests_portable_getopt_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_inet_aton_t_OBJECTS = \ tests/portable/inet_aton-t.$(OBJEXT) \ tests/portable/inet_aton.$(OBJEXT) tests_portable_inet_aton_t_OBJECTS = \ $(am_tests_portable_inet_aton_t_OBJECTS) tests_portable_inet_aton_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_inet_ntoa_t_OBJECTS = \ tests/portable/inet_ntoa-t.$(OBJEXT) \ tests/portable/inet_ntoa.$(OBJEXT) tests_portable_inet_ntoa_t_OBJECTS = \ $(am_tests_portable_inet_ntoa_t_OBJECTS) tests_portable_inet_ntoa_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_inet_ntop_t_OBJECTS = \ tests/portable/inet_ntop-t.$(OBJEXT) \ tests/portable/inet_ntop.$(OBJEXT) tests_portable_inet_ntop_t_OBJECTS = \ $(am_tests_portable_inet_ntop_t_OBJECTS) tests_portable_inet_ntop_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_setenv_t_OBJECTS = \ tests/portable/setenv-t.$(OBJEXT) \ tests/portable/setenv.$(OBJEXT) tests_portable_setenv_t_OBJECTS = \ $(am_tests_portable_setenv_t_OBJECTS) tests_portable_setenv_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_snprintf_t_OBJECTS = \ tests/portable/snprintf-t.$(OBJEXT) \ tests/portable/snprintf.$(OBJEXT) tests_portable_snprintf_t_OBJECTS = \ $(am_tests_portable_snprintf_t_OBJECTS) tests_portable_snprintf_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_strlcat_t_OBJECTS = \ tests/portable/strlcat-t.$(OBJEXT) \ tests/portable/strlcat.$(OBJEXT) tests_portable_strlcat_t_OBJECTS = \ $(am_tests_portable_strlcat_t_OBJECTS) tests_portable_strlcat_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la am_tests_portable_strlcpy_t_OBJECTS = \ tests/portable/strlcpy-t.$(OBJEXT) \ tests/portable/strlcpy.$(OBJEXT) tests_portable_strlcpy_t_OBJECTS = \ $(am_tests_portable_strlcpy_t_OBJECTS) tests_portable_strlcpy_t_DEPENDENCIES = tests/tap/libtap.a \ portable/libportable.la tests_runtests_SOURCES = tests/runtests.c tests_runtests_OBJECTS = tests/tests_runtests-runtests.$(OBJEXT) tests_runtests_LDADD = $(LDADD) am__objects_1 = server/commands.$(OBJEXT) server/config.$(OBJEXT) \ server/generic.$(OBJEXT) server/logging.$(OBJEXT) \ server/server-v1.$(OBJEXT) server/server-v2.$(OBJEXT) am_tests_server_accept_t_OBJECTS = tests/server/accept-t.$(OBJEXT) \ $(am__objects_1) tests_server_accept_t_OBJECTS = $(am_tests_server_accept_t_OBJECTS) tests_server_accept_t_DEPENDENCIES = tests/tap/libtap.a \ util/libutil.la portable/libportable.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) tests_server_accept_t_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(tests_server_accept_t_LDFLAGS) \ $(LDFLAGS) -o $@ am_tests_server_acl_t_OBJECTS = tests/server/acl-t.$(OBJEXT) \ $(am__objects_1) tests_server_acl_t_OBJECTS = $(am_tests_server_acl_t_OBJECTS) tests_server_acl_t_DEPENDENCIES = tests/tap/libtap.a util/libutil.la \ portable/libportable.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) tests_server_acl_t_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(tests_server_acl_t_LDFLAGS) \ $(LDFLAGS) -o $@ am_tests_server_config_t_OBJECTS = tests/server/config-t.$(OBJEXT) \ $(am__objects_1) tests_server_config_t_OBJECTS = $(am_tests_server_config_t_OBJECTS) tests_server_config_t_DEPENDENCIES = tests/tap/libtap.a \ util/libutil.la portable/libportable.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) tests_server_config_t_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(tests_server_config_t_LDFLAGS) \ $(LDFLAGS) -o $@ tests_server_continue_t_SOURCES = tests/server/continue-t.c tests_server_continue_t_OBJECTS = tests/server/continue-t.$(OBJEXT) tests_server_continue_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a util/libutil.la portable/libportable.la tests_server_env_t_SOURCES = tests/server/env-t.c tests_server_env_t_OBJECTS = tests/server/env-t.$(OBJEXT) tests_server_env_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a util/libutil.la portable/libportable.la tests_server_errors_t_SOURCES = tests/server/errors-t.c tests_server_errors_t_OBJECTS = tests/server/errors-t.$(OBJEXT) tests_server_errors_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a util/libutil.la portable/libportable.la tests_server_invalid_t_SOURCES = tests/server/invalid-t.c tests_server_invalid_t_OBJECTS = tests/server/invalid-t.$(OBJEXT) tests_server_invalid_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a util/libutil.la portable/libportable.la am_tests_server_logging_t_OBJECTS = tests/server/logging-t.$(OBJEXT) \ $(am__objects_1) tests_server_logging_t_OBJECTS = $(am_tests_server_logging_t_OBJECTS) tests_server_logging_t_DEPENDENCIES = tests/tap/libtap.a \ util/libutil.la portable/libportable.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) tests_server_logging_t_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(tests_server_logging_t_LDFLAGS) \ $(LDFLAGS) -o $@ tests_server_stdin_t_SOURCES = tests/server/stdin-t.c tests_server_stdin_t_OBJECTS = tests/server/stdin-t.$(OBJEXT) tests_server_stdin_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a util/libutil.la portable/libportable.la tests_server_streaming_t_SOURCES = tests/server/streaming-t.c tests_server_streaming_t_OBJECTS = tests/server/streaming-t.$(OBJEXT) tests_server_streaming_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a util/libutil.la portable/libportable.la tests_server_version_t_SOURCES = tests/server/version-t.c tests_server_version_t_OBJECTS = tests/server/version-t.$(OBJEXT) tests_server_version_t_DEPENDENCIES = client/libremctl.la \ tests/tap/libtap.a util/libutil.la portable/libportable.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) tests_server_version_t_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(tests_server_version_t_LDFLAGS) \ $(LDFLAGS) -o $@ tests_util_concat_t_SOURCES = tests/util/concat-t.c tests_util_concat_t_OBJECTS = tests/util/concat-t.$(OBJEXT) tests_util_concat_t_DEPENDENCIES = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_util_fdflag_t_SOURCES = tests/util/fdflag-t.c tests_util_fdflag_t_OBJECTS = tests/util/fdflag-t.$(OBJEXT) tests_util_fdflag_t_DEPENDENCIES = tests/tap/libtap.a util/libutil.la \ portable/libportable.la am_tests_util_gss_tokens_t_OBJECTS = tests/util/faketoken.$(OBJEXT) \ tests/util/gss-tokens.$(OBJEXT) \ tests/util/gss-tokens-t.$(OBJEXT) tests_util_gss_tokens_t_OBJECTS = \ $(am_tests_util_gss_tokens_t_OBJECTS) tests_util_gss_tokens_t_DEPENDENCIES = tests/tap/libtap.a \ util/libutil.la portable/libportable.la $(am__DEPENDENCIES_1) tests_util_gss_tokens_t_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(tests_util_gss_tokens_t_LDFLAGS) \ $(LDFLAGS) -o $@ tests_util_messages_t_SOURCES = tests/util/messages-t.c tests_util_messages_t_OBJECTS = tests/util/messages-t.$(OBJEXT) tests_util_messages_t_DEPENDENCIES = tests/tap/libtap.a \ util/libutil.la portable/libportable.la tests_util_network_t_SOURCES = tests/util/network-t.c tests_util_network_t_OBJECTS = tests/util/network-t.$(OBJEXT) tests_util_network_t_DEPENDENCIES = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_util_tokens_t_SOURCES = tests/util/tokens-t.c tests_util_tokens_t_OBJECTS = tests/util/tokens-t.$(OBJEXT) tests_util_tokens_t_DEPENDENCIES = tests/tap/libtap.a util/libutil.la \ portable/libportable.la $(am__DEPENDENCIES_1) tests_util_tokens_t_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(tests_util_tokens_t_LDFLAGS) \ $(LDFLAGS) -o $@ tests_util_vector_t_SOURCES = tests/util/vector-t.c tests_util_vector_t_OBJECTS = tests/util/vector-t.$(OBJEXT) tests_util_vector_t_DEPENDENCIES = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_util_xmalloc_SOURCES = tests/util/xmalloc.c tests_util_xmalloc_OBJECTS = tests/util/xmalloc.$(OBJEXT) tests_util_xmalloc_DEPENDENCIES = util/libutil.la \ portable/libportable.la am_tests_util_xwrite_t_OBJECTS = tests/util/fakewrite.$(OBJEXT) \ tests/util/xwrite.$(OBJEXT) tests/util/xwrite-t.$(OBJEXT) tests_util_xwrite_t_OBJECTS = $(am_tests_util_xwrite_t_OBJECTS) tests_util_xwrite_t_DEPENDENCIES = tests/tap/libtap.a util/libutil.la \ portable/libportable.la DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(tests_tap_libtap_a_SOURCES) $(client_libremctl_la_SOURCES) \ $(portable_libportable_la_SOURCES) $(util_libutil_la_SOURCES) \ $(client_remctl_SOURCES) $(server_remctld_SOURCES) \ tests/client/api-t.c tests/client/large-t.c \ tests/client/open-t.c tests/data/cmd-background.c \ tests/data/cmd-closed.c tests/data/cmd-stdin.c \ tests/data/cmd-streaming.c \ $(tests_portable_asprintf_t_SOURCES) \ $(tests_portable_daemon_t_SOURCES) \ $(tests_portable_getaddrinfo_t_SOURCES) \ $(tests_portable_getnameinfo_t_SOURCES) \ $(tests_portable_getopt_t_SOURCES) \ $(tests_portable_inet_aton_t_SOURCES) \ $(tests_portable_inet_ntoa_t_SOURCES) \ $(tests_portable_inet_ntop_t_SOURCES) \ $(tests_portable_setenv_t_SOURCES) \ $(tests_portable_snprintf_t_SOURCES) \ $(tests_portable_strlcat_t_SOURCES) \ $(tests_portable_strlcpy_t_SOURCES) tests/runtests.c \ $(tests_server_accept_t_SOURCES) $(tests_server_acl_t_SOURCES) \ $(tests_server_config_t_SOURCES) tests/server/continue-t.c \ tests/server/env-t.c tests/server/errors-t.c \ tests/server/invalid-t.c $(tests_server_logging_t_SOURCES) \ tests/server/stdin-t.c tests/server/streaming-t.c \ tests/server/version-t.c tests/util/concat-t.c \ tests/util/fdflag-t.c $(tests_util_gss_tokens_t_SOURCES) \ tests/util/messages-t.c tests/util/network-t.c \ tests/util/tokens-t.c tests/util/vector-t.c \ tests/util/xmalloc.c $(tests_util_xwrite_t_SOURCES) DIST_SOURCES = $(tests_tap_libtap_a_SOURCES) \ $(client_libremctl_la_SOURCES) \ $(portable_libportable_la_SOURCES) $(util_libutil_la_SOURCES) \ $(client_remctl_SOURCES) $(server_remctld_SOURCES) \ tests/client/api-t.c tests/client/large-t.c \ tests/client/open-t.c tests/data/cmd-background.c \ tests/data/cmd-closed.c tests/data/cmd-stdin.c \ tests/data/cmd-streaming.c \ $(tests_portable_asprintf_t_SOURCES) \ $(tests_portable_daemon_t_SOURCES) \ $(tests_portable_getaddrinfo_t_SOURCES) \ $(tests_portable_getnameinfo_t_SOURCES) \ $(tests_portable_getopt_t_SOURCES) \ $(tests_portable_inet_aton_t_SOURCES) \ $(tests_portable_inet_ntoa_t_SOURCES) \ $(tests_portable_inet_ntop_t_SOURCES) \ $(tests_portable_setenv_t_SOURCES) \ $(tests_portable_snprintf_t_SOURCES) \ $(tests_portable_strlcat_t_SOURCES) \ $(tests_portable_strlcpy_t_SOURCES) tests/runtests.c \ $(tests_server_accept_t_SOURCES) $(tests_server_acl_t_SOURCES) \ $(tests_server_config_t_SOURCES) tests/server/continue-t.c \ tests/server/env-t.c tests/server/errors-t.c \ tests/server/invalid-t.c $(tests_server_logging_t_SOURCES) \ tests/server/stdin-t.c tests/server/streaming-t.c \ tests/server/version-t.c tests/util/concat-t.c \ tests/util/fdflag-t.c $(tests_util_gss_tokens_t_SOURCES) \ tests/util/messages-t.c tests/util/network-t.c \ tests/util/tokens-t.c tests/util/vector-t.c \ tests/util/xmalloc.c $(tests_util_xwrite_t_SOURCES) man1dir = $(mandir)/man1 man3dir = $(mandir)/man3 man8dir = $(mandir)/man8 NROFF = nroff MANS = $(dist_man_MANS) $(man_MANS) HEADERS = $(include_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d "$(distdir)" \ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr "$(distdir)"; }; } DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GPUT_CPPFLAGS = @GPUT_CPPFLAGS@ GPUT_LDFLAGS = @GPUT_LDFLAGS@ GPUT_LIBS = @GPUT_LIBS@ GREP = @GREP@ GSSAPI_CPPFLAGS = @GSSAPI_CPPFLAGS@ GSSAPI_LDFLAGS = @GSSAPI_LDFLAGS@ GSSAPI_LIBS = @GSSAPI_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PCRE_CONFIG = @PCRE_CONFIG@ PCRE_CPPFLAGS = @PCRE_CPPFLAGS@ PCRE_LDFLAGS = @PCRE_LDFLAGS@ PCRE_LIBS = @PCRE_LIBS@ PHPIZE = @PHPIZE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ VERSION_LDFLAGS = @VERSION_LDFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # These variables exist only for the use of the Debian packaging and similar # situations and aren't normally set. PYTHON_INSTALL adds additional flags # to the setup.py install command. PYTHON_VERSION narrows the search for # Python build directories during make check to only those matching that # version. RUBY controls which Ruby interpretor is used to do the build. PYTHON_INSTALL = PYTHON_VERSION = RUBY = ruby # These three lists of files are needed for Perl builds, Python builds, and # for the test suite and are not generated or touched by configure. They're # listed here to be added to EXTRA_DIST and so that they can be copied over # properly for builddir != srcdir builds. PERL_FILES = perl/Remctl.xs perl/typemap perl/t/pod.t perl/t/stanford-netdb.t PHP_FILES = php/README php/php_remctl.c php/test-wrapper php/tests/001.phpt \ php/tests/002.phpt php/tests/003.phpt PYTHON_FILES = python/MANIFEST.in python/README python/_remctlmodule.c AUTOMAKE_OPTIONS = foreign subdir-objects ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = .gitignore LICENSE Makefile.w32 autogen client/libremctl.rc \ client/mapfile client/remctl.rc config.h.w32 configure.cmd \ docs/api/remctl.pod docs/api/remctl_close.pod \ docs/api/remctl_command.pod docs/api/remctl_error.pod \ docs/api/remctl_new.pod docs/api/remctl_open.pod \ docs/api/remctl_output.pod docs/design.html docs/extending \ docs/protocol-v3 docs/protocol.txt docs/protocol.html \ docs/protocol.xml docs/remctl.pod docs/remctld.8.in docs/remctld.pod \ examples/remctl.conf examples/rsh-wrapper examples/xinetd \ java/.classpath java/.project java/Makefile java/README \ java/bcsKeytab.conf java/gss_jaas.conf java/j3.conf java/k5.conf \ java/org/eyrie/eagle/remctl/Remctl.java \ java/org/eyrie/eagle/remctl/RemctlClient.java \ java/org/eyrie/eagle/remctl/RemctlServer.java java/t5.java \ java/t7.java portable/winsock.c remctl.spec ruby/README \ ruby/remctl.c tests/TESTS tests/client/remctl-t tests/data/README \ tests/data/acl-bad-include tests/data/acl-bad-syntax \ tests/data/acl-nonexistant tests/data/acl-recursive \ tests/data/acl-simple tests/data/acl-too-long tests/data/acl-valid-3 \ tests/data/acls/VALID_09 tests/data/acls/val\#id \ tests/data/acls/val.id tests/data/acls/valid tests/data/acls/valid-2 \ tests/data/acls/val~id tests/data/acls2/valid-4 tests/data/cmd-argv \ tests/data/cmd-env tests/data/cmd-hello tests/data/cmd-status \ tests/data/conf-simple tests/data/conf-test \ tests/data/configs/bad-logmask-1 tests/data/configs/bad-logmask-2 \ tests/data/configs/bad-logmask-3 tests/data/configs/bad-logmask-4 \ tests/data/configs/bad-option-1 tests/data/gput \ tests/docs/pod-spelling-t tests/docs/pod-t tests/tap/kerberos.sh \ tests/tap/libtap.sh tests/tap/remctl.sh tests/server/misc-t \ tests/util/xmalloc-t $(PERL_FILES) $(PHP_FILES) $(PYTHON_FILES) # Set this globally, since we have too many header files that include the # GSS-API headers even if the code itself doesn't call GSS-API functions. AM_CPPFLAGS = $(GSSAPI_CPPFLAGS) lib_LTLIBRARIES = client/libremctl.la client_libremctl_la_SOURCES = client/api.c client/client-v1.c \ client/client-v2.c client/error.c client/internal.h client/open.c client_libremctl_la_LDFLAGS = -version-info 1:2:0 $(VERSION_LDFLAGS) \ $(GSSAPI_LDFLAGS) client_libremctl_la_LIBADD = util/libutil.la $(GSSAPI_LIBS) include_HEADERS = client/remctl.h noinst_LTLIBRARIES = portable/libportable.la util/libutil.la portable_libportable_la_SOURCES = portable/dummy.c portable/getaddrinfo.h \ portable/getnameinfo.h portable/getopt.h portable/gssapi.h \ portable/macros.h portable/socket.h portable/stdbool.h \ portable/system.h portable/uio.h portable_libportable_la_LIBADD = $(LTLIBOBJS) util_libutil_la_SOURCES = util/concat.c util/concat.h util/fdflag.c \ util/fdflag.h util/gss-errors.c util/gss-errors.h util/gss-tokens.c \ util/gss-tokens.h util/macros.h util/messages.c util/messages.h \ util/network.c util/network.h util/protocol.h util/tokens.c \ util/tokens.h util/vector.c util/vector.h util/xmalloc.c \ util/xmalloc.h util/xwrite.c util/xwrite.h util_libutil_la_LDFLAGS = $(GSSAPI_LDFLAGS) util_libutil_la_LIBADD = portable/libportable.la $(GSSAPI_LIBS) client_remctl_SOURCES = client/remctl.c client_remctl_LDADD = client/libremctl.la util/libutil.la server_remctld_SOURCES = server/commands.c server/config.c server/generic.c \ server/logging.c server/internal.h server/remctld.c \ server/server-v1.c server/server-v2.c server_remctld_CPPFLAGS = -DCONFIG_FILE=\"$(sysconfdir)/remctl.conf\" \ $(GSSAPI_CPPFLAGS) $(GPUT_CPPFLAGS) $(PCRE_CPPFLAGS) server_remctld_LDFLAGS = $(GSSAPI_LDFLAGS) $(GPUT_LDFLAGS) $(PCRE_LDFLAGS) server_remctld_LDADD = util/libutil.la $(GSSAPI_LIBS) $(GPUT_LIBS) \ $(PCRE_LIBS) dist_man_MANS = docs/api/remctl.3 docs/api/remctl_close.3 \ docs/api/remctl_command.3 docs/api/remctl_error.3 \ docs/api/remctl_new.3 docs/api/remctl_open.3 \ docs/api/remctl_output.3 docs/remctl.1 man_MANS = docs/remctld.8 CLEANFILES = docs/remctld.8 stamp-python DISTCLEANFILES = perl/Makefile python/MANIFEST MAINTAINERCLEANFILES = Makefile.in aclocal.m4 build-aux/compile \ build-aux/config.guess build-aux/config.sub build-aux/depcomp \ build-aux/install-sh build-aux/ltmain.sh build-aux/missing \ config.h.in config.h.in~ configure docs/api/*.3 docs/protocol.html \ docs/protocol.txt docs/remctl.1 docs/remctld.8.in \ m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 \ m4/lt~obsolete.m4 # A set of flags for warnings. Add -O because gcc won't find some warnings # without optimization turned on, and add -DDEBUG=1 so we'll also compile all # debugging code and test it. WARNINGS = -g -O -DDEBUG=1 -Wall -W -Wendif-labels -Wpointer-arith \ -Wbad-function-cast -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wnested-externs -Werror @GCC_FALSE@PERL_WARNINGS = # Suppress some warnings for Perl, PHP, Python, and Ruby code because the # auto-generated code doesn't pass them. @GCC_TRUE@PERL_WARNINGS = -Wno-write-strings -Wno-nested-externs \ @GCC_TRUE@ -Wno-strict-prototypes @GCC_FALSE@PHP_WARNINGS = @GCC_TRUE@PHP_WARNINGS = -Wno-strict-prototypes -Wno-write-strings \ @GCC_TRUE@ -Wno-missing-prototypes -Wno-unused-parameter @GCC_FALSE@PYTHON_WARNINGS = @GCC_TRUE@PYTHON_WARNINGS = -Wno-unused-parameter @GCC_FALSE@RUBY_WARNINGS = @GCC_TRUE@RUBY_WARNINGS = -Wno-strict-prototypes check_LIBRARIES = tests/tap/libtap.a tests_runtests_CPPFLAGS = -DSOURCE='"$(abs_top_srcdir)/tests"' \ -DBUILD='"$(abs_top_builddir)/tests"' tests_tap_libtap_a_CPPFLAGS = -I$(abs_top_srcdir)/tests tests_tap_libtap_a_SOURCES = tests/tap/basic.c tests/tap/basic.h \ tests/tap/kerberos.h tests/tap/kinit.c tests/tap/messages.c \ tests/tap/messages.h tests/tap/process.c tests/tap/process.h \ tests/tap/remctl.c tests/tap/remctl.h # Used for server tests. SERVER_FILES = server/commands.c server/config.c server/generic.c \ server/logging.c server/server-v1.c server/server-v2.c # All of the test programs. tests_client_api_t_LDADD = client/libremctl.la tests/tap/libtap.a \ portable/libportable.la util/libutil.la tests_client_open_t_LDFLAGS = $(GSSAPI_LDFLAGS) tests_client_open_t_LDADD = client/libremctl.la tests/tap/libtap.a \ portable/libportable.la util/libutil.la $(GSSAPI_LIBS) tests_client_large_t_LDADD = client/libremctl.la tests/tap/libtap.a \ portable/libportable.la util/libutil.la tests_data_cmd_stdin_LDADD = util/libutil.la tests_portable_asprintf_t_SOURCES = tests/portable/asprintf-t.c \ tests/portable/asprintf.c tests_portable_asprintf_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_daemon_t_SOURCES = tests/portable/daemon-t.c \ tests/portable/daemon.c tests_portable_daemon_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_getaddrinfo_t_SOURCES = tests/portable/getaddrinfo-t.c \ tests/portable/getaddrinfo.c tests_portable_getaddrinfo_t_LDADD = tests/tap/libtap.a \ portable/libportable.la tests_portable_getnameinfo_t_SOURCES = tests/portable/getnameinfo-t.c \ tests/portable/getnameinfo.c tests_portable_getnameinfo_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_portable_getopt_t_SOURCES = tests/portable/getopt-t.c \ tests/portable/getopt.c tests_portable_getopt_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_inet_aton_t_SOURCES = tests/portable/inet_aton-t.c \ tests/portable/inet_aton.c tests_portable_inet_aton_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_inet_ntoa_t_SOURCES = tests/portable/inet_ntoa-t.c \ tests/portable/inet_ntoa.c tests_portable_inet_ntoa_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_inet_ntop_t_SOURCES = tests/portable/inet_ntop-t.c \ tests/portable/inet_ntop.c tests_portable_inet_ntop_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_setenv_t_SOURCES = tests/portable/setenv-t.c \ tests/portable/setenv.c tests_portable_setenv_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_snprintf_t_SOURCES = tests/portable/snprintf-t.c \ tests/portable/snprintf.c tests_portable_snprintf_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_strlcat_t_SOURCES = tests/portable/strlcat-t.c \ tests/portable/strlcat.c tests_portable_strlcat_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_portable_strlcpy_t_SOURCES = tests/portable/strlcpy-t.c \ tests/portable/strlcpy.c tests_portable_strlcpy_t_LDADD = tests/tap/libtap.a portable/libportable.la tests_server_accept_t_SOURCES = tests/server/accept-t.c $(SERVER_FILES) tests_server_accept_t_LDFLAGS = $(GSSAPI_LDFLAGS) $(GPUT_LDFLAGS) \ $(PCRE_LDFLAGS) tests_server_accept_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la $(GSSAPI_LIBS) $(GPUT_LIBS) $(PCRE_LIBS) tests_server_acl_t_SOURCES = tests/server/acl-t.c $(SERVER_FILES) tests_server_acl_t_LDFLAGS = $(GPUT_LDFLAGS) $(PCRE_LDFLAGS) tests_server_acl_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la $(GPUT_LIBS) $(PCRE_LIBS) tests_server_config_t_SOURCES = tests/server/config-t.c $(SERVER_FILES) tests_server_config_t_LDFLAGS = $(GPUT_LDFLAGS) $(PCRE_LDFLAGS) tests_server_config_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la $(GPUT_LIBS) $(PCRE_LIBS) tests_server_continue_t_LDADD = client/libremctl.la tests/tap/libtap.a \ util/libutil.la portable/libportable.la tests_server_env_t_LDADD = client/libremctl.la tests/tap/libtap.a \ util/libutil.la portable/libportable.la tests_server_errors_t_LDADD = client/libremctl.la tests/tap/libtap.a \ util/libutil.la portable/libportable.la tests_server_invalid_t_LDADD = client/libremctl.la tests/tap/libtap.a \ util/libutil.la portable/libportable.la tests_server_logging_t_SOURCES = tests/server/logging-t.c $(SERVER_FILES) tests_server_logging_t_LDFLAGS = $(GPUT_LDFLAGS) $(PCRE_LDFLAGS) tests_server_logging_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la $(GSSAPI_LIBS) $(GPUT_LIBS) $(PCRE_LIBS) tests_server_stdin_t_LDADD = client/libremctl.la tests/tap/libtap.a \ util/libutil.la portable/libportable.la tests_server_streaming_t_LDADD = client/libremctl.la tests/tap/libtap.a \ util/libutil.la portable/libportable.la tests_server_version_t_LDFLAGS = $(GSSAPI_LDFLAGS) $(PCRE_LDFLAGS) tests_server_version_t_LDADD = client/libremctl.la tests/tap/libtap.a \ util/libutil.la portable/libportable.la $(GSSAPI_LIBS) $(PCRE_LIBS) tests_util_concat_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_util_fdflag_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_util_gss_tokens_t_SOURCES = tests/util/faketoken.c \ tests/util/gss-tokens.c tests/util/gss-tokens-t.c tests_util_gss_tokens_t_LDFLAGS = $(GSSAPI_LDFLAGS) tests_util_gss_tokens_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la $(GSSAPI_LIBS) tests_util_messages_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_util_network_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_util_tokens_t_LDFLAGS = $(GSSAPI_LDFLAGS) tests_util_tokens_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la $(GSSAPI_LIBS) tests_util_vector_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la tests_util_xmalloc_LDADD = util/libutil.la portable/libportable.la tests_util_xwrite_t_SOURCES = tests/util/fakewrite.c tests/util/xwrite.c \ tests/util/xwrite-t.c tests_util_xwrite_t_LDADD = tests/tap/libtap.a util/libutil.la \ portable/libportable.la # Used for hooking in the build of optional language bindings. BINDINGS = $(am__append_1) $(am__append_3) $(am__append_5) \ $(am__append_7) BINDINGS_INSTALL = $(am__append_2) $(am__append_4) $(am__append_6) \ $(am__append_8) all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj am--refresh: @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 java/build.xml: $(top_builddir)/config.status $(top_srcdir)/java/build.xml.in cd $(top_builddir) && $(SHELL) ./config.status $@ java/local.properties: $(top_builddir)/config.status $(top_srcdir)/java/local.properties.in cd $(top_builddir) && $(SHELL) ./config.status $@ perl/Makefile.PL: $(top_builddir)/config.status $(top_srcdir)/perl/Makefile.PL.in cd $(top_builddir) && $(SHELL) ./config.status $@ perl/Remctl.pm: $(top_builddir)/config.status $(top_srcdir)/perl/Remctl.pm.in cd $(top_builddir) && $(SHELL) ./config.status $@ perl/t/api.t: $(top_builddir)/config.status $(top_srcdir)/perl/t/api.t.in cd $(top_builddir) && $(SHELL) ./config.status $@ php/config.m4: $(top_builddir)/config.status $(top_srcdir)/php/config.m4.in cd $(top_builddir) && $(SHELL) ./config.status $@ php/php_remctl.h: $(top_builddir)/config.status $(top_srcdir)/php/php_remctl.h.in cd $(top_builddir) && $(SHELL) ./config.status $@ python/remctl.py: $(top_builddir)/config.status $(top_srcdir)/python/remctl.py.in cd $(top_builddir) && $(SHELL) ./config.status $@ python/setup.py: $(top_builddir)/config.status $(top_srcdir)/python/setup.py.in cd $(top_builddir) && $(SHELL) ./config.status $@ python/test_remctl.py: $(top_builddir)/config.status $(top_srcdir)/python/test_remctl.py.in cd $(top_builddir) && $(SHELL) ./config.status $@ ruby/extconf.rb: $(top_builddir)/config.status $(top_srcdir)/ruby/extconf.rb.in cd $(top_builddir) && $(SHELL) ./config.status $@ ruby/test_remctl.rb: $(top_builddir)/config.status $(top_srcdir)/ruby/test_remctl.rb.in cd $(top_builddir) && $(SHELL) ./config.status $@ clean-checkLIBRARIES: -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES) tests/tap/$(am__dirstamp): @$(MKDIR_P) tests/tap @: > tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) tests/tap/$(DEPDIR) @: > tests/tap/$(DEPDIR)/$(am__dirstamp) tests/tap/tests_tap_libtap_a-basic.$(OBJEXT): \ tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp) tests/tap/tests_tap_libtap_a-kinit.$(OBJEXT): \ tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp) tests/tap/tests_tap_libtap_a-messages.$(OBJEXT): \ tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp) tests/tap/tests_tap_libtap_a-process.$(OBJEXT): \ tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp) tests/tap/tests_tap_libtap_a-remctl.$(OBJEXT): \ tests/tap/$(am__dirstamp) tests/tap/$(DEPDIR)/$(am__dirstamp) tests/tap/libtap.a: $(tests_tap_libtap_a_OBJECTS) $(tests_tap_libtap_a_DEPENDENCIES) tests/tap/$(am__dirstamp) $(AM_V_at)-rm -f tests/tap/libtap.a $(AM_V_AR)$(tests_tap_libtap_a_AR) tests/tap/libtap.a $(tests_tap_libtap_a_OBJECTS) $(tests_tap_libtap_a_LIBADD) $(AM_V_at)$(RANLIB) tests/tap/libtap.a install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done client/$(am__dirstamp): @$(MKDIR_P) client @: > client/$(am__dirstamp) client/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) client/$(DEPDIR) @: > client/$(DEPDIR)/$(am__dirstamp) client/api.lo: client/$(am__dirstamp) client/$(DEPDIR)/$(am__dirstamp) client/client-v1.lo: client/$(am__dirstamp) \ client/$(DEPDIR)/$(am__dirstamp) client/client-v2.lo: client/$(am__dirstamp) \ client/$(DEPDIR)/$(am__dirstamp) client/error.lo: client/$(am__dirstamp) \ client/$(DEPDIR)/$(am__dirstamp) client/open.lo: client/$(am__dirstamp) \ client/$(DEPDIR)/$(am__dirstamp) client/libremctl.la: $(client_libremctl_la_OBJECTS) $(client_libremctl_la_DEPENDENCIES) client/$(am__dirstamp) $(AM_V_CCLD)$(client_libremctl_la_LINK) -rpath $(libdir) $(client_libremctl_la_OBJECTS) $(client_libremctl_la_LIBADD) $(LIBS) portable/$(am__dirstamp): @$(MKDIR_P) portable @: > portable/$(am__dirstamp) portable/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) portable/$(DEPDIR) @: > portable/$(DEPDIR)/$(am__dirstamp) portable/dummy.lo: portable/$(am__dirstamp) \ portable/$(DEPDIR)/$(am__dirstamp) portable/libportable.la: $(portable_libportable_la_OBJECTS) $(portable_libportable_la_DEPENDENCIES) portable/$(am__dirstamp) $(AM_V_CCLD)$(LINK) $(portable_libportable_la_OBJECTS) $(portable_libportable_la_LIBADD) $(LIBS) util/$(am__dirstamp): @$(MKDIR_P) util @: > util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) util/$(DEPDIR) @: > util/$(DEPDIR)/$(am__dirstamp) util/concat.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp) util/fdflag.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp) util/gss-errors.lo: util/$(am__dirstamp) \ util/$(DEPDIR)/$(am__dirstamp) util/gss-tokens.lo: util/$(am__dirstamp) \ util/$(DEPDIR)/$(am__dirstamp) util/messages.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp) util/network.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp) util/tokens.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp) util/vector.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp) util/xmalloc.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp) util/xwrite.lo: util/$(am__dirstamp) util/$(DEPDIR)/$(am__dirstamp) util/libutil.la: $(util_libutil_la_OBJECTS) $(util_libutil_la_DEPENDENCIES) util/$(am__dirstamp) $(AM_V_CCLD)$(util_libutil_la_LINK) $(util_libutil_la_OBJECTS) $(util_libutil_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list install-sbinPROGRAMS: $(sbin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ } \ ; done uninstall-sbinPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(sbindir)" && rm -f $$files clean-sbinPROGRAMS: @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list client/remctl.$(OBJEXT): client/$(am__dirstamp) \ client/$(DEPDIR)/$(am__dirstamp) client/remctl$(EXEEXT): $(client_remctl_OBJECTS) $(client_remctl_DEPENDENCIES) client/$(am__dirstamp) @rm -f client/remctl$(EXEEXT) $(AM_V_CCLD)$(LINK) $(client_remctl_OBJECTS) $(client_remctl_LDADD) $(LIBS) server/$(am__dirstamp): @$(MKDIR_P) server @: > server/$(am__dirstamp) server/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) server/$(DEPDIR) @: > server/$(DEPDIR)/$(am__dirstamp) server/server_remctld-commands.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/server_remctld-config.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/server_remctld-generic.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/server_remctld-logging.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/server_remctld-remctld.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/server_remctld-server-v1.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/server_remctld-server-v2.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/remctld$(EXEEXT): $(server_remctld_OBJECTS) $(server_remctld_DEPENDENCIES) server/$(am__dirstamp) @rm -f server/remctld$(EXEEXT) $(AM_V_CCLD)$(server_remctld_LINK) $(server_remctld_OBJECTS) $(server_remctld_LDADD) $(LIBS) tests/client/$(am__dirstamp): @$(MKDIR_P) tests/client @: > tests/client/$(am__dirstamp) tests/client/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) tests/client/$(DEPDIR) @: > tests/client/$(DEPDIR)/$(am__dirstamp) tests/client/api-t.$(OBJEXT): tests/client/$(am__dirstamp) \ tests/client/$(DEPDIR)/$(am__dirstamp) tests/client/api-t$(EXEEXT): $(tests_client_api_t_OBJECTS) $(tests_client_api_t_DEPENDENCIES) tests/client/$(am__dirstamp) @rm -f tests/client/api-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_client_api_t_OBJECTS) $(tests_client_api_t_LDADD) $(LIBS) tests/client/large-t.$(OBJEXT): tests/client/$(am__dirstamp) \ tests/client/$(DEPDIR)/$(am__dirstamp) tests/client/large-t$(EXEEXT): $(tests_client_large_t_OBJECTS) $(tests_client_large_t_DEPENDENCIES) tests/client/$(am__dirstamp) @rm -f tests/client/large-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_client_large_t_OBJECTS) $(tests_client_large_t_LDADD) $(LIBS) tests/client/open-t.$(OBJEXT): tests/client/$(am__dirstamp) \ tests/client/$(DEPDIR)/$(am__dirstamp) tests/client/open-t$(EXEEXT): $(tests_client_open_t_OBJECTS) $(tests_client_open_t_DEPENDENCIES) tests/client/$(am__dirstamp) @rm -f tests/client/open-t$(EXEEXT) $(AM_V_CCLD)$(tests_client_open_t_LINK) $(tests_client_open_t_OBJECTS) $(tests_client_open_t_LDADD) $(LIBS) tests/data/$(am__dirstamp): @$(MKDIR_P) tests/data @: > tests/data/$(am__dirstamp) tests/data/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) tests/data/$(DEPDIR) @: > tests/data/$(DEPDIR)/$(am__dirstamp) tests/data/cmd-background.$(OBJEXT): tests/data/$(am__dirstamp) \ tests/data/$(DEPDIR)/$(am__dirstamp) tests/data/cmd-background$(EXEEXT): $(tests_data_cmd_background_OBJECTS) $(tests_data_cmd_background_DEPENDENCIES) tests/data/$(am__dirstamp) @rm -f tests/data/cmd-background$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_data_cmd_background_OBJECTS) $(tests_data_cmd_background_LDADD) $(LIBS) tests/data/cmd-closed.$(OBJEXT): tests/data/$(am__dirstamp) \ tests/data/$(DEPDIR)/$(am__dirstamp) tests/data/cmd-closed$(EXEEXT): $(tests_data_cmd_closed_OBJECTS) $(tests_data_cmd_closed_DEPENDENCIES) tests/data/$(am__dirstamp) @rm -f tests/data/cmd-closed$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_data_cmd_closed_OBJECTS) $(tests_data_cmd_closed_LDADD) $(LIBS) tests/data/cmd-stdin.$(OBJEXT): tests/data/$(am__dirstamp) \ tests/data/$(DEPDIR)/$(am__dirstamp) tests/data/cmd-stdin$(EXEEXT): $(tests_data_cmd_stdin_OBJECTS) $(tests_data_cmd_stdin_DEPENDENCIES) tests/data/$(am__dirstamp) @rm -f tests/data/cmd-stdin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_data_cmd_stdin_OBJECTS) $(tests_data_cmd_stdin_LDADD) $(LIBS) tests/data/cmd-streaming.$(OBJEXT): tests/data/$(am__dirstamp) \ tests/data/$(DEPDIR)/$(am__dirstamp) tests/data/cmd-streaming$(EXEEXT): $(tests_data_cmd_streaming_OBJECTS) $(tests_data_cmd_streaming_DEPENDENCIES) tests/data/$(am__dirstamp) @rm -f tests/data/cmd-streaming$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_data_cmd_streaming_OBJECTS) $(tests_data_cmd_streaming_LDADD) $(LIBS) tests/portable/$(am__dirstamp): @$(MKDIR_P) tests/portable @: > tests/portable/$(am__dirstamp) tests/portable/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) tests/portable/$(DEPDIR) @: > tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/asprintf-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/asprintf.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/asprintf-t$(EXEEXT): $(tests_portable_asprintf_t_OBJECTS) $(tests_portable_asprintf_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/asprintf-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_asprintf_t_OBJECTS) $(tests_portable_asprintf_t_LDADD) $(LIBS) tests/portable/daemon-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/daemon.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/daemon-t$(EXEEXT): $(tests_portable_daemon_t_OBJECTS) $(tests_portable_daemon_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/daemon-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_daemon_t_OBJECTS) $(tests_portable_daemon_t_LDADD) $(LIBS) tests/portable/getaddrinfo-t.$(OBJEXT): \ tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/getaddrinfo.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/getaddrinfo-t$(EXEEXT): $(tests_portable_getaddrinfo_t_OBJECTS) $(tests_portable_getaddrinfo_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/getaddrinfo-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_getaddrinfo_t_OBJECTS) $(tests_portable_getaddrinfo_t_LDADD) $(LIBS) tests/portable/getnameinfo-t.$(OBJEXT): \ tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/getnameinfo.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/getnameinfo-t$(EXEEXT): $(tests_portable_getnameinfo_t_OBJECTS) $(tests_portable_getnameinfo_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/getnameinfo-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_getnameinfo_t_OBJECTS) $(tests_portable_getnameinfo_t_LDADD) $(LIBS) tests/portable/getopt-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/getopt.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/getopt-t$(EXEEXT): $(tests_portable_getopt_t_OBJECTS) $(tests_portable_getopt_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/getopt-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_getopt_t_OBJECTS) $(tests_portable_getopt_t_LDADD) $(LIBS) tests/portable/inet_aton-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/inet_aton.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/inet_aton-t$(EXEEXT): $(tests_portable_inet_aton_t_OBJECTS) $(tests_portable_inet_aton_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/inet_aton-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_inet_aton_t_OBJECTS) $(tests_portable_inet_aton_t_LDADD) $(LIBS) tests/portable/inet_ntoa-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/inet_ntoa.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/inet_ntoa-t$(EXEEXT): $(tests_portable_inet_ntoa_t_OBJECTS) $(tests_portable_inet_ntoa_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/inet_ntoa-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_inet_ntoa_t_OBJECTS) $(tests_portable_inet_ntoa_t_LDADD) $(LIBS) tests/portable/inet_ntop-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/inet_ntop.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/inet_ntop-t$(EXEEXT): $(tests_portable_inet_ntop_t_OBJECTS) $(tests_portable_inet_ntop_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/inet_ntop-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_inet_ntop_t_OBJECTS) $(tests_portable_inet_ntop_t_LDADD) $(LIBS) tests/portable/setenv-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/setenv.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/setenv-t$(EXEEXT): $(tests_portable_setenv_t_OBJECTS) $(tests_portable_setenv_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/setenv-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_setenv_t_OBJECTS) $(tests_portable_setenv_t_LDADD) $(LIBS) tests/portable/snprintf-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/snprintf.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/snprintf-t$(EXEEXT): $(tests_portable_snprintf_t_OBJECTS) $(tests_portable_snprintf_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/snprintf-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_snprintf_t_OBJECTS) $(tests_portable_snprintf_t_LDADD) $(LIBS) tests/portable/strlcat-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/strlcat.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/strlcat-t$(EXEEXT): $(tests_portable_strlcat_t_OBJECTS) $(tests_portable_strlcat_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/strlcat-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_strlcat_t_OBJECTS) $(tests_portable_strlcat_t_LDADD) $(LIBS) tests/portable/strlcpy-t.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/strlcpy.$(OBJEXT): tests/portable/$(am__dirstamp) \ tests/portable/$(DEPDIR)/$(am__dirstamp) tests/portable/strlcpy-t$(EXEEXT): $(tests_portable_strlcpy_t_OBJECTS) $(tests_portable_strlcpy_t_DEPENDENCIES) tests/portable/$(am__dirstamp) @rm -f tests/portable/strlcpy-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_portable_strlcpy_t_OBJECTS) $(tests_portable_strlcpy_t_LDADD) $(LIBS) tests/$(am__dirstamp): @$(MKDIR_P) tests @: > tests/$(am__dirstamp) tests/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) tests/$(DEPDIR) @: > tests/$(DEPDIR)/$(am__dirstamp) tests/tests_runtests-runtests.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) tests/runtests$(EXEEXT): $(tests_runtests_OBJECTS) $(tests_runtests_DEPENDENCIES) tests/$(am__dirstamp) @rm -f tests/runtests$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_runtests_OBJECTS) $(tests_runtests_LDADD) $(LIBS) tests/server/$(am__dirstamp): @$(MKDIR_P) tests/server @: > tests/server/$(am__dirstamp) tests/server/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) tests/server/$(DEPDIR) @: > tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/accept-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) server/commands.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/config.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/generic.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/logging.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/server-v1.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) server/server-v2.$(OBJEXT): server/$(am__dirstamp) \ server/$(DEPDIR)/$(am__dirstamp) tests/server/accept-t$(EXEEXT): $(tests_server_accept_t_OBJECTS) $(tests_server_accept_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/accept-t$(EXEEXT) $(AM_V_CCLD)$(tests_server_accept_t_LINK) $(tests_server_accept_t_OBJECTS) $(tests_server_accept_t_LDADD) $(LIBS) tests/server/acl-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/acl-t$(EXEEXT): $(tests_server_acl_t_OBJECTS) $(tests_server_acl_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/acl-t$(EXEEXT) $(AM_V_CCLD)$(tests_server_acl_t_LINK) $(tests_server_acl_t_OBJECTS) $(tests_server_acl_t_LDADD) $(LIBS) tests/server/config-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/config-t$(EXEEXT): $(tests_server_config_t_OBJECTS) $(tests_server_config_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/config-t$(EXEEXT) $(AM_V_CCLD)$(tests_server_config_t_LINK) $(tests_server_config_t_OBJECTS) $(tests_server_config_t_LDADD) $(LIBS) tests/server/continue-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/continue-t$(EXEEXT): $(tests_server_continue_t_OBJECTS) $(tests_server_continue_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/continue-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_server_continue_t_OBJECTS) $(tests_server_continue_t_LDADD) $(LIBS) tests/server/env-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/env-t$(EXEEXT): $(tests_server_env_t_OBJECTS) $(tests_server_env_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/env-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_server_env_t_OBJECTS) $(tests_server_env_t_LDADD) $(LIBS) tests/server/errors-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/errors-t$(EXEEXT): $(tests_server_errors_t_OBJECTS) $(tests_server_errors_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/errors-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_server_errors_t_OBJECTS) $(tests_server_errors_t_LDADD) $(LIBS) tests/server/invalid-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/invalid-t$(EXEEXT): $(tests_server_invalid_t_OBJECTS) $(tests_server_invalid_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/invalid-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_server_invalid_t_OBJECTS) $(tests_server_invalid_t_LDADD) $(LIBS) tests/server/logging-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/logging-t$(EXEEXT): $(tests_server_logging_t_OBJECTS) $(tests_server_logging_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/logging-t$(EXEEXT) $(AM_V_CCLD)$(tests_server_logging_t_LINK) $(tests_server_logging_t_OBJECTS) $(tests_server_logging_t_LDADD) $(LIBS) tests/server/stdin-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/stdin-t$(EXEEXT): $(tests_server_stdin_t_OBJECTS) $(tests_server_stdin_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/stdin-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_server_stdin_t_OBJECTS) $(tests_server_stdin_t_LDADD) $(LIBS) tests/server/streaming-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/streaming-t$(EXEEXT): $(tests_server_streaming_t_OBJECTS) $(tests_server_streaming_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/streaming-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_server_streaming_t_OBJECTS) $(tests_server_streaming_t_LDADD) $(LIBS) tests/server/version-t.$(OBJEXT): tests/server/$(am__dirstamp) \ tests/server/$(DEPDIR)/$(am__dirstamp) tests/server/version-t$(EXEEXT): $(tests_server_version_t_OBJECTS) $(tests_server_version_t_DEPENDENCIES) tests/server/$(am__dirstamp) @rm -f tests/server/version-t$(EXEEXT) $(AM_V_CCLD)$(tests_server_version_t_LINK) $(tests_server_version_t_OBJECTS) $(tests_server_version_t_LDADD) $(LIBS) tests/util/$(am__dirstamp): @$(MKDIR_P) tests/util @: > tests/util/$(am__dirstamp) tests/util/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) tests/util/$(DEPDIR) @: > tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/concat-t.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/concat-t$(EXEEXT): $(tests_util_concat_t_OBJECTS) $(tests_util_concat_t_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/concat-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_util_concat_t_OBJECTS) $(tests_util_concat_t_LDADD) $(LIBS) tests/util/fdflag-t.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/fdflag-t$(EXEEXT): $(tests_util_fdflag_t_OBJECTS) $(tests_util_fdflag_t_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/fdflag-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_util_fdflag_t_OBJECTS) $(tests_util_fdflag_t_LDADD) $(LIBS) tests/util/faketoken.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/gss-tokens.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/gss-tokens-t.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/gss-tokens-t$(EXEEXT): $(tests_util_gss_tokens_t_OBJECTS) $(tests_util_gss_tokens_t_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/gss-tokens-t$(EXEEXT) $(AM_V_CCLD)$(tests_util_gss_tokens_t_LINK) $(tests_util_gss_tokens_t_OBJECTS) $(tests_util_gss_tokens_t_LDADD) $(LIBS) tests/util/messages-t.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/messages-t$(EXEEXT): $(tests_util_messages_t_OBJECTS) $(tests_util_messages_t_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/messages-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_util_messages_t_OBJECTS) $(tests_util_messages_t_LDADD) $(LIBS) tests/util/network-t.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/network-t$(EXEEXT): $(tests_util_network_t_OBJECTS) $(tests_util_network_t_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/network-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_util_network_t_OBJECTS) $(tests_util_network_t_LDADD) $(LIBS) tests/util/tokens-t.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/tokens-t$(EXEEXT): $(tests_util_tokens_t_OBJECTS) $(tests_util_tokens_t_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/tokens-t$(EXEEXT) $(AM_V_CCLD)$(tests_util_tokens_t_LINK) $(tests_util_tokens_t_OBJECTS) $(tests_util_tokens_t_LDADD) $(LIBS) tests/util/vector-t.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/vector-t$(EXEEXT): $(tests_util_vector_t_OBJECTS) $(tests_util_vector_t_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/vector-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_util_vector_t_OBJECTS) $(tests_util_vector_t_LDADD) $(LIBS) tests/util/xmalloc.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/xmalloc$(EXEEXT): $(tests_util_xmalloc_OBJECTS) $(tests_util_xmalloc_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/xmalloc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_util_xmalloc_OBJECTS) $(tests_util_xmalloc_LDADD) $(LIBS) tests/util/fakewrite.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/xwrite.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/xwrite-t.$(OBJEXT): tests/util/$(am__dirstamp) \ tests/util/$(DEPDIR)/$(am__dirstamp) tests/util/xwrite-t$(EXEEXT): $(tests_util_xwrite_t_OBJECTS) $(tests_util_xwrite_t_DEPENDENCIES) tests/util/$(am__dirstamp) @rm -f tests/util/xwrite-t$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tests_util_xwrite_t_OBJECTS) $(tests_util_xwrite_t_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f client/api.$(OBJEXT) -rm -f client/api.lo -rm -f client/client-v1.$(OBJEXT) -rm -f client/client-v1.lo -rm -f client/client-v2.$(OBJEXT) -rm -f client/client-v2.lo -rm -f client/error.$(OBJEXT) -rm -f client/error.lo -rm -f client/open.$(OBJEXT) -rm -f client/open.lo -rm -f client/remctl.$(OBJEXT) -rm -f portable/dummy.$(OBJEXT) -rm -f portable/dummy.lo -rm -f server/commands.$(OBJEXT) -rm -f server/config.$(OBJEXT) -rm -f server/generic.$(OBJEXT) -rm -f server/logging.$(OBJEXT) -rm -f server/server-v1.$(OBJEXT) -rm -f server/server-v2.$(OBJEXT) -rm -f server/server_remctld-commands.$(OBJEXT) -rm -f server/server_remctld-config.$(OBJEXT) -rm -f server/server_remctld-generic.$(OBJEXT) -rm -f server/server_remctld-logging.$(OBJEXT) -rm -f server/server_remctld-remctld.$(OBJEXT) -rm -f server/server_remctld-server-v1.$(OBJEXT) -rm -f server/server_remctld-server-v2.$(OBJEXT) -rm -f tests/client/api-t.$(OBJEXT) -rm -f tests/client/large-t.$(OBJEXT) -rm -f tests/client/open-t.$(OBJEXT) -rm -f tests/data/cmd-background.$(OBJEXT) -rm -f tests/data/cmd-closed.$(OBJEXT) -rm -f tests/data/cmd-stdin.$(OBJEXT) -rm -f tests/data/cmd-streaming.$(OBJEXT) -rm -f tests/portable/asprintf-t.$(OBJEXT) -rm -f tests/portable/asprintf.$(OBJEXT) -rm -f tests/portable/daemon-t.$(OBJEXT) -rm -f tests/portable/daemon.$(OBJEXT) -rm -f tests/portable/getaddrinfo-t.$(OBJEXT) -rm -f tests/portable/getaddrinfo.$(OBJEXT) -rm -f tests/portable/getnameinfo-t.$(OBJEXT) -rm -f tests/portable/getnameinfo.$(OBJEXT) -rm -f tests/portable/getopt-t.$(OBJEXT) -rm -f tests/portable/getopt.$(OBJEXT) -rm -f tests/portable/inet_aton-t.$(OBJEXT) -rm -f tests/portable/inet_aton.$(OBJEXT) -rm -f tests/portable/inet_ntoa-t.$(OBJEXT) -rm -f tests/portable/inet_ntoa.$(OBJEXT) -rm -f tests/portable/inet_ntop-t.$(OBJEXT) -rm -f tests/portable/inet_ntop.$(OBJEXT) -rm -f tests/portable/setenv-t.$(OBJEXT) -rm -f tests/portable/setenv.$(OBJEXT) -rm -f tests/portable/snprintf-t.$(OBJEXT) -rm -f tests/portable/snprintf.$(OBJEXT) -rm -f tests/portable/strlcat-t.$(OBJEXT) -rm -f tests/portable/strlcat.$(OBJEXT) -rm -f tests/portable/strlcpy-t.$(OBJEXT) -rm -f tests/portable/strlcpy.$(OBJEXT) -rm -f tests/server/accept-t.$(OBJEXT) -rm -f tests/server/acl-t.$(OBJEXT) -rm -f tests/server/config-t.$(OBJEXT) -rm -f tests/server/continue-t.$(OBJEXT) -rm -f tests/server/env-t.$(OBJEXT) -rm -f tests/server/errors-t.$(OBJEXT) -rm -f tests/server/invalid-t.$(OBJEXT) -rm -f tests/server/logging-t.$(OBJEXT) -rm -f tests/server/stdin-t.$(OBJEXT) -rm -f tests/server/streaming-t.$(OBJEXT) -rm -f tests/server/version-t.$(OBJEXT) -rm -f tests/tap/tests_tap_libtap_a-basic.$(OBJEXT) -rm -f tests/tap/tests_tap_libtap_a-kinit.$(OBJEXT) -rm -f tests/tap/tests_tap_libtap_a-messages.$(OBJEXT) -rm -f tests/tap/tests_tap_libtap_a-process.$(OBJEXT) -rm -f tests/tap/tests_tap_libtap_a-remctl.$(OBJEXT) -rm -f tests/tests_runtests-runtests.$(OBJEXT) -rm -f tests/util/concat-t.$(OBJEXT) -rm -f tests/util/faketoken.$(OBJEXT) -rm -f tests/util/fakewrite.$(OBJEXT) -rm -f tests/util/fdflag-t.$(OBJEXT) -rm -f tests/util/gss-tokens-t.$(OBJEXT) -rm -f tests/util/gss-tokens.$(OBJEXT) -rm -f tests/util/messages-t.$(OBJEXT) -rm -f tests/util/network-t.$(OBJEXT) -rm -f tests/util/tokens-t.$(OBJEXT) -rm -f tests/util/vector-t.$(OBJEXT) -rm -f tests/util/xmalloc.$(OBJEXT) -rm -f tests/util/xwrite-t.$(OBJEXT) -rm -f tests/util/xwrite.$(OBJEXT) -rm -f util/concat.$(OBJEXT) -rm -f util/concat.lo -rm -f util/fdflag.$(OBJEXT) -rm -f util/fdflag.lo -rm -f util/gss-errors.$(OBJEXT) -rm -f util/gss-errors.lo -rm -f util/gss-tokens.$(OBJEXT) -rm -f util/gss-tokens.lo -rm -f util/messages.$(OBJEXT) -rm -f util/messages.lo -rm -f util/network.$(OBJEXT) -rm -f util/network.lo -rm -f util/tokens.$(OBJEXT) -rm -f util/tokens.lo -rm -f util/vector.$(OBJEXT) -rm -f util/vector.lo -rm -f util/xmalloc.$(OBJEXT) -rm -f util/xmalloc.lo -rm -f util/xwrite.$(OBJEXT) -rm -f util/xwrite.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@client/$(DEPDIR)/api.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@client/$(DEPDIR)/client-v1.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@client/$(DEPDIR)/client-v2.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@client/$(DEPDIR)/error.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@client/$(DEPDIR)/open.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@client/$(DEPDIR)/remctl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/asprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/daemon.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/dummy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/getaddrinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/getnameinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/getopt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/gssapi-mech.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/inet_aton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/inet_ntoa.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/inet_ntop.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/setenv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/snprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/strlcat.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@portable/$(DEPDIR)/strlcpy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/commands.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/config.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/generic.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/logging.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server-v1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server-v2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server_remctld-commands.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server_remctld-config.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server_remctld-generic.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server_remctld-logging.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server_remctld-remctld.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server_remctld-server-v1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@server/$(DEPDIR)/server_remctld-server-v2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/tests_runtests-runtests.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/client/$(DEPDIR)/api-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/client/$(DEPDIR)/large-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/client/$(DEPDIR)/open-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/data/$(DEPDIR)/cmd-background.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/data/$(DEPDIR)/cmd-closed.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/data/$(DEPDIR)/cmd-stdin.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/data/$(DEPDIR)/cmd-streaming.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/asprintf-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/asprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/daemon-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/daemon.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/getaddrinfo-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/getaddrinfo.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/getnameinfo-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/getnameinfo.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/getopt-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/getopt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/inet_aton-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/inet_aton.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/inet_ntoa-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/inet_ntoa.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/inet_ntop-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/inet_ntop.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/setenv-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/setenv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/snprintf-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/snprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strlcat-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strlcat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strlcpy-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/portable/$(DEPDIR)/strlcpy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/accept-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/acl-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/config-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/continue-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/env-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/errors-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/invalid-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/logging-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/stdin-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/streaming-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/server/$(DEPDIR)/version-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-kinit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-messages.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/tap/$(DEPDIR)/tests_tap_libtap_a-remctl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/concat-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/faketoken.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/fakewrite.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/fdflag-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/gss-tokens-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/gss-tokens.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/messages-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/network-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/tokens-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/vector-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/xmalloc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/xwrite-t.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/util/$(DEPDIR)/xwrite.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/concat.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/fdflag.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/gss-errors.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/gss-tokens.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/messages.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/network.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/tokens.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/vector.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/xmalloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/xwrite.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< tests/tap/tests_tap_libtap_a-basic.o: tests/tap/basic.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-basic.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Tpo -c -o tests/tap/tests_tap_libtap_a-basic.o `test -f 'tests/tap/basic.c' || echo '$(srcdir)/'`tests/tap/basic.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/basic.c' object='tests/tap/tests_tap_libtap_a-basic.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-basic.o `test -f 'tests/tap/basic.c' || echo '$(srcdir)/'`tests/tap/basic.c tests/tap/tests_tap_libtap_a-basic.obj: tests/tap/basic.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-basic.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Tpo -c -o tests/tap/tests_tap_libtap_a-basic.obj `if test -f 'tests/tap/basic.c'; then $(CYGPATH_W) 'tests/tap/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/basic.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/basic.c' object='tests/tap/tests_tap_libtap_a-basic.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-basic.obj `if test -f 'tests/tap/basic.c'; then $(CYGPATH_W) 'tests/tap/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/basic.c'; fi` tests/tap/tests_tap_libtap_a-kinit.o: tests/tap/kinit.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-kinit.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-kinit.Tpo -c -o tests/tap/tests_tap_libtap_a-kinit.o `test -f 'tests/tap/kinit.c' || echo '$(srcdir)/'`tests/tap/kinit.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-kinit.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-kinit.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/kinit.c' object='tests/tap/tests_tap_libtap_a-kinit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-kinit.o `test -f 'tests/tap/kinit.c' || echo '$(srcdir)/'`tests/tap/kinit.c tests/tap/tests_tap_libtap_a-kinit.obj: tests/tap/kinit.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-kinit.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-kinit.Tpo -c -o tests/tap/tests_tap_libtap_a-kinit.obj `if test -f 'tests/tap/kinit.c'; then $(CYGPATH_W) 'tests/tap/kinit.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/kinit.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-kinit.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-kinit.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/kinit.c' object='tests/tap/tests_tap_libtap_a-kinit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-kinit.obj `if test -f 'tests/tap/kinit.c'; then $(CYGPATH_W) 'tests/tap/kinit.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/kinit.c'; fi` tests/tap/tests_tap_libtap_a-messages.o: tests/tap/messages.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-messages.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-messages.Tpo -c -o tests/tap/tests_tap_libtap_a-messages.o `test -f 'tests/tap/messages.c' || echo '$(srcdir)/'`tests/tap/messages.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-messages.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-messages.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/messages.c' object='tests/tap/tests_tap_libtap_a-messages.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-messages.o `test -f 'tests/tap/messages.c' || echo '$(srcdir)/'`tests/tap/messages.c tests/tap/tests_tap_libtap_a-messages.obj: tests/tap/messages.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-messages.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-messages.Tpo -c -o tests/tap/tests_tap_libtap_a-messages.obj `if test -f 'tests/tap/messages.c'; then $(CYGPATH_W) 'tests/tap/messages.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/messages.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-messages.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-messages.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/messages.c' object='tests/tap/tests_tap_libtap_a-messages.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-messages.obj `if test -f 'tests/tap/messages.c'; then $(CYGPATH_W) 'tests/tap/messages.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/messages.c'; fi` tests/tap/tests_tap_libtap_a-process.o: tests/tap/process.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-process.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo -c -o tests/tap/tests_tap_libtap_a-process.o `test -f 'tests/tap/process.c' || echo '$(srcdir)/'`tests/tap/process.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/process.c' object='tests/tap/tests_tap_libtap_a-process.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-process.o `test -f 'tests/tap/process.c' || echo '$(srcdir)/'`tests/tap/process.c tests/tap/tests_tap_libtap_a-process.obj: tests/tap/process.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-process.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo -c -o tests/tap/tests_tap_libtap_a-process.obj `if test -f 'tests/tap/process.c'; then $(CYGPATH_W) 'tests/tap/process.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/process.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/process.c' object='tests/tap/tests_tap_libtap_a-process.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-process.obj `if test -f 'tests/tap/process.c'; then $(CYGPATH_W) 'tests/tap/process.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/process.c'; fi` tests/tap/tests_tap_libtap_a-remctl.o: tests/tap/remctl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-remctl.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-remctl.Tpo -c -o tests/tap/tests_tap_libtap_a-remctl.o `test -f 'tests/tap/remctl.c' || echo '$(srcdir)/'`tests/tap/remctl.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-remctl.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-remctl.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/remctl.c' object='tests/tap/tests_tap_libtap_a-remctl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-remctl.o `test -f 'tests/tap/remctl.c' || echo '$(srcdir)/'`tests/tap/remctl.c tests/tap/tests_tap_libtap_a-remctl.obj: tests/tap/remctl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-remctl.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-remctl.Tpo -c -o tests/tap/tests_tap_libtap_a-remctl.obj `if test -f 'tests/tap/remctl.c'; then $(CYGPATH_W) 'tests/tap/remctl.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/remctl.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-remctl.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-remctl.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/tap/remctl.c' object='tests/tap/tests_tap_libtap_a-remctl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-remctl.obj `if test -f 'tests/tap/remctl.c'; then $(CYGPATH_W) 'tests/tap/remctl.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/remctl.c'; fi` server/server_remctld-commands.o: server/commands.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-commands.o -MD -MP -MF server/$(DEPDIR)/server_remctld-commands.Tpo -c -o server/server_remctld-commands.o `test -f 'server/commands.c' || echo '$(srcdir)/'`server/commands.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-commands.Tpo server/$(DEPDIR)/server_remctld-commands.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/commands.c' object='server/server_remctld-commands.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-commands.o `test -f 'server/commands.c' || echo '$(srcdir)/'`server/commands.c server/server_remctld-commands.obj: server/commands.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-commands.obj -MD -MP -MF server/$(DEPDIR)/server_remctld-commands.Tpo -c -o server/server_remctld-commands.obj `if test -f 'server/commands.c'; then $(CYGPATH_W) 'server/commands.c'; else $(CYGPATH_W) '$(srcdir)/server/commands.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-commands.Tpo server/$(DEPDIR)/server_remctld-commands.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/commands.c' object='server/server_remctld-commands.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-commands.obj `if test -f 'server/commands.c'; then $(CYGPATH_W) 'server/commands.c'; else $(CYGPATH_W) '$(srcdir)/server/commands.c'; fi` server/server_remctld-config.o: server/config.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-config.o -MD -MP -MF server/$(DEPDIR)/server_remctld-config.Tpo -c -o server/server_remctld-config.o `test -f 'server/config.c' || echo '$(srcdir)/'`server/config.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-config.Tpo server/$(DEPDIR)/server_remctld-config.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/config.c' object='server/server_remctld-config.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-config.o `test -f 'server/config.c' || echo '$(srcdir)/'`server/config.c server/server_remctld-config.obj: server/config.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-config.obj -MD -MP -MF server/$(DEPDIR)/server_remctld-config.Tpo -c -o server/server_remctld-config.obj `if test -f 'server/config.c'; then $(CYGPATH_W) 'server/config.c'; else $(CYGPATH_W) '$(srcdir)/server/config.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-config.Tpo server/$(DEPDIR)/server_remctld-config.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/config.c' object='server/server_remctld-config.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-config.obj `if test -f 'server/config.c'; then $(CYGPATH_W) 'server/config.c'; else $(CYGPATH_W) '$(srcdir)/server/config.c'; fi` server/server_remctld-generic.o: server/generic.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-generic.o -MD -MP -MF server/$(DEPDIR)/server_remctld-generic.Tpo -c -o server/server_remctld-generic.o `test -f 'server/generic.c' || echo '$(srcdir)/'`server/generic.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-generic.Tpo server/$(DEPDIR)/server_remctld-generic.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/generic.c' object='server/server_remctld-generic.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-generic.o `test -f 'server/generic.c' || echo '$(srcdir)/'`server/generic.c server/server_remctld-generic.obj: server/generic.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-generic.obj -MD -MP -MF server/$(DEPDIR)/server_remctld-generic.Tpo -c -o server/server_remctld-generic.obj `if test -f 'server/generic.c'; then $(CYGPATH_W) 'server/generic.c'; else $(CYGPATH_W) '$(srcdir)/server/generic.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-generic.Tpo server/$(DEPDIR)/server_remctld-generic.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/generic.c' object='server/server_remctld-generic.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-generic.obj `if test -f 'server/generic.c'; then $(CYGPATH_W) 'server/generic.c'; else $(CYGPATH_W) '$(srcdir)/server/generic.c'; fi` server/server_remctld-logging.o: server/logging.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-logging.o -MD -MP -MF server/$(DEPDIR)/server_remctld-logging.Tpo -c -o server/server_remctld-logging.o `test -f 'server/logging.c' || echo '$(srcdir)/'`server/logging.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-logging.Tpo server/$(DEPDIR)/server_remctld-logging.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/logging.c' object='server/server_remctld-logging.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-logging.o `test -f 'server/logging.c' || echo '$(srcdir)/'`server/logging.c server/server_remctld-logging.obj: server/logging.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-logging.obj -MD -MP -MF server/$(DEPDIR)/server_remctld-logging.Tpo -c -o server/server_remctld-logging.obj `if test -f 'server/logging.c'; then $(CYGPATH_W) 'server/logging.c'; else $(CYGPATH_W) '$(srcdir)/server/logging.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-logging.Tpo server/$(DEPDIR)/server_remctld-logging.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/logging.c' object='server/server_remctld-logging.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-logging.obj `if test -f 'server/logging.c'; then $(CYGPATH_W) 'server/logging.c'; else $(CYGPATH_W) '$(srcdir)/server/logging.c'; fi` server/server_remctld-remctld.o: server/remctld.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-remctld.o -MD -MP -MF server/$(DEPDIR)/server_remctld-remctld.Tpo -c -o server/server_remctld-remctld.o `test -f 'server/remctld.c' || echo '$(srcdir)/'`server/remctld.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-remctld.Tpo server/$(DEPDIR)/server_remctld-remctld.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/remctld.c' object='server/server_remctld-remctld.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-remctld.o `test -f 'server/remctld.c' || echo '$(srcdir)/'`server/remctld.c server/server_remctld-remctld.obj: server/remctld.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-remctld.obj -MD -MP -MF server/$(DEPDIR)/server_remctld-remctld.Tpo -c -o server/server_remctld-remctld.obj `if test -f 'server/remctld.c'; then $(CYGPATH_W) 'server/remctld.c'; else $(CYGPATH_W) '$(srcdir)/server/remctld.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-remctld.Tpo server/$(DEPDIR)/server_remctld-remctld.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/remctld.c' object='server/server_remctld-remctld.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-remctld.obj `if test -f 'server/remctld.c'; then $(CYGPATH_W) 'server/remctld.c'; else $(CYGPATH_W) '$(srcdir)/server/remctld.c'; fi` server/server_remctld-server-v1.o: server/server-v1.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-server-v1.o -MD -MP -MF server/$(DEPDIR)/server_remctld-server-v1.Tpo -c -o server/server_remctld-server-v1.o `test -f 'server/server-v1.c' || echo '$(srcdir)/'`server/server-v1.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-server-v1.Tpo server/$(DEPDIR)/server_remctld-server-v1.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/server-v1.c' object='server/server_remctld-server-v1.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-server-v1.o `test -f 'server/server-v1.c' || echo '$(srcdir)/'`server/server-v1.c server/server_remctld-server-v1.obj: server/server-v1.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-server-v1.obj -MD -MP -MF server/$(DEPDIR)/server_remctld-server-v1.Tpo -c -o server/server_remctld-server-v1.obj `if test -f 'server/server-v1.c'; then $(CYGPATH_W) 'server/server-v1.c'; else $(CYGPATH_W) '$(srcdir)/server/server-v1.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-server-v1.Tpo server/$(DEPDIR)/server_remctld-server-v1.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/server-v1.c' object='server/server_remctld-server-v1.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-server-v1.obj `if test -f 'server/server-v1.c'; then $(CYGPATH_W) 'server/server-v1.c'; else $(CYGPATH_W) '$(srcdir)/server/server-v1.c'; fi` server/server_remctld-server-v2.o: server/server-v2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-server-v2.o -MD -MP -MF server/$(DEPDIR)/server_remctld-server-v2.Tpo -c -o server/server_remctld-server-v2.o `test -f 'server/server-v2.c' || echo '$(srcdir)/'`server/server-v2.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-server-v2.Tpo server/$(DEPDIR)/server_remctld-server-v2.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/server-v2.c' object='server/server_remctld-server-v2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-server-v2.o `test -f 'server/server-v2.c' || echo '$(srcdir)/'`server/server-v2.c server/server_remctld-server-v2.obj: server/server-v2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT server/server_remctld-server-v2.obj -MD -MP -MF server/$(DEPDIR)/server_remctld-server-v2.Tpo -c -o server/server_remctld-server-v2.obj `if test -f 'server/server-v2.c'; then $(CYGPATH_W) 'server/server-v2.c'; else $(CYGPATH_W) '$(srcdir)/server/server-v2.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) server/$(DEPDIR)/server_remctld-server-v2.Tpo server/$(DEPDIR)/server_remctld-server-v2.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='server/server-v2.c' object='server/server_remctld-server-v2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(server_remctld_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o server/server_remctld-server-v2.obj `if test -f 'server/server-v2.c'; then $(CYGPATH_W) 'server/server-v2.c'; else $(CYGPATH_W) '$(srcdir)/server/server-v2.c'; fi` tests/tests_runtests-runtests.o: tests/runtests.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_runtests-runtests.o -MD -MP -MF tests/$(DEPDIR)/tests_runtests-runtests.Tpo -c -o tests/tests_runtests-runtests.o `test -f 'tests/runtests.c' || echo '$(srcdir)/'`tests/runtests.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_runtests-runtests.Tpo tests/$(DEPDIR)/tests_runtests-runtests.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/runtests.c' object='tests/tests_runtests-runtests.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_runtests-runtests.o `test -f 'tests/runtests.c' || echo '$(srcdir)/'`tests/runtests.c tests/tests_runtests-runtests.obj: tests/runtests.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_runtests-runtests.obj -MD -MP -MF tests/$(DEPDIR)/tests_runtests-runtests.Tpo -c -o tests/tests_runtests-runtests.obj `if test -f 'tests/runtests.c'; then $(CYGPATH_W) 'tests/runtests.c'; else $(CYGPATH_W) '$(srcdir)/tests/runtests.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_runtests-runtests.Tpo tests/$(DEPDIR)/tests_runtests-runtests.Po @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tests/runtests.c' object='tests/tests_runtests-runtests.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_runtests-runtests.obj `if test -f 'tests/runtests.c'; then $(CYGPATH_W) 'tests/runtests.c'; else $(CYGPATH_W) '$(srcdir)/tests/runtests.c'; fi` mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf client/.libs client/_libs -rm -rf portable/.libs portable/_libs -rm -rf server/.libs server/_libs -rm -rf tests/.libs tests/_libs -rm -rf tests/client/.libs tests/client/_libs -rm -rf tests/data/.libs tests/data/_libs -rm -rf tests/portable/.libs tests/portable/_libs -rm -rf tests/server/.libs tests/server/_libs -rm -rf tests/util/.libs tests/util/_libs -rm -rf util/.libs util/_libs distclean-libtool: -rm -f libtool config.lt install-man1: $(dist_man_MANS) $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list=''; test -n "$(man1dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ test -z "$$files" || { \ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } install-man3: $(dist_man_MANS) $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)" @list=''; test -n "$(man3dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.3[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ done; } uninstall-man3: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man3dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.3[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ test -z "$$files" || { \ echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(man3dir)" && rm -f $$files; } install-man8: $(dist_man_MANS) $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" @list=''; test -n "$(man8dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.8[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ done; } uninstall-man8: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man8dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.8[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ test -z "$$files" || { \ echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(man8dir)" && rm -f $$files; } install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(includedir)" && rm -f $$files ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @case `sed 15q $(srcdir)/NEWS` in \ *"$(VERSION)"*) : ;; \ *) \ echo "NEWS not updated; not releasing" 1>&2; \ exit 1;; \ esac @list='$(MANS)'; if test -n "$$list"; then \ list=`for p in $$list; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ if test -n "$$list" && \ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ echo " typically \`make maintainer-clean' will remove them" >&2; \ exit 1; \ else :; fi; \ else :; fi $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @$(am__cd) '$(distuninstallcheck_dir)' \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-local check: check-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) \ config.h all-local install-binPROGRAMS: install-libLTLIBRARIES installdirs: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: -test -z "$(LIBOBJS)" || rm -f $(LIBOBJS) -test -z "$(LTLIBOBJS)" || rm -f $(LTLIBOBJS) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f client/$(DEPDIR)/$(am__dirstamp) -rm -f client/$(am__dirstamp) -rm -f portable/$(DEPDIR)/$(am__dirstamp) -rm -f portable/$(am__dirstamp) -rm -f server/$(DEPDIR)/$(am__dirstamp) -rm -f server/$(am__dirstamp) -rm -f tests/$(DEPDIR)/$(am__dirstamp) -rm -f tests/$(am__dirstamp) -rm -f tests/client/$(DEPDIR)/$(am__dirstamp) -rm -f tests/client/$(am__dirstamp) -rm -f tests/data/$(DEPDIR)/$(am__dirstamp) -rm -f tests/data/$(am__dirstamp) -rm -f tests/portable/$(DEPDIR)/$(am__dirstamp) -rm -f tests/portable/$(am__dirstamp) -rm -f tests/server/$(DEPDIR)/$(am__dirstamp) -rm -f tests/server/$(am__dirstamp) -rm -f tests/tap/$(DEPDIR)/$(am__dirstamp) -rm -f tests/tap/$(am__dirstamp) -rm -f tests/util/$(DEPDIR)/$(am__dirstamp) -rm -f tests/util/$(am__dirstamp) -rm -f util/$(DEPDIR)/$(am__dirstamp) -rm -f util/$(am__dirstamp) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-binPROGRAMS clean-checkLIBRARIES clean-checkPROGRAMS \ clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ clean-noinstLTLIBRARIES clean-sbinPROGRAMS mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf client/$(DEPDIR) portable/$(DEPDIR) server/$(DEPDIR) tests/$(DEPDIR) tests/client/$(DEPDIR) tests/data/$(DEPDIR) tests/portable/$(DEPDIR) tests/server/$(DEPDIR) tests/tap/$(DEPDIR) tests/util/$(DEPDIR) util/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-local distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-data-local install-includeHEADERS install-man @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \ install-sbinPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-man3 install-man8 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -rf client/$(DEPDIR) portable/$(DEPDIR) server/$(DEPDIR) tests/$(DEPDIR) tests/client/$(DEPDIR) tests/data/$(DEPDIR) tests/portable/$(DEPDIR) tests/server/$(DEPDIR) tests/tap/$(DEPDIR) tests/util/$(DEPDIR) util/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ uninstall-libLTLIBRARIES uninstall-man uninstall-sbinPROGRAMS uninstall-man: uninstall-man1 uninstall-man3 uninstall-man8 .MAKE: all check-am install-am install-data-am install-strip .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \ check-local clean clean-binPROGRAMS clean-checkLIBRARIES \ clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ clean-libtool clean-local clean-noinstLTLIBRARIES \ clean-sbinPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \ dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ distclean distclean-compile distclean-generic distclean-hdr \ distclean-libtool distclean-local distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-data-hook \ install-data-local install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am \ install-includeHEADERS install-info install-info-am \ install-libLTLIBRARIES install-man install-man1 install-man3 \ install-man8 install-pdf install-pdf-am install-ps \ install-ps-am install-sbinPROGRAMS install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-binPROGRAMS \ uninstall-includeHEADERS uninstall-libLTLIBRARIES \ uninstall-man uninstall-man1 uninstall-man3 uninstall-man8 \ uninstall-sbinPROGRAMS docs/remctld.8: $(srcdir)/docs/remctld.8.in [ -d docs ] || mkdir docs sed 's%\(\\f(CI\)*\@sysconfdir\(\\fI\)*\@%$(sysconfdir)%' \ < $(srcdir)/docs/remctld.8.in > $@ # Add symlinks for the man pages that document multiple functions. install-data-hook: rm -f $(DESTDIR)$(man3dir)/remctl_result_free.3 $(LN_S) remctl.3 $(DESTDIR)$(man3dir)/remctl_result_free.3 rm -f $(DESTDIR)$(man3dir)/remctl_commandv.3 $(LN_S) remctl_command.3 $(DESTDIR)$(man3dir)/remctl_commandv.3 # Automake should deal with the first part of this automatically, but it # doesn't. Probably a bug in the non-recursive support. Also run make clean # in the perl and php directories if needed and clean up after Python. clean-local: -rm -rf server/.libs tests/.libs tests/client/.libs tests/data/.libs \ tests/portable/.libs tests/server/.libs tests/util/.libs set -e; if [ -f "perl/Makefile" ] ; then \ cd perl && $(MAKE) clean ; \ cd perl && [ ! -f Makefile.old ] || mv Makefile.old Makefile ; \ fi set -e; if [ -f "php/Makefile" ] ; then \ cd php && $(MAKE) clean ; \ fi set -e; if [ -f "ruby/Makefile" ] ; then \ cd ruby && $(MAKE) distclean ; \ fi rm -rf python/build python/dist python/*.pyc # Also clean the Perl, PHP, and Python directories on make distclean if # needed. # # phpize --clean is stupid and requires that config.m4 exist, but it was # already deleted by the regular distclean target. Hack around that. distclean-local: set -e; if [ x"$(builddir)" != x"$(srcdir)" ] ; then \ rm -rf php ; \ for f in $(PERL_FILES) ; do \ rm -f "$(builddir)/$$f" ; \ done ; \ rmdir perl/t 2>/dev/null || true ; \ for f in $(PYTHON_FILES) ; do \ rm -f "$(builddir)/$$f" ; \ done \ else \ if [ -n "$(PHPIZE)" ] ; then \ cd php && touch config.m4 && $(PHPIZE) --clean && cd .. ; \ fi ; \ rm -f php/config.h.in~ php/config.m4 ; \ fi set -e; if [ -f "ruby/Makefile" ] ; then \ cd ruby && $(MAKE) distclean ; \ fi warnings: $(MAKE) V=0 CFLAGS='$(WARNINGS)' $(MAKE) V=0 CFLAGS='$(WARNINGS)' $(check_PROGRAMS) check-local: $(check_PROGRAMS) cd tests && ./runtests $(abs_top_srcdir)/tests/TESTS @set -e; if [ -f perl/Makefile ] ; then \ echo '' ; \ cd perl && LD_LIBRARY_PATH=$(abs_top_builddir)/client/.libs \ $(MAKE) test ; \ fi @set -e; if [ -f php/Makefile ] ; then \ echo '' ; \ cd php && ./test-wrapper "$(abs_top_builddir)" \ "$(abs_top_srcdir)" ; \ fi @set -e; if [ -f python/setup.py ] ; then \ echo '' ; \ echo 'Testing Python extension' ; \ cd python && LD_LIBRARY_PATH=$(abs_top_builddir)/client/.libs \ PYTHONPATH="`ls -d build/lib.*$(PYTHON_VERSION)`" \ python test_remctl.py ; \ fi @set -e; if [ -f ruby/Makefile ] ; then \ echo '' ; \ cd ruby && $(RUBY) test_remctl.rb ; \ fi # The following section sets up the Perl module build properly. Most of the # complexity is here to handle building outside of the source directory, in # which case we need to copy various files from the source directory and make # sure they're up to date since Perl can't handle VPATH builds. perl/Remctl.o: perl/Remctl.pm $(srcdir)/perl/Remctl.xs $(srcdir)/perl/typemap set -e; if [ x"$(builddir)" != x"$(srcdir)" ] ; then \ for f in $(PERL_FILES) ; do \ cp "$(srcdir)/$$f" "$(builddir)/$$f" ; \ done \ fi cd perl && perl Makefile.PL cd perl && $(MAKE) OPTIMIZE="$(CFLAGS) $(PERL_WARNINGS)" install-data-local-perl: perl/Remctl.o cd perl && $(MAKE) install DESTDIR=$(DESTDIR) # The following section sets up the PECL extension for PHP. php/modules/remctl.so: php/config.m4 php/php_remctl.h \ $(srcdir)/php/php_remctl.c set -e; if [ x"$(builddir)" != x"$(srcdir)" ] ; then \ mkdir php/tests 2>/dev/null || true ; \ for f in $(PHP_FILES) ; do \ cp "$(srcdir)/$$f" "$(builddir)/$$f" ; \ done \ fi cd php && $(PHPIZE) --clean && $(PHPIZE) cd php && ./configure CPPFLAGS="$(CPPFLAGS)" \ CFLAGS="$(CFLAGS) $(PHP_WARNINGS)" LDFLAGS="$(LDFLAGS)" cd php && $(MAKE) CFLAGS="$(CFLAGS) $(PHP_WARNINGS)" # PHP's build system uses INSTALL_ROOT where everyone else uses DESTDIR. install-data-local-php: php/modules/remctl.so cd php && $(MAKE) install INSTALL_ROOT=$(DESTDIR) # The following section sets up the Python extension build properly. Most of # the complexity is here to handle building outside of the source directory, # in which case we need to copy various files from the source directory and # make sure they're up to date. stamp-python: $(srcdir)/python/_remctlmodule.c python/remctl.py set -e; if [ x"$(builddir)" != x"$(srcdir)" ] ; then \ for f in $(PYTHON_FILES) ; do \ cp "$(srcdir)/$$f" "$(builddir)/$$f" ; \ done \ fi cd python && CFLAGS="$(CFLAGS) $(PYTHON_WARNINGS)" \ python setup.py build touch stamp-python install-data-local-python: stamp-python if [ -n "$(DESTDIR)" ] ; then \ cd python && python setup.py install $(PYTHON_INSTALL) \ --root $(DESTDIR) ; \ else \ cd python && python setup.py install $(PYTHON_INSTALL) ; \ fi # The following section sets up the Ruby bindings for remctl. # The Ruby build system actually supports VPATH! ruby/remctl.so: ruby/extconf.rb $(srcdir)/ruby/remctl.c cd ruby && $(RUBY) extconf.rb cd ruby && $(MAKE) CFLAGS="$(CFLAGS) $(RUBY_WARNINGS)" install-data-local-ruby: ruby/remctl.so cd ruby && $(MAKE) install DESTDIR=$(DESTDIR) all-local: $(BINDINGS) install-data-local: $(BINDINGS_INSTALL) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: