# Makefile.in generated by automake 1.16.5 from Makefile.am.
# perl/examples/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994-2021 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



# libguestfs Perl examples
# Copyright (C) 2011 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

# libguestfs
# Copyright (C) 2009-2025 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

# subdir-rules.mk should be included in every *subdirectory* Makefile.am.

# libguestfs
# Copyright (C) 2013 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

# 'common-rules.mk' should be included in every Makefile.am.
# cf. 'subdir-rules.mk'


am__is_gnu_make = { \
  if test -z '$(MAKELEVEL)'; then \
    false; \
  elif test -n '$(MAKE_HOST)'; then \
    true; \
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    true; \
  else \
    false; \
  fi; \
}
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/libguestfs
pkgincludedir = $(includedir)/libguestfs
pkglibdir = $(libdir)/libguestfs
pkglibexecdir = $(libexecdir)/libguestfs
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = i586-alt-linux-gnu
host_triplet = i586-alt-linux-gnu
subdir = perl/examples
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ocaml.m4 \
	$(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/m4/guestfs-progs.m4 \
	$(top_srcdir)/m4/guestfs-c.m4 \
	$(top_srcdir)/m4/guestfs-libraries.m4 \
	$(top_srcdir)/m4/guestfs-fuse.m4 \
	$(top_srcdir)/m4/guestfs-daemon.m4 \
	$(top_srcdir)/m4/guestfs-appliance.m4 \
	$(top_srcdir)/m4/guestfs-qemu.m4 \
	$(top_srcdir)/m4/guestfs-misc-libraries.m4 \
	$(top_srcdir)/m4/guestfs-ocaml.m4 \
	$(top_srcdir)/m4/guestfs-perl.m4 \
	$(top_srcdir)/m4/guestfs-python.m4 \
	$(top_srcdir)/m4/guestfs-ruby.m4 \
	$(top_srcdir)/m4/guestfs-java.m4 \
	$(top_srcdir)/m4/guestfs-haskell.m4 \
	$(top_srcdir)/m4/guestfs-php.m4 \
	$(top_srcdir)/m4/guestfs-erlang.m4 \
	$(top_srcdir)/m4/guestfs-lua.m4 \
	$(top_srcdir)/m4/guestfs-golang.m4 \
	$(top_srcdir)/m4/guestfs-gobject.m4 \
	$(top_srcdir)/m4/guestfs-rust.m4 \
	$(top_srcdir)/m4/guestfs-bash-completion.m4 \
	$(top_srcdir)/m4/guestfs-misc.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 = 
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
  test -z "$$files" \
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
         $(am__cd) "$$dir" && rm -f $$files; }; \
  }
man3dir = $(mandir)/man3
am__installdirs = "$(DESTDIR)$(man3dir)"
NROFF = nroff
MANS = $(man_MANS)
DATA = $(noinst_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/common-rules.mk \
	$(top_srcdir)/subdir-rules.mk README
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} '/usr/src/RPM/BUILD/libguestfs-1.58.1/build-aux/missing' aclocal-1.16
ACL_LIBS = -lacl
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AR = ar
AUGEAS_CFLAGS = -I/usr/include/libxml2
AUGEAS_LIBS = -laugeas
AUTOCONF = ${SHELL} '/usr/src/RPM/BUILD/libguestfs-1.58.1/build-aux/missing' autoconf
AUTOHEADER = ${SHELL} '/usr/src/RPM/BUILD/libguestfs-1.58.1/build-aux/missing' autoheader
AUTOMAKE = ${SHELL} '/usr/src/RPM/BUILD/libguestfs-1.58.1/build-aux/missing' automake-1.16
AWK = gawk
BASH_COMPLETIONS_DIR = /usr/share/bash-completion/completions
BASH_COMPLETION_CFLAGS = 
BASH_COMPLETION_LIBS = 
BMPTOPNM = /usr/bin/bmptopnm
BRANCH_NUMBER = 1.58
BRANCH_TYPE = stable
CAMLRUN = camlrun
CAMLSTR = camlstrbyt
CAMLUNIX = unixbyt
CAP_LIBS = -lcap
CARGO = no
CC = i586-alt-linux-gcc
CCDEPMODE = depmode=none
CFLAGS = -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic -fno-strict-overflow -Wno-strict-overflow
CPIO = cpio
CPP = i586-alt-linux-gcc -E
CPPFLAGS = 
CSCOPE = cscope
CTAGS = ctags
CXX = i586-alt-linux-g++
CXXCPP = i586-alt-linux-g++ -E
CXXDEPMODE = depmode=none
CXXFLAGS = -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic
CYGPATH_W = echo
DAEMON_SUPERMIN_DIR = /usr/sbin
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DISTRO = 
DLLTOOL = false
DSYMUTIL = 
DUMPBIN = 
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /usr/bin/grep -E
ENABLE_APPLIANCE = no
ERL = 
ERLANG_LIB_DIR = 
ERLANG_LIB_DIR_erl_interface = 
ERLANG_LIB_VER_erl_interface = 
ERLC = 
ERLCFLAGS = 
ETAGS = etags
EXEEXT = 
EXTRA_JAVAC_FLAGS = 
EXTRA_PACKAGES = 
FGREP = /usr/bin/grep -F
FILECMD = file
FUSER = /usr/bin/fuser
FUSE_CFLAGS = -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse
FUSE_LIBS = -lfuse -pthread
GCC_VISIBILITY_HIDDEN = -fvisibility=hidden
GHC = no
GIO_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GIO_LIBS = -lgio-2.0 -lgobject-2.0 -lglib-2.0
GJS = gjs
GOBJECT_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GOBJECT_LIBS = -lgobject-2.0 -lglib-2.0
GOLANG = no
GPERF = gperf
GREP = /usr/bin/grep
GUESTFS_DEFAULT_PATH = /usr/lib/guestfs
HIVEX_CFLAGS = 
HIVEX_LIBS = -lhivex
HIVEX_OPEN_UNSAFE_FLAG = Some Hivex.OPEN_UNSAFE
INCLUDE_DIRECTORY = -I$(top_srcdir)/include
INSTALL = /usr/bin/ginstall -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_OCAMLLIB = /usr/lib/ocaml
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
INTROSPECTION_CFLAGS = -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
INTROSPECTION_COMPILER = /usr/bin/g-ir-compiler
INTROSPECTION_GENERATE = /usr/bin/g-ir-generate
INTROSPECTION_GIRDIR = /usr/share/gir-1.0
INTROSPECTION_LIBS = -lgirepository-1.0 -lgobject-2.0 -lglib-2.0
INTROSPECTION_MAKEFILE = /usr/share/gobject-introspection-1.0/Makefile.introspection
INTROSPECTION_SCANNER = /usr/bin/g-ir-scanner
INTROSPECTION_TYPELIBDIR = /usr/lib/girepository-1.0
JAR = /usr/lib/jvm/java/bin/jar
JAR_INSTALL_DIR = ${prefix}/share/java
JAVA = /usr/lib/jvm/java
JAVAC = /usr/lib/jvm/java/bin/javac
JAVADOC = /usr/lib/jvm/java/bin/javadoc
JAVAH = 
JAVA_EXE = /usr/lib/jvm/java/bin/java
JNI_CFLAGS = -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux
JNI_INSTALL_DIR = ${libdir}
JNI_VERSION_INFO = 59:1:58
JSON_C_CFLAGS = -I/usr/include/json-c
JSON_C_LIBS = -ljson-c
LD = /usr/bin/ld
LDFLAGS = 
LIBCONFIG_CFLAGS = 
LIBCONFIG_LIBS = -lconfig
LIBCRYPT_CFLAGS = 
LIBCRYPT_LIBS = -lcrypt
LIBINTL = 
LIBOBJS = 
LIBREADLINE = -lreadline -lncurses
LIBRPM_CFLAGS = 
LIBRPM_LIBS = -lrpm -lrpmio
LIBS = 
LIBTINFO_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
LIBTINFO_LIBS = -ltinfo
LIBTOOL = bash $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool
LIBVIRT_CFLAGS = 
LIBVIRT_LIBS = -lvirt
LIBXML2_CFLAGS = -I/usr/include/libxml2
LIBXML2_LIBS = -lxml2
LIBZSTD_CFLAGS = 
LIBZSTD_LIBS = -lzstd
LIPO = 
LN_S = ln -s
LTLIBINTL = 
LTLIBOBJS = 
LT_SYS_LIBRARY_PATH = 
LUA = 
LUA_CFLAGS = 
LUA_LIBS = 
LUA_VERSION = 
MAKEINFO = ${SHELL} '/usr/src/RPM/BUILD/libguestfs-1.58.1/build-aux/missing' makeinfo
MANIFEST_TOOL = :
MAX_PROC_NR = 521
MKDIR_P = /usr/bin/mkdir -p
MKISOFS = /usr/bin/xorrisofs
MSGCAT = msgcat
MSGFMT = msgfmt
MSGMERGE = msgmerge
NCURSES_CONFIG = 
NM = /usr/bin/nm -B
NMEDIT = 
OBJDUMP = objdump
OBJEXT = o
OCAMLBEST = byte
OCAMLBUILD = ocamlbuild
OCAMLC = ocamlc
OCAMLCDOTOPT = no
OCAMLDEP = ocamldep
OCAMLDOC = ocamldoc
OCAMLFIND = ocamlfind
OCAMLLIB = /usr/lib/ocaml
OCAMLMKLIB = ocamlmklib
OCAMLMKTOP = ocamlmktop
OCAMLOPT = no
OCAMLOPTDOTOPT = 
OCAMLVERSION = 5.4.1
OCAML_FLAGS = -g -annot 
OCAML_PKG_augeas = augeas
OCAML_PKG_hivex = hivex
OCAML_RUNTIME_VARIANT_PIC_OPTION = 
OCAML_WARN_ERROR = -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3-6 -w -6
OTOOL = 
OTOOL64 = 
PACKAGE = libguestfs
PACKAGE_BUGREPORT = 
PACKAGE_NAME = libguestfs
PACKAGE_STRING = libguestfs 1.58.1
PACKAGE_TARNAME = libguestfs
PACKAGE_URL = 
PACKAGE_VERSION = 1.58.1
PACKAGE_VERSION_FULL = 1.58.1ALTLinux,release=1.58.1-alt1,libvirt
PAMCUT = /usr/bin/pamcut
PATH_SEPARATOR = :
PBMTEXT = /usr/bin/pbmtext
PCRE2_CFLAGS = 
PCRE2_CONFIG = 
PCRE2_LIBS = -lpcre2-8
PERL = perl
PHP = no
PHPIZE = 
PKG_CONFIG = /usr/bin/pkg-config
PKG_CONFIG_LIBDIR = 
PKG_CONFIG_PATH = 
PNMTOPNG = /usr/bin/pnmtopng
PO4A_GETTEXTIZE = no
PO4A_TRANSLATE = no
PO4A_UPDATEPO = no
PODWRAPPER = $(guestfs_am_v_podwrapper)perl /usr/src/RPM/BUILD/libguestfs-1.58.1/podwrapper.pl
PYCODESTYLE = no
PYTHON = /usr/bin/python3
PYTHON_CFLAGS = -I/usr/include/python3.13
PYTHON_EXT_SUFFIX = .cpython-313.so
PYTHON_INSTALLDIR = /usr/lib/python3/site-packages
PYTHON_LIBS = 
PYTHON_PREFIX = /usr
PYTHON_VERSION = 3.13
QEMU = /usr/bin/qemu-kvm
RAKE = 
RANLIB = ranlib
REALPATH = realpath
RELEASE_DATE = 2026-01-19
RPCGEN = rpcgen
RPC_CFLAGS = -I/usr/include/tirpc
RPC_LIBS = -ltirpc
RUBY = 
RUSTC = no
SD_JOURNAL_CFLAGS = 
SD_JOURNAL_LIBS = -lsystemd
SED = /usr/bin/sed
SELINUX_LIBS = -lselinux
SET_MAKE = 
SHELL = /bin/sh
SQLITE3 = no
STRIP = strip
SUPERMIN = no
SUPERMIN_EXTRA_OPTIONS = no
SUPERMIN_PACKAGER_CONFIG = no
SYSCONFDIR = /etc
TOOL_TRUE = /usr/bin/true
TSK_LIBS = -ltsk
VALGRIND = no
VAPIGEN = /usr/bin/vapigen-0.56
VAPIGEN_MAKEFILE = /usr/share/vala/Makefile.vapigen
VAPIGEN_VAPIDIR = /usr/share/vala/vapi
VERSION = 1.58.1
VERSION_SCRIPT_FLAGS = -Wl,--version-script=
WARN_CFLAGS = -Wall
WERROR_CFLAGS = 
WRESTOOL = no
XGETTEXT = xgettext
XMLLINT = xmllint
XZCAT = /usr/bin/xzcat
YARA_CFLAGS = 
YARA_LIBS = -lyara
ZSTDCAT = /usr/bin/zstdcat
abs_builddir = /usr/src/RPM/BUILD/libguestfs-1.58.1/perl/examples
abs_srcdir = /usr/src/RPM/BUILD/libguestfs-1.58.1/perl/examples
abs_top_builddir = /usr/src/RPM/BUILD/libguestfs-1.58.1
abs_top_srcdir = /usr/src/RPM/BUILD/libguestfs-1.58.1
ac_ct_AR = ar
ac_ct_CC = 
ac_ct_CXX = 
ac_ct_DUMPBIN = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = tar --format=posix -chf - "$$tardir"
am__untar = tar -xf -
bindir = /usr/bin
build = i586-alt-linux-gnu
build_alias = i586-alt-linux
build_cpu = i586
build_os = linux-gnu
build_vendor = alt
builddir = .
datadir = /usr/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = /usr
host = i586-alt-linux-gnu
host_alias = i586-alt-linux
host_cpu = i586
host_os = linux-gnu
host_vendor = alt
htmldir = ${docdir}
includedir = /usr/include
infodir = /usr/share/info
install_sh = ${SHELL} /usr/src/RPM/BUILD/libguestfs-1.58.1/build-aux/install-sh
libdir = /usr/lib
libexecdir = /usr/lib
libvirt_ro_uri = qemu+unix:///system?socket=/var/run/libvirt/libvirt-sock-ro
localedir = ${datarootdir}/locale
localstatedir = /var/lib
mandir = /usr/share/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s,x,x,
psdir = ${docdir}
runstatedir = /var/run
sbindir = /usr/sbin
sharedstatedir = /var/lib
srcdir = .
sysconfdir = /etc
target_alias = 
top_build_prefix = ../../
top_builddir = ../..
top_srcdir = ../..

# Files that should universally be removed by 'make clean'.  Note if
# there is any case in any subdirectory where a file should not be
# removed by 'make clean', it should not be listed here!

# Editor backup files

# Patch original and reject files.

# OCaml intermediate and generated files.

# OCaml -annot files (used for displaying types in some IDEs).

# Manual pages - these are all generated from *.pod, so the
# pages themselves should all be removed by 'make clean'.

# Stamp files used when generating man pages.

# Bindtests temporary files used in many language bindings.
CLEANFILES = *~ *.bak *.orig *.rej *.cmi *.cmo *.cma *.cmx *.cmxa \
	dll*.so *.a *.annot *.1 *.3 *.5 *.8 stamp-*.pod bindtests.tmp

# Files that should be universally removed by 'make distclean'.
DISTCLEANFILES = .depend stamp-*

# Special suffixes used by OCaml.

# Special suffixes used by PO files.
SUFFIXES = .cmo .cmi .cmx .ml .mli .mll .mly .po .gmo
LOG_DRIVER = env $(SHELL) $(top_srcdir)/build-aux/guestfs-test-driver

# Rules for building OCaml objects.
# See also:
# guestfs-hacking(1) section "HOW OCAML PROGRAMS ARE COMPILED AND LINKED"
MLARCHIVE = cma
#MLARCHIVE = cmxa
LINK_CUSTOM_OCAMLC_ONLY = -custom
BEST = c
#BEST = opt

# custom silent rules
guestfs_am_v_ocamlc = $(guestfs_am_v_ocamlc_$(V))
guestfs_am_v_ocamlc_ = $(guestfs_am_v_ocamlc_$(AM_DEFAULT_VERBOSITY))
guestfs_am_v_ocamlc_0 = @echo "  OCAMLC  " $@;
guestfs_am_v_ocamlcmi = $(guestfs_am_v_ocamlcmi_$(V))
guestfs_am_v_ocamlcmi_ = $(guestfs_am_v_ocamlcmi_$(AM_DEFAULT_VERBOSITY))
guestfs_am_v_ocamlcmi_0 = @echo "  OCAMLCMI" $@;
guestfs_am_v_ocamlopt = $(guestfs_am_v_ocamlopt_$(V))
guestfs_am_v_ocamlopt_ = $(guestfs_am_v_ocamlopt_$(AM_DEFAULT_VERBOSITY))
guestfs_am_v_ocamlopt_0 = @echo "  OCAMLOPT" $@;
guestfs_am_v_javac = $(guestfs_am_v_javac_$(V))
guestfs_am_v_javac_ = $(guestfs_am_v_javac_$(AM_DEFAULT_VERBOSITY))
guestfs_am_v_javac_0 = @echo "  JAVAC   " $@;
guestfs_am_v_erlc = $(guestfs_am_v_erlc_$(V))
guestfs_am_v_erlc_ = $(guestfs_am_v_erlc_$(AM_DEFAULT_VERBOSITY))
guestfs_am_v_erlc_0 = @echo "  ERLC    " $@;
guestfs_am_v_podwrapper = $(guestfs_am_v_podwrapper_$(V))
guestfs_am_v_podwrapper_ = $(guestfs_am_v_podwrapper_$(AM_DEFAULT_VERBOSITY))
guestfs_am_v_podwrapper_0 = @echo "  POD     " $@;
guestfs_am_v_jar = $(guestfs_am_v_jar_$(V))
guestfs_am_v_jar_ = $(guestfs_am_v_jar_$(AM_DEFAULT_VERBOSITY))
guestfs_am_v_jar_0 = @echo "  JAR     " $@;
guestfs_am_v_po4a_translate = $(guestfs_am_v_po4a_translate_$(V))
guestfs_am_v_po4a_translate_ = $(guestfs_am_v_po4a_translate_$(AM_DEFAULT_VERBOSITY))
guestfs_am_v_po4a_translate_0 = @echo "  PO4A-T  " $@;
EXTRA_DIST = \
	LICENSE \
	create_disk.pl \
	inspect_vm.pl \
	guestfs-perl.pod

man_MANS = guestfs-perl.3
noinst_DATA = $(top_builddir)/website/guestfs-perl.3.html
all: all-am

.SUFFIXES:
.SUFFIXES: .cmo .cmi .cmx .ml .mli .mll .mly .po .gmo
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/subdir-rules.mk $(top_srcdir)/common-rules.mk $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign perl/examples/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign perl/examples/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
	esac;
$(top_srcdir)/subdir-rules.mk $(top_srcdir)/common-rules.mk $(am__empty):

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs
install-man3: $(man_MANS)
	@$(NORMAL_INSTALL)
	@list1=''; \
	list2='$(man_MANS)'; \
	test -n "$(man3dir)" \
	  && test -n "`echo $$list1$$list2`" \
	  || exit 0; \
	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
	{ for i in $$list1; do echo "$$i"; done;  \
	if test -n "$$list2"; then \
	  for i in $$list2; do echo "$$i"; done \
	    | sed -n '/\.3[a-z]*$$/p'; \
	fi; \
	} | while read p; do \
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; echo "$$p"; \
	done | \
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
	sed 'N;N;s,\n, ,g' | { \
	list=; while read file base inst; do \
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
	  fi; \
	done; \
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
	while read files; do \
	  test -z "$$files" || { \
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
	done; }

uninstall-man3:
	@$(NORMAL_UNINSTALL)
	@list=''; test -n "$(man3dir)" || exit 0; \
	files=`{ for i in $$list; do echo "$$i"; done; \
	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
	  sed -n '/\.3[a-z]*$$/p'; \
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
tags TAGS:

ctags CTAGS:

cscope cscopelist:

distdir: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) distdir-am

distdir-am: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(MANS) $(DATA)
installdirs:
	for dir in "$(DESTDIR)$(man3dir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-am

clean-am: clean-generic clean-libtool mostlyclean-am

distclean: distclean-am
	-rm -f Makefile
distclean-am: clean-am distclean-generic

dvi: dvi-am

dvi-am:

html: html-am

html-am:

info: info-am

info-am:

install-data-am: install-man

install-dvi: install-dvi-am

install-dvi-am:

install-exec-am:

install-html: install-html-am

install-html-am:

install-info: install-info-am

install-info-am:

install-man: install-man3

install-pdf: install-pdf-am

install-pdf-am:

install-ps: install-ps-am

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-generic mostlyclean-libtool

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-man

uninstall-man: uninstall-man3

.MAKE: install-am install-strip

.PHONY: all all-am check check-am clean clean-generic clean-libtool \
	cscopelist-am ctags-am distclean distclean-generic \
	distclean-libtool distdir dvi dvi-am html html-am info info-am \
	install install-am install-data install-data-am install-dvi \
	install-dvi-am install-exec install-exec-am install-html \
	install-html-am install-info install-info-am install-man \
	install-man3 install-pdf install-pdf-am install-ps \
	install-ps-am install-strip installcheck installcheck-am \
	installdirs maintainer-clean maintainer-clean-generic \
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
	ps ps-am tags-am uninstall uninstall-am uninstall-man \
	uninstall-man3

.PRECIOUS: Makefile


-include $(top_builddir)/localenv

# Individual Makefile.am's should define generator_built if that
# subdirectory contains any files which are built by the generator.
# Set generator_built to the list of those files.

$(generator_built): $(top_builddir)/generator/stamp-generator

$(top_builddir)/generator/stamp-generator: $(top_builddir)/generator/generator
	@if test -f $(top_builddir)/generator/Makefile; then \
	  $(MAKE) -C $(top_builddir)/generator stamp-generator; \
	else \
	  echo "warning: Run 'make' at the top level to build $(generator_built)"; \
	fi

# If this file doesn't exist, just print a warning and continue.
# During 'make distclean' we can end up deleting this file.
$(top_builddir)/generator/generator:
	@if test -f $(top_builddir)/generator/Makefile; then \
	  $(MAKE) -C $(top_builddir)/generator generator; \
	else \
	  echo "warning: Run 'make' at the top level to build $@"; \
	fi

%.cmi: %.mli
	$(guestfs_am_v_ocamlcmi)$(OCAMLFIND) ocamlc $(OCAMLFLAGS) $(OCAMLPACKAGES) -c $< -o $@
%.cmo: %.ml
	$(guestfs_am_v_ocamlc)$(OCAMLFIND) ocamlc $(OCAMLFLAGS) $(OCAMLPACKAGES) -c $< -o $@
#%.cmx: %.ml
#	$(guestfs_am_v_ocamlopt)$(OCAMLFIND) ocamlopt $(OCAMLFLAGS) $(OCAMLPACKAGES) -c $< -o $@

guestfs-perl.3 $(top_builddir)/website/guestfs-perl.3.html: stamp-guestfs-perl.pod

stamp-guestfs-perl.pod: guestfs-perl.pod create_disk.pl inspect_vm.pl
	$(PODWRAPPER) \
	  --section 3 \
	  --man guestfs-perl.3 \
	  --html $(top_builddir)/website/guestfs-perl.3.html \
	  --verbatim $(srcdir)/create_disk.pl:@EXAMPLE1@ \
	  --verbatim $(srcdir)/inspect_vm.pl:@EXAMPLE2@ \
	  --license examples \
	  $<
	touch $@

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
