Blame bootstrap_ver/utils/Makefile.in

Packit Service 1ec7f4
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit Service 1ec7f4
# @configure_input@
Packit Service 1ec7f4
Packit Service 1ec7f4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit Service 1ec7f4
Packit Service 1ec7f4
# This Makefile.in is free software; the Free Software Foundation
Packit Service 1ec7f4
# gives unlimited permission to copy and/or distribute it,
Packit Service 1ec7f4
# with or without modifications, as long as this notice is preserved.
Packit Service 1ec7f4
Packit Service 1ec7f4
# This program is distributed in the hope that it will be useful,
Packit Service 1ec7f4
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service 1ec7f4
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service 1ec7f4
# PARTICULAR PURPOSE.
Packit Service 1ec7f4
Packit Service 1ec7f4
@SET_MAKE@
Packit Service 1ec7f4
Packit Service 1ec7f4
# -*- Makefile -*-
Packit Service 1ec7f4
Packit Service 1ec7f4
Packit Service 1ec7f4
VPATH = @srcdir@
Packit Service 1ec7f4
am__is_gnu_make = { \
Packit Service 1ec7f4
  if test -z '$(MAKELEVEL)'; then \
Packit Service 1ec7f4
    false; \
Packit Service 1ec7f4
  elif test -n '$(MAKE_HOST)'; then \
Packit Service 1ec7f4
    true; \
Packit Service 1ec7f4
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service 1ec7f4
    true; \
Packit Service 1ec7f4
  else \
Packit Service 1ec7f4
    false; \
Packit Service 1ec7f4
  fi; \
Packit Service 1ec7f4
}
Packit Service 1ec7f4
am__make_running_with_option = \
Packit Service 1ec7f4
  case $${target_option-} in \
Packit Service 1ec7f4
      ?) ;; \
Packit Service 1ec7f4
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service 1ec7f4
              "target option '$${target_option-}' specified" >&2; \
Packit Service 1ec7f4
         exit 1;; \
Packit Service 1ec7f4
  esac; \
Packit Service 1ec7f4
  has_opt=no; \
Packit Service 1ec7f4
  sane_makeflags=$$MAKEFLAGS; \
Packit Service 1ec7f4
  if $(am__is_gnu_make); then \
Packit Service 1ec7f4
    sane_makeflags=$$MFLAGS; \
Packit Service 1ec7f4
  else \
Packit Service 1ec7f4
    case $$MAKEFLAGS in \
Packit Service 1ec7f4
      *\\[\ \	]*) \
Packit Service 1ec7f4
        bs=\\; \
Packit Service 1ec7f4
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service 1ec7f4
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service 1ec7f4
    esac; \
Packit Service 1ec7f4
  fi; \
Packit Service 1ec7f4
  skip_next=no; \
Packit Service 1ec7f4
  strip_trailopt () \
Packit Service 1ec7f4
  { \
Packit Service 1ec7f4
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service 1ec7f4
  }; \
Packit Service 1ec7f4
  for flg in $$sane_makeflags; do \
Packit Service 1ec7f4
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service 1ec7f4
    case $$flg in \
Packit Service 1ec7f4
      *=*|--*) continue;; \
Packit Service 1ec7f4
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service 1ec7f4
      -*I?*) strip_trailopt 'I';; \
Packit Service 1ec7f4
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service 1ec7f4
      -*O?*) strip_trailopt 'O';; \
Packit Service 1ec7f4
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service 1ec7f4
      -*l?*) strip_trailopt 'l';; \
Packit Service 1ec7f4
      -[dEDm]) skip_next=yes;; \
Packit Service 1ec7f4
      -[JT]) skip_next=yes;; \
Packit Service 1ec7f4
    esac; \
Packit Service 1ec7f4
    case $$flg in \
Packit Service 1ec7f4
      *$$target_option*) has_opt=yes; break;; \
Packit Service 1ec7f4
    esac; \
Packit Service 1ec7f4
  done; \
Packit Service 1ec7f4
  test $$has_opt = yes
Packit Service 1ec7f4
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service 1ec7f4
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service 1ec7f4
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service 1ec7f4
pkglibdir = $(libdir)/@PACKAGE@
Packit Service 1ec7f4
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service 1ec7f4
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service 1ec7f4
install_sh_DATA = $(install_sh) -c -m 644
Packit Service 1ec7f4
install_sh_PROGRAM = $(install_sh) -c
Packit Service 1ec7f4
install_sh_SCRIPT = $(install_sh) -c
Packit Service 1ec7f4
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service 1ec7f4
transform = $(program_transform_name)
Packit Service 1ec7f4
NORMAL_INSTALL = :
Packit Service 1ec7f4
PRE_INSTALL = :
Packit Service 1ec7f4
POST_INSTALL = :
Packit Service 1ec7f4
NORMAL_UNINSTALL = :
Packit Service 1ec7f4
PRE_UNINSTALL = :
Packit Service 1ec7f4
POST_UNINSTALL = :
Packit Service 1ec7f4
build_triplet = @build@
Packit Service 1ec7f4
host_triplet = @host@
Packit Service 1ec7f4
sbin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
Packit Service 1ec7f4
@HAVE_LIBNFNETLINK_TRUE@am__append_1 = nfnl_osf.8
Packit Service 1ec7f4
@HAVE_LIBNFNETLINK_TRUE@am__append_2 = nfnl_osf
Packit Service 1ec7f4
@HAVE_LIBNFNETLINK_TRUE@am__append_3 = pf.os
Packit Service 1ec7f4
@ENABLE_BPFC_TRUE@am__append_4 = nfbpf_compile
Packit Service 1ec7f4
@ENABLE_SYNCONF_TRUE@am__append_5 = nfsynproxy
Packit Service 1ec7f4
subdir = utils
Packit Service 1ec7f4
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service 1ec7f4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_linker_flags.m4 \
Packit Service 1ec7f4
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit Service 1ec7f4
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit Service 1ec7f4
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
Packit Service 1ec7f4
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service 1ec7f4
	$(ACLOCAL_M4)
Packit Service 1ec7f4
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit Service 1ec7f4
mkinstalldirs = $(install_sh) -d
Packit Service 1ec7f4
CONFIG_HEADER = $(top_builddir)/config.h
Packit Service 1ec7f4
CONFIG_CLEAN_FILES = nfnl_osf.8
Packit Service 1ec7f4
CONFIG_CLEAN_VPATH_FILES =
Packit Service 1ec7f4
@HAVE_LIBNFNETLINK_TRUE@am__EXEEXT_1 = nfnl_osf$(EXEEXT)
Packit Service 1ec7f4
@ENABLE_BPFC_TRUE@am__EXEEXT_2 = nfbpf_compile$(EXEEXT)
Packit Service 1ec7f4
@ENABLE_SYNCONF_TRUE@am__EXEEXT_3 = nfsynproxy$(EXEEXT)
Packit Service 1ec7f4
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" \
Packit Service 1ec7f4
	"$(DESTDIR)$(pkgdatadir)"
Packit Service 1ec7f4
PROGRAMS = $(sbin_PROGRAMS)
Packit Service 1ec7f4
nfbpf_compile_SOURCES = nfbpf_compile.c
Packit Service 1ec7f4
nfbpf_compile_OBJECTS = nfbpf_compile.$(OBJEXT)
Packit Service 1ec7f4
nfbpf_compile_DEPENDENCIES =
Packit Service 1ec7f4
AM_V_lt = $(am__v_lt_@AM_V@)
Packit Service 1ec7f4
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Packit Service 1ec7f4
am__v_lt_0 = --silent
Packit Service 1ec7f4
am__v_lt_1 = 
Packit Service 1ec7f4
nfnl_osf_SOURCES = nfnl_osf.c
Packit Service 1ec7f4
nfnl_osf_OBJECTS = nfnl_osf.$(OBJEXT)
Packit Service 1ec7f4
am__DEPENDENCIES_1 =
Packit Service 1ec7f4
@HAVE_LIBNFNETLINK_TRUE@nfnl_osf_DEPENDENCIES = $(am__DEPENDENCIES_1)
Packit Service 1ec7f4
nfsynproxy_SOURCES = nfsynproxy.c
Packit Service 1ec7f4
nfsynproxy_OBJECTS = nfsynproxy.$(OBJEXT)
Packit Service 1ec7f4
nfsynproxy_DEPENDENCIES =
Packit Service 1ec7f4
AM_V_P = $(am__v_P_@AM_V@)
Packit Service 1ec7f4
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service 1ec7f4
am__v_P_0 = false
Packit Service 1ec7f4
am__v_P_1 = :
Packit Service 1ec7f4
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service 1ec7f4
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service 1ec7f4
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service 1ec7f4
am__v_GEN_1 = 
Packit Service 1ec7f4
AM_V_at = $(am__v_at_@AM_V@)
Packit Service 1ec7f4
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service 1ec7f4
am__v_at_0 = @
Packit Service 1ec7f4
am__v_at_1 = 
Packit Service 1ec7f4
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Packit Service 1ec7f4
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
Packit Service 1ec7f4
am__depfiles_maybe = depfiles
Packit Service 1ec7f4
am__mv = mv -f
Packit Service 1ec7f4
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit Service 1ec7f4
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit Service 1ec7f4
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit Service 1ec7f4
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Packit Service 1ec7f4
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit Service 1ec7f4
	$(AM_CFLAGS) $(CFLAGS)
Packit Service 1ec7f4
AM_V_CC = $(am__v_CC_@AM_V@)
Packit Service 1ec7f4
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit Service 1ec7f4
am__v_CC_0 = @echo "  CC      " $@;
Packit Service 1ec7f4
am__v_CC_1 = 
Packit Service 1ec7f4
CCLD = $(CC)
Packit Service 1ec7f4
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit Service 1ec7f4
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit Service 1ec7f4
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit Service 1ec7f4
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit Service 1ec7f4
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit Service 1ec7f4
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit Service 1ec7f4
am__v_CCLD_1 = 
Packit Service 1ec7f4
SOURCES = nfbpf_compile.c nfnl_osf.c nfsynproxy.c
Packit Service 1ec7f4
DIST_SOURCES = nfbpf_compile.c nfnl_osf.c nfsynproxy.c
Packit Service 1ec7f4
am__can_run_installinfo = \
Packit Service 1ec7f4
  case $$AM_UPDATE_INFO_DIR in \
Packit Service 1ec7f4
    n|no|NO) false;; \
Packit Service 1ec7f4
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service 1ec7f4
  esac
Packit Service 1ec7f4
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit Service 1ec7f4
am__vpath_adj = case $$p in \
Packit Service 1ec7f4
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit Service 1ec7f4
    *) f=$$p;; \
Packit Service 1ec7f4
  esac;
Packit Service 1ec7f4
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit Service 1ec7f4
am__install_max = 40
Packit Service 1ec7f4
am__nobase_strip_setup = \
Packit Service 1ec7f4
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit Service 1ec7f4
am__nobase_strip = \
Packit Service 1ec7f4
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit Service 1ec7f4
am__nobase_list = $(am__nobase_strip_setup); \
Packit Service 1ec7f4
  for p in $$list; do echo "$$p $$p"; done | \
Packit Service 1ec7f4
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit Service 1ec7f4
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit Service 1ec7f4
    if (++n[$$2] == $(am__install_max)) \
Packit Service 1ec7f4
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit Service 1ec7f4
    END { for (dir in files) print dir, files[dir] }'
Packit Service 1ec7f4
am__base_list = \
Packit Service 1ec7f4
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit Service 1ec7f4
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit Service 1ec7f4
am__uninstall_files_from_dir = { \
Packit Service 1ec7f4
  test -z "$$files" \
Packit Service 1ec7f4
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit Service 1ec7f4
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit Service 1ec7f4
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit Service 1ec7f4
  }
Packit Service 1ec7f4
man8dir = $(mandir)/man8
Packit Service 1ec7f4
NROFF = nroff
Packit Service 1ec7f4
MANS = $(man_MANS)
Packit Service 1ec7f4
DATA = $(pkgdata_DATA)
Packit Service 1ec7f4
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Service 1ec7f4
# Read a list of newline-separated strings from the standard input,
Packit Service 1ec7f4
# and print each of them once, without duplicates.  Input order is
Packit Service 1ec7f4
# *not* preserved.
Packit Service 1ec7f4
am__uniquify_input = $(AWK) '\
Packit Service 1ec7f4
  BEGIN { nonempty = 0; } \
Packit Service 1ec7f4
  { items[$$0] = 1; nonempty = 1; } \
Packit Service 1ec7f4
  END { if (nonempty) { for (i in items) print i; }; } \
Packit Service 1ec7f4
'
Packit Service 1ec7f4
# Make sure the list of sources is unique.  This is necessary because,
Packit Service 1ec7f4
# e.g., the same source file might be shared among _SOURCES variables
Packit Service 1ec7f4
# for different programs/libraries.
Packit Service 1ec7f4
am__define_uniq_tagged_files = \
Packit Service 1ec7f4
  list='$(am__tagged_files)'; \
Packit Service 1ec7f4
  unique=`for i in $$list; do \
Packit Service 1ec7f4
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 1ec7f4
  done | $(am__uniquify_input)`
Packit Service 1ec7f4
ETAGS = etags
Packit Service 1ec7f4
CTAGS = ctags
Packit Service 1ec7f4
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/nfnl_osf.8.in \
Packit Service 1ec7f4
	$(top_srcdir)/build-aux/depcomp
Packit Service 1ec7f4
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 1ec7f4
pkgdatadir = @pkgdatadir@
Packit Service 1ec7f4
ACLOCAL = @ACLOCAL@
Packit Service 1ec7f4
AMTAR = @AMTAR@
Packit Service 1ec7f4
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service 1ec7f4
AR = @AR@
Packit Service 1ec7f4
AUTOCONF = @AUTOCONF@
Packit Service 1ec7f4
AUTOHEADER = @AUTOHEADER@
Packit Service 1ec7f4
AUTOMAKE = @AUTOMAKE@
Packit Service 1ec7f4
AWK = @AWK@
Packit Service 1ec7f4
CC = @CC@
Packit Service 1ec7f4
CCDEPMODE = @CCDEPMODE@
Packit Service 1ec7f4
CFLAGS = @CFLAGS@
Packit Service 1ec7f4
CPP = @CPP@
Packit Service 1ec7f4
CPPFLAGS = @CPPFLAGS@
Packit Service 1ec7f4
CYGPATH_W = @CYGPATH_W@
Packit Service 1ec7f4
DEFS = @DEFS@
Packit Service 1ec7f4
DEPDIR = @DEPDIR@
Packit Service 1ec7f4
DLLTOOL = @DLLTOOL@
Packit Service 1ec7f4
DSYMUTIL = @DSYMUTIL@
Packit Service 1ec7f4
DUMPBIN = @DUMPBIN@
Packit Service 1ec7f4
ECHO_C = @ECHO_C@
Packit Service 1ec7f4
ECHO_N = @ECHO_N@
Packit Service 1ec7f4
ECHO_T = @ECHO_T@
Packit Service 1ec7f4
EGREP = @EGREP@
Packit Service 1ec7f4
EXEEXT = @EXEEXT@
Packit Service 1ec7f4
FGREP = @FGREP@
Packit Service 1ec7f4
GREP = @GREP@
Packit Service 1ec7f4
INSTALL = @INSTALL@
Packit Service 1ec7f4
INSTALL_DATA = @INSTALL_DATA@
Packit Service 1ec7f4
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service 1ec7f4
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service 1ec7f4
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service 1ec7f4
LD = @LD@
Packit Service 1ec7f4
LDFLAGS = @LDFLAGS@
Packit Service 1ec7f4
LEX = @LEX@
Packit Service 1ec7f4
LEXLIB = @LEXLIB@
Packit Service 1ec7f4
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
Packit Service 1ec7f4
LIBOBJS = @LIBOBJS@
Packit Service 1ec7f4
LIBS = @LIBS@
Packit Service 1ec7f4
LIBTOOL = @LIBTOOL@
Packit Service 1ec7f4
LIPO = @LIPO@
Packit Service 1ec7f4
LN_S = @LN_S@
Packit Service 1ec7f4
LTLIBOBJS = @LTLIBOBJS@
Packit Service 1ec7f4
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit Service 1ec7f4
MAKEINFO = @MAKEINFO@
Packit Service 1ec7f4
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service 1ec7f4
MKDIR_P = @MKDIR_P@
Packit Service 1ec7f4
NM = @NM@
Packit Service 1ec7f4
NMEDIT = @NMEDIT@
Packit Service 1ec7f4
OBJDUMP = @OBJDUMP@
Packit Service 1ec7f4
OBJEXT = @OBJEXT@
Packit Service 1ec7f4
OTOOL = @OTOOL@
Packit Service 1ec7f4
OTOOL64 = @OTOOL64@
Packit Service 1ec7f4
PACKAGE = @PACKAGE@
Packit Service 1ec7f4
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service 1ec7f4
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service 1ec7f4
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service 1ec7f4
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service 1ec7f4
PACKAGE_URL = @PACKAGE_URL@
Packit Service 1ec7f4
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service 1ec7f4
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service 1ec7f4
PKG_CONFIG = @PKG_CONFIG@
Packit Service 1ec7f4
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit Service 1ec7f4
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit Service 1ec7f4
RANLIB = @RANLIB@
Packit Service 1ec7f4
SED = @SED@
Packit Service 1ec7f4
SET_MAKE = @SET_MAKE@
Packit Service 1ec7f4
SHELL = @SHELL@
Packit Service 1ec7f4
STRIP = @STRIP@
Packit Service 1ec7f4
VERSION = @VERSION@
Packit Service 1ec7f4
YACC = @YACC@
Packit Service 1ec7f4
YFLAGS = @YFLAGS@
Packit Service 1ec7f4
abs_builddir = @abs_builddir@
Packit Service 1ec7f4
abs_srcdir = @abs_srcdir@
Packit Service 1ec7f4
abs_top_builddir = @abs_top_builddir@
Packit Service 1ec7f4
abs_top_srcdir = @abs_top_srcdir@
Packit Service 1ec7f4
ac_ct_AR = @ac_ct_AR@
Packit Service 1ec7f4
ac_ct_CC = @ac_ct_CC@
Packit Service 1ec7f4
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service 1ec7f4
am__include = @am__include@
Packit Service 1ec7f4
am__leading_dot = @am__leading_dot@
Packit Service 1ec7f4
am__quote = @am__quote@
Packit Service 1ec7f4
am__tar = @am__tar@
Packit Service 1ec7f4
am__untar = @am__untar@
Packit Service 1ec7f4
bindir = @bindir@
Packit Service 1ec7f4
blacklist_4_modules = @blacklist_4_modules@
Packit Service 1ec7f4
blacklist_6_modules = @blacklist_6_modules@
Packit Service 1ec7f4
blacklist_a_modules = @blacklist_a_modules@
Packit Service 1ec7f4
blacklist_b_modules = @blacklist_b_modules@
Packit Service 1ec7f4
blacklist_modules = @blacklist_modules@
Packit Service 1ec7f4
blacklist_x_modules = @blacklist_x_modules@
Packit Service 1ec7f4
build = @build@
Packit Service 1ec7f4
build_alias = @build_alias@
Packit Service 1ec7f4
build_cpu = @build_cpu@
Packit Service 1ec7f4
build_os = @build_os@
Packit Service 1ec7f4
build_vendor = @build_vendor@
Packit Service 1ec7f4
builddir = @builddir@
Packit Service 1ec7f4
datadir = @datadir@
Packit Service 1ec7f4
datarootdir = @datarootdir@
Packit Service 1ec7f4
docdir = @docdir@
Packit Service 1ec7f4
dvidir = @dvidir@
Packit Service 1ec7f4
exec_prefix = @exec_prefix@
Packit Service 1ec7f4
host = @host@
Packit Service 1ec7f4
host_alias = @host_alias@
Packit Service 1ec7f4
host_cpu = @host_cpu@
Packit Service 1ec7f4
host_os = @host_os@
Packit Service 1ec7f4
host_vendor = @host_vendor@
Packit Service 1ec7f4
htmldir = @htmldir@
Packit Service 1ec7f4
includedir = @includedir@
Packit Service 1ec7f4
infodir = @infodir@
Packit Service 1ec7f4
install_sh = @install_sh@
Packit Service 1ec7f4
kbuilddir = @kbuilddir@
Packit Service 1ec7f4
kinclude_CPPFLAGS = @kinclude_CPPFLAGS@
Packit Service 1ec7f4
ksourcedir = @ksourcedir@
Packit Service 1ec7f4
libdir = @libdir@
Packit Service 1ec7f4
libexecdir = @libexecdir@
Packit Service 1ec7f4
libiptc_LDFLAGS2 = @libiptc_LDFLAGS2@
Packit Service 1ec7f4
libmnl_CFLAGS = @libmnl_CFLAGS@
Packit Service 1ec7f4
libmnl_LIBS = @libmnl_LIBS@
Packit Service 1ec7f4
libnetfilter_conntrack_CFLAGS = @libnetfilter_conntrack_CFLAGS@
Packit Service 1ec7f4
libnetfilter_conntrack_LIBS = @libnetfilter_conntrack_LIBS@
Packit Service 1ec7f4
libnfnetlink_CFLAGS = @libnfnetlink_CFLAGS@
Packit Service 1ec7f4
libnfnetlink_LIBS = @libnfnetlink_LIBS@
Packit Service 1ec7f4
libnftnl_CFLAGS = @libnftnl_CFLAGS@
Packit Service 1ec7f4
libnftnl_LIBS = @libnftnl_LIBS@
Packit Service 1ec7f4
libxtables_vage = @libxtables_vage@
Packit Service 1ec7f4
libxtables_vcurrent = @libxtables_vcurrent@
Packit Service 1ec7f4
libxtables_vmajor = @libxtables_vmajor@
Packit Service 1ec7f4
localedir = @localedir@
Packit Service 1ec7f4
localstatedir = @localstatedir@
Packit Service 1ec7f4
mandir = @mandir@
Packit Service 1ec7f4
mkdir_p = @mkdir_p@
Packit Service 1ec7f4
noundef_LDFLAGS = @noundef_LDFLAGS@
Packit Service 1ec7f4
oldincludedir = @oldincludedir@
Packit Service 1ec7f4
pdfdir = @pdfdir@
Packit Service 1ec7f4
pkgconfigdir = @pkgconfigdir@
Packit Service 1ec7f4
prefix = @prefix@
Packit Service 1ec7f4
program_transform_name = @program_transform_name@
Packit Service 1ec7f4
psdir = @psdir@
Packit Service 1ec7f4
regular_CFLAGS = @regular_CFLAGS@
Packit Service 1ec7f4
regular_CPPFLAGS = @regular_CPPFLAGS@
Packit Service 1ec7f4
runstatedir = @runstatedir@
Packit Service 1ec7f4
sbindir = @sbindir@
Packit Service 1ec7f4
sharedstatedir = @sharedstatedir@
Packit Service 1ec7f4
srcdir = @srcdir@
Packit Service 1ec7f4
sysconfdir = @sysconfdir@
Packit Service 1ec7f4
target_alias = @target_alias@
Packit Service 1ec7f4
top_build_prefix = @top_build_prefix@
Packit Service 1ec7f4
top_builddir = @top_builddir@
Packit Service 1ec7f4
top_srcdir = @top_srcdir@
Packit Service 1ec7f4
xtlibdir = @xtlibdir@
Packit Service 1ec7f4
AM_CFLAGS = ${regular_CFLAGS}
Packit Service 1ec7f4
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include \
Packit Service 1ec7f4
              -I${top_srcdir}/include ${libnfnetlink_CFLAGS}
Packit Service 1ec7f4
Packit Service 1ec7f4
pkgdata_DATA = $(am__append_3)
Packit Service 1ec7f4
man_MANS = $(am__append_1)
Packit Service 1ec7f4
@HAVE_LIBNFNETLINK_TRUE@nfnl_osf_LDADD = ${libnfnetlink_LIBS}
Packit Service 1ec7f4
@ENABLE_BPFC_TRUE@nfbpf_compile_LDADD = -lpcap
Packit Service 1ec7f4
@ENABLE_SYNCONF_TRUE@nfsynproxy_LDADD = -lpcap
Packit Service 1ec7f4
CLEANFILES = nfnl_osf.8
Packit Service 1ec7f4
all: all-am
Packit Service 1ec7f4
Packit Service 1ec7f4
.SUFFIXES:
Packit Service 1ec7f4
.SUFFIXES: .c .lo .o .obj
Packit Service 1ec7f4
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service 1ec7f4
	@for dep in $?; do \
Packit Service 1ec7f4
	  case '$(am__configure_deps)' in \
Packit Service 1ec7f4
	    *$$dep*) \
Packit Service 1ec7f4
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit Service 1ec7f4
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit Service 1ec7f4
	      exit 1;; \
Packit Service 1ec7f4
	  esac; \
Packit Service 1ec7f4
	done; \
Packit Service 1ec7f4
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/Makefile'; \
Packit Service 1ec7f4
	$(am__cd) $(top_srcdir) && \
Packit Service 1ec7f4
	  $(AUTOMAKE) --gnu utils/Makefile
Packit Service 1ec7f4
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service 1ec7f4
	@case '$?' in \
Packit Service 1ec7f4
	  *config.status*) \
Packit Service 1ec7f4
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit Service 1ec7f4
	  *) \
Packit Service 1ec7f4
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit Service 1ec7f4
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit Service 1ec7f4
	esac;
Packit Service 1ec7f4
Packit Service 1ec7f4
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service 1ec7f4
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 1ec7f4
Packit Service 1ec7f4
$(top_srcdir)/configure:  $(am__configure_deps)
Packit Service 1ec7f4
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 1ec7f4
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit Service 1ec7f4
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 1ec7f4
$(am__aclocal_m4_deps):
Packit Service 1ec7f4
nfnl_osf.8: $(top_builddir)/config.status $(srcdir)/nfnl_osf.8.in
Packit Service 1ec7f4
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Packit Service 1ec7f4
install-sbinPROGRAMS: $(sbin_PROGRAMS)
Packit Service 1ec7f4
	@$(NORMAL_INSTALL)
Packit Service 1ec7f4
	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
Packit Service 1ec7f4
	if test -n "$$list"; then \
Packit Service 1ec7f4
	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
Packit Service 1ec7f4
	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
Packit Service 1ec7f4
	fi; \
Packit Service 1ec7f4
	for p in $$list; do echo "$$p $$p"; done | \
Packit Service 1ec7f4
	sed 's/$(EXEEXT)$$//' | \
Packit Service 1ec7f4
	while read p p1; do if test -f $$p \
Packit Service 1ec7f4
	 || test -f $$p1 \
Packit Service 1ec7f4
	  ; then echo "$$p"; echo "$$p"; else :; fi; \
Packit Service 1ec7f4
	done | \
Packit Service 1ec7f4
	sed -e 'p;s,.*/,,;n;h' \
Packit Service 1ec7f4
	    -e 's|.*|.|' \
Packit Service 1ec7f4
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
Packit Service 1ec7f4
	sed 'N;N;N;s,\n, ,g' | \
Packit Service 1ec7f4
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
Packit Service 1ec7f4
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit Service 1ec7f4
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
Packit Service 1ec7f4
	    else { print "f", $$3 "/" $$4, $$1; } } \
Packit Service 1ec7f4
	  END { for (d in files) print "f", d, files[d] }' | \
Packit Service 1ec7f4
	while read type dir files; do \
Packit Service 1ec7f4
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit Service 1ec7f4
	    test -z "$$files" || { \
Packit Service 1ec7f4
	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
Packit Service 1ec7f4
	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
Packit Service 1ec7f4
	    } \
Packit Service 1ec7f4
	; done
Packit Service 1ec7f4
Packit Service 1ec7f4
uninstall-sbinPROGRAMS:
Packit Service 1ec7f4
	@$(NORMAL_UNINSTALL)
Packit Service 1ec7f4
	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
Packit Service 1ec7f4
	files=`for p in $$list; do echo "$$p"; done | \
Packit Service 1ec7f4
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
Packit Service 1ec7f4
	      -e 's/$$/$(EXEEXT)/' \
Packit Service 1ec7f4
	`; \
Packit Service 1ec7f4
	test -n "$$list" || exit 0; \
Packit Service 1ec7f4
	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
Packit Service 1ec7f4
	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
Packit Service 1ec7f4
Packit Service 1ec7f4
clean-sbinPROGRAMS:
Packit Service 1ec7f4
	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit Service 1ec7f4
	echo " rm -f" $$list; \
Packit Service 1ec7f4
	rm -f $$list || exit $$?; \
Packit Service 1ec7f4
	test -n "$(EXEEXT)" || exit 0; \
Packit Service 1ec7f4
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit Service 1ec7f4
	echo " rm -f" $$list; \
Packit Service 1ec7f4
	rm -f $$list
Packit Service 1ec7f4
Packit Service 1ec7f4
nfbpf_compile$(EXEEXT): $(nfbpf_compile_OBJECTS) $(nfbpf_compile_DEPENDENCIES) $(EXTRA_nfbpf_compile_DEPENDENCIES) 
Packit Service 1ec7f4
	@rm -f nfbpf_compile$(EXEEXT)
Packit Service 1ec7f4
	$(AM_V_CCLD)$(LINK) $(nfbpf_compile_OBJECTS) $(nfbpf_compile_LDADD) $(LIBS)
Packit Service 1ec7f4
Packit Service 1ec7f4
nfnl_osf$(EXEEXT): $(nfnl_osf_OBJECTS) $(nfnl_osf_DEPENDENCIES) $(EXTRA_nfnl_osf_DEPENDENCIES) 
Packit Service 1ec7f4
	@rm -f nfnl_osf$(EXEEXT)
Packit Service 1ec7f4
	$(AM_V_CCLD)$(LINK) $(nfnl_osf_OBJECTS) $(nfnl_osf_LDADD) $(LIBS)
Packit Service 1ec7f4
Packit Service 1ec7f4
nfsynproxy$(EXEEXT): $(nfsynproxy_OBJECTS) $(nfsynproxy_DEPENDENCIES) $(EXTRA_nfsynproxy_DEPENDENCIES) 
Packit Service 1ec7f4
	@rm -f nfsynproxy$(EXEEXT)
Packit Service 1ec7f4
	$(AM_V_CCLD)$(LINK) $(nfsynproxy_OBJECTS) $(nfsynproxy_LDADD) $(LIBS)
Packit Service 1ec7f4
Packit Service 1ec7f4
mostlyclean-compile:
Packit Service 1ec7f4
	-rm -f *.$(OBJEXT)
Packit Service 1ec7f4
Packit Service 1ec7f4
distclean-compile:
Packit Service 1ec7f4
	-rm -f *.tab.c
Packit Service 1ec7f4
Packit Service 1ec7f4
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfbpf_compile.Po@am__quote@
Packit Service 1ec7f4
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfnl_osf.Po@am__quote@
Packit Service 1ec7f4
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsynproxy.Po@am__quote@
Packit Service 1ec7f4
Packit Service 1ec7f4
.c.o:
Packit Service 1ec7f4
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit Service 1ec7f4
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit Service 1ec7f4
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit Service 1ec7f4
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 1ec7f4
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit Service 1ec7f4
Packit Service 1ec7f4
.c.obj:
Packit Service 1ec7f4
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Packit Service 1ec7f4
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit Service 1ec7f4
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit Service 1ec7f4
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 1ec7f4
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit Service 1ec7f4
Packit Service 1ec7f4
.c.lo:
Packit Service 1ec7f4
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit Service 1ec7f4
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Packit Service 1ec7f4
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit Service 1ec7f4
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 1ec7f4
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Packit Service 1ec7f4
Packit Service 1ec7f4
mostlyclean-libtool:
Packit Service 1ec7f4
	-rm -f *.lo
Packit Service 1ec7f4
Packit Service 1ec7f4
clean-libtool:
Packit Service 1ec7f4
	-rm -rf .libs _libs
Packit Service 1ec7f4
install-man8: $(man_MANS)
Packit Service 1ec7f4
	@$(NORMAL_INSTALL)
Packit Service 1ec7f4
	@list1=''; \
Packit Service 1ec7f4
	list2='$(man_MANS)'; \
Packit Service 1ec7f4
	test -n "$(man8dir)" \
Packit Service 1ec7f4
	  && test -n "`echo $$list1$$list2`" \
Packit Service 1ec7f4
	  || exit 0; \
Packit Service 1ec7f4
	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
Packit Service 1ec7f4
	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
Packit Service 1ec7f4
	{ for i in $$list1; do echo "$$i"; done;  \
Packit Service 1ec7f4
	if test -n "$$list2"; then \
Packit Service 1ec7f4
	  for i in $$list2; do echo "$$i"; done \
Packit Service 1ec7f4
	    | sed -n '/\.8[a-z]*$$/p'; \
Packit Service 1ec7f4
	fi; \
Packit Service 1ec7f4
	} | while read p; do \
Packit Service 1ec7f4
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
Packit Service 1ec7f4
	  echo "$$d$$p"; echo "$$p"; \
Packit Service 1ec7f4
	done | \
Packit Service 1ec7f4
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
Packit Service 1ec7f4
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
Packit Service 1ec7f4
	sed 'N;N;s,\n, ,g' | { \
Packit Service 1ec7f4
	list=; while read file base inst; do \
Packit Service 1ec7f4
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
Packit Service 1ec7f4
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
Packit Service 1ec7f4
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
Packit Service 1ec7f4
	  fi; \
Packit Service 1ec7f4
	done; \
Packit Service 1ec7f4
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
Packit Service 1ec7f4
	while read files; do \
Packit Service 1ec7f4
	  test -z "$$files" || { \
Packit Service 1ec7f4
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
Packit Service 1ec7f4
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
Packit Service 1ec7f4
	done; }
Packit Service 1ec7f4
Packit Service 1ec7f4
uninstall-man8:
Packit Service 1ec7f4
	@$(NORMAL_UNINSTALL)
Packit Service 1ec7f4
	@list=''; test -n "$(man8dir)" || exit 0; \
Packit Service 1ec7f4
	files=`{ for i in $$list; do echo "$$i"; done; \
Packit Service 1ec7f4
	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
Packit Service 1ec7f4
	  sed -n '/\.8[a-z]*$$/p'; \
Packit Service 1ec7f4
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
Packit Service 1ec7f4
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
Packit Service 1ec7f4
	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
Packit Service 1ec7f4
install-pkgdataDATA: $(pkgdata_DATA)
Packit Service 1ec7f4
	@$(NORMAL_INSTALL)
Packit Service 1ec7f4
	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
Packit Service 1ec7f4
	if test -n "$$list"; then \
Packit Service 1ec7f4
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
Packit Service 1ec7f4
	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
Packit Service 1ec7f4
	fi; \
Packit Service 1ec7f4
	for p in $$list; do \
Packit Service 1ec7f4
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit Service 1ec7f4
	  echo "$$d$$p"; \
Packit Service 1ec7f4
	done | $(am__base_list) | \
Packit Service 1ec7f4
	while read files; do \
Packit Service 1ec7f4
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
Packit Service 1ec7f4
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
Packit Service 1ec7f4
	done
Packit Service 1ec7f4
Packit Service 1ec7f4
uninstall-pkgdataDATA:
Packit Service 1ec7f4
	@$(NORMAL_UNINSTALL)
Packit Service 1ec7f4
	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
Packit Service 1ec7f4
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit Service 1ec7f4
	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
Packit Service 1ec7f4
Packit Service 1ec7f4
ID: $(am__tagged_files)
Packit Service 1ec7f4
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit Service 1ec7f4
tags: tags-am
Packit Service 1ec7f4
TAGS: tags
Packit Service 1ec7f4
Packit Service 1ec7f4
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 1ec7f4
	set x; \
Packit Service 1ec7f4
	here=`pwd`; \
Packit Service 1ec7f4
	$(am__define_uniq_tagged_files); \
Packit Service 1ec7f4
	shift; \
Packit Service 1ec7f4
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit Service 1ec7f4
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service 1ec7f4
	  if test $$# -gt 0; then \
Packit Service 1ec7f4
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 1ec7f4
	      "$$@" $$unique; \
Packit Service 1ec7f4
	  else \
Packit Service 1ec7f4
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 1ec7f4
	      $$unique; \
Packit Service 1ec7f4
	  fi; \
Packit Service 1ec7f4
	fi
Packit Service 1ec7f4
ctags: ctags-am
Packit Service 1ec7f4
Packit Service 1ec7f4
CTAGS: ctags
Packit Service 1ec7f4
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 1ec7f4
	$(am__define_uniq_tagged_files); \
Packit Service 1ec7f4
	test -z "$(CTAGS_ARGS)$$unique" \
Packit Service 1ec7f4
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service 1ec7f4
	     $$unique
Packit Service 1ec7f4
Packit Service 1ec7f4
GTAGS:
Packit Service 1ec7f4
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service 1ec7f4
	  && $(am__cd) $(top_srcdir) \
Packit Service 1ec7f4
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit Service 1ec7f4
cscopelist: cscopelist-am
Packit Service 1ec7f4
Packit Service 1ec7f4
cscopelist-am: $(am__tagged_files)
Packit Service 1ec7f4
	list='$(am__tagged_files)'; \
Packit Service 1ec7f4
	case "$(srcdir)" in \
Packit Service 1ec7f4
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit Service 1ec7f4
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit Service 1ec7f4
	esac; \
Packit Service 1ec7f4
	for i in $$list; do \
Packit Service 1ec7f4
	  if test -f "$$i"; then \
Packit Service 1ec7f4
	    echo "$(subdir)/$$i"; \
Packit Service 1ec7f4
	  else \
Packit Service 1ec7f4
	    echo "$$sdir/$$i"; \
Packit Service 1ec7f4
	  fi; \
Packit Service 1ec7f4
	done >> $(top_builddir)/cscope.files
Packit Service 1ec7f4
Packit Service 1ec7f4
distclean-tags:
Packit Service 1ec7f4
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service 1ec7f4
Packit Service 1ec7f4
distdir: $(DISTFILES)
Packit Service 1ec7f4
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 1ec7f4
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 1ec7f4
	list='$(DISTFILES)'; \
Packit Service 1ec7f4
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service 1ec7f4
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service 1ec7f4
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service 1ec7f4
	case $$dist_files in \
Packit Service 1ec7f4
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service 1ec7f4
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service 1ec7f4
			   sort -u` ;; \
Packit Service 1ec7f4
	esac; \
Packit Service 1ec7f4
	for file in $$dist_files; do \
Packit Service 1ec7f4
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service 1ec7f4
	  if test -d $$d/$$file; then \
Packit Service 1ec7f4
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service 1ec7f4
	    if test -d "$(distdir)/$$file"; then \
Packit Service 1ec7f4
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 1ec7f4
	    fi; \
Packit Service 1ec7f4
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service 1ec7f4
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 1ec7f4
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 1ec7f4
	    fi; \
Packit Service 1ec7f4
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 1ec7f4
	  else \
Packit Service 1ec7f4
	    test -f "$(distdir)/$$file" \
Packit Service 1ec7f4
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service 1ec7f4
	    || exit 1; \
Packit Service 1ec7f4
	  fi; \
Packit Service 1ec7f4
	done
Packit Service 1ec7f4
check-am: all-am
Packit Service 1ec7f4
check: check-am
Packit Service 1ec7f4
all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
Packit Service 1ec7f4
installdirs:
Packit Service 1ec7f4
	for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(pkgdatadir)"; do \
Packit Service 1ec7f4
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit Service 1ec7f4
	done
Packit Service 1ec7f4
install: install-am
Packit Service 1ec7f4
install-exec: install-exec-am
Packit Service 1ec7f4
install-data: install-data-am
Packit Service 1ec7f4
uninstall: uninstall-am
Packit Service 1ec7f4
Packit Service 1ec7f4
install-am: all-am
Packit Service 1ec7f4
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service 1ec7f4
Packit Service 1ec7f4
installcheck: installcheck-am
Packit Service 1ec7f4
install-strip:
Packit Service 1ec7f4
	if test -z '$(STRIP)'; then \
Packit Service 1ec7f4
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 1ec7f4
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 1ec7f4
	      install; \
Packit Service 1ec7f4
	else \
Packit Service 1ec7f4
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 1ec7f4
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 1ec7f4
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service 1ec7f4
	fi
Packit Service 1ec7f4
mostlyclean-generic:
Packit Service 1ec7f4
Packit Service 1ec7f4
clean-generic:
Packit Service 1ec7f4
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Packit Service 1ec7f4
Packit Service 1ec7f4
distclean-generic:
Packit Service 1ec7f4
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service 1ec7f4
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service 1ec7f4
Packit Service 1ec7f4
maintainer-clean-generic:
Packit Service 1ec7f4
	@echo "This command is intended for maintainers to use"
Packit Service 1ec7f4
	@echo "it deletes files that may require special tools to rebuild."
Packit Service 1ec7f4
clean: clean-am
Packit Service 1ec7f4
Packit Service 1ec7f4
clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
Packit Service 1ec7f4
	mostlyclean-am
Packit Service 1ec7f4
Packit Service 1ec7f4
distclean: distclean-am
Packit Service 1ec7f4
	-rm -rf ./$(DEPDIR)
Packit Service 1ec7f4
	-rm -f Makefile
Packit Service 1ec7f4
distclean-am: clean-am distclean-compile distclean-generic \
Packit Service 1ec7f4
	distclean-tags
Packit Service 1ec7f4
Packit Service 1ec7f4
dvi: dvi-am
Packit Service 1ec7f4
Packit Service 1ec7f4
dvi-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
html: html-am
Packit Service 1ec7f4
Packit Service 1ec7f4
html-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
info: info-am
Packit Service 1ec7f4
Packit Service 1ec7f4
info-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
install-data-am: install-man install-pkgdataDATA
Packit Service 1ec7f4
Packit Service 1ec7f4
install-dvi: install-dvi-am
Packit Service 1ec7f4
Packit Service 1ec7f4
install-dvi-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
install-exec-am: install-sbinPROGRAMS
Packit Service 1ec7f4
Packit Service 1ec7f4
install-html: install-html-am
Packit Service 1ec7f4
Packit Service 1ec7f4
install-html-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
install-info: install-info-am
Packit Service 1ec7f4
Packit Service 1ec7f4
install-info-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
install-man: install-man8
Packit Service 1ec7f4
Packit Service 1ec7f4
install-pdf: install-pdf-am
Packit Service 1ec7f4
Packit Service 1ec7f4
install-pdf-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
install-ps: install-ps-am
Packit Service 1ec7f4
Packit Service 1ec7f4
install-ps-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
installcheck-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
maintainer-clean: maintainer-clean-am
Packit Service 1ec7f4
	-rm -rf ./$(DEPDIR)
Packit Service 1ec7f4
	-rm -f Makefile
Packit Service 1ec7f4
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service 1ec7f4
Packit Service 1ec7f4
mostlyclean: mostlyclean-am
Packit Service 1ec7f4
Packit Service 1ec7f4
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Packit Service 1ec7f4
	mostlyclean-libtool
Packit Service 1ec7f4
Packit Service 1ec7f4
pdf: pdf-am
Packit Service 1ec7f4
Packit Service 1ec7f4
pdf-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
ps: ps-am
Packit Service 1ec7f4
Packit Service 1ec7f4
ps-am:
Packit Service 1ec7f4
Packit Service 1ec7f4
uninstall-am: uninstall-man uninstall-pkgdataDATA \
Packit Service 1ec7f4
	uninstall-sbinPROGRAMS
Packit Service 1ec7f4
Packit Service 1ec7f4
uninstall-man: uninstall-man8
Packit Service 1ec7f4
Packit Service 1ec7f4
.MAKE: install-am install-strip
Packit Service 1ec7f4
Packit Service 1ec7f4
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
Packit Service 1ec7f4
	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
Packit Service 1ec7f4
	distclean distclean-compile distclean-generic \
Packit Service 1ec7f4
	distclean-libtool distclean-tags distdir dvi dvi-am html \
Packit Service 1ec7f4
	html-am info info-am install install-am install-data \
Packit Service 1ec7f4
	install-data-am install-dvi install-dvi-am install-exec \
Packit Service 1ec7f4
	install-exec-am install-html install-html-am install-info \
Packit Service 1ec7f4
	install-info-am install-man install-man8 install-pdf \
Packit Service 1ec7f4
	install-pdf-am install-pkgdataDATA install-ps install-ps-am \
Packit Service 1ec7f4
	install-sbinPROGRAMS install-strip installcheck \
Packit Service 1ec7f4
	installcheck-am installdirs maintainer-clean \
Packit Service 1ec7f4
	maintainer-clean-generic mostlyclean mostlyclean-compile \
Packit Service 1ec7f4
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit Service 1ec7f4
	tags tags-am uninstall uninstall-am uninstall-man \
Packit Service 1ec7f4
	uninstall-man8 uninstall-pkgdataDATA uninstall-sbinPROGRAMS
Packit Service 1ec7f4
Packit Service 1ec7f4
.PRECIOUS: Makefile
Packit Service 1ec7f4
Packit Service 1ec7f4
Packit Service 1ec7f4
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service 1ec7f4
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service 1ec7f4
.NOEXPORT: