Makefile.in | Makefile.in | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
transform = $(program_transform_name) | transform = $(program_transform_name) | |||
NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
build_triplet = @build@ | build_triplet = @build@ | |||
host_triplet = @host@ | host_triplet = @host@ | |||
target_triplet = @target@ | target_triplet = @target@ | |||
bin_PROGRAMS = gnunet-daemon-exit$(EXEEXT) gnunet-daemon-vpn$(EXEEXT) \ | bin_PROGRAMS = $(am__EXEEXT_1) gnunet-service-vpn$(EXEEXT) \ | |||
gnunet-service-dns$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) | gnunet-vpn$(EXEEXT) | |||
check_PROGRAMS = $(am__EXEEXT_2) | ||||
subdir = src/vpn | subdir = src/vpn | |||
DIST_COMMON = README $(dist_pkgcfg_DATA) $(srcdir)/Makefile.am \ | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | |||
$(srcdir)/Makefile.in | $(srcdir)/vpn.conf.in | |||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/m4/align.m4 \ | am__aclocal_m4_deps = $(top_srcdir)/m4/absolute-header.m4 \ | |||
$(top_srcdir)/m4/argz.m4 $(top_srcdir)/m4/gettext.m4 \ | $(top_srcdir)/m4/align.m4 $(top_srcdir)/m4/argz.m4 \ | |||
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ | $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \ | |||
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ | |||
$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \ | |||
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \ | $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libtool.m4 \ | |||
$(top_srcdir)/m4/libunistring.m4 $(top_srcdir)/m4/ltdl.m4 \ | ||||
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.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/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | |||
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ | $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ | |||
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ | $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ | |||
$(top_srcdir)/configure.ac | $(top_srcdir)/configure.ac | |||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = $(top_builddir)/gnunet_config.h | CONFIG_HEADER = $(top_builddir)/gnunet_config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = vpn.conf | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |||
am__vpath_adj = case $$p in \ | am__vpath_adj = case $$p in \ | |||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |||
*) f=$$p;; \ | *) f=$$p;; \ | |||
esac; | esac; | |||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |||
am__install_max = 40 | am__install_max = 40 | |||
am__nobase_strip_setup = \ | am__nobase_strip_setup = \ | |||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |||
skipping to change at line 82 | skipping to change at line 84 | |||
am__nobase_list = $(am__nobase_strip_setup); \ | am__nobase_list = $(am__nobase_strip_setup); \ | |||
for p in $$list; do echo "$$p $$p"; done | \ | for p in $$list; do echo "$$p $$p"; done | \ | |||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |||
if (++n[$$2] == $(am__install_max)) \ | if (++n[$$2] == $(am__install_max)) \ | |||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |||
END { for (dir in files) print dir, files[dir] }' | END { for (dir in files) print dir, files[dir] }' | |||
am__base_list = \ | am__base_list = \ | |||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |||
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(bindir)" \ | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ | |||
"$(DESTDIR)$(pkgcfgdir)" | "$(DESTDIR)$(pkgcfgdir)" | |||
LTLIBRARIES = $(plugin_LTLIBRARIES) | LTLIBRARIES = $(lib_LTLIBRARIES) | |||
libgnunet_plugin_block_dns_la_DEPENDENCIES = \ | libgnunetvpn_la_DEPENDENCIES = \ | |||
$(top_builddir)/src/util/libgnunetutil.la | $(top_builddir)/src/util/libgnunetutil.la | |||
am_libgnunet_plugin_block_dns_la_OBJECTS = plugin_block_dns.lo | am_libgnunetvpn_la_OBJECTS = vpn_api.lo | |||
libgnunet_plugin_block_dns_la_OBJECTS = \ | libgnunetvpn_la_OBJECTS = $(am_libgnunetvpn_la_OBJECTS) | |||
$(am_libgnunet_plugin_block_dns_la_OBJECTS) | ||||
AM_V_lt = $(am__v_lt_$(V)) | AM_V_lt = $(am__v_lt_$(V)) | |||
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) | am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) | |||
am__v_lt_0 = --silent | am__v_lt_0 = --silent | |||
libgnunet_plugin_block_dns_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | libgnunetvpn_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | |||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | |||
$(AM_CFLAGS) $(CFLAGS) \ | $(AM_CFLAGS) $(CFLAGS) $(libgnunetvpn_la_LDFLAGS) $(LDFLAGS) \ | |||
$(libgnunet_plugin_block_dns_la_LDFLAGS) $(LDFLAGS) -o $@ | -o $@ | |||
@LINUX_TRUE@am__EXEEXT_1 = gnunet-helper-vpn$(EXEEXT) | @LINUX_TRUE@am__EXEEXT_1 = gnunet-helper-vpn$(EXEEXT) | |||
@LINUX_TRUE@am__EXEEXT_2 = gnunet-helper-hijack-dns$(EXEEXT) | @HAVE_MHD_TRUE@@LINUX_TRUE@am__EXEEXT_2 = \ | |||
@HAVE_MHD_TRUE@@LINUX_TRUE@ test_gnunet_vpn-4_to_6$(EXEEXT) \ | ||||
@HAVE_MHD_TRUE@@LINUX_TRUE@ test_gnunet_vpn-6_to_4$(EXEEXT) \ | ||||
@HAVE_MHD_TRUE@@LINUX_TRUE@ test_gnunet_vpn-6_over$(EXEEXT) \ | ||||
@HAVE_MHD_TRUE@@LINUX_TRUE@ test_gnunet_vpn-4_over$(EXEEXT) | ||||
PROGRAMS = $(bin_PROGRAMS) | PROGRAMS = $(bin_PROGRAMS) | |||
am_gnunet_daemon_exit_OBJECTS = gnunet-daemon-exit.$(OBJEXT) \ | ||||
gnunet-helper-vpn-api.$(OBJEXT) gnunet-vpn-checksum.$(OBJEXT) | ||||
gnunet_daemon_exit_OBJECTS = $(am_gnunet_daemon_exit_OBJECTS) | ||||
am__DEPENDENCIES_1 = | ||||
gnunet_daemon_exit_DEPENDENCIES = \ | ||||
$(top_builddir)/src/core/libgnunetcore.la \ | ||||
$(top_builddir)/src/statistics/libgnunetstatistics.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la \ | ||||
$(top_builddir)/src/mesh/libgnunetmesh.la \ | ||||
$(am__DEPENDENCIES_1) | ||||
am_gnunet_daemon_vpn_OBJECTS = gnunet-daemon-vpn.$(OBJEXT) \ | ||||
gnunet-dns-parser.$(OBJEXT) gnunet-daemon-vpn-helper.$(OBJEXT) \ | ||||
gnunet-daemon-vpn-dns.$(OBJEXT) \ | ||||
gnunet-helper-vpn-api.$(OBJEXT) gnunet-vpn-checksum.$(OBJEXT) | ||||
gnunet_daemon_vpn_OBJECTS = $(am_gnunet_daemon_vpn_OBJECTS) | ||||
gnunet_daemon_vpn_DEPENDENCIES = \ | ||||
$(top_builddir)/src/core/libgnunetcore.la \ | ||||
$(top_builddir)/src/statistics/libgnunetstatistics.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la \ | ||||
$(top_builddir)/src/mesh/libgnunetmesh.la \ | ||||
$(am__DEPENDENCIES_1) | ||||
am_gnunet_helper_hijack_dns_OBJECTS = \ | ||||
gnunet-helper-hijack-dns.$(OBJEXT) | ||||
gnunet_helper_hijack_dns_OBJECTS = \ | ||||
$(am_gnunet_helper_hijack_dns_OBJECTS) | ||||
gnunet_helper_hijack_dns_LDADD = $(LDADD) | ||||
am_gnunet_helper_vpn_OBJECTS = gnunet-helper-vpn.$(OBJEXT) | am_gnunet_helper_vpn_OBJECTS = gnunet-helper-vpn.$(OBJEXT) | |||
gnunet_helper_vpn_OBJECTS = $(am_gnunet_helper_vpn_OBJECTS) | gnunet_helper_vpn_OBJECTS = $(am_gnunet_helper_vpn_OBJECTS) | |||
gnunet_helper_vpn_LDADD = $(LDADD) | gnunet_helper_vpn_LDADD = $(LDADD) | |||
am_gnunet_service_dns_OBJECTS = gnunet-service-dns.$(OBJEXT) \ | am_gnunet_service_vpn_OBJECTS = \ | |||
gnunet-dns-parser.$(OBJEXT) | gnunet_service_vpn-gnunet-service-vpn.$(OBJEXT) | |||
gnunet_service_dns_OBJECTS = $(am_gnunet_service_dns_OBJECTS) | gnunet_service_vpn_OBJECTS = $(am_gnunet_service_vpn_OBJECTS) | |||
gnunet_service_dns_DEPENDENCIES = \ | am__DEPENDENCIES_1 = | |||
$(top_builddir)/src/core/libgnunetcore.la \ | gnunet_service_vpn_DEPENDENCIES = \ | |||
$(top_builddir)/src/statistics/libgnunetstatistics.la \ | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | |||
$(top_builddir)/src/tun/libgnunettun.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la \ | $(top_builddir)/src/util/libgnunetutil.la \ | |||
$(top_builddir)/src/dht/libgnunetdht.la \ | ||||
$(top_builddir)/src/mesh/libgnunetmesh.la \ | $(top_builddir)/src/mesh/libgnunetmesh.la \ | |||
$(am__DEPENDENCIES_1) | $(am__DEPENDENCIES_1) | |||
gnunet_service_vpn_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | ||||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | ||||
$(gnunet_service_vpn_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ | ||||
$(LDFLAGS) -o $@ | ||||
am_gnunet_vpn_OBJECTS = gnunet-vpn.$(OBJEXT) | ||||
gnunet_vpn_OBJECTS = $(am_gnunet_vpn_OBJECTS) | ||||
am_test_gnunet_vpn_4_over_OBJECTS = test_gnunet_vpn.$(OBJEXT) | ||||
test_gnunet_vpn_4_over_OBJECTS = $(am_test_gnunet_vpn_4_over_OBJECTS) | ||||
test_gnunet_vpn_4_over_DEPENDENCIES = \ | ||||
$(top_builddir)/src/vpn/libgnunetvpn.la \ | ||||
$(top_builddir)/src/arm/libgnunetarm.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la | ||||
am_test_gnunet_vpn_4_to_6_OBJECTS = test_gnunet_vpn.$(OBJEXT) | ||||
test_gnunet_vpn_4_to_6_OBJECTS = $(am_test_gnunet_vpn_4_to_6_OBJECTS) | ||||
test_gnunet_vpn_4_to_6_DEPENDENCIES = \ | ||||
$(top_builddir)/src/vpn/libgnunetvpn.la \ | ||||
$(top_builddir)/src/arm/libgnunetarm.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la | ||||
am_test_gnunet_vpn_6_over_OBJECTS = test_gnunet_vpn.$(OBJEXT) | ||||
test_gnunet_vpn_6_over_OBJECTS = $(am_test_gnunet_vpn_6_over_OBJECTS) | ||||
test_gnunet_vpn_6_over_DEPENDENCIES = \ | ||||
$(top_builddir)/src/vpn/libgnunetvpn.la \ | ||||
$(top_builddir)/src/arm/libgnunetarm.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la | ||||
am_test_gnunet_vpn_6_to_4_OBJECTS = test_gnunet_vpn.$(OBJEXT) | ||||
test_gnunet_vpn_6_to_4_OBJECTS = $(am_test_gnunet_vpn_6_to_4_OBJECTS) | ||||
test_gnunet_vpn_6_to_4_DEPENDENCIES = \ | ||||
$(top_builddir)/src/vpn/libgnunetvpn.la \ | ||||
$(top_builddir)/src/arm/libgnunetarm.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la | ||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |||
depcomp = $(SHELL) $(top_srcdir)/depcomp | depcomp = $(SHELL) $(top_srcdir)/depcomp | |||
am__depfiles_maybe = depfiles | am__depfiles_maybe = depfiles | |||
am__mv = mv -f | am__mv = mv -f | |||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |||
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |||
$(AM_CFLAGS) $(CFLAGS) | $(AM_CFLAGS) $(CFLAGS) | |||
skipping to change at line 165 | skipping to change at line 174 | |||
CCLD = $(CC) | CCLD = $(CC) | |||
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |||
$(AM_LDFLAGS) $(LDFLAGS) -o $@ | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |||
AM_V_CCLD = $(am__v_CCLD_$(V)) | AM_V_CCLD = $(am__v_CCLD_$(V)) | |||
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) | am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) | |||
am__v_CCLD_0 = @echo " CCLD " $@; | am__v_CCLD_0 = @echo " CCLD " $@; | |||
AM_V_GEN = $(am__v_GEN_$(V)) | AM_V_GEN = $(am__v_GEN_$(V)) | |||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | |||
am__v_GEN_0 = @echo " GEN " $@; | am__v_GEN_0 = @echo " GEN " $@; | |||
SOURCES = $(libgnunet_plugin_block_dns_la_SOURCES) \ | SOURCES = $(libgnunetvpn_la_SOURCES) $(gnunet_helper_vpn_SOURCES) \ | |||
$(gnunet_daemon_exit_SOURCES) $(gnunet_daemon_vpn_SOURCES) \ | $(gnunet_service_vpn_SOURCES) $(gnunet_vpn_SOURCES) \ | |||
$(gnunet_helper_hijack_dns_SOURCES) \ | $(test_gnunet_vpn_4_over_SOURCES) \ | |||
$(gnunet_helper_vpn_SOURCES) $(gnunet_service_dns_SOURCES) | $(test_gnunet_vpn_4_to_6_SOURCES) \ | |||
DIST_SOURCES = $(libgnunet_plugin_block_dns_la_SOURCES) \ | $(test_gnunet_vpn_6_over_SOURCES) \ | |||
$(gnunet_daemon_exit_SOURCES) $(gnunet_daemon_vpn_SOURCES) \ | $(test_gnunet_vpn_6_to_4_SOURCES) | |||
$(gnunet_helper_hijack_dns_SOURCES) \ | DIST_SOURCES = $(libgnunetvpn_la_SOURCES) $(gnunet_helper_vpn_SOURCES) \ | |||
$(gnunet_helper_vpn_SOURCES) $(gnunet_service_dns_SOURCES) | $(gnunet_service_vpn_SOURCES) $(gnunet_vpn_SOURCES) \ | |||
DATA = $(dist_pkgcfg_DATA) | $(test_gnunet_vpn_4_over_SOURCES) \ | |||
$(test_gnunet_vpn_4_to_6_SOURCES) \ | ||||
$(test_gnunet_vpn_6_over_SOURCES) \ | ||||
$(test_gnunet_vpn_6_to_4_SOURCES) | ||||
DATA = $(pkgcfg_DATA) | ||||
ETAGS = etags | ETAGS = etags | |||
CTAGS = ctags | CTAGS = ctags | |||
am__tty_colors = \ | ||||
red=; grn=; lgn=; blu=; std= | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
AR = @AR@ | AR = @AR@ | |||
ARGZ_H = @ARGZ_H@ | ARGZ_H = @ARGZ_H@ | |||
AS = @AS@ | AS = @AS@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
skipping to change at line 214 | skipping to change at line 229 | |||
ECHO_C = @ECHO_C@ | ECHO_C = @ECHO_C@ | |||
ECHO_N = @ECHO_N@ | ECHO_N = @ECHO_N@ | |||
ECHO_T = @ECHO_T@ | ECHO_T = @ECHO_T@ | |||
EGREP = @EGREP@ | EGREP = @EGREP@ | |||
EXEEXT = @EXEEXT@ | EXEEXT = @EXEEXT@ | |||
EXT_LIBS = @EXT_LIBS@ | EXT_LIBS = @EXT_LIBS@ | |||
EXT_LIB_PATH = @EXT_LIB_PATH@ | EXT_LIB_PATH = @EXT_LIB_PATH@ | |||
FGREP = @FGREP@ | FGREP = @FGREP@ | |||
GMSGFMT = @GMSGFMT@ | GMSGFMT = @GMSGFMT@ | |||
GMSGFMT_015 = @GMSGFMT_015@ | GMSGFMT_015 = @GMSGFMT_015@ | |||
GNUNETDNS_GROUP = @GNUNETDNS_GROUP@ | ||||
GN_DAEMON_CONFIG_DIR = @GN_DAEMON_CONFIG_DIR@ | GN_DAEMON_CONFIG_DIR = @GN_DAEMON_CONFIG_DIR@ | |||
GN_DAEMON_HOME_DIR = @GN_DAEMON_HOME_DIR@ | GN_DAEMON_HOME_DIR = @GN_DAEMON_HOME_DIR@ | |||
GN_INTLINCL = @GN_INTLINCL@ | GN_INTLINCL = @GN_INTLINCL@ | |||
GN_LIBINTL = @GN_LIBINTL@ | GN_LIBINTL = @GN_LIBINTL@ | |||
GN_LIB_LDFLAGS = @GN_LIB_LDFLAGS@ | GN_LIB_LDFLAGS = @GN_LIB_LDFLAGS@ | |||
GN_PLUGIN_LDFLAGS = @GN_PLUGIN_LDFLAGS@ | GN_PLUGIN_LDFLAGS = @GN_PLUGIN_LDFLAGS@ | |||
GN_USER_HOME_DIR = @GN_USER_HOME_DIR@ | GN_USER_HOME_DIR = @GN_USER_HOME_DIR@ | |||
GREP = @GREP@ | GREP = @GREP@ | |||
HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ | ||||
INCLTDL = @INCLTDL@ | INCLTDL = @INCLTDL@ | |||
INSTALL = @INSTALL@ | INSTALL = @INSTALL@ | |||
INSTALL_DATA = @INSTALL_DATA@ | INSTALL_DATA = @INSTALL_DATA@ | |||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |||
INTLLIBS = @INTLLIBS@ | INTLLIBS = @INTLLIBS@ | |||
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ | INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ | |||
LD = @LD@ | LD = @LD@ | |||
LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ | |||
skipping to change at line 248 | skipping to change at line 265 | |||
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ | LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ | |||
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ | LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ | |||
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ | LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ | |||
LIBICONV = @LIBICONV@ | LIBICONV = @LIBICONV@ | |||
LIBINTL = @LIBINTL@ | LIBINTL = @LIBINTL@ | |||
LIBLTDL = @LIBLTDL@ | LIBLTDL = @LIBLTDL@ | |||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
LIBPREFIX = @LIBPREFIX@ | LIBPREFIX = @LIBPREFIX@ | |||
LIBS = @LIBS@ | LIBS = @LIBS@ | |||
LIBTOOL = @LIBTOOL@ | LIBTOOL = @LIBTOOL@ | |||
LIBUNISTRING = @LIBUNISTRING@ | ||||
LIPO = @LIPO@ | LIPO = @LIPO@ | |||
LN_S = @LN_S@ | LN_S = @LN_S@ | |||
LTDLDEPS = @LTDLDEPS@ | LTDLDEPS = @LTDLDEPS@ | |||
LTDLINCL = @LTDLINCL@ | LTDLINCL = @LTDLINCL@ | |||
LTDLOPEN = @LTDLOPEN@ | LTDLOPEN = @LTDLOPEN@ | |||
LTLIBICONV = @LTLIBICONV@ | LTLIBICONV = @LTLIBICONV@ | |||
LTLIBINTL = @LTLIBINTL@ | LTLIBINTL = @LTLIBINTL@ | |||
LTLIBOBJS = @LTLIBOBJS@ | LTLIBOBJS = @LTLIBOBJS@ | |||
LTLIBUNISTRING = @LTLIBUNISTRING@ | ||||
LT_CONFIG_H = @LT_CONFIG_H@ | LT_CONFIG_H = @LT_CONFIG_H@ | |||
LT_DLLOADERS = @LT_DLLOADERS@ | LT_DLLOADERS = @LT_DLLOADERS@ | |||
LT_DLPREOPEN = @LT_DLPREOPEN@ | LT_DLPREOPEN = @LT_DLPREOPEN@ | |||
MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ | |||
MKDIR_P = @MKDIR_P@ | MKDIR_P = @MKDIR_P@ | |||
MSGFMT = @MSGFMT@ | MSGFMT = @MSGFMT@ | |||
MSGFMT_015 = @MSGFMT_015@ | MSGFMT_015 = @MSGFMT_015@ | |||
MSGMERGE = @MSGMERGE@ | MSGMERGE = @MSGMERGE@ | |||
MYSQL_CPPFLAGS = @MYSQL_CPPFLAGS@ | MYSQL_CPPFLAGS = @MYSQL_CPPFLAGS@ | |||
MYSQL_LDFLAGS = @MYSQL_LDFLAGS@ | MYSQL_LDFLAGS = @MYSQL_LDFLAGS@ | |||
skipping to change at line 299 | skipping to change at line 318 | |||
PYTHON_PREFIX = @PYTHON_PREFIX@ | PYTHON_PREFIX = @PYTHON_PREFIX@ | |||
PYTHON_VERSION = @PYTHON_VERSION@ | PYTHON_VERSION = @PYTHON_VERSION@ | |||
RANLIB = @RANLIB@ | RANLIB = @RANLIB@ | |||
SED = @SED@ | SED = @SED@ | |||
SET_MAKE = @SET_MAKE@ | SET_MAKE = @SET_MAKE@ | |||
SHELL = @SHELL@ | SHELL = @SHELL@ | |||
SQLITE_CPPFLAGS = @SQLITE_CPPFLAGS@ | SQLITE_CPPFLAGS = @SQLITE_CPPFLAGS@ | |||
SQLITE_LDFLAGS = @SQLITE_LDFLAGS@ | SQLITE_LDFLAGS = @SQLITE_LDFLAGS@ | |||
STRIP = @STRIP@ | STRIP = @STRIP@ | |||
SUDO_BINARY = @SUDO_BINARY@ | SUDO_BINARY = @SUDO_BINARY@ | |||
UNIXONLY = @UNIXONLY@ | ||||
USE_NLS = @USE_NLS@ | USE_NLS = @USE_NLS@ | |||
VERSION = @VERSION@ | VERSION = @VERSION@ | |||
XGETTEXT = @XGETTEXT@ | XGETTEXT = @XGETTEXT@ | |||
XGETTEXT_015 = @XGETTEXT_015@ | XGETTEXT_015 = @XGETTEXT_015@ | |||
XMKMF = @XMKMF@ | XMKMF = @XMKMF@ | |||
X_CFLAGS = @X_CFLAGS@ | X_CFLAGS = @X_CFLAGS@ | |||
X_EXTRA_LIBS = @X_EXTRA_LIBS@ | X_EXTRA_LIBS = @X_EXTRA_LIBS@ | |||
X_LIBS = @X_LIBS@ | X_LIBS = @X_LIBS@ | |||
X_PRE_LIBS = @X_PRE_LIBS@ | X_PRE_LIBS = @X_PRE_LIBS@ | |||
_libcurl_config = @_libcurl_config@ | _libcurl_config = @_libcurl_config@ | |||
skipping to change at line 381 | skipping to change at line 401 | |||
target_os = @target_os@ | target_os = @target_os@ | |||
target_vendor = @target_vendor@ | target_vendor = @target_vendor@ | |||
top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
top_builddir = @top_builddir@ | top_builddir = @top_builddir@ | |||
top_srcdir = @top_srcdir@ | top_srcdir = @top_srcdir@ | |||
INCLUDES = -I$(top_srcdir)/src/include | INCLUDES = -I$(top_srcdir)/src/include | |||
@MINGW_TRUE@WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols | @MINGW_TRUE@WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols | |||
@USE_COVERAGE_TRUE@AM_CFLAGS = --coverage -O0 | @USE_COVERAGE_TRUE@AM_CFLAGS = --coverage -O0 | |||
pkgcfgdir = $(pkgdatadir)/config.d/ | pkgcfgdir = $(pkgdatadir)/config.d/ | |||
plugindir = $(libdir)/gnunet | plugindir = $(libdir)/gnunet | |||
dist_pkgcfg_DATA = \ | pkgcfg_DATA = \ | |||
vpn.conf | vpn.conf | |||
@LINUX_TRUE@VPNBIN = gnunet-helper-vpn | @LINUX_TRUE@VPNBIN = gnunet-helper-vpn | |||
@LINUX_TRUE@HIJACKBIN = gnunet-helper-hijack-dns | @HAVE_MHD_TRUE@@LINUX_TRUE@VPN_TEST = \ | |||
@HAVE_MHD_TRUE@@LINUX_TRUE@ test_gnunet_vpn-4_to_6 \ | ||||
@HAVE_MHD_TRUE@@LINUX_TRUE@ test_gnunet_vpn-6_to_4 \ | ||||
@HAVE_MHD_TRUE@@LINUX_TRUE@ test_gnunet_vpn-6_over \ | ||||
@HAVE_MHD_TRUE@@LINUX_TRUE@ test_gnunet_vpn-4_over | ||||
lib_LTLIBRARIES = \ | ||||
libgnunetvpn.la | ||||
@ENABLE_TEST_RUN_TRUE@TESTS = $(check_PROGRAMS) | ||||
EXTRA_DIST = \ | ||||
test_gnunet_vpn.conf | ||||
gnunet_helper_vpn_SOURCES = \ | gnunet_helper_vpn_SOURCES = \ | |||
gnunet-helper-vpn.c | gnunet-helper-vpn.c | |||
gnunet_helper_hijack_dns_SOURCES = \ | gnunet_service_vpn_SOURCES = \ | |||
gnunet-helper-hijack-dns.c | gnunet-service-vpn.c | |||
gnunet_daemon_vpn_SOURCES = \ | gnunet_service_vpn_LDADD = \ | |||
gnunet-daemon-vpn.c gnunet-daemon-vpn.h \ | ||||
gnunet-dns-parser.c gnunet-dns-parser.h \ | ||||
gnunet-daemon-vpn-helper.c gnunet-daemon-vpn-helper.h \ | ||||
gnunet-daemon-vpn-dns.c gnunet-daemon-vpn-dns.h \ | ||||
gnunet-helper-vpn-api.c gnunet-helper-vpn-api.h \ | ||||
gnunet-vpn-checksum.c gnunet-vpn-checksum.h | ||||
gnunet_daemon_vpn_LDADD = \ | ||||
$(top_builddir)/src/core/libgnunetcore.la \ | ||||
$(top_builddir)/src/statistics/libgnunetstatistics.la \ | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | |||
$(top_builddir)/src/tun/libgnunettun.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la \ | $(top_builddir)/src/util/libgnunetutil.la \ | |||
$(top_builddir)/src/mesh/libgnunetmesh.la \ | $(top_builddir)/src/mesh/libgnunetmesh.la \ | |||
$(GN_LIBINTL) | $(GN_LIBINTL) | |||
gnunet_service_dns_SOURCES = \ | gnunet_service_vpn_CFLAGS = \ | |||
gnunet-service-dns.c gnunet-service-dns-p.h \ | -I$(top_srcdir)/src/exit $(CFLAGS) | |||
gnunet-dns-parser.c gnunet-dns-parser.h | ||||
gnunet_service_dns_LDADD = \ | gnunet_vpn_SOURCES = \ | |||
$(top_builddir)/src/core/libgnunetcore.la \ | gnunet-vpn.c | |||
$(top_builddir)/src/statistics/libgnunetstatistics.la \ | ||||
gnunet_vpn_LDADD = \ | ||||
$(top_builddir)/src/vpn/libgnunetvpn.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la \ | $(top_builddir)/src/util/libgnunetutil.la \ | |||
$(top_builddir)/src/dht/libgnunetdht.la \ | ||||
$(top_builddir)/src/mesh/libgnunetmesh.la \ | ||||
$(GN_LIBINTL) | $(GN_LIBINTL) | |||
gnunet_daemon_exit_SOURCES = \ | gnunet_vpn_DEPENDENCIES = \ | |||
gnunet-daemon-exit.c \ | libgnunetvpn.la | |||
gnunet-helper-vpn-api.c gnunet-helper-vpn-api.h \ | ||||
gnunet-vpn-checksum.c gnunet-vpn-checksum.h | ||||
gnunet_daemon_exit_LDADD = \ | libgnunetvpn_la_SOURCES = \ | |||
$(top_builddir)/src/core/libgnunetcore.la \ | vpn_api.c vpn.h | |||
$(top_builddir)/src/statistics/libgnunetstatistics.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la \ | ||||
$(top_builddir)/src/mesh/libgnunetmesh.la \ | ||||
$(GN_LIBINTL) | ||||
plugin_LTLIBRARIES = \ | libgnunetvpn_la_LIBADD = \ | |||
libgnunet_plugin_block_dns.la | $(top_builddir)/src/util/libgnunetutil.la $(XLIB) | |||
libgnunet_plugin_block_dns_la_SOURCES = \ | libgnunetvpn_la_LDFLAGS = \ | |||
plugin_block_dns.c | $(GN_LIB_LDFLAGS) | |||
libgnunet_plugin_block_dns_la_LIBADD = \ | test_gnunet_vpn_4_over_SOURCES = \ | |||
$(top_builddir)/src/util/libgnunetutil.la | test_gnunet_vpn.c | |||
libgnunet_plugin_block_dns_la_LDFLAGS = \ | test_gnunet_vpn_4_over_LDADD = -lmicrohttpd @LIBCURL@ \ | |||
$(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS) | $(top_builddir)/src/vpn/libgnunetvpn.la \ | |||
$(top_builddir)/src/arm/libgnunetarm.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la | ||||
#check_PROGRAMS = \ | test_gnunet_vpn_6_over_SOURCES = \ | |||
# test_XXX | test_gnunet_vpn.c | |||
#TESTS = \ | test_gnunet_vpn_6_over_LDADD = -lmicrohttpd @LIBCURL@ \ | |||
# test_transport_api_tcp | $(top_builddir)/src/vpn/libgnunetvpn.la \ | |||
$(top_builddir)/src/arm/libgnunetarm.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la | ||||
#test_transport_api_tcp_SOURCES = \ | test_gnunet_vpn_4_to_6_SOURCES = \ | |||
# test_transport_api.c | test_gnunet_vpn.c | |||
#test_transport_api_tcp_LDADD = \ | ||||
# $(top_builddir)/src/transport/libgnunettransport.la \ | test_gnunet_vpn_4_to_6_LDADD = -lmicrohttpd @LIBCURL@ \ | |||
# $(top_builddir)/src/util/libgnunetutil.la | $(top_builddir)/src/vpn/libgnunetvpn.la \ | |||
EXTRA_DIST = \ | $(top_builddir)/src/arm/libgnunetarm.la \ | |||
gnunet-vpn-packet.h \ | $(top_builddir)/src/util/libgnunetutil.la | |||
test-conf.conf | ||||
test_gnunet_vpn_6_to_4_SOURCES = \ | ||||
test_gnunet_vpn.c | ||||
test_gnunet_vpn_6_to_4_LDADD = -lmicrohttpd @LIBCURL@ \ | ||||
$(top_builddir)/src/vpn/libgnunetvpn.la \ | ||||
$(top_builddir)/src/arm/libgnunetarm.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la | ||||
all: all-am | all: all-am | |||
.SUFFIXES: | .SUFFIXES: | |||
.SUFFIXES: .c .lo .o .obj | .SUFFIXES: .c .lo .o .obj | |||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |||
@for dep in $?; do \ | @for dep in $?; do \ | |||
case '$(am__configure_deps)' in \ | case '$(am__configure_deps)' in \ | |||
*$$dep*) \ | *$$dep*) \ | |||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |||
skipping to change at line 492 | skipping to change at line 520 | |||
esac; | esac; | |||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPE NDENCIES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPE NDENCIES) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(top_srcdir)/configure: $(am__configure_deps) | $(top_srcdir)/configure: $(am__configure_deps) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(ACLOCAL_M4): $(am__aclocal_m4_deps) | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(am__aclocal_m4_deps): | $(am__aclocal_m4_deps): | |||
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) | vpn.conf: $(top_builddir)/config.status $(srcdir)/vpn.conf.in | |||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ | ||||
install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" | test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" | |||
@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |||
list2=; for p in $$list; do \ | list2=; for p in $$list; do \ | |||
if test -f $$p; then \ | if test -f $$p; then \ | |||
list2="$$list2 $$p"; \ | list2="$$list2 $$p"; \ | |||
else :; fi; \ | else :; fi; \ | |||
done; \ | done; \ | |||
test -z "$$list2" || { \ | test -z "$$list2" || { \ | |||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=instal | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=instal | |||
l $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \ | l $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ | |||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INS | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INS | |||
TALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \ | TALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ | |||
} | } | |||
uninstall-pluginLTLIBRARIES: | uninstall-libLTLIBRARIES: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |||
for p in $$list; do \ | for p in $$list; do \ | |||
$(am__strip_dir) \ | $(am__strip_dir) \ | |||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninst | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninst | |||
all rm -f '$(DESTDIR)$(plugindir)/$$f'"; \ | all rm -f '$(DESTDIR)$(libdir)/$$f'"; \ | |||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm | |||
-f "$(DESTDIR)$(plugindir)/$$f"; \ | -f "$(DESTDIR)$(libdir)/$$f"; \ | |||
done | done | |||
f <span class="insert">"$(DESTDIR)$(libdir)/$$f";</span> \ | ||||
clean-pluginLTLIBRARIES: | clean-libLTLIBRARIES: | |||
-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |||
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |||
test "$$dir" != "$$p" || dir=.; \ | test "$$dir" != "$$p" || dir=.; \ | |||
echo "rm -f \"$${dir}/so_locations\""; \ | echo "rm -f \"$${dir}/so_locations\""; \ | |||
rm -f "$${dir}/so_locations"; \ | rm -f "$${dir}/so_locations"; \ | |||
done | done | |||
libgnunet_plugin_block_dns.la: $(libgnunet_plugin_block_dns_la_OBJECTS) $(l | libgnunetvpn.la: $(libgnunetvpn_la_OBJECTS) $(libgnunetvpn_la_DEPENDENCIES) | |||
ibgnunet_plugin_block_dns_la_DEPENDENCIES) | $(AM_V_CCLD)$(libgnunetvpn_la_LINK) -rpath $(libdir) $(libgnunetvpn_ | |||
$(AM_V_CCLD)$(libgnunet_plugin_block_dns_la_LINK) -rpath $(plugindir | la_OBJECTS) $(libgnunetvpn_la_LIBADD) $(LIBS) | |||
) $(libgnunet_plugin_block_dns_la_OBJECTS) $(libgnunet_plugin_block_dns_la_ | ||||
LIBADD) $(LIBS) | ||||
install-binPROGRAMS: $(bin_PROGRAMS) | install-binPROGRAMS: $(bin_PROGRAMS) | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" | test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" | |||
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | |||
for p in $$list; do echo "$$p $$p"; done | \ | for p in $$list; do echo "$$p $$p"; done | \ | |||
sed 's/$(EXEEXT)$$//' | \ | sed 's/$(EXEEXT)$$//' | \ | |||
while read p p1; do if test -f $$p || test -f $$p1; \ | while read p p1; do if test -f $$p || test -f $$p1; \ | |||
then echo "$$p"; echo "$$p"; else :; fi; \ | then echo "$$p"; echo "$$p"; else :; fi; \ | |||
done | \ | done | \ | |||
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ | sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ | |||
skipping to change at line 568 | skipping to change at line 598 | |||
cd "$(DESTDIR)$(bindir)" && rm -f $$files | cd "$(DESTDIR)$(bindir)" && rm -f $$files | |||
clean-binPROGRAMS: | clean-binPROGRAMS: | |||
@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ | |||
echo " rm -f" $$list; \ | echo " rm -f" $$list; \ | |||
rm -f $$list || exit $$?; \ | rm -f $$list || exit $$?; \ | |||
test -n "$(EXEEXT)" || exit 0; \ | test -n "$(EXEEXT)" || exit 0; \ | |||
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | |||
echo " rm -f" $$list; \ | echo " rm -f" $$list; \ | |||
rm -f $$list | rm -f $$list | |||
gnunet-daemon-exit$(EXEEXT): $(gnunet_daemon_exit_OBJECTS) $(gnunet_daemon_ | ||||
exit_DEPENDENCIES) | clean-checkPROGRAMS: | |||
@rm -f gnunet-daemon-exit$(EXEEXT) | @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ | |||
$(AM_V_CCLD)$(LINK) $(gnunet_daemon_exit_OBJECTS) $(gnunet_daemon_ex | echo " rm -f" $$list; \ | |||
it_LDADD) $(LIBS) | rm -f $$list || exit $$?; \ | |||
gnunet-daemon-vpn$(EXEEXT): $(gnunet_daemon_vpn_OBJECTS) $(gnunet_daemon_vp | test -n "$(EXEEXT)" || exit 0; \ | |||
n_DEPENDENCIES) | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; | |||
@rm -f gnunet-daemon-vpn$(EXEEXT) | \ | |||
$(AM_V_CCLD)$(LINK) $(gnunet_daemon_vpn_OBJECTS) $(gnunet_daemon_vpn | echo " rm -f" $$list; \ | |||
_LDADD) $(LIBS) | rm -f $$list | |||
gnunet-helper-hijack-dns$(EXEEXT): $(gnunet_helper_hijack_dns_OBJECTS) $(gn | ||||
unet_helper_hijack_dns_DEPENDENCIES) | ||||
@rm -f gnunet-helper-hijack-dns$(EXEEXT) | ||||
$(AM_V_CCLD)$(LINK) $(gnunet_helper_hijack_dns_OBJECTS) $(gnunet_hel | ||||
per_hijack_dns_LDADD) $(LIBS) | ||||
gnunet-helper-vpn$(EXEEXT): $(gnunet_helper_vpn_OBJECTS) $(gnunet_helper_vp n_DEPENDENCIES) | gnunet-helper-vpn$(EXEEXT): $(gnunet_helper_vpn_OBJECTS) $(gnunet_helper_vp n_DEPENDENCIES) | |||
@rm -f gnunet-helper-vpn$(EXEEXT) | @rm -f gnunet-helper-vpn$(EXEEXT) | |||
$(AM_V_CCLD)$(LINK) $(gnunet_helper_vpn_OBJECTS) $(gnunet_helper_vpn _LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(gnunet_helper_vpn_OBJECTS) $(gnunet_helper_vpn _LDADD) $(LIBS) | |||
gnunet-service-dns$(EXEEXT): $(gnunet_service_dns_OBJECTS) $(gnunet_service | gnunet-service-vpn$(EXEEXT): $(gnunet_service_vpn_OBJECTS) $(gnunet_service | |||
_dns_DEPENDENCIES) | _vpn_DEPENDENCIES) | |||
@rm -f gnunet-service-dns$(EXEEXT) | @rm -f gnunet-service-vpn$(EXEEXT) | |||
$(AM_V_CCLD)$(LINK) $(gnunet_service_dns_OBJECTS) $(gnunet_service_d | $(AM_V_CCLD)$(gnunet_service_vpn_LINK) $(gnunet_service_vpn_OBJECTS) | |||
ns_LDADD) $(LIBS) | $(gnunet_service_vpn_LDADD) $(LIBS) | |||
gnunet-vpn$(EXEEXT): $(gnunet_vpn_OBJECTS) $(gnunet_vpn_DEPENDENCIES) | ||||
@rm -f gnunet-vpn$(EXEEXT) | ||||
$(AM_V_CCLD)$(LINK) $(gnunet_vpn_OBJECTS) $(gnunet_vpn_LDADD) $(LIBS | ||||
) | ||||
test_gnunet_vpn-4_over$(EXEEXT): $(test_gnunet_vpn_4_over_OBJECTS) $(test_g | ||||
nunet_vpn_4_over_DEPENDENCIES) | ||||
@rm -f test_gnunet_vpn-4_over$(EXEEXT) | ||||
$(AM_V_CCLD)$(LINK) $(test_gnunet_vpn_4_over_OBJECTS) $(test_gnunet_ | ||||
vpn_4_over_LDADD) $(LIBS) | ||||
test_gnunet_vpn-4_to_6$(EXEEXT): $(test_gnunet_vpn_4_to_6_OBJECTS) $(test_g | ||||
nunet_vpn_4_to_6_DEPENDENCIES) | ||||
@rm -f test_gnunet_vpn-4_to_6$(EXEEXT) | ||||
$(AM_V_CCLD)$(LINK) $(test_gnunet_vpn_4_to_6_OBJECTS) $(test_gnunet_ | ||||
vpn_4_to_6_LDADD) $(LIBS) | ||||
test_gnunet_vpn-6_over$(EXEEXT): $(test_gnunet_vpn_6_over_OBJECTS) $(test_g | ||||
nunet_vpn_6_over_DEPENDENCIES) | ||||
@rm -f test_gnunet_vpn-6_over$(EXEEXT) | ||||
$(AM_V_CCLD)$(LINK) $(test_gnunet_vpn_6_over_OBJECTS) $(test_gnunet_ | ||||
vpn_6_over_LDADD) $(LIBS) | ||||
test_gnunet_vpn-6_to_4$(EXEEXT): $(test_gnunet_vpn_6_to_4_OBJECTS) $(test_g | ||||
nunet_vpn_6_to_4_DEPENDENCIES) | ||||
@rm -f test_gnunet_vpn-6_to_4$(EXEEXT) | ||||
$(AM_V_CCLD)$(LINK) $(test_gnunet_vpn_6_to_4_OBJECTS) $(test_gnunet_ | ||||
vpn_6_to_4_LDADD) $(LIBS) | ||||
mostlyclean-compile: | mostlyclean-compile: | |||
-rm -f *.$(OBJEXT) | -rm -f *.$(OBJEXT) | |||
distclean-compile: | distclean-compile: | |||
-rm -f *.tab.c | -rm -f *.tab.c | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-daemon-exit.Po@am__ | ||||
quote@ | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-daemon-vpn-dns.Po@a | ||||
m__quote@ | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-daemon-vpn-helper.P | ||||
o@am__quote@ | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-daemon-vpn.Po@am__q | ||||
uote@ | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-dns-parser.Po@am__q | ||||
uote@ | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-helper-hijack-dns.P | ||||
o@am__quote@ | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-helper-vpn-api.Po@a | ||||
m__quote@ | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-helper-vpn.Po@am__q uote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-helper-vpn.Po@am__q uote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-service-dns.Po@am__ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-vpn.Po@am__quote@ | |||
quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet_service_vpn-gnunet- | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-vpn-checksum.Po@am_ | service-vpn.Po@am__quote@ | |||
_quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gnunet_vpn.Po@am__quo | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_block_dns.Plo@am__q | te@ | |||
uote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_api.Plo@am__quote@ | |||
.c.o: | .c.o: | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$* .Tpo -c -o $@ $< | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$* .Tpo -c -o $@ $< | |||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |||
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @ AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @ AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(COMPILE) -c $< | @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |||
.c.obj: | .c.obj: | |||
skipping to change at line 626 | skipping to change at line 665 | |||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |||
.c.lo: | .c.lo: | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/ $*.Tpo -c -o $@ $< | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/ $*.Tpo -c -o $@ $< | |||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Pl o | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Pl o | |||
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | |||
gnunet_service_vpn-gnunet-service-vpn.o: gnunet-service-vpn.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUD | ||||
ES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnunet_service_vpn_CFLAGS) $(CFLAGS) -MT g | ||||
nunet_service_vpn-gnunet-service-vpn.o -MD -MP -MF $(DEPDIR)/gnunet_service | ||||
_vpn-gnunet-service-vpn.Tpo -c -o gnunet_service_vpn-gnunet-service-vpn.o ` | ||||
test -f 'gnunet-service-vpn.c' || echo '$(srcdir)/'`gnunet-service-vpn.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnunet_service_vpn-gnu | ||||
net-service-vpn.Tpo $(DEPDIR)/gnunet_service_vpn-gnunet-service-vpn.Po | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gnunet-service-vpn.c' object | ||||
='gnunet_service_vpn-gnunet-service-vpn.o' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
omp) @AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C | ||||
PPFLAGS) $(CPPFLAGS) $(gnunet_service_vpn_CFLAGS) $(CFLAGS) -c -o gnunet_se | ||||
rvice_vpn-gnunet-service-vpn.o `test -f 'gnunet-service-vpn.c' || echo '$(s | ||||
rcdir)/'`gnunet-service-vpn.c | ||||
gnunet_service_vpn-gnunet-service-vpn.obj: gnunet-service-vpn.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUD | ||||
ES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnunet_service_vpn_CFLAGS) $(CFLAGS) -MT g | ||||
nunet_service_vpn-gnunet-service-vpn.obj -MD -MP -MF $(DEPDIR)/gnunet_servi | ||||
ce_vpn-gnunet-service-vpn.Tpo -c -o gnunet_service_vpn-gnunet-service-vpn.o | ||||
bj `if test -f 'gnunet-service-vpn.c'; then $(CYGPATH_W) 'gnunet-service-vp | ||||
n.c'; else $(CYGPATH_W) '$(srcdir)/gnunet-service-vpn.c'; fi` | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gnunet_service_vpn-gnu | ||||
net-service-vpn.Tpo $(DEPDIR)/gnunet_service_vpn-gnunet-service-vpn.Po | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gnunet-service-vpn.c' object | ||||
='gnunet_service_vpn-gnunet-service-vpn.obj' libtool=no @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
omp) @AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_C | ||||
PPFLAGS) $(CPPFLAGS) $(gnunet_service_vpn_CFLAGS) $(CFLAGS) -c -o gnunet_se | ||||
rvice_vpn-gnunet-service-vpn.obj `if test -f 'gnunet-service-vpn.c'; then $ | ||||
(CYGPATH_W) 'gnunet-service-vpn.c'; else $(CYGPATH_W) '$(srcdir)/gnunet-ser | ||||
vice-vpn.c'; fi` | ||||
mostlyclean-libtool: | mostlyclean-libtool: | |||
-rm -f *.lo | -rm -f *.lo | |||
clean-libtool: | clean-libtool: | |||
-rm -rf .libs _libs | -rm -rf .libs _libs | |||
install-dist_pkgcfgDATA: $(dist_pkgcfg_DATA) | install-pkgcfgDATA: $(pkgcfg_DATA) | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
test -z "$(pkgcfgdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgcfgdir)" | test -z "$(pkgcfgdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgcfgdir)" | |||
@list='$(dist_pkgcfg_DATA)'; test -n "$(pkgcfgdir)" || list=; \ | @list='$(pkgcfg_DATA)'; test -n "$(pkgcfgdir)" || list=; \ | |||
for p in $$list; do \ | for p in $$list; do \ | |||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |||
echo "$$d$$p"; \ | echo "$$d$$p"; \ | |||
done | $(am__base_list) | \ | done | $(am__base_list) | \ | |||
while read files; do \ | while read files; do \ | |||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgcfgdir)'"; \ | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgcfgdir)'"; \ | |||
$(INSTALL_DATA) $$files "$(DESTDIR)$(pkgcfgdir)" || exit $$?; \ | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgcfgdir)" || exit $$?; \ | |||
done | done | |||
uninstall-dist_pkgcfgDATA: | uninstall-pkgcfgDATA: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list='$(dist_pkgcfg_DATA)'; test -n "$(pkgcfgdir)" || list=; \ | @list='$(pkgcfg_DATA)'; test -n "$(pkgcfgdir)" || list=; \ | |||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |||
test -n "$$files" || exit 0; \ | test -n "$$files" || exit 0; \ | |||
echo " ( cd '$(DESTDIR)$(pkgcfgdir)' && rm -f" $$files ")"; \ | echo " ( cd '$(DESTDIR)$(pkgcfgdir)' && rm -f" $$files ")"; \ | |||
cd "$(DESTDIR)$(pkgcfgdir)" && rm -f $$files | cd "$(DESTDIR)$(pkgcfgdir)" && rm -f $$files | |||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |||
unique=`for i in $$list; do \ | unique=`for i in $$list; do \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |||
done | \ | done | \ | |||
skipping to change at line 704 | skipping to change at line 759 | |||
$$unique | $$unique | |||
GTAGS: | GTAGS: | |||
here=`$(am__cd) $(top_builddir) && pwd` \ | here=`$(am__cd) $(top_builddir) && pwd` \ | |||
&& $(am__cd) $(top_srcdir) \ | && $(am__cd) $(top_srcdir) \ | |||
&& gtags -i $(GTAGS_ARGS) "$$here" | && gtags -i $(GTAGS_ARGS) "$$here" | |||
distclean-tags: | distclean-tags: | |||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |||
check-TESTS: $(TESTS) | ||||
@failed=0; all=0; xfail=0; xpass=0; skip=0; \ | ||||
srcdir=$(srcdir); export srcdir; \ | ||||
list=' $(TESTS) '; \ | ||||
$(am__tty_colors); \ | ||||
if test -n "$$list"; then \ | ||||
for tst in $$list; do \ | ||||
if test -f ./$$tst; then dir=./; \ | ||||
elif test -f $$tst; then dir=; \ | ||||
else dir="$(srcdir)/"; fi; \ | ||||
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ | ||||
all=`expr $$all + 1`; \ | ||||
case " $(XFAIL_TESTS) " in \ | ||||
*[\ \ ]$$tst[\ \ ]*) \ | ||||
xpass=`expr $$xpass + 1`; \ | ||||
failed=`expr $$failed + 1`; \ | ||||
col=$$red; res=XPASS; \ | ||||
;; \ | ||||
*) \ | ||||
col=$$grn; res=PASS; \ | ||||
;; \ | ||||
esac; \ | ||||
elif test $$? -ne 77; then \ | ||||
all=`expr $$all + 1`; \ | ||||
case " $(XFAIL_TESTS) " in \ | ||||
*[\ \ ]$$tst[\ \ ]*) \ | ||||
xfail=`expr $$xfail + 1`; \ | ||||
col=$$lgn; res=XFAIL; \ | ||||
;; \ | ||||
*) \ | ||||
failed=`expr $$failed + 1`; \ | ||||
col=$$red; res=FAIL; \ | ||||
;; \ | ||||
esac; \ | ||||
else \ | ||||
skip=`expr $$skip + 1`; \ | ||||
col=$$blu; res=SKIP; \ | ||||
fi; \ | ||||
echo "$${col}$$res$${std}: $$tst"; \ | ||||
done; \ | ||||
if test "$$all" -eq 1; then \ | ||||
tests="test"; \ | ||||
All=""; \ | ||||
else \ | ||||
tests="tests"; \ | ||||
All="All "; \ | ||||
fi; \ | ||||
if test "$$failed" -eq 0; then \ | ||||
if test "$$xfail" -eq 0; then \ | ||||
banner="$$All$$all $$tests passed"; \ | ||||
else \ | ||||
if test "$$xfail" -eq 1; then failures=failure; else failures= | ||||
failures; fi; \ | ||||
banner="$$All$$all $$tests behaved as expected ($$xfail expect | ||||
ed $$failures)"; \ | ||||
fi; \ | ||||
else \ | ||||
if test "$$xpass" -eq 0; then \ | ||||
banner="$$failed of $$all $$tests failed"; \ | ||||
else \ | ||||
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; | ||||
fi; \ | ||||
banner="$$failed of $$all $$tests did not behave as expected ( | ||||
$$xpass unexpected $$passes)"; \ | ||||
fi; \ | ||||
fi; \ | ||||
dashes="$$banner"; \ | ||||
skipped=""; \ | ||||
if test "$$skip" -ne 0; then \ | ||||
if test "$$skip" -eq 1; then \ | ||||
skipped="($$skip test was not run)"; \ | ||||
else \ | ||||
skipped="($$skip tests were not run)"; \ | ||||
fi; \ | ||||
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || | ||||
\ | ||||
dashes="$$skipped"; \ | ||||
fi; \ | ||||
report=""; \ | ||||
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ | ||||
report="Please report to $(PACKAGE_BUGREPORT)"; \ | ||||
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || | ||||
\ | ||||
dashes="$$report"; \ | ||||
fi; \ | ||||
dashes=`echo "$$dashes" | sed s/./=/g`; \ | ||||
if test "$$failed" -eq 0; then \ | ||||
echo "$$grn$$dashes"; \ | ||||
else \ | ||||
echo "$$red$$dashes"; \ | ||||
fi; \ | ||||
echo "$$banner"; \ | ||||
test -z "$$skipped" || echo "$$skipped"; \ | ||||
test -z "$$report" || echo "$$report"; \ | ||||
echo "$$dashes$$std"; \ | ||||
test "$$failed" -eq 0; \ | ||||
else :; fi | ||||
distdir: $(DISTFILES) | distdir: $(DISTFILES) | |||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
list='$(DISTFILES)'; \ | list='$(DISTFILES)'; \ | |||
dist_files=`for file in $$list; do echo $$file; done | \ | dist_files=`for file in $$list; do echo $$file; done | \ | |||
sed -e "s|^$$srcdirstrip/||;t" \ | sed -e "s|^$$srcdirstrip/||;t" \ | |||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |||
case $$dist_files in \ | case $$dist_files in \ | |||
*/*) $(MKDIR_P) `echo "$$dist_files" | \ | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |||
skipping to change at line 735 | skipping to change at line 882 | |||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rw x {} \;; \ | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rw x {} \;; \ | |||
fi; \ | fi; \ | |||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |||
else \ | else \ | |||
test -f "$(distdir)/$$file" \ | test -f "$(distdir)/$$file" \ | |||
|| cp -p $$d/$$file "$(distdir)/$$file" \ | || cp -p $$d/$$file "$(distdir)/$$file" \ | |||
|| exit 1; \ | || exit 1; \ | |||
fi; \ | fi; \ | |||
done | done | |||
check-am: all-am | check-am: all-am | |||
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) | ||||
$(MAKE) $(AM_MAKEFLAGS) check-TESTS | ||||
check: check-am | check: check-am | |||
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) | |||
install-binPROGRAMS: install-libLTLIBRARIES | ||||
installdirs: | installdirs: | |||
for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR )$(pkgcfgdir)"; do \ | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$( pkgcfgdir)"; do \ | |||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |||
done | done | |||
install: install-am | install: install-am | |||
install-exec: install-exec-am | install-exec: install-exec-am | |||
install-data: install-data-am | install-data: install-data-am | |||
uninstall: uninstall-am | uninstall: uninstall-am | |||
install-am: all-am | install-am: all-am | |||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |||
skipping to change at line 768 | skipping to change at line 919 | |||
distclean-generic: | distclean-generic: | |||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |||
maintainer-clean-generic: | maintainer-clean-generic: | |||
@echo "This command is intended for maintainers to use" | @echo "This command is intended for maintainers to use" | |||
@echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." | |||
clean: clean-am | clean: clean-am | |||
clean-am: clean-binPROGRAMS clean-generic clean-libtool \ | clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ | |||
clean-pluginLTLIBRARIES mostlyclean-am | clean-libLTLIBRARIES clean-libtool mostlyclean-am | |||
distclean: distclean-am | distclean: distclean-am | |||
-rm -rf ./$(DEPDIR) | -rm -rf ./$(DEPDIR) | |||
-rm -f Makefile | -rm -f Makefile | |||
distclean-am: clean-am distclean-compile distclean-generic \ | distclean-am: clean-am distclean-compile distclean-generic \ | |||
distclean-tags | distclean-tags | |||
dvi: dvi-am | dvi: dvi-am | |||
dvi-am: | dvi-am: | |||
html: html-am | html: html-am | |||
html-am: | html-am: | |||
info: info-am | info: info-am | |||
info-am: | info-am: | |||
install-data-am: install-dist_pkgcfgDATA install-pluginLTLIBRARIES | install-data-am: install-pkgcfgDATA | |||
install-dvi: install-dvi-am | install-dvi: install-dvi-am | |||
install-dvi-am: | install-dvi-am: | |||
install-exec-am: install-binPROGRAMS | install-exec-am: install-binPROGRAMS install-libLTLIBRARIES | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook | $(MAKE) $(AM_MAKEFLAGS) install-exec-hook | |||
install-html: install-html-am | install-html: install-html-am | |||
install-html-am: | install-html-am: | |||
install-info: install-info-am | install-info: install-info-am | |||
install-info-am: | install-info-am: | |||
skipping to change at line 836 | skipping to change at line 987 | |||
mostlyclean-libtool | mostlyclean-libtool | |||
pdf: pdf-am | pdf: pdf-am | |||
pdf-am: | pdf-am: | |||
ps: ps-am | ps: ps-am | |||
ps-am: | ps-am: | |||
uninstall-am: uninstall-binPROGRAMS uninstall-dist_pkgcfgDATA \ | uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ | |||
uninstall-pluginLTLIBRARIES | uninstall-pkgcfgDATA | |||
.MAKE: install-am install-exec-am install-strip | .MAKE: check-am install-am install-exec-am install-strip | |||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ | .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ | |||
clean-generic clean-libtool clean-pluginLTLIBRARIES ctags \ | clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ | |||
distclean distclean-compile distclean-generic \ | clean-libLTLIBRARIES clean-libtool ctags distclean \ | |||
distclean-libtool distclean-tags distdir dvi dvi-am html \ | distclean-compile distclean-generic distclean-libtool \ | |||
html-am info info-am install install-am install-binPROGRAMS \ | distclean-tags distdir dvi dvi-am html html-am info info-am \ | |||
install-data install-data-am install-dist_pkgcfgDATA \ | install install-am install-binPROGRAMS install-data \ | |||
install-dvi install-dvi-am install-exec install-exec-am \ | install-data-am install-dvi install-dvi-am install-exec \ | |||
install-exec-hook install-html install-html-am install-info \ | install-exec-am install-exec-hook install-html install-html-am \ | |||
install-info-am install-man install-pdf install-pdf-am \ | install-info install-info-am install-libLTLIBRARIES \ | |||
install-pluginLTLIBRARIES install-ps install-ps-am \ | install-man install-pdf install-pdf-am install-pkgcfgDATA \ | |||
install-strip installcheck installcheck-am installdirs \ | install-ps install-ps-am install-strip installcheck \ | |||
maintainer-clean maintainer-clean-generic mostlyclean \ | installcheck-am installdirs maintainer-clean \ | |||
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | maintainer-clean-generic mostlyclean mostlyclean-compile \ | |||
pdf pdf-am ps ps-am tags uninstall uninstall-am \ | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |||
uninstall-binPROGRAMS uninstall-dist_pkgcfgDATA \ | tags uninstall uninstall-am uninstall-binPROGRAMS \ | |||
uninstall-pluginLTLIBRARIES | uninstall-libLTLIBRARIES uninstall-pkgcfgDATA | |||
@LINUX_TRUE@install-exec-hook: | @LINUX_TRUE@install-exec-hook: | |||
@LINUX_TRUE@ $(SUDO_BINARY) chown root:root $(bindir)/gnunet-helper-vpn | | true | @LINUX_TRUE@ $(SUDO_BINARY) chown root:root $(bindir)/gnunet-helper-vpn | | true | |||
@LINUX_TRUE@ $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-helper-vpn || true | @LINUX_TRUE@ $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-helper-vpn || true | |||
@LINUX_TRUE@ $(SUDO_BINARY) chown root:root $(bindir)/gnunet-helper-hijac | ||||
k-dns || true | ||||
@LINUX_TRUE@ $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-helper-hijack-dns | ||||
|| true | ||||
@LINUX_FALSE@install-exec-hook: | @LINUX_FALSE@install-exec-hook: | |||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # 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. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 68 change blocks. | ||||
208 lines changed or deleted | 376 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |