Blame lib/Makefile.in

Packit c22fc9
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit c22fc9
# @configure_input@
Packit c22fc9
Packit c22fc9
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit c22fc9
Packit c22fc9
# This Makefile.in is free software; the Free Software Foundation
Packit c22fc9
# gives unlimited permission to copy and/or distribute it,
Packit c22fc9
# with or without modifications, as long as this notice is preserved.
Packit c22fc9
Packit c22fc9
# This program is distributed in the hope that it will be useful,
Packit c22fc9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit c22fc9
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit c22fc9
# PARTICULAR PURPOSE.
Packit c22fc9
Packit c22fc9
@SET_MAKE@
Packit c22fc9
Packit c22fc9
# Makefile.am
Packit c22fc9
#
Packit c22fc9
# Keepalived OpenSource project.
Packit c22fc9
#
Packit c22fc9
# Copyright (C) 2001-2017 Alexandre Cassen, <acassen@gmail.com>
Packit c22fc9
Packit c22fc9
VPATH = @srcdir@
Packit c22fc9
am__is_gnu_make = { \
Packit c22fc9
  if test -z '$(MAKELEVEL)'; then \
Packit c22fc9
    false; \
Packit c22fc9
  elif test -n '$(MAKE_HOST)'; then \
Packit c22fc9
    true; \
Packit c22fc9
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit c22fc9
    true; \
Packit c22fc9
  else \
Packit c22fc9
    false; \
Packit c22fc9
  fi; \
Packit c22fc9
}
Packit c22fc9
am__make_running_with_option = \
Packit c22fc9
  case $${target_option-} in \
Packit c22fc9
      ?) ;; \
Packit c22fc9
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit c22fc9
              "target option '$${target_option-}' specified" >&2; \
Packit c22fc9
         exit 1;; \
Packit c22fc9
  esac; \
Packit c22fc9
  has_opt=no; \
Packit c22fc9
  sane_makeflags=$$MAKEFLAGS; \
Packit c22fc9
  if $(am__is_gnu_make); then \
Packit c22fc9
    sane_makeflags=$$MFLAGS; \
Packit c22fc9
  else \
Packit c22fc9
    case $$MAKEFLAGS in \
Packit c22fc9
      *\\[\ \	]*) \
Packit c22fc9
        bs=\\; \
Packit c22fc9
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit c22fc9
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit c22fc9
    esac; \
Packit c22fc9
  fi; \
Packit c22fc9
  skip_next=no; \
Packit c22fc9
  strip_trailopt () \
Packit c22fc9
  { \
Packit c22fc9
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit c22fc9
  }; \
Packit c22fc9
  for flg in $$sane_makeflags; do \
Packit c22fc9
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit c22fc9
    case $$flg in \
Packit c22fc9
      *=*|--*) continue;; \
Packit c22fc9
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit c22fc9
      -*I?*) strip_trailopt 'I';; \
Packit c22fc9
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit c22fc9
      -*O?*) strip_trailopt 'O';; \
Packit c22fc9
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit c22fc9
      -*l?*) strip_trailopt 'l';; \
Packit c22fc9
      -[dEDm]) skip_next=yes;; \
Packit c22fc9
      -[JT]) skip_next=yes;; \
Packit c22fc9
    esac; \
Packit c22fc9
    case $$flg in \
Packit c22fc9
      *$$target_option*) has_opt=yes; break;; \
Packit c22fc9
    esac; \
Packit c22fc9
  done; \
Packit c22fc9
  test $$has_opt = yes
Packit c22fc9
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit c22fc9
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit c22fc9
pkgdatadir = $(datadir)/@PACKAGE@
Packit c22fc9
pkgincludedir = $(includedir)/@PACKAGE@
Packit c22fc9
pkglibdir = $(libdir)/@PACKAGE@
Packit c22fc9
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit c22fc9
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit c22fc9
install_sh_DATA = $(install_sh) -c -m 644
Packit c22fc9
install_sh_PROGRAM = $(install_sh) -c
Packit c22fc9
install_sh_SCRIPT = $(install_sh) -c
Packit c22fc9
INSTALL_HEADER = $(INSTALL_DATA)
Packit c22fc9
transform = $(program_transform_name)
Packit c22fc9
NORMAL_INSTALL = :
Packit c22fc9
PRE_INSTALL = :
Packit c22fc9
POST_INSTALL = :
Packit c22fc9
NORMAL_UNINSTALL = :
Packit c22fc9
PRE_UNINSTALL = :
Packit c22fc9
POST_UNINSTALL = :
Packit c22fc9
@WITH_VRRP_TRUE@am__append_1 = rttables.o
Packit c22fc9
@WITH_VRRP_TRUE@am__append_2 = rttables.c rttables.h
Packit c22fc9
@SOCK_NONBLOCK_FALSE@am__append_3 = old_socket.o
Packit c22fc9
@SOCK_NONBLOCK_FALSE@am__append_4 = old_socket.c old_socket.h
Packit c22fc9
subdir = lib
Packit c22fc9
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit c22fc9
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Packit c22fc9
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit c22fc9
	$(ACLOCAL_M4)
Packit c22fc9
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit c22fc9
mkinstalldirs = $(install_sh) -d
Packit c22fc9
CONFIG_HEADER = config.h
Packit c22fc9
CONFIG_CLEAN_FILES =
Packit c22fc9
CONFIG_CLEAN_VPATH_FILES =
Packit c22fc9
LIBRARIES = $(noinst_LIBRARIES)
Packit c22fc9
AM_V_AR = $(am__v_AR_@AM_V@)
Packit c22fc9
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
Packit c22fc9
am__v_AR_0 = @echo "  AR      " $@;
Packit c22fc9
am__v_AR_1 = 
Packit c22fc9
liblib_a_AR = $(AR) $(ARFLAGS)
Packit c22fc9
liblib_a_DEPENDENCIES = $(am__append_1) $(am__append_3)
Packit c22fc9
am_liblib_a_OBJECTS = memory.$(OBJEXT) utils.$(OBJEXT) \
Packit c22fc9
	notify.$(OBJEXT) timer.$(OBJEXT) scheduler.$(OBJEXT) \
Packit c22fc9
	vector.$(OBJEXT) list.$(OBJEXT) html.$(OBJEXT) \
Packit c22fc9
	parser.$(OBJEXT) signals.$(OBJEXT) logger.$(OBJEXT) \
Packit c22fc9
	assert.$(OBJEXT) list_head.$(OBJEXT) rbtree.$(OBJEXT) \
Packit c22fc9
	process.$(OBJEXT)
Packit c22fc9
am__EXTRA_liblib_a_SOURCES_DIST = rttables.c rttables.h old_socket.c \
Packit c22fc9
	old_socket.h
Packit c22fc9
liblib_a_OBJECTS = $(am_liblib_a_OBJECTS)
Packit c22fc9
AM_V_P = $(am__v_P_@AM_V@)
Packit c22fc9
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit c22fc9
am__v_P_0 = false
Packit c22fc9
am__v_P_1 = :
Packit c22fc9
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit c22fc9
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit c22fc9
am__v_GEN_0 = @echo "  GEN     " $@;
Packit c22fc9
am__v_GEN_1 = 
Packit c22fc9
AM_V_at = $(am__v_at_@AM_V@)
Packit c22fc9
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit c22fc9
am__v_at_0 = @
Packit c22fc9
am__v_at_1 = 
Packit c22fc9
DEFAULT_INCLUDES = -I.@am__isrc@
Packit c22fc9
depcomp = $(SHELL) $(top_srcdir)/depcomp
Packit c22fc9
am__depfiles_maybe = depfiles
Packit c22fc9
am__mv = mv -f
Packit c22fc9
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit c22fc9
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit c22fc9
AM_V_CC = $(am__v_CC_@AM_V@)
Packit c22fc9
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit c22fc9
am__v_CC_0 = @echo "  CC      " $@;
Packit c22fc9
am__v_CC_1 = 
Packit c22fc9
CCLD = $(CC)
Packit c22fc9
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit c22fc9
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit c22fc9
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit c22fc9
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit c22fc9
am__v_CCLD_1 = 
Packit c22fc9
SOURCES = $(liblib_a_SOURCES) $(EXTRA_liblib_a_SOURCES)
Packit c22fc9
DIST_SOURCES = $(liblib_a_SOURCES) $(am__EXTRA_liblib_a_SOURCES_DIST)
Packit c22fc9
am__can_run_installinfo = \
Packit c22fc9
  case $$AM_UPDATE_INFO_DIR in \
Packit c22fc9
    n|no|NO) false;; \
Packit c22fc9
    *) (install-info --version) >/dev/null 2>&1;; \
Packit c22fc9
  esac
Packit c22fc9
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit c22fc9
	$(LISP)config.h.in
Packit c22fc9
# Read a list of newline-separated strings from the standard input,
Packit c22fc9
# and print each of them once, without duplicates.  Input order is
Packit c22fc9
# *not* preserved.
Packit c22fc9
am__uniquify_input = $(AWK) '\
Packit c22fc9
  BEGIN { nonempty = 0; } \
Packit c22fc9
  { items[$$0] = 1; nonempty = 1; } \
Packit c22fc9
  END { if (nonempty) { for (i in items) print i; }; } \
Packit c22fc9
'
Packit c22fc9
# Make sure the list of sources is unique.  This is necessary because,
Packit c22fc9
# e.g., the same source file might be shared among _SOURCES variables
Packit c22fc9
# for different programs/libraries.
Packit c22fc9
am__define_uniq_tagged_files = \
Packit c22fc9
  list='$(am__tagged_files)'; \
Packit c22fc9
  unique=`for i in $$list; do \
Packit c22fc9
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit c22fc9
  done | $(am__uniquify_input)`
Packit c22fc9
ETAGS = etags
Packit c22fc9
CTAGS = ctags
Packit c22fc9
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
Packit c22fc9
	$(top_srcdir)/depcomp
Packit c22fc9
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit c22fc9
ACLOCAL = @ACLOCAL@
Packit c22fc9
AMTAR = @AMTAR@
Packit c22fc9
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit c22fc9
AR = @AR@
Packit c22fc9
ARFLAGS = @ARFLAGS@
Packit c22fc9
AUTOCONF = @AUTOCONF@
Packit c22fc9
AUTOHEADER = @AUTOHEADER@
Packit c22fc9
AUTOMAKE = @AUTOMAKE@
Packit c22fc9
AWK = @AWK@
Packit c22fc9
CC = @CC@
Packit c22fc9
CCDEPMODE = @CCDEPMODE@
Packit c22fc9
CFLAGS = @CFLAGS@
Packit c22fc9
CPP = @CPP@
Packit c22fc9
CPPFLAGS = @CPPFLAGS@
Packit c22fc9
CYGPATH_W = @CYGPATH_W@
Packit c22fc9
DEFAULT_CONFIG_FILE = @DEFAULT_CONFIG_FILE@
Packit c22fc9
DEFS = @DEFS@
Packit c22fc9
DEPDIR = @DEPDIR@
Packit c22fc9
ECHO_C = @ECHO_C@
Packit c22fc9
ECHO_N = @ECHO_N@
Packit c22fc9
ECHO_T = @ECHO_T@
Packit c22fc9
EGREP = @EGREP@
Packit c22fc9
EXEEXT = @EXEEXT@
Packit c22fc9
GENHASH_LIBS = @GENHASH_LIBS@
Packit c22fc9
GREP = @GREP@
Packit c22fc9
HAVE_RPM = @HAVE_RPM@
Packit c22fc9
HAVE_RPMBUILD = @HAVE_RPMBUILD@
Packit c22fc9
HAVE_SPHINX_BUILD = @HAVE_SPHINX_BUILD@
Packit c22fc9
INSTALL = @INSTALL@
Packit c22fc9
INSTALL_DATA = @INSTALL_DATA@
Packit c22fc9
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit c22fc9
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit c22fc9
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit c22fc9
KA_CFLAGS = @KA_CFLAGS@
Packit c22fc9
KA_CPPFLAGS = @KA_CPPFLAGS@
Packit c22fc9
KA_LDFLAGS = @KA_LDFLAGS@
Packit c22fc9
KA_LIBS = @KA_LIBS@
Packit c22fc9
LDD = @LDD@
Packit c22fc9
LDFLAGS = @LDFLAGS@
Packit c22fc9
LIBOBJS = @LIBOBJS@
Packit c22fc9
LIBS = @LIBS@
Packit c22fc9
LN_S = @LN_S@
Packit c22fc9
LTLIBOBJS = @LTLIBOBJS@
Packit c22fc9
MAINTAINERCLEANFILES = @MAINTAINERCLEANFILES@
Packit c22fc9
MAKEINFO = @MAKEINFO@
Packit c22fc9
MKDIR_P = @MKDIR_P@
Packit c22fc9
NETSNMP_CONFIG = @NETSNMP_CONFIG@
Packit c22fc9
OBJEXT = @OBJEXT@
Packit c22fc9
PACKAGE = @PACKAGE@
Packit c22fc9
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit c22fc9
PACKAGE_NAME = @PACKAGE_NAME@
Packit c22fc9
PACKAGE_STRING = @PACKAGE_STRING@
Packit c22fc9
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit c22fc9
PACKAGE_URL = @PACKAGE_URL@
Packit c22fc9
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit c22fc9
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit c22fc9
PID_DIR = @PID_DIR@
Packit c22fc9
PKG_CONFIG = @PKG_CONFIG@
Packit c22fc9
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit c22fc9
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit c22fc9
RANLIB = @RANLIB@
Packit c22fc9
SED = @SED@
Packit c22fc9
SET_MAKE = @SET_MAKE@
Packit c22fc9
SHELL = @SHELL@
Packit c22fc9
SPHINXBUILDNAME = @SPHINXBUILDNAME@
Packit c22fc9
STRIP = @STRIP@
Packit c22fc9
VERSION = @VERSION@
Packit c22fc9
abs_builddir = @abs_builddir@
Packit c22fc9
abs_srcdir = @abs_srcdir@
Packit c22fc9
abs_top_builddir = @abs_top_builddir@
Packit c22fc9
abs_top_srcdir = @abs_top_srcdir@
Packit c22fc9
ac_ct_AR = @ac_ct_AR@
Packit c22fc9
ac_ct_CC = @ac_ct_CC@
Packit c22fc9
am__include = @am__include@
Packit c22fc9
am__leading_dot = @am__leading_dot@
Packit c22fc9
am__quote = @am__quote@
Packit c22fc9
am__tar = @am__tar@
Packit c22fc9
am__untar = @am__untar@
Packit c22fc9
bindir = @bindir@
Packit c22fc9
build_alias = @build_alias@
Packit c22fc9
builddir = @builddir@
Packit c22fc9
datadir = @datadir@
Packit c22fc9
datarootdir = @datarootdir@
Packit c22fc9
docdir = @docdir@
Packit c22fc9
dvidir = @dvidir@
Packit c22fc9
exec_prefix = @exec_prefix@
Packit c22fc9
host_alias = @host_alias@
Packit c22fc9
htmldir = @htmldir@
Packit c22fc9
includedir = @includedir@
Packit c22fc9
infodir = @infodir@
Packit c22fc9
install_sh = @install_sh@
Packit c22fc9
libdir = @libdir@
Packit c22fc9
libexecdir = @libexecdir@
Packit c22fc9
localedir = @localedir@
Packit c22fc9
localstatedir = @localstatedir@
Packit c22fc9
mandir = @mandir@
Packit c22fc9
mkdir_p = @mkdir_p@
Packit c22fc9
oldincludedir = @oldincludedir@
Packit c22fc9
pdfdir = @pdfdir@
Packit c22fc9
prefix = @prefix@
Packit c22fc9
program_transform_name = @program_transform_name@
Packit c22fc9
psdir = @psdir@
Packit c22fc9
runstatedir = @runstatedir@
Packit c22fc9
sbindir = @sbindir@
Packit c22fc9
sharedstatedir = @sharedstatedir@
Packit c22fc9
srcdir = @srcdir@
Packit c22fc9
sysconfdir = @sysconfdir@
Packit c22fc9
systemdsystemunitdir = @systemdsystemunitdir@
Packit c22fc9
target_alias = @target_alias@
Packit c22fc9
top_build_prefix = @top_build_prefix@
Packit c22fc9
top_builddir = @top_builddir@
Packit c22fc9
top_srcdir = @top_srcdir@
Packit c22fc9
GIT_COMMIT_FILE = git-commit.h
Packit c22fc9
AM_CPPFLAGS = $(KA_CPPFLAGS) $(DEBUG_CPPFLAGS)
Packit c22fc9
AM_CFLAGS = $(KA_CFLAGS) $(DEBUG_CFLAGS)
Packit c22fc9
AM_LDFLAGS = $(KA_LDFLAGS) $(DEBUG_LDFLAGS)
Packit c22fc9
# AM_LIBS		= $(KA_LIBS)
Packit c22fc9
# AM_LIBTOOLFLAGS	= $(KA_LIBTOOLFLAGS)
Packit c22fc9
BUILT_SOURCES = $(GIT_COMMIT_FILE)
Packit c22fc9
noinst_LIBRARIES = liblib.a
Packit c22fc9
liblib_a_SOURCES = memory.c utils.c notify.c timer.c scheduler.c \
Packit c22fc9
	vector.c list.c html.c parser.c signals.c logger.c assert.c \
Packit c22fc9
	list_head.c rbtree.c process.c \
Packit c22fc9
	bitops.h timer.h scheduler.h vector.h parser.h \
Packit c22fc9
	signals.h notify.h logger.h list.h memory.h html.h utils.h \
Packit c22fc9
	keepalived_magic.h list_head.h rbtree.h process.h \
Packit c22fc9
	rbtree_augmented.h
Packit c22fc9
Packit c22fc9
liblib_a_LIBADD = $(am__append_1) $(am__append_3)
Packit c22fc9
EXTRA_liblib_a_SOURCES = $(am__append_2) $(am__append_4)
Packit c22fc9
EXTRA_DIST = $(GIT_COMMIT_FILE)
Packit c22fc9
all: $(BUILT_SOURCES) config.h
Packit c22fc9
	$(MAKE) $(AM_MAKEFLAGS) all-am
Packit c22fc9
Packit c22fc9
.SUFFIXES:
Packit c22fc9
.SUFFIXES: .c .o .obj
Packit c22fc9
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit c22fc9
	@for dep in $?; do \
Packit c22fc9
	  case '$(am__configure_deps)' in \
Packit c22fc9
	    *$$dep*) \
Packit c22fc9
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit c22fc9
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit c22fc9
	      exit 1;; \
Packit c22fc9
	  esac; \
Packit c22fc9
	done; \
Packit c22fc9
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
Packit c22fc9
	$(am__cd) $(top_srcdir) && \
Packit c22fc9
	  $(AUTOMAKE) --foreign lib/Makefile
Packit c22fc9
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit c22fc9
	@case '$?' in \
Packit c22fc9
	  *config.status*) \
Packit c22fc9
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit c22fc9
	  *) \
Packit c22fc9
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit c22fc9
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit c22fc9
	esac;
Packit c22fc9
Packit c22fc9
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit c22fc9
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit c22fc9
Packit c22fc9
$(top_srcdir)/configure:  $(am__configure_deps)
Packit c22fc9
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit c22fc9
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit c22fc9
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit c22fc9
$(am__aclocal_m4_deps):
Packit c22fc9
Packit c22fc9
config.h: stamp-h1
Packit c22fc9
	@test -f $@ || rm -f stamp-h1
Packit c22fc9
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit c22fc9
Packit c22fc9
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit c22fc9
	@rm -f stamp-h1
Packit c22fc9
	cd $(top_builddir) && $(SHELL) ./config.status lib/config.h
Packit c22fc9
$(srcdir)/config.h.in:  $(am__configure_deps) 
Packit c22fc9
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit c22fc9
	rm -f stamp-h1
Packit c22fc9
	touch $@
Packit c22fc9
Packit c22fc9
distclean-hdr:
Packit c22fc9
	-rm -f config.h stamp-h1
Packit c22fc9
Packit c22fc9
clean-noinstLIBRARIES:
Packit c22fc9
	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
Packit c22fc9
Packit c22fc9
liblib.a: $(liblib_a_OBJECTS) $(liblib_a_DEPENDENCIES) $(EXTRA_liblib_a_DEPENDENCIES) 
Packit c22fc9
	$(AM_V_at)-rm -f liblib.a
Packit c22fc9
	$(AM_V_AR)$(liblib_a_AR) liblib.a $(liblib_a_OBJECTS) $(liblib_a_LIBADD)
Packit c22fc9
	$(AM_V_at)$(RANLIB) liblib.a
Packit c22fc9
Packit c22fc9
mostlyclean-compile:
Packit c22fc9
	-rm -f *.$(OBJEXT)
Packit c22fc9
Packit c22fc9
distclean-compile:
Packit c22fc9
	-rm -f *.tab.c
Packit c22fc9
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assert.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list_head.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/old_socket.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rbtree.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rttables.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scheduler.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
Packit c22fc9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
Packit c22fc9
Packit c22fc9
.c.o:
Packit c22fc9
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit c22fc9
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit c22fc9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit c22fc9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit c22fc9
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit c22fc9
Packit c22fc9
.c.obj:
Packit c22fc9
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Packit c22fc9
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit c22fc9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit c22fc9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit c22fc9
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit c22fc9
Packit c22fc9
ID: $(am__tagged_files)
Packit c22fc9
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit c22fc9
tags: tags-am
Packit c22fc9
TAGS: tags
Packit c22fc9
Packit c22fc9
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit c22fc9
	set x; \
Packit c22fc9
	here=`pwd`; \
Packit c22fc9
	$(am__define_uniq_tagged_files); \
Packit c22fc9
	shift; \
Packit c22fc9
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit c22fc9
	  test -n "$$unique" || unique=$$empty_fix; \
Packit c22fc9
	  if test $$# -gt 0; then \
Packit c22fc9
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit c22fc9
	      "$$@" $$unique; \
Packit c22fc9
	  else \
Packit c22fc9
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit c22fc9
	      $$unique; \
Packit c22fc9
	  fi; \
Packit c22fc9
	fi
Packit c22fc9
ctags: ctags-am
Packit c22fc9
Packit c22fc9
CTAGS: ctags
Packit c22fc9
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit c22fc9
	$(am__define_uniq_tagged_files); \
Packit c22fc9
	test -z "$(CTAGS_ARGS)$$unique" \
Packit c22fc9
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit c22fc9
	     $$unique
Packit c22fc9
Packit c22fc9
GTAGS:
Packit c22fc9
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit c22fc9
	  && $(am__cd) $(top_srcdir) \
Packit c22fc9
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit c22fc9
cscopelist: cscopelist-am
Packit c22fc9
Packit c22fc9
cscopelist-am: $(am__tagged_files)
Packit c22fc9
	list='$(am__tagged_files)'; \
Packit c22fc9
	case "$(srcdir)" in \
Packit c22fc9
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit c22fc9
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit c22fc9
	esac; \
Packit c22fc9
	for i in $$list; do \
Packit c22fc9
	  if test -f "$$i"; then \
Packit c22fc9
	    echo "$(subdir)/$$i"; \
Packit c22fc9
	  else \
Packit c22fc9
	    echo "$$sdir/$$i"; \
Packit c22fc9
	  fi; \
Packit c22fc9
	done >> $(top_builddir)/cscope.files
Packit c22fc9
Packit c22fc9
distclean-tags:
Packit c22fc9
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit c22fc9
Packit c22fc9
distdir: $(DISTFILES)
Packit c22fc9
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit c22fc9
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit c22fc9
	list='$(DISTFILES)'; \
Packit c22fc9
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit c22fc9
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit c22fc9
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit c22fc9
	case $$dist_files in \
Packit c22fc9
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit c22fc9
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit c22fc9
			   sort -u` ;; \
Packit c22fc9
	esac; \
Packit c22fc9
	for file in $$dist_files; do \
Packit c22fc9
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit c22fc9
	  if test -d $$d/$$file; then \
Packit c22fc9
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit c22fc9
	    if test -d "$(distdir)/$$file"; then \
Packit c22fc9
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit c22fc9
	    fi; \
Packit c22fc9
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit c22fc9
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit c22fc9
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit c22fc9
	    fi; \
Packit c22fc9
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit c22fc9
	  else \
Packit c22fc9
	    test -f "$(distdir)/$$file" \
Packit c22fc9
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit c22fc9
	    || exit 1; \
Packit c22fc9
	  fi; \
Packit c22fc9
	done
Packit c22fc9
check-am: all-am
Packit c22fc9
check: $(BUILT_SOURCES)
Packit c22fc9
	$(MAKE) $(AM_MAKEFLAGS) check-am
Packit c22fc9
all-am: Makefile $(LIBRARIES) config.h
Packit c22fc9
installdirs:
Packit c22fc9
install: $(BUILT_SOURCES)
Packit c22fc9
	$(MAKE) $(AM_MAKEFLAGS) install-am
Packit c22fc9
install-exec: install-exec-am
Packit c22fc9
install-data: install-data-am
Packit c22fc9
uninstall: uninstall-am
Packit c22fc9
Packit c22fc9
install-am: all-am
Packit c22fc9
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit c22fc9
Packit c22fc9
installcheck: installcheck-am
Packit c22fc9
install-strip:
Packit c22fc9
	if test -z '$(STRIP)'; then \
Packit c22fc9
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit c22fc9
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit c22fc9
	      install; \
Packit c22fc9
	else \
Packit c22fc9
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit c22fc9
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit c22fc9
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit c22fc9
	fi
Packit c22fc9
mostlyclean-generic:
Packit c22fc9
Packit c22fc9
clean-generic:
Packit c22fc9
Packit c22fc9
distclean-generic:
Packit c22fc9
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit c22fc9
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit c22fc9
Packit c22fc9
maintainer-clean-generic:
Packit c22fc9
	@echo "This command is intended for maintainers to use"
Packit c22fc9
	@echo "it deletes files that may require special tools to rebuild."
Packit c22fc9
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
Packit c22fc9
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit c22fc9
clean: clean-am
Packit c22fc9
Packit c22fc9
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
Packit c22fc9
Packit c22fc9
distclean: distclean-am
Packit c22fc9
	-rm -rf ./$(DEPDIR)
Packit c22fc9
	-rm -f Makefile
Packit c22fc9
distclean-am: clean-am distclean-compile distclean-generic \
Packit c22fc9
	distclean-hdr distclean-tags
Packit c22fc9
Packit c22fc9
dvi: dvi-am
Packit c22fc9
Packit c22fc9
dvi-am:
Packit c22fc9
Packit c22fc9
html: html-am
Packit c22fc9
Packit c22fc9
html-am:
Packit c22fc9
Packit c22fc9
info: info-am
Packit c22fc9
Packit c22fc9
info-am:
Packit c22fc9
Packit c22fc9
install-data-am:
Packit c22fc9
Packit c22fc9
install-dvi: install-dvi-am
Packit c22fc9
Packit c22fc9
install-dvi-am:
Packit c22fc9
Packit c22fc9
install-exec-am:
Packit c22fc9
Packit c22fc9
install-html: install-html-am
Packit c22fc9
Packit c22fc9
install-html-am:
Packit c22fc9
Packit c22fc9
install-info: install-info-am
Packit c22fc9
Packit c22fc9
install-info-am:
Packit c22fc9
Packit c22fc9
install-man:
Packit c22fc9
Packit c22fc9
install-pdf: install-pdf-am
Packit c22fc9
Packit c22fc9
install-pdf-am:
Packit c22fc9
Packit c22fc9
install-ps: install-ps-am
Packit c22fc9
Packit c22fc9
install-ps-am:
Packit c22fc9
Packit c22fc9
installcheck-am:
Packit c22fc9
Packit c22fc9
maintainer-clean: maintainer-clean-am
Packit c22fc9
	-rm -rf ./$(DEPDIR)
Packit c22fc9
	-rm -f Makefile
Packit c22fc9
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit c22fc9
Packit c22fc9
mostlyclean: mostlyclean-am
Packit c22fc9
Packit c22fc9
mostlyclean-am: mostlyclean-compile mostlyclean-generic
Packit c22fc9
Packit c22fc9
pdf: pdf-am
Packit c22fc9
Packit c22fc9
pdf-am:
Packit c22fc9
Packit c22fc9
ps: ps-am
Packit c22fc9
Packit c22fc9
ps-am:
Packit c22fc9
Packit c22fc9
uninstall-am:
Packit c22fc9
Packit c22fc9
.MAKE: all check install install-am install-strip
Packit c22fc9
Packit c22fc9
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
Packit c22fc9
	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
Packit c22fc9
	distclean-compile distclean-generic distclean-hdr \
Packit c22fc9
	distclean-tags distdir dvi dvi-am html html-am info info-am \
Packit c22fc9
	install install-am install-data install-data-am install-dvi \
Packit c22fc9
	install-dvi-am install-exec install-exec-am install-html \
Packit c22fc9
	install-html-am install-info install-info-am install-man \
Packit c22fc9
	install-pdf install-pdf-am install-ps install-ps-am \
Packit c22fc9
	install-strip installcheck installcheck-am installdirs \
Packit c22fc9
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit c22fc9
	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
Packit c22fc9
	tags tags-am uninstall uninstall-am
Packit c22fc9
Packit c22fc9
.PRECIOUS: Makefile
Packit c22fc9
Packit c22fc9
Packit c22fc9
FORCE:
Packit c22fc9
Packit c22fc9
# The git commit file will contain the git version and date of last commit,
Packit c22fc9
# unless this is a tagged version, in which case the git commit is omitted.
Packit c22fc9
# If there have been any local modifications, '+' is appended to the git
Packit c22fc9
# version.
Packit c22fc9
# The one file that needs to be ignored is deletion of snap/snapcraft.yaml,
Packit c22fc9
# since in a snapcraft build that file is deleted
Packit c22fc9
# (see https://bugs.launchpad.net/snapcraft/+bug/1662388).
Packit c22fc9
$(GIT_COMMIT_FILE): FORCE
Packit c22fc9
	@if [ ! -f $(srcdir)/$@ -a ! -f $@ ]; then \
Packit c22fc9
		echo '#define GIT_DATE	"unknown"' >$@; \
Packit c22fc9
		echo "#define GIT_YEAR	\"`date +%Y`\"" >>$@; \
Packit c22fc9
	fi; \
Packit c22fc9
	if [ -x `type -p git` ]; then \
Packit c22fc9
		cd $(srcdir); \
Packit c22fc9
		git rev-parse --is-inside-work-tree >/dev/null 2>&1; \
Packit c22fc9
		if [ $$? -eq 0 ]; then \
Packit c22fc9
			GIT_REV=`git describe --tags`; \
Packit c22fc9
			GIT_TIMESTAMP=`git log -1 --format=%ct`; \
Packit c22fc9
			GIT_DATE=`date -d "1970-01-01 UTC $${GIT_TIMESTAMP} seconds" +"%m/%d,%Y"`; \
Packit c22fc9
			if test -n "$${GIT_DATE}"; then \
Packit c22fc9
				GIT_YEAR=`date -d "1970-01-01 UTC $${GIT_TIMESTAMP} seconds" +"%Y"`; \
Packit c22fc9
			else \
Packit c22fc9
				GIT_DATE=`git log -1 --date=iso | grep Date: | sed -e "s/^[^ ]* *\(....\)-\(..\)-\(..\).*/\2\/\3,\1/"`; \
Packit c22fc9
				GIT_YEAR=`echo $${GIT_DATE} | sed -e "s/.*,//"`; \
Packit c22fc9
			fi; \
Packit c22fc9
			if [ "`git status --porcelain | \
Packit c22fc9
			       grep -v '^??' | \
Packit c22fc9
			       grep -v "^ D snap/snapcraft.yaml" | \
Packit c22fc9
			       wc -l`" -ne 0 ]; then \
Packit c22fc9
				EXTRA="+"; \
Packit c22fc9
			else \
Packit c22fc9
				EXTRA=""; \
Packit c22fc9
			fi; \
Packit c22fc9
			echo $${GIT_REV} | grep -qE -- "-[1-9][0-9]*-g[0-9a-f]{7,}$$"; \
Packit c22fc9
			if [ $$? -eq 0 -o -n "$${EXTRA}" ]; then \
Packit c22fc9
				echo "#define GIT_COMMIT \"$${GIT_REV}$${EXTRA}\"" >$(abs_builddir)/$@.new; \
Packit c22fc9
			fi; \
Packit c22fc9
			echo "#define GIT_DATE \"$${GIT_DATE}\"" >>$(abs_builddir)/$@.new; \
Packit c22fc9
			echo "#define GIT_YEAR \"$${GIT_YEAR}\"" >>$(abs_builddir)/$@.new; \
Packit c22fc9
			diff -q $(abs_builddir)/$@ $(abs_builddir)/$@.new 2>/dev/null >/dev/null; \
Packit c22fc9
			if [ $$? -eq 0 ]; then \
Packit c22fc9
				rm $(abs_builddir)/$@.new; \
Packit c22fc9
			else \
Packit c22fc9
				mv $(abs_builddir)/$@.new $(abs_builddir)/$@; \
Packit c22fc9
			fi; \
Packit c22fc9
		fi; \
Packit c22fc9
		cd $(abs_builddir); \
Packit c22fc9
	fi
Packit c22fc9
Packit c22fc9
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit c22fc9
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit c22fc9
.NOEXPORT: