tinc/m4/Makefile.in

401 lines
11 KiB
Makefile
Raw Normal View History

2019-08-26 11:44:43 +00:00
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2019-08-26 11:44:36 +00:00
# @configure_input@
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:43 +00:00
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
2019-08-26 11:44:36 +00:00
# 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@
VPATH = @srcdir@
2019-08-26 11:44:43 +00:00
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
2019-08-26 11:44:42 +00:00
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
2019-08-26 11:44:43 +00:00
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
2019-08-26 11:44:42 +00:00
esac; \
2019-08-26 11:44:43 +00:00
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
2019-08-26 11:44:36 +00:00
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
2019-08-26 11:44:38 +00:00
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
2019-08-26 11:44:36 +00:00
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
2019-08-26 11:44:36 +00:00
INSTALL_HEADER = $(INSTALL_DATA)
2019-08-26 11:44:36 +00:00
transform = $(program_transform_name)
2019-08-26 11:44:36 +00:00
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
2019-08-26 11:44:36 +00:00
build_triplet = @build@
2019-08-26 11:44:36 +00:00
host_triplet = @host@
2019-08-26 11:44:36 +00:00
subdir = m4
2019-08-26 11:44:43 +00:00
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
2019-08-26 11:44:36 +00:00
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2019-08-26 11:44:37 +00:00
am__aclocal_m4_deps = $(top_srcdir)/m4/attribute.m4 \
2019-08-26 11:44:38 +00:00
$(top_srcdir)/m4/lzo.m4 $(top_srcdir)/m4/openssl.m4 \
2019-08-26 11:44:37 +00:00
$(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.in
2019-08-26 11:44:36 +00:00
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
2019-08-26 11:44:42 +00:00
mkinstalldirs = $(install_sh) -d
2019-08-26 11:44:36 +00:00
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
2019-08-26 11:44:38 +00:00
CONFIG_CLEAN_VPATH_FILES =
2019-08-26 11:44:43 +00:00
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
2019-08-26 11:44:36 +00:00
SOURCES =
DIST_SOURCES =
2019-08-26 11:44:42 +00:00
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
2019-08-26 11:44:43 +00:00
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
2019-08-26 11:44:36 +00:00
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
2019-08-26 11:44:36 +00:00
AMTAR = @AMTAR@
2019-08-26 11:44:43 +00:00
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2019-08-26 11:44:36 +00:00
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
2019-08-26 11:44:36 +00:00
AWK = @AWK@
CC = @CC@
2019-08-26 11:44:36 +00:00
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
2019-08-26 11:44:36 +00:00
CPP = @CPP@
2019-08-26 11:44:36 +00:00
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
2019-08-26 11:44:36 +00:00
DEPDIR = @DEPDIR@
2019-08-26 11:44:36 +00:00
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
2019-08-26 11:44:36 +00:00
EXEEXT = @EXEEXT@
2019-08-26 11:44:37 +00:00
GREP = @GREP@
2019-08-26 11:44:36 +00:00
INCLUDES = @INCLUDES@
2019-08-26 11:44:37 +00:00
INSTALL = @INSTALL@
2019-08-26 11:44:36 +00:00
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
2019-08-26 11:44:36 +00:00
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2019-08-26 11:44:36 +00:00
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
2019-08-26 11:44:36 +00:00
LN_S = @LN_S@
2019-08-26 11:44:36 +00:00
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
2019-08-26 11:44:37 +00:00
MKDIR_P = @MKDIR_P@
2019-08-26 11:44:36 +00:00
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
2019-08-26 11:44:36 +00:00
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
2019-08-26 11:44:38 +00:00
PACKAGE_URL = @PACKAGE_URL@
2019-08-26 11:44:36 +00:00
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
2019-08-26 11:44:36 +00:00
RANLIB = @RANLIB@
2019-08-26 11:44:36 +00:00
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
2019-08-26 11:44:36 +00:00
VERSION = @VERSION@
2019-08-26 11:44:37 +00:00
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
2019-08-26 11:44:36 +00:00
ac_ct_CC = @ac_ct_CC@
2019-08-26 11:44:36 +00:00
am__include = @am__include@
2019-08-26 11:44:36 +00:00
am__leading_dot = @am__leading_dot@
2019-08-26 11:44:36 +00:00
am__quote = @am__quote@
2019-08-26 11:44:36 +00:00
am__tar = @am__tar@
am__untar = @am__untar@
2019-08-26 11:44:36 +00:00
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
2019-08-26 11:44:37 +00:00
builddir = @builddir@
2019-08-26 11:44:36 +00:00
datadir = @datadir@
2019-08-26 11:44:37 +00:00
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
2019-08-26 11:44:36 +00:00
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
2019-08-26 11:44:37 +00:00
htmldir = @htmldir@
2019-08-26 11:44:36 +00:00
includedir = @includedir@
infodir = @infodir@
2019-08-26 11:44:36 +00:00
install_sh = @install_sh@
2019-08-26 11:44:36 +00:00
libdir = @libdir@
libexecdir = @libexecdir@
2019-08-26 11:44:37 +00:00
localedir = @localedir@
2019-08-26 11:44:36 +00:00
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
2019-08-26 11:44:37 +00:00
pdfdir = @pdfdir@
2019-08-26 11:44:36 +00:00
prefix = @prefix@
program_transform_name = @program_transform_name@
2019-08-26 11:44:37 +00:00
psdir = @psdir@
2019-08-26 11:44:36 +00:00
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
2019-08-26 11:44:37 +00:00
srcdir = @srcdir@
2019-08-26 11:44:36 +00:00
sysconfdir = @sysconfdir@
target_alias = @target_alias@
2019-08-26 11:44:38 +00:00
top_build_prefix = @top_build_prefix@
2019-08-26 11:44:37 +00:00
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
2019-08-26 11:44:36 +00:00
EXTRA_DIST = README *.m4
2019-08-26 11:44:36 +00:00
all: all-am
.SUFFIXES:
2019-08-26 11:44:36 +00:00
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
2019-08-26 11:44:38 +00:00
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
2019-08-26 11:44:36 +00:00
exit 1;; \
esac; \
done; \
2019-08-26 11:44:38 +00:00
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu m4/Makefile
2019-08-26 11:44:36 +00:00
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2019-08-26 11:44:38 +00:00
$(am__aclocal_m4_deps):
2019-08-26 11:44:43 +00:00
tags TAGS:
ctags CTAGS:
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:43 +00:00
cscope cscopelist:
2019-08-26 11:44:36 +00:00
distdir: $(DISTFILES)
2019-08-26 11:44:37 +00:00
@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 \
2019-08-26 11:44:36 +00:00
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2019-08-26 11:44:36 +00:00
if test -d $$d/$$file; then \
2019-08-26 11:44:37 +00:00
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2019-08-26 11:44:38 +00:00
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
2019-08-26 11:44:36 +00:00
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2019-08-26 11:44:38 +00:00
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2019-08-26 11:44:36 +00:00
fi; \
2019-08-26 11:44:38 +00:00
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2019-08-26 11:44:36 +00:00
else \
2019-08-26 11:44:38 +00:00
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
2019-08-26 11:44:36 +00:00
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile
installdirs:
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:
2019-08-26 11:44:41 +00:00
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
2019-08-26 11:44:36 +00:00
mostlyclean-generic:
clean-generic:
distclean-generic:
2019-08-26 11:44:36 +00:00
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2019-08-26 11:44:38 +00:00
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2019-08-26 11:44:36 +00:00
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic mostlyclean-am
distclean: distclean-am
2019-08-26 11:44:36 +00:00
-rm -f Makefile
2019-08-26 11:44:36 +00:00
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
2019-08-26 11:44:36 +00:00
html: html-am
2019-08-26 11:44:38 +00:00
html-am:
2019-08-26 11:44:36 +00:00
info: info-am
info-am:
install-data-am:
2019-08-26 11:44:37 +00:00
install-dvi: install-dvi-am
2019-08-26 11:44:38 +00:00
install-dvi-am:
2019-08-26 11:44:36 +00:00
install-exec-am:
2019-08-26 11:44:37 +00:00
install-html: install-html-am
2019-08-26 11:44:38 +00:00
install-html-am:
2019-08-26 11:44:36 +00:00
install-info: install-info-am
2019-08-26 11:44:38 +00:00
install-info-am:
2019-08-26 11:44:36 +00:00
install-man:
2019-08-26 11:44:37 +00:00
install-pdf: install-pdf-am
2019-08-26 11:44:38 +00:00
install-pdf-am:
2019-08-26 11:44:37 +00:00
install-ps: install-ps-am
2019-08-26 11:44:38 +00:00
install-ps-am:
2019-08-26 11:44:36 +00:00
installcheck-am:
maintainer-clean: maintainer-clean-am
2019-08-26 11:44:36 +00:00
-rm -f Makefile
2019-08-26 11:44:36 +00:00
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic
2019-08-26 11:44:36 +00:00
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
2019-08-26 11:44:37 +00:00
uninstall-am:
.MAKE: install-am install-strip
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:43 +00:00
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
ctags-am distclean distclean-generic distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am tags-am uninstall uninstall-am
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:38 +00:00
2019-08-26 11:44:36 +00:00
# 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: