Blame tools/Makefile.in

Packit Service 6d40f9
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit Service 6d40f9
# @configure_input@
Packit Service 6d40f9
Packit Service 6d40f9
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit Service 6d40f9
Packit Service 6d40f9
# This Makefile.in is free software; the Free Software Foundation
Packit Service 6d40f9
# gives unlimited permission to copy and/or distribute it,
Packit Service 6d40f9
# with or without modifications, as long as this notice is preserved.
Packit Service 6d40f9
Packit Service 6d40f9
# This program is distributed in the hope that it will be useful,
Packit Service 6d40f9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service 6d40f9
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service 6d40f9
# PARTICULAR PURPOSE.
Packit Service 6d40f9
Packit Service 6d40f9
@SET_MAKE@
Packit Service 6d40f9
Packit Service 6d40f9
VPATH = @srcdir@
Packit Service 6d40f9
am__is_gnu_make = { \
Packit Service 6d40f9
  if test -z '$(MAKELEVEL)'; then \
Packit Service 6d40f9
    false; \
Packit Service 6d40f9
  elif test -n '$(MAKE_HOST)'; then \
Packit Service 6d40f9
    true; \
Packit Service 6d40f9
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service 6d40f9
    true; \
Packit Service 6d40f9
  else \
Packit Service 6d40f9
    false; \
Packit Service 6d40f9
  fi; \
Packit Service 6d40f9
}
Packit Service 6d40f9
am__make_running_with_option = \
Packit Service 6d40f9
  case $${target_option-} in \
Packit Service 6d40f9
      ?) ;; \
Packit Service 6d40f9
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service 6d40f9
              "target option '$${target_option-}' specified" >&2; \
Packit Service 6d40f9
         exit 1;; \
Packit Service 6d40f9
  esac; \
Packit Service 6d40f9
  has_opt=no; \
Packit Service 6d40f9
  sane_makeflags=$$MAKEFLAGS; \
Packit Service 6d40f9
  if $(am__is_gnu_make); then \
Packit Service 6d40f9
    sane_makeflags=$$MFLAGS; \
Packit Service 6d40f9
  else \
Packit Service 6d40f9
    case $$MAKEFLAGS in \
Packit Service 6d40f9
      *\\[\ \	]*) \
Packit Service 6d40f9
        bs=\\; \
Packit Service 6d40f9
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service 6d40f9
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service 6d40f9
    esac; \
Packit Service 6d40f9
  fi; \
Packit Service 6d40f9
  skip_next=no; \
Packit Service 6d40f9
  strip_trailopt () \
Packit Service 6d40f9
  { \
Packit Service 6d40f9
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service 6d40f9
  }; \
Packit Service 6d40f9
  for flg in $$sane_makeflags; do \
Packit Service 6d40f9
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service 6d40f9
    case $$flg in \
Packit Service 6d40f9
      *=*|--*) continue;; \
Packit Service 6d40f9
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service 6d40f9
      -*I?*) strip_trailopt 'I';; \
Packit Service 6d40f9
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service 6d40f9
      -*O?*) strip_trailopt 'O';; \
Packit Service 6d40f9
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service 6d40f9
      -*l?*) strip_trailopt 'l';; \
Packit Service 6d40f9
      -[dEDm]) skip_next=yes;; \
Packit Service 6d40f9
      -[JT]) skip_next=yes;; \
Packit Service 6d40f9
    esac; \
Packit Service 6d40f9
    case $$flg in \
Packit Service 6d40f9
      *$$target_option*) has_opt=yes; break;; \
Packit Service 6d40f9
    esac; \
Packit Service 6d40f9
  done; \
Packit Service 6d40f9
  test $$has_opt = yes
Packit Service 6d40f9
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service 6d40f9
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service 6d40f9
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service 6d40f9
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service 6d40f9
pkglibdir = $(libdir)/@PACKAGE@
Packit Service 6d40f9
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service 6d40f9
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service 6d40f9
install_sh_DATA = $(install_sh) -c -m 644
Packit Service 6d40f9
install_sh_PROGRAM = $(install_sh) -c
Packit Service 6d40f9
install_sh_SCRIPT = $(install_sh) -c
Packit Service 6d40f9
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service 6d40f9
transform = $(program_transform_name)
Packit Service 6d40f9
NORMAL_INSTALL = :
Packit Service 6d40f9
PRE_INSTALL = :
Packit Service 6d40f9
POST_INSTALL = :
Packit Service 6d40f9
NORMAL_UNINSTALL = :
Packit Service 6d40f9
PRE_UNINSTALL = :
Packit Service 6d40f9
POST_UNINSTALL = :
Packit Service 6d40f9
build_triplet = @build@
Packit Service 6d40f9
host_triplet = @host@
Packit Service 6d40f9
sbin_PROGRAMS = adcli$(EXEEXT) $(am__EXEEXT_1)
Packit Service 6d40f9
subdir = tools
Packit Service 6d40f9
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service 6d40f9
am__aclocal_m4_deps = $(top_srcdir)/build/m4/libtool.m4 \
Packit Service 6d40f9
	$(top_srcdir)/build/m4/ltoptions.m4 \
Packit Service 6d40f9
	$(top_srcdir)/build/m4/ltsugar.m4 \
Packit Service 6d40f9
	$(top_srcdir)/build/m4/ltversion.m4 \
Packit Service 6d40f9
	$(top_srcdir)/build/m4/lt~obsolete.m4 \
Packit Service 6d40f9
	$(top_srcdir)/configure.ac
Packit Service 6d40f9
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service 6d40f9
	$(ACLOCAL_M4)
Packit Service 6d40f9
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit Service 6d40f9
mkinstalldirs = $(install_sh) -d
Packit Service 6d40f9
CONFIG_HEADER = $(top_builddir)/config.h
Packit Service 6d40f9
CONFIG_CLEAN_FILES =
Packit Service 6d40f9
CONFIG_CLEAN_VPATH_FILES =
Packit Service 6d40f9
am__EXEEXT_1 =
Packit Service 6d40f9
am__installdirs = "$(DESTDIR)$(sbindir)"
Packit Service 6d40f9
PROGRAMS = $(sbin_PROGRAMS)
Packit Service 6d40f9
am__objects_1 =
Packit Service 6d40f9
am_adcli_OBJECTS = computer.$(OBJEXT) entry.$(OBJEXT) info.$(OBJEXT) \
Packit Service 6d40f9
	tools.$(OBJEXT) $(am__objects_1)
Packit Service 6d40f9
adcli_OBJECTS = $(am_adcli_OBJECTS)
Packit Service 6d40f9
am__DEPENDENCIES_1 =
Packit Service 6d40f9
adcli_DEPENDENCIES = $(top_builddir)/library/libadcli.la \
Packit Service 6d40f9
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
Packit Service 6d40f9
	$(am__DEPENDENCIES_1)
Packit Service 6d40f9
AM_V_lt = $(am__v_lt_@AM_V@)
Packit Service 6d40f9
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Packit Service 6d40f9
am__v_lt_0 = --silent
Packit Service 6d40f9
am__v_lt_1 = 
Packit Service 6d40f9
AM_V_P = $(am__v_P_@AM_V@)
Packit Service 6d40f9
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service 6d40f9
am__v_P_0 = false
Packit Service 6d40f9
am__v_P_1 = :
Packit Service 6d40f9
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service 6d40f9
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service 6d40f9
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service 6d40f9
am__v_GEN_1 = 
Packit Service 6d40f9
AM_V_at = $(am__v_at_@AM_V@)
Packit Service 6d40f9
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service 6d40f9
am__v_at_0 = @
Packit Service 6d40f9
am__v_at_1 = 
Packit Service 6d40f9
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Packit Service 6d40f9
depcomp = $(SHELL) $(top_srcdir)/depcomp
Packit Service 6d40f9
am__depfiles_maybe = depfiles
Packit Service 6d40f9
am__mv = mv -f
Packit Service 6d40f9
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit Service 6d40f9
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit Service 6d40f9
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit Service 6d40f9
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Packit Service 6d40f9
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit Service 6d40f9
	$(AM_CFLAGS) $(CFLAGS)
Packit Service 6d40f9
AM_V_CC = $(am__v_CC_@AM_V@)
Packit Service 6d40f9
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit Service 6d40f9
am__v_CC_0 = @echo "  CC      " $@;
Packit Service 6d40f9
am__v_CC_1 = 
Packit Service 6d40f9
CCLD = $(CC)
Packit Service 6d40f9
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit Service 6d40f9
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit Service 6d40f9
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit Service 6d40f9
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit Service 6d40f9
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit Service 6d40f9
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit Service 6d40f9
am__v_CCLD_1 = 
Packit Service 6d40f9
SOURCES = $(adcli_SOURCES)
Packit Service 6d40f9
DIST_SOURCES = $(adcli_SOURCES)
Packit Service 6d40f9
am__can_run_installinfo = \
Packit Service 6d40f9
  case $$AM_UPDATE_INFO_DIR in \
Packit Service 6d40f9
    n|no|NO) false;; \
Packit Service 6d40f9
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service 6d40f9
  esac
Packit Service 6d40f9
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Service 6d40f9
# Read a list of newline-separated strings from the standard input,
Packit Service 6d40f9
# and print each of them once, without duplicates.  Input order is
Packit Service 6d40f9
# *not* preserved.
Packit Service 6d40f9
am__uniquify_input = $(AWK) '\
Packit Service 6d40f9
  BEGIN { nonempty = 0; } \
Packit Service 6d40f9
  { items[$$0] = 1; nonempty = 1; } \
Packit Service 6d40f9
  END { if (nonempty) { for (i in items) print i; }; } \
Packit Service 6d40f9
'
Packit Service 6d40f9
# Make sure the list of sources is unique.  This is necessary because,
Packit Service 6d40f9
# e.g., the same source file might be shared among _SOURCES variables
Packit Service 6d40f9
# for different programs/libraries.
Packit Service 6d40f9
am__define_uniq_tagged_files = \
Packit Service 6d40f9
  list='$(am__tagged_files)'; \
Packit Service 6d40f9
  unique=`for i in $$list; do \
Packit Service 6d40f9
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 6d40f9
  done | $(am__uniquify_input)`
Packit Service 6d40f9
ETAGS = etags
Packit Service 6d40f9
CTAGS = ctags
Packit Service 6d40f9
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.decl \
Packit Service 6d40f9
	$(top_srcdir)/depcomp
Packit Service 6d40f9
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 6d40f9
ACLOCAL = @ACLOCAL@
Packit Service 6d40f9
ADCLI_LT_RELEASE = @ADCLI_LT_RELEASE@
Packit Service 6d40f9
AMTAR = @AMTAR@
Packit Service 6d40f9
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service 6d40f9
AR = @AR@
Packit Service 6d40f9
AUTOCONF = @AUTOCONF@
Packit Service 6d40f9
AUTOHEADER = @AUTOHEADER@
Packit Service 6d40f9
AUTOMAKE = @AUTOMAKE@
Packit Service 6d40f9
AWK = @AWK@
Packit Service 6d40f9
CC = @CC@
Packit Service 6d40f9
CCDEPMODE = @CCDEPMODE@
Packit Service 6d40f9
CFLAGS = @CFLAGS@
Packit Service 6d40f9
CPP = @CPP@
Packit Service 6d40f9
CPPFLAGS = @CPPFLAGS@
Packit Service 6d40f9
CYGPATH_W = @CYGPATH_W@
Packit Service 6d40f9
DEFS = @DEFS@
Packit Service 6d40f9
DEPDIR = @DEPDIR@
Packit Service 6d40f9
DLLTOOL = @DLLTOOL@
Packit Service 6d40f9
DSYMUTIL = @DSYMUTIL@
Packit Service 6d40f9
DUMPBIN = @DUMPBIN@
Packit Service 6d40f9
ECHO_C = @ECHO_C@
Packit Service 6d40f9
ECHO_N = @ECHO_N@
Packit Service 6d40f9
ECHO_T = @ECHO_T@
Packit Service 6d40f9
EGREP = @EGREP@
Packit Service 6d40f9
EXEEXT = @EXEEXT@
Packit Service 6d40f9
FGREP = @FGREP@
Packit Service 6d40f9
GCOV = @GCOV@
Packit Service 6d40f9
GENHTML = @GENHTML@
Packit Service 6d40f9
GREP = @GREP@
Packit Service 6d40f9
INSTALL = @INSTALL@
Packit Service 6d40f9
INSTALL_DATA = @INSTALL_DATA@
Packit Service 6d40f9
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service 6d40f9
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service 6d40f9
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service 6d40f9
KRB5_CFLAGS = @KRB5_CFLAGS@
Packit Service 6d40f9
KRB5_CONFIG = @KRB5_CONFIG@
Packit Service 6d40f9
KRB5_LIBS = @KRB5_LIBS@
Packit Service 6d40f9
LCOV = @LCOV@
Packit Service 6d40f9
LD = @LD@
Packit Service 6d40f9
LDAP_CFLAGS = @LDAP_CFLAGS@
Packit Service 6d40f9
LDAP_LIBS = @LDAP_LIBS@
Packit Service 6d40f9
LDFLAGS = @LDFLAGS@
Packit Service 6d40f9
LIBOBJS = @LIBOBJS@
Packit Service 6d40f9
LIBS = @LIBS@
Packit Service 6d40f9
LIBTOOL = @LIBTOOL@
Packit Service 6d40f9
LIPO = @LIPO@
Packit Service 6d40f9
LN_S = @LN_S@
Packit Service 6d40f9
LTLIBOBJS = @LTLIBOBJS@
Packit Service 6d40f9
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit Service 6d40f9
MAINT = @MAINT@
Packit Service 6d40f9
MAKEINFO = @MAKEINFO@
Packit Service 6d40f9
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service 6d40f9
MKDIR_P = @MKDIR_P@
Packit Service 6d40f9
NM = @NM@
Packit Service 6d40f9
NMEDIT = @NMEDIT@
Packit Service 6d40f9
OBJDUMP = @OBJDUMP@
Packit Service 6d40f9
OBJEXT = @OBJEXT@
Packit Service 6d40f9
OTOOL = @OTOOL@
Packit Service 6d40f9
OTOOL64 = @OTOOL64@
Packit Service 6d40f9
PACKAGE = @PACKAGE@
Packit Service 6d40f9
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service 6d40f9
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service 6d40f9
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service 6d40f9
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service 6d40f9
PACKAGE_URL = @PACKAGE_URL@
Packit Service 6d40f9
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service 6d40f9
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service 6d40f9
RANLIB = @RANLIB@
Packit Service 6d40f9
SED = @SED@
Packit Service 6d40f9
SET_MAKE = @SET_MAKE@
Packit Service 6d40f9
SHELL = @SHELL@
Packit Service 6d40f9
STRIP = @STRIP@
Packit Service 6d40f9
VERSION = @VERSION@
Packit Service 6d40f9
XMLTO = @XMLTO@
Packit Service 6d40f9
XSLTPROC = @XSLTPROC@
Packit Service 6d40f9
abs_builddir = @abs_builddir@
Packit Service 6d40f9
abs_srcdir = @abs_srcdir@
Packit Service 6d40f9
abs_top_builddir = @abs_top_builddir@
Packit Service 6d40f9
abs_top_srcdir = @abs_top_srcdir@
Packit Service 6d40f9
ac_ct_AR = @ac_ct_AR@
Packit Service 6d40f9
ac_ct_CC = @ac_ct_CC@
Packit Service 6d40f9
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service 6d40f9
am__include = @am__include@
Packit Service 6d40f9
am__leading_dot = @am__leading_dot@
Packit Service 6d40f9
am__quote = @am__quote@
Packit Service 6d40f9
am__tar = @am__tar@
Packit Service 6d40f9
am__untar = @am__untar@
Packit Service 6d40f9
bindir = @bindir@
Packit Service 6d40f9
build = @build@
Packit Service 6d40f9
build_alias = @build_alias@
Packit Service 6d40f9
build_cpu = @build_cpu@
Packit Service 6d40f9
build_os = @build_os@
Packit Service 6d40f9
build_vendor = @build_vendor@
Packit Service 6d40f9
builddir = @builddir@
Packit Service 6d40f9
datadir = @datadir@
Packit Service 6d40f9
datarootdir = @datarootdir@
Packit Service 6d40f9
docdir = @docdir@
Packit Service 6d40f9
dvidir = @dvidir@
Packit Service 6d40f9
exec_prefix = @exec_prefix@
Packit Service 6d40f9
host = @host@
Packit Service 6d40f9
host_alias = @host_alias@
Packit Service 6d40f9
host_cpu = @host_cpu@
Packit Service 6d40f9
host_os = @host_os@
Packit Service 6d40f9
host_vendor = @host_vendor@
Packit Service 6d40f9
htmldir = @htmldir@
Packit Service 6d40f9
includedir = @includedir@
Packit Service 6d40f9
infodir = @infodir@
Packit Service 6d40f9
install_sh = @install_sh@
Packit Service 6d40f9
libdir = @libdir@
Packit Service 6d40f9
libexecdir = @libexecdir@
Packit Service 6d40f9
localedir = @localedir@
Packit Service 6d40f9
localstatedir = @localstatedir@
Packit Service 6d40f9
mandir = @mandir@
Packit Service 6d40f9
mkdir_p = @mkdir_p@
Packit Service 6d40f9
oldincludedir = @oldincludedir@
Packit Service 6d40f9
pdfdir = @pdfdir@
Packit Service 6d40f9
prefix = @prefix@
Packit Service 6d40f9
program_transform_name = @program_transform_name@
Packit Service 6d40f9
psdir = @psdir@
Packit Service 6d40f9
sbindir = @sbindir@
Packit Service 6d40f9
sharedstatedir = @sharedstatedir@
Packit Service 6d40f9
srcdir = @srcdir@
Packit Service 6d40f9
sysconfdir = @sysconfdir@
Packit Service 6d40f9
target_alias = @target_alias@
Packit Service 6d40f9
top_build_prefix = @top_build_prefix@
Packit Service 6d40f9
top_builddir = @top_builddir@
Packit Service 6d40f9
top_srcdir = @top_srcdir@
Packit Service 6d40f9
NULL = 
Packit Service 6d40f9
INCLUDES = \
Packit Service 6d40f9
	-I$(top_srcdir) \
Packit Service 6d40f9
	-I$(top_srcdir)/library \
Packit Service 6d40f9
	-DKRB5_CONFIG=\""$(sysconfdir)/krb5.conf"\" \
Packit Service 6d40f9
	$(NULL)
Packit Service 6d40f9
Packit Service 6d40f9
adcli_SOURCES = \
Packit Service 6d40f9
	computer.c \
Packit Service 6d40f9
	entry.c \
Packit Service 6d40f9
	info.c \
Packit Service 6d40f9
	tools.c tools.h \
Packit Service 6d40f9
	$(NULL)
Packit Service 6d40f9
Packit Service 6d40f9
adcli_LDADD = \
Packit Service 6d40f9
	$(top_builddir)/library/libadcli.la \
Packit Service 6d40f9
	$(KRB5_LIBS) \
Packit Service 6d40f9
	$(LDAP_LIBS) \
Packit Service 6d40f9
	$(NULL)
Packit Service 6d40f9
Packit Service 6d40f9
CLEANFILES = \
Packit Service 6d40f9
	*.gcno \
Packit Service 6d40f9
	*.gcda \
Packit Service 6d40f9
	$(NULL)
Packit Service 6d40f9
Packit Service 6d40f9
all: all-am
Packit Service 6d40f9
Packit Service 6d40f9
.SUFFIXES:
Packit Service 6d40f9
.SUFFIXES: .c .lo .o .obj
Packit Service 6d40f9
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
Packit Service 6d40f9
	@for dep in $?; do \
Packit Service 6d40f9
	  case '$(am__configure_deps)' in \
Packit Service 6d40f9
	    *$$dep*) \
Packit Service 6d40f9
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit Service 6d40f9
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit Service 6d40f9
	      exit 1;; \
Packit Service 6d40f9
	  esac; \
Packit Service 6d40f9
	done; \
Packit Service 6d40f9
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
Packit Service 6d40f9
	$(am__cd) $(top_srcdir) && \
Packit Service 6d40f9
	  $(AUTOMAKE) --gnu tools/Makefile
Packit Service 6d40f9
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service 6d40f9
	@case '$?' in \
Packit Service 6d40f9
	  *config.status*) \
Packit Service 6d40f9
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit Service 6d40f9
	  *) \
Packit Service 6d40f9
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit Service 6d40f9
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit Service 6d40f9
	esac;
Packit Service 6d40f9
$(top_srcdir)/Makefile.decl $(am__empty):
Packit Service 6d40f9
Packit Service 6d40f9
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service 6d40f9
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 6d40f9
Packit Service 6d40f9
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service 6d40f9
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 6d40f9
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service 6d40f9
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 6d40f9
$(am__aclocal_m4_deps):
Packit Service 6d40f9
install-sbinPROGRAMS: $(sbin_PROGRAMS)
Packit Service 6d40f9
	@$(NORMAL_INSTALL)
Packit Service 6d40f9
	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
Packit Service 6d40f9
	if test -n "$$list"; then \
Packit Service 6d40f9
	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
Packit Service 6d40f9
	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
Packit Service 6d40f9
	fi; \
Packit Service 6d40f9
	for p in $$list; do echo "$$p $$p"; done | \
Packit Service 6d40f9
	sed 's/$(EXEEXT)$$//' | \
Packit Service 6d40f9
	while read p p1; do if test -f $$p \
Packit Service 6d40f9
	 || test -f $$p1 \
Packit Service 6d40f9
	  ; then echo "$$p"; echo "$$p"; else :; fi; \
Packit Service 6d40f9
	done | \
Packit Service 6d40f9
	sed -e 'p;s,.*/,,;n;h' \
Packit Service 6d40f9
	    -e 's|.*|.|' \
Packit Service 6d40f9
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
Packit Service 6d40f9
	sed 'N;N;N;s,\n, ,g' | \
Packit Service 6d40f9
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
Packit Service 6d40f9
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit Service 6d40f9
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
Packit Service 6d40f9
	    else { print "f", $$3 "/" $$4, $$1; } } \
Packit Service 6d40f9
	  END { for (d in files) print "f", d, files[d] }' | \
Packit Service 6d40f9
	while read type dir files; do \
Packit Service 6d40f9
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit Service 6d40f9
	    test -z "$$files" || { \
Packit Service 6d40f9
	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
Packit Service 6d40f9
	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
Packit Service 6d40f9
	    } \
Packit Service 6d40f9
	; done
Packit Service 6d40f9
Packit Service 6d40f9
uninstall-sbinPROGRAMS:
Packit Service 6d40f9
	@$(NORMAL_UNINSTALL)
Packit Service 6d40f9
	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
Packit Service 6d40f9
	files=`for p in $$list; do echo "$$p"; done | \
Packit Service 6d40f9
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
Packit Service 6d40f9
	      -e 's/$$/$(EXEEXT)/' \
Packit Service 6d40f9
	`; \
Packit Service 6d40f9
	test -n "$$list" || exit 0; \
Packit Service 6d40f9
	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
Packit Service 6d40f9
	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
Packit Service 6d40f9
Packit Service 6d40f9
clean-sbinPROGRAMS:
Packit Service 6d40f9
	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit Service 6d40f9
	echo " rm -f" $$list; \
Packit Service 6d40f9
	rm -f $$list || exit $$?; \
Packit Service 6d40f9
	test -n "$(EXEEXT)" || exit 0; \
Packit Service 6d40f9
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit Service 6d40f9
	echo " rm -f" $$list; \
Packit Service 6d40f9
	rm -f $$list
Packit Service 6d40f9
Packit Service 6d40f9
adcli$(EXEEXT): $(adcli_OBJECTS) $(adcli_DEPENDENCIES) $(EXTRA_adcli_DEPENDENCIES) 
Packit Service 6d40f9
	@rm -f adcli$(EXEEXT)
Packit Service 6d40f9
	$(AM_V_CCLD)$(LINK) $(adcli_OBJECTS) $(adcli_LDADD) $(LIBS)
Packit Service 6d40f9
Packit Service 6d40f9
mostlyclean-compile:
Packit Service 6d40f9
	-rm -f *.$(OBJEXT)
Packit Service 6d40f9
Packit Service 6d40f9
distclean-compile:
Packit Service 6d40f9
	-rm -f *.tab.c
Packit Service 6d40f9
Packit Service 6d40f9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/computer.Po@am__quote@
Packit Service 6d40f9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/entry.Po@am__quote@
Packit Service 6d40f9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Po@am__quote@
Packit Service 6d40f9
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
Packit Service 6d40f9
Packit Service 6d40f9
.c.o:
Packit Service 6d40f9
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit Service 6d40f9
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit Service 6d40f9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit Service 6d40f9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 6d40f9
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit Service 6d40f9
Packit Service 6d40f9
.c.obj:
Packit Service 6d40f9
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Packit Service 6d40f9
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit Service 6d40f9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit Service 6d40f9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 6d40f9
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit Service 6d40f9
Packit Service 6d40f9
.c.lo:
Packit Service 6d40f9
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit Service 6d40f9
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Packit Service 6d40f9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit Service 6d40f9
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 6d40f9
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Packit Service 6d40f9
Packit Service 6d40f9
mostlyclean-libtool:
Packit Service 6d40f9
	-rm -f *.lo
Packit Service 6d40f9
Packit Service 6d40f9
clean-libtool:
Packit Service 6d40f9
	-rm -rf .libs _libs
Packit Service 6d40f9
Packit Service 6d40f9
ID: $(am__tagged_files)
Packit Service 6d40f9
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit Service 6d40f9
tags: tags-am
Packit Service 6d40f9
TAGS: tags
Packit Service 6d40f9
Packit Service 6d40f9
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 6d40f9
	set x; \
Packit Service 6d40f9
	here=`pwd`; \
Packit Service 6d40f9
	$(am__define_uniq_tagged_files); \
Packit Service 6d40f9
	shift; \
Packit Service 6d40f9
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit Service 6d40f9
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service 6d40f9
	  if test $$# -gt 0; then \
Packit Service 6d40f9
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 6d40f9
	      "$$@" $$unique; \
Packit Service 6d40f9
	  else \
Packit Service 6d40f9
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 6d40f9
	      $$unique; \
Packit Service 6d40f9
	  fi; \
Packit Service 6d40f9
	fi
Packit Service 6d40f9
ctags: ctags-am
Packit Service 6d40f9
Packit Service 6d40f9
CTAGS: ctags
Packit Service 6d40f9
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 6d40f9
	$(am__define_uniq_tagged_files); \
Packit Service 6d40f9
	test -z "$(CTAGS_ARGS)$$unique" \
Packit Service 6d40f9
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service 6d40f9
	     $$unique
Packit Service 6d40f9
Packit Service 6d40f9
GTAGS:
Packit Service 6d40f9
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service 6d40f9
	  && $(am__cd) $(top_srcdir) \
Packit Service 6d40f9
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit Service 6d40f9
cscopelist: cscopelist-am
Packit Service 6d40f9
Packit Service 6d40f9
cscopelist-am: $(am__tagged_files)
Packit Service 6d40f9
	list='$(am__tagged_files)'; \
Packit Service 6d40f9
	case "$(srcdir)" in \
Packit Service 6d40f9
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit Service 6d40f9
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit Service 6d40f9
	esac; \
Packit Service 6d40f9
	for i in $$list; do \
Packit Service 6d40f9
	  if test -f "$$i"; then \
Packit Service 6d40f9
	    echo "$(subdir)/$$i"; \
Packit Service 6d40f9
	  else \
Packit Service 6d40f9
	    echo "$$sdir/$$i"; \
Packit Service 6d40f9
	  fi; \
Packit Service 6d40f9
	done >> $(top_builddir)/cscope.files
Packit Service 6d40f9
Packit Service 6d40f9
distclean-tags:
Packit Service 6d40f9
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service 6d40f9
Packit Service 6d40f9
distdir: $(DISTFILES)
Packit Service 6d40f9
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 6d40f9
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 6d40f9
	list='$(DISTFILES)'; \
Packit Service 6d40f9
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service 6d40f9
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service 6d40f9
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service 6d40f9
	case $$dist_files in \
Packit Service 6d40f9
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service 6d40f9
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service 6d40f9
			   sort -u` ;; \
Packit Service 6d40f9
	esac; \
Packit Service 6d40f9
	for file in $$dist_files; do \
Packit Service 6d40f9
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service 6d40f9
	  if test -d $$d/$$file; then \
Packit Service 6d40f9
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service 6d40f9
	    if test -d "$(distdir)/$$file"; then \
Packit Service 6d40f9
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 6d40f9
	    fi; \
Packit Service 6d40f9
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service 6d40f9
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 6d40f9
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 6d40f9
	    fi; \
Packit Service 6d40f9
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 6d40f9
	  else \
Packit Service 6d40f9
	    test -f "$(distdir)/$$file" \
Packit Service 6d40f9
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service 6d40f9
	    || exit 1; \
Packit Service 6d40f9
	  fi; \
Packit Service 6d40f9
	done
Packit Service 6d40f9
check-am: all-am
Packit Service 6d40f9
check: check-am
Packit Service 6d40f9
all-am: Makefile $(PROGRAMS)
Packit Service 6d40f9
installdirs:
Packit Service 6d40f9
	for dir in "$(DESTDIR)$(sbindir)"; do \
Packit Service 6d40f9
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit Service 6d40f9
	done
Packit Service 6d40f9
install: install-am
Packit Service 6d40f9
install-exec: install-exec-am
Packit Service 6d40f9
install-data: install-data-am
Packit Service 6d40f9
uninstall: uninstall-am
Packit Service 6d40f9
Packit Service 6d40f9
install-am: all-am
Packit Service 6d40f9
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service 6d40f9
Packit Service 6d40f9
installcheck: installcheck-am
Packit Service 6d40f9
install-strip:
Packit Service 6d40f9
	if test -z '$(STRIP)'; then \
Packit Service 6d40f9
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 6d40f9
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 6d40f9
	      install; \
Packit Service 6d40f9
	else \
Packit Service 6d40f9
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 6d40f9
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 6d40f9
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service 6d40f9
	fi
Packit Service 6d40f9
mostlyclean-generic:
Packit Service 6d40f9
Packit Service 6d40f9
clean-generic:
Packit Service 6d40f9
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Packit Service 6d40f9
Packit Service 6d40f9
distclean-generic:
Packit Service 6d40f9
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service 6d40f9
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service 6d40f9
Packit Service 6d40f9
maintainer-clean-generic:
Packit Service 6d40f9
	@echo "This command is intended for maintainers to use"
Packit Service 6d40f9
	@echo "it deletes files that may require special tools to rebuild."
Packit Service 6d40f9
clean: clean-am
Packit Service 6d40f9
Packit Service 6d40f9
clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
Packit Service 6d40f9
	mostlyclean-am
Packit Service 6d40f9
Packit Service 6d40f9
distclean: distclean-am
Packit Service 6d40f9
	-rm -rf ./$(DEPDIR)
Packit Service 6d40f9
	-rm -f Makefile
Packit Service 6d40f9
distclean-am: clean-am distclean-compile distclean-generic \
Packit Service 6d40f9
	distclean-tags
Packit Service 6d40f9
Packit Service 6d40f9
dvi: dvi-am
Packit Service 6d40f9
Packit Service 6d40f9
dvi-am:
Packit Service 6d40f9
Packit Service 6d40f9
html: html-am
Packit Service 6d40f9
Packit Service 6d40f9
html-am:
Packit Service 6d40f9
Packit Service 6d40f9
info: info-am
Packit Service 6d40f9
Packit Service 6d40f9
info-am:
Packit Service 6d40f9
Packit Service 6d40f9
install-data-am:
Packit Service 6d40f9
Packit Service 6d40f9
install-dvi: install-dvi-am
Packit Service 6d40f9
Packit Service 6d40f9
install-dvi-am:
Packit Service 6d40f9
Packit Service 6d40f9
install-exec-am: install-sbinPROGRAMS
Packit Service 6d40f9
Packit Service 6d40f9
install-html: install-html-am
Packit Service 6d40f9
Packit Service 6d40f9
install-html-am:
Packit Service 6d40f9
Packit Service 6d40f9
install-info: install-info-am
Packit Service 6d40f9
Packit Service 6d40f9
install-info-am:
Packit Service 6d40f9
Packit Service 6d40f9
install-man:
Packit Service 6d40f9
Packit Service 6d40f9
install-pdf: install-pdf-am
Packit Service 6d40f9
Packit Service 6d40f9
install-pdf-am:
Packit Service 6d40f9
Packit Service 6d40f9
install-ps: install-ps-am
Packit Service 6d40f9
Packit Service 6d40f9
install-ps-am:
Packit Service 6d40f9
Packit Service 6d40f9
installcheck-am:
Packit Service 6d40f9
Packit Service 6d40f9
maintainer-clean: maintainer-clean-am
Packit Service 6d40f9
	-rm -rf ./$(DEPDIR)
Packit Service 6d40f9
	-rm -f Makefile
Packit Service 6d40f9
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service 6d40f9
Packit Service 6d40f9
mostlyclean: mostlyclean-am
Packit Service 6d40f9
Packit Service 6d40f9
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Packit Service 6d40f9
	mostlyclean-libtool
Packit Service 6d40f9
Packit Service 6d40f9
pdf: pdf-am
Packit Service 6d40f9
Packit Service 6d40f9
pdf-am:
Packit Service 6d40f9
Packit Service 6d40f9
ps: ps-am
Packit Service 6d40f9
Packit Service 6d40f9
ps-am:
Packit Service 6d40f9
Packit Service 6d40f9
uninstall-am: uninstall-sbinPROGRAMS
Packit Service 6d40f9
Packit Service 6d40f9
.MAKE: install-am install-strip
Packit Service 6d40f9
Packit Service 6d40f9
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
Packit Service 6d40f9
	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
Packit Service 6d40f9
	distclean distclean-compile distclean-generic \
Packit Service 6d40f9
	distclean-libtool distclean-tags distdir dvi dvi-am html \
Packit Service 6d40f9
	html-am info info-am install install-am install-data \
Packit Service 6d40f9
	install-data-am install-dvi install-dvi-am install-exec \
Packit Service 6d40f9
	install-exec-am install-html install-html-am install-info \
Packit Service 6d40f9
	install-info-am install-man install-pdf install-pdf-am \
Packit Service 6d40f9
	install-ps install-ps-am install-sbinPROGRAMS install-strip \
Packit Service 6d40f9
	installcheck installcheck-am installdirs maintainer-clean \
Packit Service 6d40f9
	maintainer-clean-generic mostlyclean mostlyclean-compile \
Packit Service 6d40f9
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit Service 6d40f9
	tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
Packit Service 6d40f9
Packit Service 6d40f9
.PRECIOUS: Makefile
Packit Service 6d40f9
Packit Service 6d40f9
Packit Service 6d40f9
@WITH_COVERAGE_TRUE@coverage:
Packit Service 6d40f9
@WITH_COVERAGE_TRUE@	mkdir -p $(top_builddir)/build/coverage
Packit Service 6d40f9
@WITH_COVERAGE_TRUE@	$(LCOV) --directory . --capture --output-file $(top_builddir)/build/coverage.info
Packit Service 6d40f9
@WITH_COVERAGE_TRUE@	$(GENHTML) --output-directory $(top_builddir)/build/coverage $(top_builddir)/build/coverage.info
Packit Service 6d40f9
@WITH_COVERAGE_TRUE@	$(LCOV) --directory . --zerocounters
Packit Service 6d40f9
@WITH_COVERAGE_TRUE@	@echo "file://$(abs_top_builddir)/build/coverage/index.html"
Packit Service 6d40f9
Packit Service 6d40f9
@WITH_COVERAGE_TRUE@clear-coverage:
Packit Service 6d40f9
@WITH_COVERAGE_TRUE@	$(LCOV) --directory . --zerocounters
Packit Service 6d40f9
Packit Service 6d40f9
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service 6d40f9
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service 6d40f9
.NOEXPORT: