Blame src/python/Makefile.in

Packit Service af52df
# Makefile.in generated by automake 1.13.4 from Makefile.am.
Packit Service af52df
# @configure_input@
Packit Service af52df
Packit Service af52df
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
Packit Service af52df
Packit Service af52df
# This Makefile.in is free software; the Free Software Foundation
Packit Service af52df
# gives unlimited permission to copy and/or distribute it,
Packit Service af52df
# with or without modifications, as long as this notice is preserved.
Packit Service af52df
Packit Service af52df
# This program is distributed in the hope that it will be useful,
Packit Service af52df
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service af52df
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service af52df
# PARTICULAR PURPOSE.
Packit Service af52df
Packit Service af52df
@SET_MAKE@
Packit Service af52df
Packit Service af52df
VPATH = @srcdir@
Packit Service af52df
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
Packit Service af52df
am__make_running_with_option = \
Packit Service af52df
  case $${target_option-} in \
Packit Service af52df
      ?) ;; \
Packit Service af52df
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service af52df
              "target option '$${target_option-}' specified" >&2; \
Packit Service af52df
         exit 1;; \
Packit Service af52df
  esac; \
Packit Service af52df
  has_opt=no; \
Packit Service af52df
  sane_makeflags=$$MAKEFLAGS; \
Packit Service af52df
  if $(am__is_gnu_make); then \
Packit Service af52df
    sane_makeflags=$$MFLAGS; \
Packit Service af52df
  else \
Packit Service af52df
    case $$MAKEFLAGS in \
Packit Service af52df
      *\\[\ \	]*) \
Packit Service af52df
        bs=\\; \
Packit Service af52df
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service af52df
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service af52df
    esac; \
Packit Service af52df
  fi; \
Packit Service af52df
  skip_next=no; \
Packit Service af52df
  strip_trailopt () \
Packit Service af52df
  { \
Packit Service af52df
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service af52df
  }; \
Packit Service af52df
  for flg in $$sane_makeflags; do \
Packit Service af52df
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service af52df
    case $$flg in \
Packit Service af52df
      *=*|--*) continue;; \
Packit Service af52df
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service af52df
      -*I?*) strip_trailopt 'I';; \
Packit Service af52df
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service af52df
      -*O?*) strip_trailopt 'O';; \
Packit Service af52df
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service af52df
      -*l?*) strip_trailopt 'l';; \
Packit Service af52df
      -[dEDm]) skip_next=yes;; \
Packit Service af52df
      -[JT]) skip_next=yes;; \
Packit Service af52df
    esac; \
Packit Service af52df
    case $$flg in \
Packit Service af52df
      *$$target_option*) has_opt=yes; break;; \
Packit Service af52df
    esac; \
Packit Service af52df
  done; \
Packit Service af52df
  test $$has_opt = yes
Packit Service af52df
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service af52df
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service af52df
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service af52df
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service af52df
pkglibdir = $(libdir)/@PACKAGE@
Packit Service af52df
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service af52df
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service af52df
install_sh_DATA = $(install_sh) -c -m 644
Packit Service af52df
install_sh_PROGRAM = $(install_sh) -c
Packit Service af52df
install_sh_SCRIPT = $(install_sh) -c
Packit Service af52df
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service af52df
transform = $(program_transform_name)
Packit Service af52df
NORMAL_INSTALL = :
Packit Service af52df
PRE_INSTALL = :
Packit Service af52df
POST_INSTALL = :
Packit Service af52df
NORMAL_UNINSTALL = :
Packit Service af52df
PRE_UNINSTALL = :
Packit Service af52df
POST_UNINSTALL = :
Packit Service af52df
build_triplet = @build@
Packit Service af52df
host_triplet = @host@
Packit Service af52df
subdir = src/python
Packit Service af52df
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
Packit Service af52df
	$(am__dist_pybytesize_DATA_DIST)
Packit Service af52df
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service af52df
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
Packit Service af52df
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Packit Service af52df
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Packit Service af52df
	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/acinclude.m4 \
Packit Service af52df
	$(top_srcdir)/configure.ac
Packit Service af52df
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service af52df
	$(ACLOCAL_M4)
Packit Service af52df
mkinstalldirs = $(install_sh) -d
Packit Service af52df
CONFIG_CLEAN_FILES =
Packit Service af52df
CONFIG_CLEAN_VPATH_FILES =
Packit Service af52df
AM_V_P = $(am__v_P_@AM_V@)
Packit Service af52df
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service af52df
am__v_P_0 = false
Packit Service af52df
am__v_P_1 = :
Packit Service af52df
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service af52df
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service af52df
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service af52df
am__v_GEN_1 = 
Packit Service af52df
AM_V_at = $(am__v_at_@AM_V@)
Packit Service af52df
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service af52df
am__v_at_0 = @
Packit Service af52df
am__v_at_1 = 
Packit Service af52df
SOURCES =
Packit Service af52df
DIST_SOURCES =
Packit Service af52df
am__can_run_installinfo = \
Packit Service af52df
  case $$AM_UPDATE_INFO_DIR in \
Packit Service af52df
    n|no|NO) false;; \
Packit Service af52df
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service af52df
  esac
Packit Service af52df
am__dist_pybytesize_DATA_DIST = bytesize.py __init__.py
Packit Service af52df
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit Service af52df
am__vpath_adj = case $$p in \
Packit Service af52df
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit Service af52df
    *) f=$$p;; \
Packit Service af52df
  esac;
Packit Service af52df
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit Service af52df
am__install_max = 40
Packit Service af52df
am__nobase_strip_setup = \
Packit Service af52df
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit Service af52df
am__nobase_strip = \
Packit Service af52df
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit Service af52df
am__nobase_list = $(am__nobase_strip_setup); \
Packit Service af52df
  for p in $$list; do echo "$$p $$p"; done | \
Packit Service af52df
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit Service af52df
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit Service af52df
    if (++n[$$2] == $(am__install_max)) \
Packit Service af52df
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit Service af52df
    END { for (dir in files) print dir, files[dir] }'
Packit Service af52df
am__base_list = \
Packit Service af52df
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit Service af52df
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit Service af52df
am__uninstall_files_from_dir = { \
Packit Service af52df
  test -z "$$files" \
Packit Service af52df
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit Service af52df
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit Service af52df
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit Service af52df
  }
Packit Service af52df
am__installdirs = "$(DESTDIR)$(pybytesizedir)" \
Packit Service af52df
	"$(DESTDIR)$(py3bytesizedir)"
Packit Service af52df
DATA = $(dist_pybytesize_DATA) $(nodist_py3bytesize_DATA)
Packit Service af52df
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Service af52df
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service af52df
ACLOCAL = @ACLOCAL@
Packit Service af52df
AMTAR = @AMTAR@
Packit Service af52df
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service af52df
AR = @AR@
Packit Service af52df
AUTOCONF = @AUTOCONF@
Packit Service af52df
AUTOHEADER = @AUTOHEADER@
Packit Service af52df
AUTOMAKE = @AUTOMAKE@
Packit Service af52df
AWK = @AWK@
Packit Service af52df
CC = @CC@
Packit Service af52df
CCDEPMODE = @CCDEPMODE@
Packit Service af52df
CFLAGS = @CFLAGS@
Packit Service af52df
CPP = @CPP@
Packit Service af52df
CPPFLAGS = @CPPFLAGS@
Packit Service af52df
CYGPATH_W = @CYGPATH_W@
Packit Service af52df
DEFS = @DEFS@
Packit Service af52df
DEPDIR = @DEPDIR@
Packit Service af52df
DLLTOOL = @DLLTOOL@
Packit Service af52df
DSYMUTIL = @DSYMUTIL@
Packit Service af52df
DUMPBIN = @DUMPBIN@
Packit Service af52df
ECHO_C = @ECHO_C@
Packit Service af52df
ECHO_N = @ECHO_N@
Packit Service af52df
ECHO_T = @ECHO_T@
Packit Service af52df
EGREP = @EGREP@
Packit Service af52df
EXEEXT = @EXEEXT@
Packit Service af52df
FGREP = @FGREP@
Packit Service af52df
GREP = @GREP@
Packit Service af52df
INSTALL = @INSTALL@
Packit Service af52df
INSTALL_DATA = @INSTALL_DATA@
Packit Service af52df
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service af52df
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service af52df
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service af52df
LD = @LD@
Packit Service af52df
LDFLAGS = @LDFLAGS@
Packit Service af52df
LIBOBJS = @LIBOBJS@
Packit Service af52df
LIBS = @LIBS@
Packit Service af52df
LIBTOOL = @LIBTOOL@
Packit Service af52df
LIPO = @LIPO@
Packit Service af52df
LN_S = @LN_S@
Packit Service af52df
LTLIBOBJS = @LTLIBOBJS@
Packit Service af52df
MAKEINFO = @MAKEINFO@
Packit Service af52df
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service af52df
MKDIR_P = @MKDIR_P@
Packit Service af52df
MSGCAT = @MSGCAT@
Packit Service af52df
MSGFMT = @MSGFMT@
Packit Service af52df
MSGMERGE = @MSGMERGE@
Packit Service af52df
NM = @NM@
Packit Service af52df
NMEDIT = @NMEDIT@
Packit Service af52df
OBJDUMP = @OBJDUMP@
Packit Service af52df
OBJEXT = @OBJEXT@
Packit Service af52df
OTOOL = @OTOOL@
Packit Service af52df
OTOOL64 = @OTOOL64@
Packit Service af52df
PACKAGE = @PACKAGE@
Packit Service af52df
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service af52df
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service af52df
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service af52df
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service af52df
PACKAGE_URL = @PACKAGE_URL@
Packit Service af52df
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service af52df
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service af52df
PCRE_CFLAGS = @PCRE_CFLAGS@
Packit Service af52df
PCRE_LIBS = @PCRE_LIBS@
Packit Service af52df
PKG_CONFIG = @PKG_CONFIG@
Packit Service af52df
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit Service af52df
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit Service af52df
PYTHON = @PYTHON@
Packit Service af52df
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
Packit Service af52df
PYTHON_PLATFORM = @PYTHON_PLATFORM@
Packit Service af52df
PYTHON_PREFIX = @PYTHON_PREFIX@
Packit Service af52df
PYTHON_VERSION = @PYTHON_VERSION@
Packit Service af52df
RANLIB = @RANLIB@
Packit Service af52df
SED = @SED@
Packit Service af52df
SET_MAKE = @SET_MAKE@
Packit Service af52df
SHELL = @SHELL@
Packit Service af52df
STRIP = @STRIP@
Packit Service af52df
VERSION = @VERSION@
Packit Service af52df
WITH_GTK_DOC = @WITH_GTK_DOC@
Packit Service af52df
WITH_PYTHON2 = @WITH_PYTHON2@
Packit Service af52df
WITH_PYTHON3 = @WITH_PYTHON3@
Packit Service af52df
XGETTEXT = @XGETTEXT@
Packit Service af52df
abs_builddir = @abs_builddir@
Packit Service af52df
abs_srcdir = @abs_srcdir@
Packit Service af52df
abs_top_builddir = @abs_top_builddir@
Packit Service af52df
abs_top_srcdir = @abs_top_srcdir@
Packit Service af52df
ac_ct_AR = @ac_ct_AR@
Packit Service af52df
ac_ct_CC = @ac_ct_CC@
Packit Service af52df
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service af52df
am__include = @am__include@
Packit Service af52df
am__leading_dot = @am__leading_dot@
Packit Service af52df
am__quote = @am__quote@
Packit Service af52df
am__tar = @am__tar@
Packit Service af52df
am__untar = @am__untar@
Packit Service af52df
bindir = @bindir@
Packit Service af52df
build = @build@
Packit Service af52df
build_alias = @build_alias@
Packit Service af52df
build_cpu = @build_cpu@
Packit Service af52df
build_os = @build_os@
Packit Service af52df
build_vendor = @build_vendor@
Packit Service af52df
builddir = @builddir@
Packit Service af52df
datadir = @datadir@
Packit Service af52df
datarootdir = @datarootdir@
Packit Service af52df
docdir = @docdir@
Packit Service af52df
dvidir = @dvidir@
Packit Service af52df
exec_prefix = @exec_prefix@
Packit Service af52df
gtkdoc_scan = @gtkdoc_scan@
Packit Service af52df
host = @host@
Packit Service af52df
host_alias = @host_alias@
Packit Service af52df
host_cpu = @host_cpu@
Packit Service af52df
host_os = @host_os@
Packit Service af52df
host_vendor = @host_vendor@
Packit Service af52df
htmldir = @htmldir@
Packit Service af52df
includedir = @includedir@
Packit Service af52df
infodir = @infodir@
Packit Service af52df
install_sh = @install_sh@
Packit Service af52df
libdir = @libdir@
Packit Service af52df
libexecdir = @libexecdir@
Packit Service af52df
localedir = @localedir@
Packit Service af52df
localstatedir = @localstatedir@
Packit Service af52df
mandir = @mandir@
Packit Service af52df
mkdir_p = @mkdir_p@
Packit Service af52df
oldincludedir = @oldincludedir@
Packit Service af52df
pdfdir = @pdfdir@
Packit Service af52df
pkgpyexecdir = @pkgpyexecdir@
Packit Service af52df
pkgpythondir = @pkgpythondir@
Packit Service af52df
prefix = @prefix@
Packit Service af52df
program_transform_name = @program_transform_name@
Packit Service af52df
psdir = @psdir@
Packit Service af52df
pyexecdir = @pyexecdir@
Packit Service af52df
python2 = @python2@
Packit Service af52df
python3 = @python3@
Packit Service af52df
pythondir = @pythondir@
Packit Service af52df
sbindir = @sbindir@
Packit Service af52df
sharedstatedir = @sharedstatedir@
Packit Service af52df
srcdir = @srcdir@
Packit Service af52df
sysconfdir = @sysconfdir@
Packit Service af52df
target_alias = @target_alias@
Packit Service af52df
top_build_prefix = @top_build_prefix@
Packit Service af52df
top_builddir = @top_builddir@
Packit Service af52df
top_srcdir = @top_srcdir@
Packit Service af52df
@WITH_PYTHON2_TRUE@pylibdir = $(shell python -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib(1,0,prefix='${exec_prefix}'))")
Packit Service af52df
@WITH_PYTHON2_TRUE@pybytesizedir = $(pylibdir)/bytesize
Packit Service af52df
@WITH_PYTHON2_TRUE@dist_pybytesize_DATA = bytesize.py __init__.py
Packit Service af52df
@WITH_PYTHON3_TRUE@py3libdir = $(shell python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib(1,0,prefix='${exec_prefix}'))")
Packit Service af52df
@WITH_PYTHON3_TRUE@py3bytesizedir = $(py3libdir)/bytesize
Packit Service af52df
@WITH_PYTHON3_TRUE@nodist_py3bytesize_DATA = bytesize.py __init__.py
Packit Service af52df
MAINTAINERCLEANFILES = Makefile.in
Packit Service af52df
all: all-am
Packit Service af52df
Packit Service af52df
.SUFFIXES:
Packit Service af52df
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service af52df
	@for dep in $?; do \
Packit Service af52df
	  case '$(am__configure_deps)' in \
Packit Service af52df
	    *$$dep*) \
Packit Service af52df
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit Service af52df
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit Service af52df
	      exit 1;; \
Packit Service af52df
	  esac; \
Packit Service af52df
	done; \
Packit Service af52df
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/python/Makefile'; \
Packit Service af52df
	$(am__cd) $(top_srcdir) && \
Packit Service af52df
	  $(AUTOMAKE) --foreign src/python/Makefile
Packit Service af52df
.PRECIOUS: Makefile
Packit Service af52df
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service af52df
	@case '$?' in \
Packit Service af52df
	  *config.status*) \
Packit Service af52df
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit Service af52df
	  *) \
Packit Service af52df
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit Service af52df
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit Service af52df
	esac;
Packit Service af52df
Packit Service af52df
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service af52df
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service af52df
Packit Service af52df
$(top_srcdir)/configure:  $(am__configure_deps)
Packit Service af52df
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service af52df
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit Service af52df
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service af52df
$(am__aclocal_m4_deps):
Packit Service af52df
Packit Service af52df
mostlyclean-libtool:
Packit Service af52df
	-rm -f *.lo
Packit Service af52df
Packit Service af52df
clean-libtool:
Packit Service af52df
	-rm -rf .libs _libs
Packit Service af52df
install-dist_pybytesizeDATA: $(dist_pybytesize_DATA)
Packit Service af52df
	@$(NORMAL_INSTALL)
Packit Service af52df
	@list='$(dist_pybytesize_DATA)'; test -n "$(pybytesizedir)" || list=; \
Packit Service af52df
	if test -n "$$list"; then \
Packit Service af52df
	  echo " $(MKDIR_P) '$(DESTDIR)$(pybytesizedir)'"; \
Packit Service af52df
	  $(MKDIR_P) "$(DESTDIR)$(pybytesizedir)" || exit 1; \
Packit Service af52df
	fi; \
Packit Service af52df
	for p in $$list; do \
Packit Service af52df
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit Service af52df
	  echo "$$d$$p"; \
Packit Service af52df
	done | $(am__base_list) | \
Packit Service af52df
	while read files; do \
Packit Service af52df
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pybytesizedir)'"; \
Packit Service af52df
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pybytesizedir)" || exit $$?; \
Packit Service af52df
	done
Packit Service af52df
Packit Service af52df
uninstall-dist_pybytesizeDATA:
Packit Service af52df
	@$(NORMAL_UNINSTALL)
Packit Service af52df
	@list='$(dist_pybytesize_DATA)'; test -n "$(pybytesizedir)" || list=; \
Packit Service af52df
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit Service af52df
	dir='$(DESTDIR)$(pybytesizedir)'; $(am__uninstall_files_from_dir)
Packit Service af52df
install-nodist_py3bytesizeDATA: $(nodist_py3bytesize_DATA)
Packit Service af52df
	@$(NORMAL_INSTALL)
Packit Service af52df
	@list='$(nodist_py3bytesize_DATA)'; test -n "$(py3bytesizedir)" || list=; \
Packit Service af52df
	if test -n "$$list"; then \
Packit Service af52df
	  echo " $(MKDIR_P) '$(DESTDIR)$(py3bytesizedir)'"; \
Packit Service af52df
	  $(MKDIR_P) "$(DESTDIR)$(py3bytesizedir)" || exit 1; \
Packit Service af52df
	fi; \
Packit Service af52df
	for p in $$list; do \
Packit Service af52df
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit Service af52df
	  echo "$$d$$p"; \
Packit Service af52df
	done | $(am__base_list) | \
Packit Service af52df
	while read files; do \
Packit Service af52df
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(py3bytesizedir)'"; \
Packit Service af52df
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(py3bytesizedir)" || exit $$?; \
Packit Service af52df
	done
Packit Service af52df
Packit Service af52df
uninstall-nodist_py3bytesizeDATA:
Packit Service af52df
	@$(NORMAL_UNINSTALL)
Packit Service af52df
	@list='$(nodist_py3bytesize_DATA)'; test -n "$(py3bytesizedir)" || list=; \
Packit Service af52df
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit Service af52df
	dir='$(DESTDIR)$(py3bytesizedir)'; $(am__uninstall_files_from_dir)
Packit Service af52df
tags TAGS:
Packit Service af52df
Packit Service af52df
ctags CTAGS:
Packit Service af52df
Packit Service af52df
cscope cscopelist:
Packit Service af52df
Packit Service af52df
Packit Service af52df
distdir: $(DISTFILES)
Packit Service af52df
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service af52df
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service af52df
	list='$(DISTFILES)'; \
Packit Service af52df
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service af52df
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service af52df
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service af52df
	case $$dist_files in \
Packit Service af52df
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service af52df
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service af52df
			   sort -u` ;; \
Packit Service af52df
	esac; \
Packit Service af52df
	for file in $$dist_files; do \
Packit Service af52df
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service af52df
	  if test -d $$d/$$file; then \
Packit Service af52df
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service af52df
	    if test -d "$(distdir)/$$file"; then \
Packit Service af52df
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service af52df
	    fi; \
Packit Service af52df
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service af52df
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service af52df
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service af52df
	    fi; \
Packit Service af52df
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service af52df
	  else \
Packit Service af52df
	    test -f "$(distdir)/$$file" \
Packit Service af52df
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service af52df
	    || exit 1; \
Packit Service af52df
	  fi; \
Packit Service af52df
	done
Packit Service af52df
check-am: all-am
Packit Service af52df
check: check-am
Packit Service af52df
all-am: Makefile $(DATA)
Packit Service af52df
installdirs:
Packit Service af52df
	for dir in "$(DESTDIR)$(pybytesizedir)" "$(DESTDIR)$(py3bytesizedir)"; do \
Packit Service af52df
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit Service af52df
	done
Packit Service af52df
install: install-am
Packit Service af52df
install-exec: install-exec-am
Packit Service af52df
install-data: install-data-am
Packit Service af52df
uninstall: uninstall-am
Packit Service af52df
Packit Service af52df
install-am: all-am
Packit Service af52df
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service af52df
Packit Service af52df
installcheck: installcheck-am
Packit Service af52df
install-strip:
Packit Service af52df
	if test -z '$(STRIP)'; then \
Packit Service af52df
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service af52df
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service af52df
	      install; \
Packit Service af52df
	else \
Packit Service af52df
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service af52df
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service af52df
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service af52df
	fi
Packit Service af52df
mostlyclean-generic:
Packit Service af52df
Packit Service af52df
clean-generic:
Packit Service af52df
Packit Service af52df
distclean-generic:
Packit Service af52df
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service af52df
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service af52df
Packit Service af52df
maintainer-clean-generic:
Packit Service af52df
	@echo "This command is intended for maintainers to use"
Packit Service af52df
	@echo "it deletes files that may require special tools to rebuild."
Packit Service af52df
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit Service af52df
clean: clean-am
Packit Service af52df
Packit Service af52df
clean-am: clean-generic clean-libtool mostlyclean-am
Packit Service af52df
Packit Service af52df
distclean: distclean-am
Packit Service af52df
	-rm -f Makefile
Packit Service af52df
distclean-am: clean-am distclean-generic
Packit Service af52df
Packit Service af52df
dvi: dvi-am
Packit Service af52df
Packit Service af52df
dvi-am:
Packit Service af52df
Packit Service af52df
html: html-am
Packit Service af52df
Packit Service af52df
html-am:
Packit Service af52df
Packit Service af52df
info: info-am
Packit Service af52df
Packit Service af52df
info-am:
Packit Service af52df
Packit Service af52df
install-data-am: install-dist_pybytesizeDATA \
Packit Service af52df
	install-nodist_py3bytesizeDATA
Packit Service af52df
Packit Service af52df
install-dvi: install-dvi-am
Packit Service af52df
Packit Service af52df
install-dvi-am:
Packit Service af52df
Packit Service af52df
install-exec-am:
Packit Service af52df
Packit Service af52df
install-html: install-html-am
Packit Service af52df
Packit Service af52df
install-html-am:
Packit Service af52df
Packit Service af52df
install-info: install-info-am
Packit Service af52df
Packit Service af52df
install-info-am:
Packit Service af52df
Packit Service af52df
install-man:
Packit Service af52df
Packit Service af52df
install-pdf: install-pdf-am
Packit Service af52df
Packit Service af52df
install-pdf-am:
Packit Service af52df
Packit Service af52df
install-ps: install-ps-am
Packit Service af52df
Packit Service af52df
install-ps-am:
Packit Service af52df
Packit Service af52df
installcheck-am:
Packit Service af52df
Packit Service af52df
maintainer-clean: maintainer-clean-am
Packit Service af52df
	-rm -f Makefile
Packit Service af52df
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service af52df
Packit Service af52df
mostlyclean: mostlyclean-am
Packit Service af52df
Packit Service af52df
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit Service af52df
Packit Service af52df
pdf: pdf-am
Packit Service af52df
Packit Service af52df
pdf-am:
Packit Service af52df
Packit Service af52df
ps: ps-am
Packit Service af52df
Packit Service af52df
ps-am:
Packit Service af52df
Packit Service af52df
uninstall-am: uninstall-dist_pybytesizeDATA \
Packit Service af52df
	uninstall-nodist_py3bytesizeDATA
Packit Service af52df
Packit Service af52df
.MAKE: install-am install-strip
Packit Service af52df
Packit Service af52df
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
Packit Service af52df
	cscopelist-am ctags-am distclean distclean-generic \
Packit Service af52df
	distclean-libtool distdir dvi dvi-am html html-am info info-am \
Packit Service af52df
	install install-am install-data install-data-am \
Packit Service af52df
	install-dist_pybytesizeDATA install-dvi install-dvi-am \
Packit Service af52df
	install-exec install-exec-am install-html install-html-am \
Packit Service af52df
	install-info install-info-am install-man \
Packit Service af52df
	install-nodist_py3bytesizeDATA install-pdf install-pdf-am \
Packit Service af52df
	install-ps install-ps-am install-strip installcheck \
Packit Service af52df
	installcheck-am installdirs maintainer-clean \
Packit Service af52df
	maintainer-clean-generic mostlyclean mostlyclean-generic \
Packit Service af52df
	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
Packit Service af52df
	uninstall-am uninstall-dist_pybytesizeDATA \
Packit Service af52df
	uninstall-nodist_py3bytesizeDATA
Packit Service af52df
Packit Service af52df
Packit Service af52df
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service af52df
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service af52df
.NOEXPORT: