Blame Makefile.in

Packit ae235b
# Makefile.in generated by automake 1.15.1 from Makefile.am.
Packit ae235b
# @configure_input@
Packit ae235b
Packit ae235b
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
Packit ae235b
Packit ae235b
# This Makefile.in is free software; the Free Software Foundation
Packit ae235b
# gives unlimited permission to copy and/or distribute it,
Packit ae235b
# with or without modifications, as long as this notice is preserved.
Packit ae235b
Packit ae235b
# This program is distributed in the hope that it will be useful,
Packit ae235b
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit ae235b
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit ae235b
# PARTICULAR PURPOSE.
Packit ae235b
Packit ae235b
@SET_MAKE@
Packit ae235b
Packit ae235b
# GLIB - Library of useful C routines
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
VPATH = @srcdir@
Packit ae235b
am__is_gnu_make = { \
Packit ae235b
  if test -z '$(MAKELEVEL)'; then \
Packit ae235b
    false; \
Packit ae235b
  elif test -n '$(MAKE_HOST)'; then \
Packit ae235b
    true; \
Packit ae235b
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit ae235b
    true; \
Packit ae235b
  else \
Packit ae235b
    false; \
Packit ae235b
  fi; \
Packit ae235b
}
Packit ae235b
am__make_running_with_option = \
Packit ae235b
  case $${target_option-} in \
Packit ae235b
      ?) ;; \
Packit ae235b
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit ae235b
              "target option '$${target_option-}' specified" >&2; \
Packit ae235b
         exit 1;; \
Packit ae235b
  esac; \
Packit ae235b
  has_opt=no; \
Packit ae235b
  sane_makeflags=$$MAKEFLAGS; \
Packit ae235b
  if $(am__is_gnu_make); then \
Packit ae235b
    sane_makeflags=$$MFLAGS; \
Packit ae235b
  else \
Packit ae235b
    case $$MAKEFLAGS in \
Packit ae235b
      *\\[\ \	]*) \
Packit ae235b
        bs=\\; \
Packit ae235b
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit ae235b
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit ae235b
    esac; \
Packit ae235b
  fi; \
Packit ae235b
  skip_next=no; \
Packit ae235b
  strip_trailopt () \
Packit ae235b
  { \
Packit ae235b
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit ae235b
  }; \
Packit ae235b
  for flg in $$sane_makeflags; do \
Packit ae235b
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit ae235b
    case $$flg in \
Packit ae235b
      *=*|--*) continue;; \
Packit ae235b
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit ae235b
      -*I?*) strip_trailopt 'I';; \
Packit ae235b
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit ae235b
      -*O?*) strip_trailopt 'O';; \
Packit ae235b
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit ae235b
      -*l?*) strip_trailopt 'l';; \
Packit ae235b
      -[dEDm]) skip_next=yes;; \
Packit ae235b
      -[JT]) skip_next=yes;; \
Packit ae235b
    esac; \
Packit ae235b
    case $$flg in \
Packit ae235b
      *$$target_option*) has_opt=yes; break;; \
Packit ae235b
    esac; \
Packit ae235b
  done; \
Packit ae235b
  test $$has_opt = yes
Packit ae235b
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit ae235b
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit ae235b
pkgdatadir = $(datadir)/@PACKAGE@
Packit ae235b
pkgincludedir = $(includedir)/@PACKAGE@
Packit ae235b
pkglibdir = $(libdir)/@PACKAGE@
Packit ae235b
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit ae235b
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit ae235b
install_sh_DATA = $(install_sh) -c -m 644
Packit ae235b
install_sh_PROGRAM = $(install_sh) -c
Packit ae235b
install_sh_SCRIPT = $(install_sh) -c
Packit ae235b
INSTALL_HEADER = $(INSTALL_DATA)
Packit ae235b
transform = $(program_transform_name)
Packit ae235b
NORMAL_INSTALL = :
Packit ae235b
PRE_INSTALL = :
Packit ae235b
POST_INSTALL = :
Packit ae235b
NORMAL_UNINSTALL = :
Packit ae235b
PRE_UNINSTALL = :
Packit ae235b
POST_UNINSTALL = :
Packit ae235b
build_triplet = @build@
Packit ae235b
host_triplet = @host@
Packit ae235b
installed_test_PROGRAMS = $(am__EXEEXT_1)
Packit ae235b
noinst_PROGRAMS = $(am__EXEEXT_3)
Packit ae235b
check_PROGRAMS = $(am__EXEEXT_2)
Packit ae235b
TESTS = $(am__EXEEXT_1) $(am__append_15)
Packit ae235b
@OS_WIN32_TRUE@am__append_1 = $(test_programs) $(test_scripts) $(uninstalled_test_programs) $(uninstalled_test_scripts) \
Packit ae235b
@OS_WIN32_TRUE@         $(dist_test_scripts) $(dist_uninstalled_test_scripts)
Packit ae235b
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_2 = $(all_test_ltlibs)
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_3 = $(all_test_programs)
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_4 = $(all_test_scripts)
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_5 = $(all_test_data)
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_6 = $(all_test_ltlibs)
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_7 = $(all_test_programs)
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_8 = $(all_test_scripts)
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_9 = $(all_test_data)
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@am__append_10 = $(test_programs) $(installed_test_programs) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@                          $(test_extra_programs) $(installed_test_extra_programs)
Packit ae235b
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@am__append_11 = $(test_scripts) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(installed_test_scripts) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(test_extra_scripts) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(test_installed_extra_scripts) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(dist_test_scripts) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(dist_test_extra_scripts) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(dist_installed_test_scripts) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(dist_installed_test_extra_scripts)
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@am__append_12 = $(test_data) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(installed_test_data) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(dist_test_data) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(dist_installed_test_data)
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@am__append_13 = $(test_ltlibraries) $(installed_test_ltlibraries)
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@am__append_14 = $(installed_test_meta_DATA)
Packit ae235b
@OS_LINUX_TRUE@am__append_15 = check-abis.sh
Packit ae235b
@OS_UNIX_TRUE@am__append_16 = gio-unix-2.0.pc
Packit ae235b
@OS_WIN32_TRUE@am__append_17 = gio-windows-2.0.pc
Packit ae235b
subdir = .
Packit ae235b
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit ae235b
am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
Packit ae235b
	$(top_srcdir)/m4macros/glibtests.m4 \
Packit ae235b
	$(top_srcdir)/m4macros/gtk-doc.m4 \
Packit ae235b
	$(top_srcdir)/m4macros/libtool.m4 \
Packit ae235b
	$(top_srcdir)/m4macros/ltoptions.m4 \
Packit ae235b
	$(top_srcdir)/m4macros/ltsugar.m4 \
Packit ae235b
	$(top_srcdir)/m4macros/ltversion.m4 \
Packit ae235b
	$(top_srcdir)/m4macros/lt~obsolete.m4 \
Packit ae235b
	$(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
Packit ae235b
	$(top_srcdir)/glib/libcharset/codeset.m4 \
Packit ae235b
	$(top_srcdir)/glib/libcharset/glibc21.m4 \
Packit ae235b
	$(top_srcdir)/m4macros/glib-gettext.m4 \
Packit ae235b
	$(top_srcdir)/configure.ac
Packit ae235b
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit ae235b
	$(ACLOCAL_M4)
Packit ae235b
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit ae235b
	$(am__configure_deps) $(dist_valgrind_DATA) $(am__DIST_COMMON)
Packit ae235b
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit ae235b
 configure.lineno config.status.lineno
Packit ae235b
mkinstalldirs = $(install_sh) -d
Packit ae235b
CONFIG_HEADER = config.h
Packit ae235b
CONFIG_CLEAN_FILES = glib-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc \
Packit ae235b
	gmodule-no-export-2.0.pc gthread-2.0.pc gobject-2.0.pc \
Packit ae235b
	gio-2.0.pc gio-unix-2.0.pc gio-windows-2.0.pc glib-zip \
Packit ae235b
	glib-gettextize INSTALL README config.h.win32
Packit ae235b
CONFIG_CLEAN_VPATH_FILES =
Packit ae235b
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit ae235b
am__vpath_adj = case $$p in \
Packit ae235b
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit ae235b
    *) f=$$p;; \
Packit ae235b
  esac;
Packit ae235b
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit ae235b
am__install_max = 40
Packit ae235b
am__nobase_strip_setup = \
Packit ae235b
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit ae235b
am__nobase_strip = \
Packit ae235b
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit ae235b
am__nobase_list = $(am__nobase_strip_setup); \
Packit ae235b
  for p in $$list; do echo "$$p $$p"; done | \
Packit ae235b
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit ae235b
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit ae235b
    if (++n[$$2] == $(am__install_max)) \
Packit ae235b
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit ae235b
    END { for (dir in files) print dir, files[dir] }'
Packit ae235b
am__base_list = \
Packit ae235b
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit ae235b
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit ae235b
am__uninstall_files_from_dir = { \
Packit ae235b
  test -z "$$files" \
Packit ae235b
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit ae235b
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit ae235b
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit ae235b
  }
Packit ae235b
am__installdirs = "$(DESTDIR)$(installed_testdir)" \
Packit ae235b
	"$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" \
Packit ae235b
	"$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(valgrinddir)" \
Packit ae235b
	"$(DESTDIR)$(installed_test_metadir)" \
Packit ae235b
	"$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pkgconfigdir)"
Packit ae235b
LTLIBRARIES = $(installed_test_LTLIBRARIES) $(noinst_LTLIBRARIES)
Packit ae235b
am__EXEEXT_1 =
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_2 = $(am__EXEEXT_1)
Packit ae235b
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_3 = $(am__EXEEXT_1)
Packit ae235b
PROGRAMS = $(installed_test_PROGRAMS) $(noinst_PROGRAMS)
Packit ae235b
SCRIPTS = $(bin_SCRIPTS) $(installed_test_SCRIPTS) $(noinst_SCRIPTS)
Packit ae235b
AM_V_P = $(am__v_P_@AM_V@)
Packit ae235b
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit ae235b
am__v_P_0 = false
Packit ae235b
am__v_P_1 = :
Packit ae235b
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit ae235b
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit ae235b
am__v_GEN_0 = @echo "  GEN     " $@;
Packit ae235b
am__v_GEN_1 = 
Packit ae235b
AM_V_at = $(am__v_at_@AM_V@)
Packit ae235b
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit ae235b
am__v_at_0 = @
Packit ae235b
am__v_at_1 = 
Packit ae235b
SOURCES =
Packit ae235b
DIST_SOURCES =
Packit ae235b
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit ae235b
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit ae235b
	install-data-recursive install-dvi-recursive \
Packit ae235b
	install-exec-recursive install-html-recursive \
Packit ae235b
	install-info-recursive install-pdf-recursive \
Packit ae235b
	install-ps-recursive install-recursive installcheck-recursive \
Packit ae235b
	installdirs-recursive pdf-recursive ps-recursive \
Packit ae235b
	tags-recursive uninstall-recursive
Packit ae235b
am__can_run_installinfo = \
Packit ae235b
  case $$AM_UPDATE_INFO_DIR in \
Packit ae235b
    n|no|NO) false;; \
Packit ae235b
    *) (install-info --version) >/dev/null 2>&1;; \
Packit ae235b
  esac
Packit ae235b
DATA = $(dist_valgrind_DATA) $(installed_test_meta_DATA) \
Packit ae235b
	$(nobase_installed_test_DATA) $(noinst_DATA) $(pkgconfig_DATA)
Packit ae235b
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit ae235b
  distclean-recursive maintainer-clean-recursive
Packit ae235b
am__recursive_targets = \
Packit ae235b
  $(RECURSIVE_TARGETS) \
Packit ae235b
  $(RECURSIVE_CLEAN_TARGETS) \
Packit ae235b
  $(am__extra_recursive_targets)
Packit ae235b
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit ae235b
	cscope check recheck distdir dist dist-all distcheck
Packit ae235b
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit ae235b
	$(LISP)config.h.in
Packit ae235b
# Read a list of newline-separated strings from the standard input,
Packit ae235b
# and print each of them once, without duplicates.  Input order is
Packit ae235b
# *not* preserved.
Packit ae235b
am__uniquify_input = $(AWK) '\
Packit ae235b
  BEGIN { nonempty = 0; } \
Packit ae235b
  { items[$$0] = 1; nonempty = 1; } \
Packit ae235b
  END { if (nonempty) { for (i in items) print i; }; } \
Packit ae235b
'
Packit ae235b
# Make sure the list of sources is unique.  This is necessary because,
Packit ae235b
# e.g., the same source file might be shared among _SOURCES variables
Packit ae235b
# for different programs/libraries.
Packit ae235b
am__define_uniq_tagged_files = \
Packit ae235b
  list='$(am__tagged_files)'; \
Packit ae235b
  unique=`for i in $$list; do \
Packit ae235b
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit ae235b
  done | $(am__uniquify_input)`
Packit ae235b
ETAGS = etags
Packit ae235b
CTAGS = ctags
Packit ae235b
CSCOPE = cscope
Packit ae235b
am__tty_colors_dummy = \
Packit ae235b
  mgn= red= grn= lgn= blu= brg= std=; \
Packit ae235b
  am__color_tests=no
Packit ae235b
am__tty_colors = { \
Packit ae235b
  $(am__tty_colors_dummy); \
Packit ae235b
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
Packit ae235b
    am__color_tests=no; \
Packit ae235b
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
Packit ae235b
    am__color_tests=yes; \
Packit ae235b
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
Packit ae235b
    am__color_tests=yes; \
Packit ae235b
  fi; \
Packit ae235b
  if test $$am__color_tests = yes; then \
Packit ae235b
    red='?[0;31m'; \
Packit ae235b
    grn='?[0;32m'; \
Packit ae235b
    lgn='?[1;32m'; \
Packit ae235b
    blu='?[1;34m'; \
Packit ae235b
    mgn='?[0;35m'; \
Packit ae235b
    brg='?[1m'; \
Packit ae235b
    std='?[m'; \
Packit ae235b
  fi; \
Packit ae235b
}
Packit ae235b
am__recheck_rx = ^[ 	]*:recheck:[ 	]*
Packit ae235b
am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
Packit ae235b
am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
Packit ae235b
# A command that, given a newline-separated list of test names on the
Packit ae235b
# standard input, print the name of the tests that are to be re-run
Packit ae235b
# upon "make recheck".
Packit ae235b
am__list_recheck_tests = $(AWK) '{ \
Packit ae235b
  recheck = 1; \
Packit ae235b
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
Packit ae235b
    { \
Packit ae235b
      if (rc < 0) \
Packit ae235b
        { \
Packit ae235b
          if ((getline line2 < ($$0 ".log")) < 0) \
Packit ae235b
	    recheck = 0; \
Packit ae235b
          break; \
Packit ae235b
        } \
Packit ae235b
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
Packit ae235b
        { \
Packit ae235b
          recheck = 0; \
Packit ae235b
          break; \
Packit ae235b
        } \
Packit ae235b
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
Packit ae235b
        { \
Packit ae235b
          break; \
Packit ae235b
        } \
Packit ae235b
    }; \
Packit ae235b
  if (recheck) \
Packit ae235b
    print $$0; \
Packit ae235b
  close ($$0 ".trs"); \
Packit ae235b
  close ($$0 ".log"); \
Packit ae235b
}'
Packit ae235b
# A command that, given a newline-separated list of test names on the
Packit ae235b
# standard input, create the global log from their .trs and .log files.
Packit ae235b
am__create_global_log = $(AWK) ' \
Packit ae235b
function fatal(msg) \
Packit ae235b
{ \
Packit ae235b
  print "fatal: making $@: " msg | "cat >&2;; \
Packit ae235b
  exit 1; \
Packit ae235b
} \
Packit ae235b
function rst_section(header) \
Packit ae235b
{ \
Packit ae235b
  print header; \
Packit ae235b
  len = length(header); \
Packit ae235b
  for (i = 1; i <= len; i = i + 1) \
Packit ae235b
    printf "="; \
Packit ae235b
  printf "\n\n"; \
Packit ae235b
} \
Packit ae235b
{ \
Packit ae235b
  copy_in_global_log = 1; \
Packit ae235b
  global_test_result = "RUN"; \
Packit ae235b
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
Packit ae235b
    { \
Packit ae235b
      if (rc < 0) \
Packit ae235b
         fatal("failed to read from " $$0 ".trs"); \
Packit ae235b
      if (line ~ /$(am__global_test_result_rx)/) \
Packit ae235b
        { \
Packit ae235b
          sub("$(am__global_test_result_rx)", "", line); \
Packit ae235b
          sub("[ 	]*$$", "", line); \
Packit ae235b
          global_test_result = line; \
Packit ae235b
        } \
Packit ae235b
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
Packit ae235b
        copy_in_global_log = 0; \
Packit ae235b
    }; \
Packit ae235b
  if (copy_in_global_log) \
Packit ae235b
    { \
Packit ae235b
      rst_section(global_test_result ": " $$0); \
Packit ae235b
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
Packit ae235b
      { \
Packit ae235b
        if (rc < 0) \
Packit ae235b
          fatal("failed to read from " $$0 ".log"); \
Packit ae235b
        print line; \
Packit ae235b
      }; \
Packit ae235b
      printf "\n"; \
Packit ae235b
    }; \
Packit ae235b
  close ($$0 ".trs"); \
Packit ae235b
  close ($$0 ".log"); \
Packit ae235b
}'
Packit ae235b
# Restructured Text title.
Packit ae235b
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
Packit ae235b
# Solaris 10 'make', and several other traditional 'make' implementations,
Packit ae235b
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
Packit ae235b
# by disabling -e (using the XSI extension "set +e") if it's set.
Packit ae235b
am__sh_e_setup = case $$- in *e*) set +e;; esac
Packit ae235b
# Default flags passed to test drivers.
Packit ae235b
am__common_driver_flags = \
Packit ae235b
  --color-tests "$$am__color_tests" \
Packit ae235b
  --enable-hard-errors "$$am__enable_hard_errors" \
Packit ae235b
  --expect-failure "$$am__expect_failure"
Packit ae235b
# To be inserted before the command running the test.  Creates the
Packit ae235b
# directory for the log if needed.  Stores in $dir the directory
Packit ae235b
# containing $f, in $tst the test, in $log the log.  Executes the
Packit ae235b
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
Packit ae235b
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
Packit ae235b
# will run the test scripts (or their associated LOG_COMPILER, if
Packit ae235b
# thy have one).
Packit ae235b
am__check_pre = \
Packit ae235b
$(am__sh_e_setup);					\
Packit ae235b
$(am__vpath_adj_setup) $(am__vpath_adj)			\
Packit ae235b
$(am__tty_colors);					\
Packit ae235b
srcdir=$(srcdir); export srcdir;			\
Packit ae235b
case "$@" in						\
Packit ae235b
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
Packit ae235b
    *) am__odir=.;; 					\
Packit ae235b
esac;							\
Packit ae235b
test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
Packit ae235b
  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
Packit ae235b
if test -f "./$$f"; then dir=./;			\
Packit ae235b
elif test -f "$$f"; then dir=;				\
Packit ae235b
else dir="$(srcdir)/"; fi;				\
Packit ae235b
tst=$$dir$$f; log='$@'; 				\
Packit ae235b
if test -n '$(DISABLE_HARD_ERRORS)'; then		\
Packit ae235b
  am__enable_hard_errors=no; 				\
Packit ae235b
else							\
Packit ae235b
  am__enable_hard_errors=yes; 				\
Packit ae235b
fi; 							\
Packit ae235b
case " $(XFAIL_TESTS) " in				\
Packit ae235b
  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
Packit ae235b
    am__expect_failure=yes;;				\
Packit ae235b
  *)							\
Packit ae235b
    am__expect_failure=no;;				\
Packit ae235b
esac; 							\
Packit ae235b
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
Packit ae235b
# A shell command to get the names of the tests scripts with any registered
Packit ae235b
# extension removed (i.e., equivalently, the names of the test logs, with
Packit ae235b
# the '.log' extension removed).  The result is saved in the shell variable
Packit ae235b
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
Packit ae235b
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
Packit ae235b
# since that might cause problem with VPATH rewrites for suffix-less tests.
Packit ae235b
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
Packit ae235b
am__set_TESTS_bases = \
Packit ae235b
  bases='$(TEST_LOGS)'; \
Packit ae235b
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
Packit ae235b
  bases=`echo $$bases`
Packit ae235b
RECHECK_LOGS = $(TEST_LOGS)
Packit ae235b
TEST_SUITE_LOG = test-suite.log
Packit ae235b
TEST_EXTENSIONS = @EXEEXT@ .test
Packit ae235b
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
Packit ae235b
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
Packit ae235b
am__set_b = \
Packit ae235b
  case '$@' in \
Packit ae235b
    */*) \
Packit ae235b
      case '$*' in \
Packit ae235b
        */*) b='$*';; \
Packit ae235b
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
Packit ae235b
       esac;; \
Packit ae235b
    *) \
Packit ae235b
      b='$*';; \
Packit ae235b
  esac
Packit ae235b
am__test_logs1 = $(TESTS:=.log)
Packit ae235b
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
Packit ae235b
TEST_LOGS = $(am__test_logs2:.test.log=.log)
Packit ae235b
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
Packit ae235b
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
Packit ae235b
	$(TEST_LOG_FLAGS)
Packit ae235b
am__DIST_COMMON = $(srcdir)/INSTALL.in $(srcdir)/Makefile.in \
Packit ae235b
	$(srcdir)/README.in $(srcdir)/config.h.in \
Packit ae235b
	$(srcdir)/config.h.win32.in $(srcdir)/gio-2.0.pc.in \
Packit ae235b
	$(srcdir)/gio-unix-2.0.pc.in $(srcdir)/gio-windows-2.0.pc.in \
Packit ae235b
	$(srcdir)/glib-2.0.pc.in $(srcdir)/glib-gettextize.in \
Packit ae235b
	$(srcdir)/glib-zip.in $(srcdir)/gmodule-2.0.pc.in \
Packit ae235b
	$(srcdir)/gmodule-export-2.0.pc.in \
Packit ae235b
	$(srcdir)/gmodule-no-export-2.0.pc.in \
Packit ae235b
	$(srcdir)/gobject-2.0.pc.in $(srcdir)/gthread-2.0.pc.in \
Packit ae235b
	$(top_srcdir)/glib.mk AUTHORS COPYING ChangeLog INSTALL NEWS \
Packit ae235b
	README compile config.guess config.sub install-sh ltmain.sh \
Packit ae235b
	missing test-driver
Packit ae235b
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit ae235b
distdir = $(PACKAGE)-$(VERSION)
Packit ae235b
top_distdir = $(distdir)
Packit ae235b
am__remove_distdir = \
Packit ae235b
  if test -d "$(distdir)"; then \
Packit ae235b
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit ae235b
      && rm -rf "$(distdir)" \
Packit ae235b
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit ae235b
  else :; fi
Packit ae235b
am__post_remove_distdir = $(am__remove_distdir)
Packit ae235b
am__relativize = \
Packit ae235b
  dir0=`pwd`; \
Packit ae235b
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit ae235b
  sed_rest='s,^[^/]*/*,,'; \
Packit ae235b
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit ae235b
  sed_butlast='s,/*[^/]*$$,,'; \
Packit ae235b
  while test -n "$$dir1"; do \
Packit ae235b
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit ae235b
    if test "$$first" != "."; then \
Packit ae235b
      if test "$$first" = ".."; then \
Packit ae235b
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit ae235b
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit ae235b
      else \
Packit ae235b
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit ae235b
        if test "$$first2" = "$$first"; then \
Packit ae235b
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit ae235b
        else \
Packit ae235b
          dir2="../$$dir2"; \
Packit ae235b
        fi; \
Packit ae235b
        dir0="$$dir0"/"$$first"; \
Packit ae235b
      fi; \
Packit ae235b
    fi; \
Packit ae235b
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit ae235b
  done; \
Packit ae235b
  reldir="$$dir2"
Packit ae235b
GZIP_ENV = --best
Packit ae235b
DIST_ARCHIVES = $(distdir).tar.xz
Packit ae235b
DIST_TARGETS = dist-xz
Packit ae235b
distuninstallcheck_listfiles = find . -type f -print
Packit ae235b
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit ae235b
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit ae235b
distcleancheck_listfiles = find . -type f -print
Packit ae235b
ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
Packit ae235b
ACLOCAL = @ACLOCAL@
Packit ae235b
ALLOCA = @ALLOCA@
Packit ae235b
AMTAR = @AMTAR@
Packit ae235b
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit ae235b
AR = @AR@
Packit ae235b
AS = @AS@
Packit ae235b
AUTOCONF = @AUTOCONF@
Packit ae235b
AUTOHEADER = @AUTOHEADER@
Packit ae235b
AUTOMAKE = @AUTOMAKE@
Packit ae235b
AWK = @AWK@
Packit ae235b
CARBON_LIBS = @CARBON_LIBS@
Packit ae235b
CATALOGS = @CATALOGS@
Packit ae235b
CATOBJEXT = @CATOBJEXT@
Packit ae235b
CC = @CC@
Packit ae235b
CCDEPMODE = @CCDEPMODE@
Packit ae235b
CFLAGS = @CFLAGS@
Packit ae235b
COCOA_LIBS = @COCOA_LIBS@
Packit ae235b
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
Packit ae235b
CPP = @CPP@
Packit ae235b
CPPFLAGS = @CPPFLAGS@
Packit ae235b
CXX = @CXX@
Packit ae235b
CXXCPP = @CXXCPP@
Packit ae235b
CXXDEPMODE = @CXXDEPMODE@
Packit ae235b
CXXFLAGS = @CXXFLAGS@
Packit ae235b
CYGPATH_W = @CYGPATH_W@
Packit ae235b
DATADIRNAME = @DATADIRNAME@
Packit ae235b
DBUS1_CFLAGS = @DBUS1_CFLAGS@
Packit ae235b
DBUS1_LIBS = @DBUS1_LIBS@
Packit ae235b
DBUS_DAEMON = @DBUS_DAEMON@
Packit ae235b
DEFS = @DEFS@
Packit ae235b
DEPDIR = @DEPDIR@
Packit ae235b
DLLTOOL = @DLLTOOL@
Packit ae235b
DSYMUTIL = @DSYMUTIL@
Packit ae235b
DTRACE = @DTRACE@
Packit ae235b
DUMPBIN = @DUMPBIN@
Packit ae235b
ECHO_C = @ECHO_C@
Packit ae235b
ECHO_N = @ECHO_N@
Packit ae235b
ECHO_T = @ECHO_T@
Packit ae235b
EGREP = @EGREP@
Packit ae235b
EXEEXT = @EXEEXT@
Packit ae235b
FAM_LIBS = @FAM_LIBS@
Packit ae235b
FGREP = @FGREP@
Packit ae235b
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
Packit ae235b
GIO = @GIO@
Packit ae235b
GIO_MODULE_DIR = @GIO_MODULE_DIR@
Packit ae235b
GLIBC21 = @GLIBC21@
Packit ae235b
GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
Packit ae235b
GLIB_CHARSETALIAS_DIR = @GLIB_CHARSETALIAS_DIR@
Packit ae235b
GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
Packit ae235b
GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
Packit ae235b
GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
Packit ae235b
GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
Packit ae235b
GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
Packit ae235b
GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
Packit ae235b
GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
Packit ae235b
GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
Packit ae235b
GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
Packit ae235b
GLIB_VERSION = @GLIB_VERSION@
Packit ae235b
GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
Packit ae235b
GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
Packit ae235b
GMOFILES = @GMOFILES@
Packit ae235b
GMSGFMT = @GMSGFMT@
Packit ae235b
GREP = @GREP@
Packit ae235b
GSPAWN = @GSPAWN@
Packit ae235b
GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
Packit ae235b
GTKDOC_CHECK = @GTKDOC_CHECK@
Packit ae235b
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
Packit ae235b
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
Packit ae235b
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
Packit ae235b
GTKDOC_MKPDF = @GTKDOC_MKPDF@
Packit ae235b
GTKDOC_REBASE = @GTKDOC_REBASE@
Packit ae235b
G_LIBS_EXTRA = @G_LIBS_EXTRA@
Packit ae235b
G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
Packit ae235b
G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
Packit ae235b
G_MODULE_IMPL = @G_MODULE_IMPL@
Packit ae235b
G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
Packit ae235b
G_MODULE_LIBS = @G_MODULE_LIBS@
Packit ae235b
G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
Packit ae235b
G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
Packit ae235b
G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
Packit ae235b
G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
Packit ae235b
G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
Packit ae235b
G_THREAD_LIBS = @G_THREAD_LIBS@
Packit ae235b
G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
Packit ae235b
G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
Packit ae235b
HTML_DIR = @HTML_DIR@
Packit ae235b
ICONV_LIBS = @ICONV_LIBS@
Packit ae235b
INSTALL = @INSTALL@
Packit ae235b
INSTALL_DATA = @INSTALL_DATA@
Packit ae235b
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit ae235b
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit ae235b
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit ae235b
INSTOBJEXT = @INSTOBJEXT@
Packit ae235b
INTLLIBS = @INTLLIBS@
Packit ae235b
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
Packit ae235b
LD = @LD@
Packit ae235b
LDFLAGS = @LDFLAGS@
Packit ae235b
LIBELF_CFLAGS = @LIBELF_CFLAGS@
Packit ae235b
LIBELF_LIBS = @LIBELF_LIBS@
Packit ae235b
LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
Packit ae235b
LIBFFI_LIBS = @LIBFFI_LIBS@
Packit ae235b
LIBMOUNT_CFLAGS = @LIBMOUNT_CFLAGS@
Packit ae235b
LIBMOUNT_LIBS = @LIBMOUNT_LIBS@
Packit ae235b
LIBOBJS = @LIBOBJS@
Packit ae235b
LIBS = @LIBS@
Packit ae235b
LIBTOOL = @LIBTOOL@
Packit ae235b
LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
Packit ae235b
LIPO = @LIPO@
Packit ae235b
LN_S = @LN_S@
Packit ae235b
LTLIBOBJS = @LTLIBOBJS@
Packit ae235b
LTP = @LTP@
Packit ae235b
LTP_GENHTML = @LTP_GENHTML@
Packit ae235b
LT_AGE = @LT_AGE@
Packit ae235b
LT_CURRENT = @LT_CURRENT@
Packit ae235b
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
Packit ae235b
LT_RELEASE = @LT_RELEASE@
Packit ae235b
LT_REVISION = @LT_REVISION@
Packit ae235b
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit ae235b
MAINT = @MAINT@
Packit ae235b
MAKEINFO = @MAKEINFO@
Packit ae235b
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit ae235b
MKDIR_P = @MKDIR_P@
Packit ae235b
MKINSTALLDIRS = @MKINSTALLDIRS@
Packit ae235b
MSGFMT = @MSGFMT@
Packit ae235b
MSGFMT_OPTS = @MSGFMT_OPTS@
Packit ae235b
NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
Packit ae235b
NETWORK_LIBS = @NETWORK_LIBS@
Packit ae235b
NM = @NM@
Packit ae235b
NMEDIT = @NMEDIT@
Packit ae235b
OBJDUMP = @OBJDUMP@
Packit ae235b
OBJEXT = @OBJEXT@
Packit ae235b
OTOOL = @OTOOL@
Packit ae235b
OTOOL64 = @OTOOL64@
Packit ae235b
PACKAGE = @PACKAGE@
Packit ae235b
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit ae235b
PACKAGE_NAME = @PACKAGE_NAME@
Packit ae235b
PACKAGE_STRING = @PACKAGE_STRING@
Packit ae235b
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit ae235b
PACKAGE_URL = @PACKAGE_URL@
Packit ae235b
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit ae235b
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit ae235b
PCRE_CFLAGS = @PCRE_CFLAGS@
Packit ae235b
PCRE_LIBS = @PCRE_LIBS@
Packit ae235b
PCRE_REQUIRES = @PCRE_REQUIRES@
Packit ae235b
PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
Packit ae235b
PERL = @PERL@
Packit ae235b
PKG_CONFIG = @PKG_CONFIG@
Packit ae235b
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit ae235b
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit ae235b
PLATFORMDEP = @PLATFORMDEP@
Packit ae235b
POFILES = @POFILES@
Packit ae235b
POSUB = @POSUB@
Packit ae235b
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
Packit ae235b
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
Packit ae235b
PYTHON = @PYTHON@
Packit ae235b
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
Packit ae235b
PYTHON_PLATFORM = @PYTHON_PLATFORM@
Packit ae235b
PYTHON_PREFIX = @PYTHON_PREFIX@
Packit ae235b
PYTHON_VERSION = @PYTHON_VERSION@
Packit ae235b
RANLIB = @RANLIB@
Packit ae235b
SED = @SED@
Packit ae235b
SELINUX_LIBS = @SELINUX_LIBS@
Packit ae235b
SET_MAKE = @SET_MAKE@
Packit ae235b
SHELL = @SHELL@
Packit ae235b
SHTOOL = @SHTOOL@
Packit ae235b
STRIP = @STRIP@
Packit ae235b
USE_NLS = @USE_NLS@
Packit ae235b
VERSION = @VERSION@
Packit ae235b
WINDRES = @WINDRES@
Packit ae235b
WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
Packit ae235b
XATTR_LIBS = @XATTR_LIBS@
Packit ae235b
XGETTEXT = @XGETTEXT@
Packit ae235b
XMLCATALOG = @XMLCATALOG@
Packit ae235b
XML_CATALOG_FILE = @XML_CATALOG_FILE@
Packit ae235b
XSLTPROC = @XSLTPROC@
Packit ae235b
ZLIB_CFLAGS = @ZLIB_CFLAGS@
Packit ae235b
ZLIB_LIBS = @ZLIB_LIBS@
Packit ae235b
abs_builddir = @abs_builddir@
Packit ae235b
abs_srcdir = @abs_srcdir@
Packit ae235b
abs_top_builddir = @abs_top_builddir@
Packit ae235b
abs_top_srcdir = @abs_top_srcdir@
Packit ae235b
ac_ct_AR = @ac_ct_AR@
Packit ae235b
ac_ct_CC = @ac_ct_CC@
Packit ae235b
ac_ct_CXX = @ac_ct_CXX@
Packit ae235b
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit ae235b
am__include = @am__include@
Packit ae235b
am__leading_dot = @am__leading_dot@
Packit ae235b
am__quote = @am__quote@
Packit ae235b
am__tar = @am__tar@
Packit ae235b
am__untar = @am__untar@
Packit ae235b
bindir = @bindir@
Packit ae235b
build = @build@
Packit ae235b
build_alias = @build_alias@
Packit ae235b
build_cpu = @build_cpu@
Packit ae235b
build_os = @build_os@
Packit ae235b
build_vendor = @build_vendor@
Packit ae235b
builddir = @builddir@
Packit ae235b
config_h_INCLUDES = @config_h_INCLUDES@
Packit ae235b
datadir = @datadir@
Packit ae235b
datarootdir = @datarootdir@
Packit ae235b
docdir = @docdir@
Packit ae235b
dvidir = @dvidir@
Packit ae235b
exec_prefix = @exec_prefix@
Packit ae235b
gio_INCLUDES = @gio_INCLUDES@
Packit ae235b
glib_INCLUDES = @glib_INCLUDES@
Packit ae235b
gmodule_INCLUDES = @gmodule_INCLUDES@
Packit ae235b
gobject_INCLUDES = @gobject_INCLUDES@
Packit ae235b
host = @host@
Packit ae235b
host_alias = @host_alias@
Packit ae235b
host_cpu = @host_cpu@
Packit ae235b
host_os = @host_os@
Packit ae235b
host_vendor = @host_vendor@
Packit ae235b
htmldir = @htmldir@
Packit ae235b
includedir = @includedir@
Packit ae235b
infodir = @infodir@
Packit ae235b
install_sh = @install_sh@
Packit ae235b
installed_test_metadir = @installed_test_metadir@
Packit ae235b
installed_testdir = @installed_testdir@
Packit ae235b
libdir = @libdir@
Packit ae235b
libexecdir = @libexecdir@
Packit ae235b
localedir = @localedir@
Packit ae235b
localstatedir = @localstatedir@
Packit ae235b
mandir = @mandir@
Packit ae235b
mkdir_p = @mkdir_p@
Packit ae235b
ms_librarian = @ms_librarian@
Packit ae235b
oldincludedir = @oldincludedir@
Packit ae235b
pdfdir = @pdfdir@
Packit ae235b
pkgpyexecdir = @pkgpyexecdir@
Packit ae235b
pkgpythondir = @pkgpythondir@
Packit ae235b
prefix = @prefix@
Packit ae235b
program_transform_name = @program_transform_name@
Packit ae235b
psdir = @psdir@
Packit ae235b
pyexecdir = @pyexecdir@
Packit ae235b
pythondir = @pythondir@
Packit ae235b
sbindir = @sbindir@
Packit ae235b
sharedstatedir = @sharedstatedir@
Packit ae235b
srcdir = @srcdir@
Packit ae235b
sysconfdir = @sysconfdir@
Packit ae235b
target_alias = @target_alias@
Packit ae235b
top_build_prefix = @top_build_prefix@
Packit ae235b
top_builddir = @top_builddir@
Packit ae235b
top_srcdir = @top_srcdir@
Packit ae235b
Packit ae235b
#GTESTER = gtester 			# for non-GLIB packages
Packit ae235b
#GTESTER_REPORT = gtester-report        # for non-GLIB packages
Packit ae235b
GTESTER = $(top_builddir)/glib/gtester			# for the GLIB package
Packit ae235b
GTESTER_REPORT = $(top_builddir)/glib/gtester-report	# for the GLIB package
Packit ae235b
NULL = 
Packit ae235b
Packit ae235b
# initialize variables for unconditional += appending
Packit ae235b
BUILT_SOURCES = 
Packit ae235b
Packit ae235b
# These may be in the builddir too
Packit ae235b
BUILT_EXTRA_DIST = README INSTALL ChangeLog config.h.win32 $(NULL)
Packit ae235b
CLEANFILES = *.log *.trs $(am__append_14)
Packit ae235b
DISTCLEANFILES = config.lt
Packit ae235b
MAINTAINERCLEANFILES = 
Packit ae235b
EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) \
Packit ae235b
	ChangeLog.pre-2-20 ChangeLog.pre-2-18 ChangeLog.pre-2-16 \
Packit ae235b
	ChangeLog.pre-2-14 ChangeLog.pre-2-12 ChangeLog.pre-2-10 \
Packit ae235b
	ChangeLog.pre-2-8 ChangeLog.pre-2-6 ChangeLog.pre-2-4 \
Packit ae235b
	ChangeLog.pre-2-2 ChangeLog.pre-2-0 ChangeLog.pre-1-2 \
Packit ae235b
	glib-zip.in NEWS.pre-1-3 acglib.m4 sanity_check README.commits \
Packit ae235b
	README.in README.rationale INSTALL.in README.win32 HACKING \
Packit ae235b
	autogen.sh glib.mk glib-tap.mk tap-driver.sh tap-test \
Packit ae235b
	msvc_recommended_pragmas.h config.h.win32.in po/po2tbl.sed.in \
Packit ae235b
	glib-2.0.pc.in gobject-2.0.pc.in gmodule-2.0.pc.in \
Packit ae235b
	gmodule-export-2.0.pc.in gmodule-no-export-2.0.pc.in \
Packit ae235b
	gthread-2.0.pc.in gio-2.0.pc.in gio-unix-2.0.pc.in \
Packit ae235b
	gio-windows-2.0.pc.in check-abis.sh gtk-doc.make $(NULL) \
Packit ae235b
	$(meson_build_files)
Packit ae235b
Packit ae235b
# We support a fairly large range of possible variables.  It is expected that all types of files in a test suite
Packit ae235b
# will belong in exactly one of the following variables.
Packit ae235b
#
Packit ae235b
# First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
Packit ae235b
#
Packit ae235b
#   test_programs, test_scripts, test_data, test_ltlibraries
Packit ae235b
#
Packit ae235b
# The above are used to list files that are involved in both uninstalled and installed testing.  The
Packit ae235b
# test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
Packit ae235b
# Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
Packit ae235b
# installed in the same way as it appears in the package layout.
Packit ae235b
#
Packit ae235b
# In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
Packit ae235b
# like so:
Packit ae235b
#
Packit ae235b
#   installed_test_programs, uninstalled_test_programs
Packit ae235b
#   installed_test_scripts, uninstalled_test_scripts
Packit ae235b
#   installed_test_data, uninstalled_test_data
Packit ae235b
#   installed_test_ltlibraries, uninstalled_test_ltlibraries
Packit ae235b
#
Packit ae235b
# Additionally, we support 'extra' infixes for programs and scripts.  This is used for support programs/scripts
Packit ae235b
# that should not themselves be run as testcases (but exist to be used from other testcases):
Packit ae235b
#
Packit ae235b
#   test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
Packit ae235b
#   test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
Packit ae235b
#
Packit ae235b
# Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
Packit ae235b
# file automatically end up in the tarball.
Packit ae235b
#
Packit ae235b
#   dist_test_scripts, dist_test_data, dist_test_extra_scripts
Packit ae235b
#   dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
Packit ae235b
#   dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
Packit ae235b
#
Packit ae235b
# Note that no file is automatically disted unless it appears in one of the dist_ variables.  This follows the
Packit ae235b
# standard automake convention of not disting programs scripts or data by default.
Packit ae235b
#
Packit ae235b
# test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
Packit ae235b
# variants) will be run as part of the in-tree 'make check'.  These are all assumed to be runnable under
Packit ae235b
# gtester.  That's a bit strange for scripts, but it's possible.
Packit ae235b
Packit ae235b
# we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace...
Packit ae235b
TEST_PROGS = $(strip $(test_programs) $(test_scripts) \
Packit ae235b
	$(uninstalled_test_programs) $(uninstalled_test_scripts) \
Packit ae235b
	$(dist_test_scripts) $(dist_uninstalled_test_scripts))
Packit ae235b
installed_test_LTLIBRARIES = $(am__append_13)
Packit ae235b
installed_test_SCRIPTS = $(am__append_11)
Packit ae235b
nobase_installed_test_DATA = $(am__append_12)
Packit ae235b
noinst_LTLIBRARIES = $(am__append_2)
Packit ae235b
noinst_SCRIPTS = $(am__append_4)
Packit ae235b
noinst_DATA = $(am__append_5)
Packit ae235b
check_LTLIBRARIES = $(am__append_6)
Packit ae235b
check_SCRIPTS = $(am__append_8)
Packit ae235b
check_DATA = $(am__append_9)
Packit ae235b
Packit ae235b
# Note: build even the installed-only targets during 'make check' to ensure that they still work.
Packit ae235b
# We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
Packit ae235b
# prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
Packit ae235b
# filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
Packit ae235b
all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
Packit ae235b
                        $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)
Packit ae235b
Packit ae235b
all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \
Packit ae235b
	$(installed_test_scripts) $(test_extra_scripts) \
Packit ae235b
	$(uninstalled_test_extra_scripts) \
Packit ae235b
	$(installed_test_extra_scripts) $(all_dist_test_scripts)
Packit ae235b
all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
Packit ae235b
                        $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)
Packit ae235b
Packit ae235b
all_test_data = $(test_data) $(uninstalled_test_data) \
Packit ae235b
	$(installed_test_data) $(all_dist_test_data)
Packit ae235b
all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
Packit ae235b
all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@                      $(test_scripts) $(installed_test_scripts) \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@                      $(dist_test_scripts) $(dist_installed_test_scripts)
Packit ae235b
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test)
Packit ae235b
ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
Packit ae235b
SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs tests
Packit ae235b
DIST_SUBDIRS = $(SUBDIRS) build win32
Packit ae235b
bin_SCRIPTS = glib-gettextize
Packit ae235b
AM_CPPFLAGS = \
Packit ae235b
	-DG_LOG_DOMAIN=g_log_domain_glib 	\
Packit ae235b
	@GLIB_DEBUG_FLAGS@ 			\
Packit ae235b
	-DG_DISABLE_DEPRECATED 			\
Packit ae235b
	-DGLIB_COMPILATION
Packit ae235b
Packit ae235b
meson_build_files = \
Packit ae235b
	config.h.meson \
Packit ae235b
	meson_options.txt \
Packit ae235b
	meson.build \
Packit ae235b
	docs/reference/gio/meson.build \
Packit ae235b
	docs/reference/gio/xml/gtkdocentities.ent.in \
Packit ae235b
	docs/reference/gio/xml/meson.build \
Packit ae235b
	docs/reference/glib/meson.build \
Packit ae235b
	docs/reference/glib/xml/gtkdocentities.ent.in \
Packit ae235b
	docs/reference/glib/xml/meson.build \
Packit ae235b
	docs/reference/gobject/meson.build \
Packit ae235b
	docs/reference/gobject/xml/gtkdocentities.ent.in \
Packit ae235b
	docs/reference/gobject/xml/meson.build \
Packit ae235b
	gio/data-to-c.py \
Packit ae235b
	gio/gdbus-2.0/codegen/meson.build \
Packit ae235b
	gio/inotify/meson.build \
Packit ae235b
	gio/kqueue/meson.build \
Packit ae235b
	gio/meson.build \
Packit ae235b
	gio/tests/meson.build \
Packit ae235b
	gio/tests/gengiotypefuncs.py \
Packit ae235b
	gio/tests/modules/meson.build \
Packit ae235b
	gio/tests/gdbus-object-manager-example/meson.build \
Packit ae235b
	gio/tests/de/LC_MESSAGES/meson.build \
Packit ae235b
	gio/win32/meson.build \
Packit ae235b
	gio/xdgmime/meson.build \
Packit ae235b
	glib/glibconfig.h.in \
Packit ae235b
	glib/gnulib/meson.build \
Packit ae235b
	glib/libcharset/meson.build \
Packit ae235b
	glib/meson.build \
Packit ae235b
	glib/pcre/meson.build \
Packit ae235b
	glib/tests/meson.build \
Packit ae235b
	gmodule/meson.build \
Packit ae235b
	gobject/meson.build \
Packit ae235b
	gobject/tests/meson.build \
Packit ae235b
	gthread/meson.build \
Packit ae235b
	po/meson.build \
Packit ae235b
	tests/refcount/meson.build \
Packit ae235b
	tests/meson.build \
Packit ae235b
	tests/gobject/meson.build \
Packit ae235b
	$()
Packit ae235b
Packit ae235b
CONFIGURE_DEPENDENCIES = acglib.m4
Packit ae235b
pkgconfigdir = $(libdir)/pkgconfig
Packit ae235b
pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc \
Packit ae235b
	gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc \
Packit ae235b
	gio-2.0.pc $(am__append_16) $(am__append_17)
Packit ae235b
Packit ae235b
# Install Valgrind suppression file
Packit ae235b
valgrinddir = $(datadir)/glib-2.0/valgrind
Packit ae235b
dist_valgrind_DATA = glib.supp
Packit ae235b
Packit ae235b
# build documentation when doing distcheck
Packit ae235b
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode
Packit ae235b
all: $(BUILT_SOURCES) config.h
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Packit ae235b
Packit ae235b
.SUFFIXES:
Packit ae235b
.SUFFIXES: .log .test .test$(EXEEXT) .trs
Packit ae235b
am--refresh: Makefile
Packit ae235b
	@:
Packit ae235b
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(am__configure_deps)
Packit ae235b
	@for dep in $?; do \
Packit ae235b
	  case '$(am__configure_deps)' in \
Packit ae235b
	    *$$dep*) \
Packit ae235b
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
Packit ae235b
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
Packit ae235b
		&& exit 0; \
Packit ae235b
	      exit 1;; \
Packit ae235b
	  esac; \
Packit ae235b
	done; \
Packit ae235b
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
Packit ae235b
	$(am__cd) $(top_srcdir) && \
Packit ae235b
	  $(AUTOMAKE) --gnu Makefile
Packit ae235b
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit ae235b
	@case '$?' in \
Packit ae235b
	  *config.status*) \
Packit ae235b
	    echo ' $(SHELL) ./config.status'; \
Packit ae235b
	    $(SHELL) ./config.status;; \
Packit ae235b
	  *) \
Packit ae235b
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit ae235b
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit ae235b
	esac;
Packit ae235b
$(top_srcdir)/glib.mk $(am__empty):
Packit ae235b
Packit ae235b
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit ae235b
	$(SHELL) ./config.status --recheck
Packit ae235b
Packit ae235b
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit ae235b
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit ae235b
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit ae235b
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit ae235b
$(am__aclocal_m4_deps):
Packit ae235b
Packit ae235b
config.h: stamp-h1
Packit ae235b
	@test -f $@ || rm -f stamp-h1
Packit ae235b
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit ae235b
Packit ae235b
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit ae235b
	@rm -f stamp-h1
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit ae235b
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
Packit ae235b
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit ae235b
	rm -f stamp-h1
Packit ae235b
	touch $@
Packit ae235b
Packit ae235b
distclean-hdr:
Packit ae235b
	-rm -f config.h stamp-h1
Packit ae235b
glib-2.0.pc: $(top_builddir)/config.status $(srcdir)/glib-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
gmodule-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
gmodule-export-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-export-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
gmodule-no-export-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-no-export-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
gthread-2.0.pc: $(top_builddir)/config.status $(srcdir)/gthread-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
gobject-2.0.pc: $(top_builddir)/config.status $(srcdir)/gobject-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
gio-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
gio-unix-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-unix-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
gio-windows-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-windows-2.0.pc.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
glib-zip: $(top_builddir)/config.status $(srcdir)/glib-zip.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
glib-gettextize: $(top_builddir)/config.status $(srcdir)/glib-gettextize.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
INSTALL: $(top_builddir)/config.status $(srcdir)/INSTALL.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
README: $(top_builddir)/config.status $(srcdir)/README.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
config.h.win32: $(top_builddir)/config.status $(srcdir)/config.h.win32.in
Packit ae235b
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit ae235b
Packit ae235b
clean-checkLTLIBRARIES:
Packit ae235b
	-test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
Packit ae235b
	@list='$(check_LTLIBRARIES)'; \
Packit ae235b
	locs=`for p in $$list; do echo $$p; done | \
Packit ae235b
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Packit ae235b
	      sort -u`; \
Packit ae235b
	test -z "$$locs" || { \
Packit ae235b
	  echo rm -f $${locs}; \
Packit ae235b
	  rm -f $${locs}; \
Packit ae235b
	}
Packit ae235b
Packit ae235b
install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
Packit ae235b
	@$(NORMAL_INSTALL)
Packit ae235b
	@list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
Packit ae235b
	list2=; for p in $$list; do \
Packit ae235b
	  if test -f $$p; then \
Packit ae235b
	    list2="$$list2 $$p"; \
Packit ae235b
	  else :; fi; \
Packit ae235b
	done; \
Packit ae235b
	test -z "$$list2" || { \
Packit ae235b
	  echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
Packit ae235b
	  $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
Packit ae235b
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
Packit ae235b
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
Packit ae235b
	}
Packit ae235b
Packit ae235b
uninstall-installed_testLTLIBRARIES:
Packit ae235b
	@$(NORMAL_UNINSTALL)
Packit ae235b
	@list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
Packit ae235b
	for p in $$list; do \
Packit ae235b
	  $(am__strip_dir) \
Packit ae235b
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
Packit ae235b
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
Packit ae235b
	done
Packit ae235b
Packit ae235b
clean-installed_testLTLIBRARIES:
Packit ae235b
	-test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
Packit ae235b
	@list='$(installed_test_LTLIBRARIES)'; \
Packit ae235b
	locs=`for p in $$list; do echo $$p; done | \
Packit ae235b
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Packit ae235b
	      sort -u`; \
Packit ae235b
	test -z "$$locs" || { \
Packit ae235b
	  echo rm -f $${locs}; \
Packit ae235b
	  rm -f $${locs}; \
Packit ae235b
	}
Packit ae235b
Packit ae235b
clean-noinstLTLIBRARIES:
Packit ae235b
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
Packit ae235b
	@list='$(noinst_LTLIBRARIES)'; \
Packit ae235b
	locs=`for p in $$list; do echo $$p; done | \
Packit ae235b
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Packit ae235b
	      sort -u`; \
Packit ae235b
	test -z "$$locs" || { \
Packit ae235b
	  echo rm -f $${locs}; \
Packit ae235b
	  rm -f $${locs}; \
Packit ae235b
	}
Packit ae235b
Packit ae235b
clean-checkPROGRAMS:
Packit ae235b
	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit ae235b
	echo " rm -f" $$list; \
Packit ae235b
	rm -f $$list || exit $$?; \
Packit ae235b
	test -n "$(EXEEXT)" || exit 0; \
Packit ae235b
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit ae235b
	echo " rm -f" $$list; \
Packit ae235b
	rm -f $$list
Packit ae235b
install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
Packit ae235b
	@$(NORMAL_INSTALL)
Packit ae235b
	@list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
Packit ae235b
	if test -n "$$list"; then \
Packit ae235b
	  echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
Packit ae235b
	  $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
Packit ae235b
	fi; \
Packit ae235b
	for p in $$list; do echo "$$p $$p"; done | \
Packit ae235b
	sed 's/$(EXEEXT)$$//' | \
Packit ae235b
	while read p p1; do if test -f $$p \
Packit ae235b
	 || test -f $$p1 \
Packit ae235b
	  ; then echo "$$p"; echo "$$p"; else :; fi; \
Packit ae235b
	done | \
Packit ae235b
	sed -e 'p;s,.*/,,;n;h' \
Packit ae235b
	    -e 's|.*|.|' \
Packit ae235b
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
Packit ae235b
	sed 'N;N;N;s,\n, ,g' | \
Packit ae235b
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
Packit ae235b
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit ae235b
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
Packit ae235b
	    else { print "f", $$3 "/" $$4, $$1; } } \
Packit ae235b
	  END { for (d in files) print "f", d, files[d] }' | \
Packit ae235b
	while read type dir files; do \
Packit ae235b
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit ae235b
	    test -z "$$files" || { \
Packit ae235b
	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
Packit ae235b
	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
Packit ae235b
	    } \
Packit ae235b
	; done
Packit ae235b
Packit ae235b
uninstall-installed_testPROGRAMS:
Packit ae235b
	@$(NORMAL_UNINSTALL)
Packit ae235b
	@list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
Packit ae235b
	files=`for p in $$list; do echo "$$p"; done | \
Packit ae235b
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
Packit ae235b
	      -e 's/$$/$(EXEEXT)/' \
Packit ae235b
	`; \
Packit ae235b
	test -n "$$list" || exit 0; \
Packit ae235b
	echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
Packit ae235b
	cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
Packit ae235b
Packit ae235b
clean-installed_testPROGRAMS:
Packit ae235b
	@list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit ae235b
	echo " rm -f" $$list; \
Packit ae235b
	rm -f $$list || exit $$?; \
Packit ae235b
	test -n "$(EXEEXT)" || exit 0; \
Packit ae235b
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit ae235b
	echo " rm -f" $$list; \
Packit ae235b
	rm -f $$list
Packit ae235b
Packit ae235b
clean-noinstPROGRAMS:
Packit ae235b
	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit ae235b
	echo " rm -f" $$list; \
Packit ae235b
	rm -f $$list || exit $$?; \
Packit ae235b
	test -n "$(EXEEXT)" || exit 0; \
Packit ae235b
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit ae235b
	echo " rm -f" $$list; \
Packit ae235b
	rm -f $$list
Packit ae235b
install-binSCRIPTS: $(bin_SCRIPTS)
Packit ae235b
	@$(NORMAL_INSTALL)
Packit ae235b
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
Packit ae235b
	if test -n "$$list"; then \
Packit ae235b
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
Packit ae235b
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
Packit ae235b
	fi; \
Packit ae235b
	for p in $$list; do \
Packit ae235b
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit ae235b
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
Packit ae235b
	done | \
Packit ae235b
	sed -e 'p;s,.*/,,;n' \
Packit ae235b
	    -e 'h;s|.*|.|' \
Packit ae235b
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
Packit ae235b
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
Packit ae235b
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit ae235b
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
Packit ae235b
	      if (++n[d] == $(am__install_max)) { \
Packit ae235b
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
Packit ae235b
	    else { print "f", d "/" $$4, $$1 } } \
Packit ae235b
	  END { for (d in files) print "f", d, files[d] }' | \
Packit ae235b
	while read type dir files; do \
Packit ae235b
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit ae235b
	     test -z "$$files" || { \
Packit ae235b
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
Packit ae235b
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Packit ae235b
	     } \
Packit ae235b
	; done
Packit ae235b
Packit ae235b
uninstall-binSCRIPTS:
Packit ae235b
	@$(NORMAL_UNINSTALL)
Packit ae235b
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
Packit ae235b
	files=`for p in $$list; do echo "$$p"; done | \
Packit ae235b
	       sed -e 's,.*/,,;$(transform)'`; \
Packit ae235b
	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
Packit ae235b
install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
Packit ae235b
	@$(NORMAL_INSTALL)
Packit ae235b
	@list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
Packit ae235b
	if test -n "$$list"; then \
Packit ae235b
	  echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
Packit ae235b
	  $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
Packit ae235b
	fi; \
Packit ae235b
	for p in $$list; do \
Packit ae235b
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit ae235b
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
Packit ae235b
	done | \
Packit ae235b
	sed -e 'p;s,.*/,,;n' \
Packit ae235b
	    -e 'h;s|.*|.|' \
Packit ae235b
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
Packit ae235b
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
Packit ae235b
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit ae235b
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
Packit ae235b
	      if (++n[d] == $(am__install_max)) { \
Packit ae235b
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
Packit ae235b
	    else { print "f", d "/" $$4, $$1 } } \
Packit ae235b
	  END { for (d in files) print "f", d, files[d] }' | \
Packit ae235b
	while read type dir files; do \
Packit ae235b
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit ae235b
	     test -z "$$files" || { \
Packit ae235b
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
Packit ae235b
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
Packit ae235b
	     } \
Packit ae235b
	; done
Packit ae235b
Packit ae235b
uninstall-installed_testSCRIPTS:
Packit ae235b
	@$(NORMAL_UNINSTALL)
Packit ae235b
	@list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
Packit ae235b
	files=`for p in $$list; do echo "$$p"; done | \
Packit ae235b
	       sed -e 's,.*/,,;$(transform)'`; \
Packit ae235b
	dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
Packit ae235b
Packit ae235b
mostlyclean-libtool:
Packit ae235b
	-rm -f *.lo
Packit ae235b
Packit ae235b
clean-libtool:
Packit ae235b
	-rm -rf .libs _libs
Packit ae235b
Packit ae235b
distclean-libtool:
Packit ae235b
	-rm -f libtool config.lt
Packit ae235b
install-dist_valgrindDATA: $(dist_valgrind_DATA)
Packit ae235b
	@$(NORMAL_INSTALL)
Packit ae235b
	@list='$(dist_valgrind_DATA)'; test -n "$(valgrinddir)" || list=; \
Packit ae235b
	if test -n "$$list"; then \
Packit ae235b
	  echo " $(MKDIR_P) '$(DESTDIR)$(valgrinddir)'"; \
Packit ae235b
	  $(MKDIR_P) "$(DESTDIR)$(valgrinddir)" || exit 1; \
Packit ae235b
	fi; \
Packit ae235b
	for p in $$list; do \
Packit ae235b
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit ae235b
	  echo "$$d$$p"; \
Packit ae235b
	done | $(am__base_list) | \
Packit ae235b
	while read files; do \
Packit ae235b
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(valgrinddir)'"; \
Packit ae235b
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(valgrinddir)" || exit $$?; \
Packit ae235b
	done
Packit ae235b
Packit ae235b
uninstall-dist_valgrindDATA:
Packit ae235b
	@$(NORMAL_UNINSTALL)
Packit ae235b
	@list='$(dist_valgrind_DATA)'; test -n "$(valgrinddir)" || list=; \
Packit ae235b
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit ae235b
	dir='$(DESTDIR)$(valgrinddir)'; $(am__uninstall_files_from_dir)
Packit ae235b
install-installed_test_metaDATA: $(installed_test_meta_DATA)
Packit ae235b
	@$(NORMAL_INSTALL)
Packit ae235b
	@list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
Packit ae235b
	if test -n "$$list"; then \
Packit ae235b
	  echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
Packit ae235b
	  $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
Packit ae235b
	fi; \
Packit ae235b
	for p in $$list; do \
Packit ae235b
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit ae235b
	  echo "$$d$$p"; \
Packit ae235b
	done | $(am__base_list) | \
Packit ae235b
	while read files; do \
Packit ae235b
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
Packit ae235b
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
Packit ae235b
	done
Packit ae235b
Packit ae235b
uninstall-installed_test_metaDATA:
Packit ae235b
	@$(NORMAL_UNINSTALL)
Packit ae235b
	@list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
Packit ae235b
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit ae235b
	dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
Packit ae235b
install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
Packit ae235b
	@$(NORMAL_INSTALL)
Packit ae235b
	@list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
Packit ae235b
	if test -n "$$list"; then \
Packit ae235b
	  echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
Packit ae235b
	  $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
Packit ae235b
	fi; \
Packit ae235b
	$(am__nobase_list) | while read dir files; do \
Packit ae235b
	  xfiles=; for file in $$files; do \
Packit ae235b
	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
Packit ae235b
	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
Packit ae235b
	  test -z "$$xfiles" || { \
Packit ae235b
	    test "x$$dir" = x. || { \
Packit ae235b
	      echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
Packit ae235b
	      $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
Packit ae235b
	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
Packit ae235b
	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
Packit ae235b
	done
Packit ae235b
Packit ae235b
uninstall-nobase_installed_testDATA:
Packit ae235b
	@$(NORMAL_UNINSTALL)
Packit ae235b
	@list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
Packit ae235b
	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
Packit ae235b
	dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
Packit ae235b
install-pkgconfigDATA: $(pkgconfig_DATA)
Packit ae235b
	@$(NORMAL_INSTALL)
Packit ae235b
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit ae235b
	if test -n "$$list"; then \
Packit ae235b
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
Packit ae235b
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
Packit ae235b
	fi; \
Packit ae235b
	for p in $$list; do \
Packit ae235b
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit ae235b
	  echo "$$d$$p"; \
Packit ae235b
	done | $(am__base_list) | \
Packit ae235b
	while read files; do \
Packit ae235b
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
Packit ae235b
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
Packit ae235b
	done
Packit ae235b
Packit ae235b
uninstall-pkgconfigDATA:
Packit ae235b
	@$(NORMAL_UNINSTALL)
Packit ae235b
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit ae235b
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit ae235b
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
Packit ae235b
Packit ae235b
# This directory's subdirectories are mostly independent; you can cd
Packit ae235b
# into them and run 'make' without going through this Makefile.
Packit ae235b
# To change the values of 'make' variables: instead of editing Makefiles,
Packit ae235b
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit ae235b
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit ae235b
# (2) otherwise, pass the desired values on the 'make' command line.
Packit ae235b
$(am__recursive_targets):
Packit ae235b
	@fail=; \
Packit ae235b
	if $(am__make_keepgoing); then \
Packit ae235b
	  failcom='fail=yes'; \
Packit ae235b
	else \
Packit ae235b
	  failcom='exit 1'; \
Packit ae235b
	fi; \
Packit ae235b
	dot_seen=no; \
Packit ae235b
	target=`echo $@ | sed s/-recursive//`; \
Packit ae235b
	case "$@" in \
Packit ae235b
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit ae235b
	  *) list='$(SUBDIRS)' ;; \
Packit ae235b
	esac; \
Packit ae235b
	for subdir in $$list; do \
Packit ae235b
	  echo "Making $$target in $$subdir"; \
Packit ae235b
	  if test "$$subdir" = "."; then \
Packit ae235b
	    dot_seen=yes; \
Packit ae235b
	    local_target="$$target-am"; \
Packit ae235b
	  else \
Packit ae235b
	    local_target="$$target"; \
Packit ae235b
	  fi; \
Packit ae235b
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit ae235b
	  || eval $$failcom; \
Packit ae235b
	done; \
Packit ae235b
	if test "$$dot_seen" = "no"; then \
Packit ae235b
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit ae235b
	fi; test -z "$$fail"
Packit ae235b
Packit ae235b
ID: $(am__tagged_files)
Packit ae235b
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit ae235b
tags: tags-recursive
Packit ae235b
TAGS: tags
Packit ae235b
Packit ae235b
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit ae235b
	set x; \
Packit ae235b
	here=`pwd`; \
Packit ae235b
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit ae235b
	  include_option=--etags-include; \
Packit ae235b
	  empty_fix=.; \
Packit ae235b
	else \
Packit ae235b
	  include_option=--include; \
Packit ae235b
	  empty_fix=; \
Packit ae235b
	fi; \
Packit ae235b
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit ae235b
	  if test "$$subdir" = .; then :; else \
Packit ae235b
	    test ! -f $$subdir/TAGS || \
Packit ae235b
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit ae235b
	  fi; \
Packit ae235b
	done; \
Packit ae235b
	$(am__define_uniq_tagged_files); \
Packit ae235b
	shift; \
Packit ae235b
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit ae235b
	  test -n "$$unique" || unique=$$empty_fix; \
Packit ae235b
	  if test $$# -gt 0; then \
Packit ae235b
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit ae235b
	      "$$@" $$unique; \
Packit ae235b
	  else \
Packit ae235b
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit ae235b
	      $$unique; \
Packit ae235b
	  fi; \
Packit ae235b
	fi
Packit ae235b
ctags: ctags-recursive
Packit ae235b
Packit ae235b
CTAGS: ctags
Packit ae235b
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit ae235b
	$(am__define_uniq_tagged_files); \
Packit ae235b
	test -z "$(CTAGS_ARGS)$$unique" \
Packit ae235b
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit ae235b
	     $$unique
Packit ae235b
Packit ae235b
GTAGS:
Packit ae235b
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit ae235b
	  && $(am__cd) $(top_srcdir) \
Packit ae235b
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit ae235b
cscope: cscope.files
Packit ae235b
	test ! -s cscope.files \
Packit ae235b
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit ae235b
clean-cscope:
Packit ae235b
	-rm -f cscope.files
Packit ae235b
cscope.files: clean-cscope cscopelist
Packit ae235b
cscopelist: cscopelist-recursive
Packit ae235b
Packit ae235b
cscopelist-am: $(am__tagged_files)
Packit ae235b
	list='$(am__tagged_files)'; \
Packit ae235b
	case "$(srcdir)" in \
Packit ae235b
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit ae235b
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit ae235b
	esac; \
Packit ae235b
	for i in $$list; do \
Packit ae235b
	  if test -f "$$i"; then \
Packit ae235b
	    echo "$(subdir)/$$i"; \
Packit ae235b
	  else \
Packit ae235b
	    echo "$$sdir/$$i"; \
Packit ae235b
	  fi; \
Packit ae235b
	done >> $(top_builddir)/cscope.files
Packit ae235b
Packit ae235b
distclean-tags:
Packit ae235b
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit ae235b
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit ae235b
Packit ae235b
# Recover from deleted '.trs' file; this should ensure that
Packit ae235b
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
Packit ae235b
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
Packit ae235b
# to avoid problems with "make -n".
Packit ae235b
.log.trs:
Packit ae235b
	rm -f $< $@
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) $<
Packit ae235b
Packit ae235b
# Leading 'am--fnord' is there to ensure the list of targets does not
Packit ae235b
# expand to empty, as could happen e.g. with make check TESTS=''.
Packit ae235b
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
Packit ae235b
am--force-recheck:
Packit ae235b
	@:
Packit ae235b
Packit ae235b
$(TEST_SUITE_LOG): $(TEST_LOGS)
Packit ae235b
	@$(am__set_TESTS_bases); \
Packit ae235b
	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
Packit ae235b
	redo_bases=`for i in $$bases; do \
Packit ae235b
	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
Packit ae235b
	            done`; \
Packit ae235b
	if test -n "$$redo_bases"; then \
Packit ae235b
	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
Packit ae235b
	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
Packit ae235b
	  if $(am__make_dryrun); then :; else \
Packit ae235b
	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
Packit ae235b
	  fi; \
Packit ae235b
	fi; \
Packit ae235b
	if test -n "$$am__remaking_logs"; then \
Packit ae235b
	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
Packit ae235b
	       "recursion detected" >&2; \
Packit ae235b
	elif test -n "$$redo_logs"; then \
Packit ae235b
	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
Packit ae235b
	fi; \
Packit ae235b
	if $(am__make_dryrun); then :; else \
Packit ae235b
	  st=0;  \
Packit ae235b
	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
Packit ae235b
	  for i in $$redo_bases; do \
Packit ae235b
	    test -f $$i.trs && test -r $$i.trs \
Packit ae235b
	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
Packit ae235b
	    test -f $$i.log && test -r $$i.log \
Packit ae235b
	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
Packit ae235b
	  done; \
Packit ae235b
	  test $$st -eq 0 || exit 1; \
Packit ae235b
	fi
Packit ae235b
	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
Packit ae235b
	ws='[ 	]'; \
Packit ae235b
	results=`for b in $$bases; do echo $$b.trs; done`; \
Packit ae235b
	test -n "$$results" || results=/dev/null; \
Packit ae235b
	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
Packit ae235b
	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
Packit ae235b
	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
Packit ae235b
	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
Packit ae235b
	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
Packit ae235b
	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
Packit ae235b
	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
Packit ae235b
	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
Packit ae235b
	  success=true; \
Packit ae235b
	else \
Packit ae235b
	  success=false; \
Packit ae235b
	fi; \
Packit ae235b
	br='==================='; br=$$br$$br$$br$$br; \
Packit ae235b
	result_count () \
Packit ae235b
	{ \
Packit ae235b
	    if test x"$$1" = x"--maybe-color"; then \
Packit ae235b
	      maybe_colorize=yes; \
Packit ae235b
	    elif test x"$$1" = x"--no-color"; then \
Packit ae235b
	      maybe_colorize=no; \
Packit ae235b
	    else \
Packit ae235b
	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
Packit ae235b
	    fi; \
Packit ae235b
	    shift; \
Packit ae235b
	    desc=$$1 count=$$2; \
Packit ae235b
	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
Packit ae235b
	      color_start=$$3 color_end=$$std; \
Packit ae235b
	    else \
Packit ae235b
	      color_start= color_end=; \
Packit ae235b
	    fi; \
Packit ae235b
	    echo "$${color_start}# $$desc $$count$${color_end}"; \
Packit ae235b
	}; \
Packit ae235b
	create_testsuite_report () \
Packit ae235b
	{ \
Packit ae235b
	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
Packit ae235b
	  result_count $$1 "PASS: " $$pass  "$$grn"; \
Packit ae235b
	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
Packit ae235b
	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
Packit ae235b
	  result_count $$1 "FAIL: " $$fail  "$$red"; \
Packit ae235b
	  result_count $$1 "XPASS:" $$xpass "$$red"; \
Packit ae235b
	  result_count $$1 "ERROR:" $$error "$$mgn"; \
Packit ae235b
	}; \
Packit ae235b
	{								\
Packit ae235b
	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
Packit ae235b
	    $(am__rst_title);						\
Packit ae235b
	  create_testsuite_report --no-color;				\
Packit ae235b
	  echo;								\
Packit ae235b
	  echo ".. contents:: :depth: 2";				\
Packit ae235b
	  echo;								\
Packit ae235b
	  for b in $$bases; do echo $$b; done				\
Packit ae235b
	    | $(am__create_global_log);					\
Packit ae235b
	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
Packit ae235b
	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
Packit ae235b
	if $$success; then						\
Packit ae235b
	  col="$$grn";							\
Packit ae235b
	 else								\
Packit ae235b
	  col="$$red";							\
Packit ae235b
	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
Packit ae235b
	fi;								\
Packit ae235b
	echo "$${col}$$br$${std}"; 					\
Packit ae235b
	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
Packit ae235b
	echo "$${col}$$br$${std}"; 					\
Packit ae235b
	create_testsuite_report --maybe-color;				\
Packit ae235b
	echo "$$col$$br$$std";						\
Packit ae235b
	if $$success; then :; else					\
Packit ae235b
	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
Packit ae235b
	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
Packit ae235b
	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
Packit ae235b
	  fi;								\
Packit ae235b
	  echo "$$col$$br$$std";					\
Packit ae235b
	fi;								\
Packit ae235b
	$$success || exit 1
Packit ae235b
Packit ae235b
check-TESTS:
Packit ae235b
	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
Packit ae235b
	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
Packit ae235b
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
Packit ae235b
	@set +e; $(am__set_TESTS_bases); \
Packit ae235b
	log_list=`for i in $$bases; do echo $$i.log; done`; \
Packit ae235b
	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
Packit ae235b
	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
Packit ae235b
	exit $$?;
Packit ae235b
recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
Packit ae235b
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
Packit ae235b
	@set +e; $(am__set_TESTS_bases); \
Packit ae235b
	bases=`for i in $$bases; do echo $$i; done \
Packit ae235b
	         | $(am__list_recheck_tests)` || exit 1; \
Packit ae235b
	log_list=`for i in $$bases; do echo $$i.log; done`; \
Packit ae235b
	log_list=`echo $$log_list`; \
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
Packit ae235b
	        am__force_recheck=am--force-recheck \
Packit ae235b
	        TEST_LOGS="$$log_list"; \
Packit ae235b
	exit $$?
Packit ae235b
check-abis.sh.log: check-abis.sh
Packit ae235b
	@p='check-abis.sh'; \
Packit ae235b
	b='check-abis.sh'; \
Packit ae235b
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
Packit ae235b
	--log-file $$b.log --trs-file $$b.trs \
Packit ae235b
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
Packit ae235b
	"$$tst" $(AM_TESTS_FD_REDIRECT)
Packit ae235b
.test.log:
Packit ae235b
	@p='$<'; \
Packit ae235b
	$(am__set_b); \
Packit ae235b
	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
Packit ae235b
	--log-file $$b.log --trs-file $$b.trs \
Packit ae235b
	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
Packit ae235b
	"$$tst" $(AM_TESTS_FD_REDIRECT)
Packit ae235b
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
Packit ae235b
@am__EXEEXT_TRUE@	@p='$<'; \
Packit ae235b
@am__EXEEXT_TRUE@	$(am__set_b); \
Packit ae235b
@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
Packit ae235b
@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
Packit ae235b
@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
Packit ae235b
@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
Packit ae235b
Packit ae235b
distdir: $(DISTFILES)
Packit ae235b
	$(am__remove_distdir)
Packit ae235b
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit ae235b
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit ae235b
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit ae235b
	list='$(DISTFILES)'; \
Packit ae235b
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit ae235b
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit ae235b
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit ae235b
	case $$dist_files in \
Packit ae235b
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit ae235b
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit ae235b
			   sort -u` ;; \
Packit ae235b
	esac; \
Packit ae235b
	for file in $$dist_files; do \
Packit ae235b
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit ae235b
	  if test -d $$d/$$file; then \
Packit ae235b
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit ae235b
	    if test -d "$(distdir)/$$file"; then \
Packit ae235b
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit ae235b
	    fi; \
Packit ae235b
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit ae235b
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit ae235b
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit ae235b
	    fi; \
Packit ae235b
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit ae235b
	  else \
Packit ae235b
	    test -f "$(distdir)/$$file" \
Packit ae235b
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit ae235b
	    || exit 1; \
Packit ae235b
	  fi; \
Packit ae235b
	done
Packit ae235b
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit ae235b
	  if test "$$subdir" = .; then :; else \
Packit ae235b
	    $(am__make_dryrun) \
Packit ae235b
	      || test -d "$(distdir)/$$subdir" \
Packit ae235b
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit ae235b
	      || exit 1; \
Packit ae235b
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit ae235b
	    $(am__relativize); \
Packit ae235b
	    new_distdir=$$reldir; \
Packit ae235b
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit ae235b
	    $(am__relativize); \
Packit ae235b
	    new_top_distdir=$$reldir; \
Packit ae235b
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit ae235b
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit ae235b
	    ($(am__cd) $$subdir && \
Packit ae235b
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit ae235b
	        top_distdir="$$new_top_distdir" \
Packit ae235b
	        distdir="$$new_distdir" \
Packit ae235b
		am__remove_distdir=: \
Packit ae235b
		am__skip_length_check=: \
Packit ae235b
		am__skip_mode_fix=: \
Packit ae235b
	        distdir) \
Packit ae235b
	      || exit 1; \
Packit ae235b
	  fi; \
Packit ae235b
	done
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) \
Packit ae235b
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
Packit ae235b
	  dist-hook
Packit ae235b
	-test -n "$(am__skip_mode_fix)" \
Packit ae235b
	|| find "$(distdir)" -type d ! -perm -755 \
Packit ae235b
		-exec chmod u+rwx,go+rx {} \; -o \
Packit ae235b
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit ae235b
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit ae235b
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit ae235b
	|| chmod -R a+r "$(distdir)"
Packit ae235b
dist-gzip: distdir
Packit ae235b
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
Packit ae235b
dist-bzip2: distdir
Packit ae235b
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
Packit ae235b
dist-lzip: distdir
Packit ae235b
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
dist-xz: distdir
Packit ae235b
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
Packit ae235b
dist-tarZ: distdir
Packit ae235b
	@echo WARNING: "Support for distribution archives compressed with" \
Packit ae235b
		       "legacy program 'compress' is deprecated." >&2
Packit ae235b
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit ae235b
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
Packit ae235b
dist-shar: distdir
Packit ae235b
	@echo WARNING: "Support for shar distribution archives is" \
Packit ae235b
	               "deprecated." >&2
Packit ae235b
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit ae235b
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
Packit ae235b
dist-zip: distdir
Packit ae235b
	-rm -f $(distdir).zip
Packit ae235b
	zip -rq $(distdir).zip $(distdir)
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
Packit ae235b
dist dist-all:
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
Packit ae235b
# This target untars the dist file and tries a VPATH configuration.  Then
Packit ae235b
# it guarantees that the distribution is self-contained by making another
Packit ae235b
# tarfile.
Packit ae235b
distcheck: dist
Packit ae235b
	case '$(DIST_ARCHIVES)' in \
Packit ae235b
	*.tar.gz*) \
Packit ae235b
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit ae235b
	*.tar.bz2*) \
Packit ae235b
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit ae235b
	*.tar.lz*) \
Packit ae235b
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit ae235b
	*.tar.xz*) \
Packit ae235b
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit ae235b
	*.tar.Z*) \
Packit ae235b
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit ae235b
	*.shar.gz*) \
Packit ae235b
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
Packit ae235b
	*.zip*) \
Packit ae235b
	  unzip $(distdir).zip ;;\
Packit ae235b
	esac
Packit ae235b
	chmod -R a-w $(distdir)
Packit ae235b
	chmod u+w $(distdir)
Packit ae235b
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit ae235b
	chmod a-w $(distdir)
Packit ae235b
	test -d $(distdir)/_build || exit 0; \
Packit ae235b
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit ae235b
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit ae235b
	  && am__cwd=`pwd` \
Packit ae235b
	  && $(am__cd) $(distdir)/_build/sub \
Packit ae235b
	  && ../../configure \
Packit ae235b
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit ae235b
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit ae235b
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit ae235b
	        distuninstallcheck \
Packit ae235b
	  && chmod -R a-w "$$dc_install_base" \
Packit ae235b
	  && ({ \
Packit ae235b
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit ae235b
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit ae235b
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit ae235b
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit ae235b
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit ae235b
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit ae235b
	  && rm -rf "$$dc_destdir" \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit ae235b
	  && rm -rf $(DIST_ARCHIVES) \
Packit ae235b
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit ae235b
	  && cd "$$am__cwd" \
Packit ae235b
	  || exit 1
Packit ae235b
	$(am__post_remove_distdir)
Packit ae235b
	@(echo "$(distdir) archives ready for distribution: "; \
Packit ae235b
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit ae235b
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit ae235b
distuninstallcheck:
Packit ae235b
	@test -n '$(distuninstallcheck_dir)' || { \
Packit ae235b
	  echo 'ERROR: trying to run $@ with an empty' \
Packit ae235b
	       '$$(distuninstallcheck_dir)' >&2; \
Packit ae235b
	  exit 1; \
Packit ae235b
	}; \
Packit ae235b
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit ae235b
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit ae235b
	  exit 1; \
Packit ae235b
	}; \
Packit ae235b
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit ae235b
	   || { echo "ERROR: files left after uninstall:" ; \
Packit ae235b
	        if test -n "$(DESTDIR)"; then \
Packit ae235b
	          echo "  (check DESTDIR support)"; \
Packit ae235b
	        fi ; \
Packit ae235b
	        $(distuninstallcheck_listfiles) ; \
Packit ae235b
	        exit 1; } >&2
Packit ae235b
distcleancheck: distclean
Packit ae235b
	@if test '$(srcdir)' = . ; then \
Packit ae235b
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit ae235b
	  exit 1 ; \
Packit ae235b
	fi
Packit ae235b
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit ae235b
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit ae235b
	       $(distcleancheck_listfiles) ; \
Packit ae235b
	       exit 1; } >&2
Packit ae235b
check-am: all-am
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
Packit ae235b
	  $(check_SCRIPTS) $(check_DATA)
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
Packit ae235b
check: $(BUILT_SOURCES)
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) check-recursive
Packit ae235b
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
Packit ae235b
		config.h
Packit ae235b
installdirs: installdirs-recursive
Packit ae235b
installdirs-am:
Packit ae235b
	for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(valgrinddir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
Packit ae235b
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit ae235b
	done
Packit ae235b
install: $(BUILT_SOURCES)
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) install-recursive
Packit ae235b
install-exec: install-exec-recursive
Packit ae235b
install-data: install-data-recursive
Packit ae235b
uninstall: uninstall-recursive
Packit ae235b
Packit ae235b
install-am: all-am
Packit ae235b
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit ae235b
Packit ae235b
installcheck: installcheck-recursive
Packit ae235b
install-strip:
Packit ae235b
	if test -z '$(STRIP)'; then \
Packit ae235b
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit ae235b
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit ae235b
	      install; \
Packit ae235b
	else \
Packit ae235b
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit ae235b
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit ae235b
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit ae235b
	fi
Packit ae235b
mostlyclean-generic:
Packit ae235b
	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
Packit ae235b
	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
Packit ae235b
	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
Packit ae235b
Packit ae235b
clean-generic:
Packit ae235b
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Packit ae235b
Packit ae235b
distclean-generic:
Packit ae235b
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit ae235b
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit ae235b
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
Packit ae235b
Packit ae235b
maintainer-clean-generic:
Packit ae235b
	@echo "This command is intended for maintainers to use"
Packit ae235b
	@echo "it deletes files that may require special tools to rebuild."
Packit ae235b
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
Packit ae235b
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit ae235b
clean: clean-recursive
Packit ae235b
Packit ae235b
clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
Packit ae235b
	clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
Packit ae235b
	clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
Packit ae235b
	mostlyclean-am
Packit ae235b
Packit ae235b
distclean: distclean-recursive
Packit ae235b
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit ae235b
	-rm -f Makefile
Packit ae235b
distclean-am: clean-am distclean-generic distclean-hdr \
Packit ae235b
	distclean-libtool distclean-local distclean-tags
Packit ae235b
Packit ae235b
dvi: dvi-recursive
Packit ae235b
Packit ae235b
dvi-am:
Packit ae235b
Packit ae235b
html: html-recursive
Packit ae235b
Packit ae235b
html-am:
Packit ae235b
Packit ae235b
info: info-recursive
Packit ae235b
Packit ae235b
info-am:
Packit ae235b
Packit ae235b
install-data-am: install-dist_valgrindDATA \
Packit ae235b
	install-installed_testLTLIBRARIES \
Packit ae235b
	install-installed_testPROGRAMS install-installed_testSCRIPTS \
Packit ae235b
	install-installed_test_metaDATA \
Packit ae235b
	install-nobase_installed_testDATA install-pkgconfigDATA
Packit ae235b
Packit ae235b
install-dvi: install-dvi-recursive
Packit ae235b
Packit ae235b
install-dvi-am:
Packit ae235b
Packit ae235b
install-exec-am: install-binSCRIPTS
Packit ae235b
Packit ae235b
install-html: install-html-recursive
Packit ae235b
Packit ae235b
install-html-am:
Packit ae235b
Packit ae235b
install-info: install-info-recursive
Packit ae235b
Packit ae235b
install-info-am:
Packit ae235b
Packit ae235b
install-man:
Packit ae235b
Packit ae235b
install-pdf: install-pdf-recursive
Packit ae235b
Packit ae235b
install-pdf-am:
Packit ae235b
Packit ae235b
install-ps: install-ps-recursive
Packit ae235b
Packit ae235b
install-ps-am:
Packit ae235b
Packit ae235b
installcheck-am:
Packit ae235b
Packit ae235b
maintainer-clean: maintainer-clean-recursive
Packit ae235b
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit ae235b
	-rm -rf $(top_srcdir)/autom4te.cache
Packit ae235b
	-rm -f Makefile
Packit ae235b
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit ae235b
Packit ae235b
mostlyclean: mostlyclean-recursive
Packit ae235b
Packit ae235b
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit ae235b
Packit ae235b
pdf: pdf-recursive
Packit ae235b
Packit ae235b
pdf-am:
Packit ae235b
Packit ae235b
ps: ps-recursive
Packit ae235b
Packit ae235b
ps-am:
Packit ae235b
Packit ae235b
uninstall-am: uninstall-binSCRIPTS uninstall-dist_valgrindDATA \
Packit ae235b
	uninstall-installed_testLTLIBRARIES \
Packit ae235b
	uninstall-installed_testPROGRAMS \
Packit ae235b
	uninstall-installed_testSCRIPTS \
Packit ae235b
	uninstall-installed_test_metaDATA \
Packit ae235b
	uninstall-nobase_installed_testDATA uninstall-pkgconfigDATA
Packit ae235b
Packit ae235b
.MAKE: $(am__recursive_targets) all check check-am install install-am \
Packit ae235b
	install-strip
Packit ae235b
Packit ae235b
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit ae235b
	am--refresh check check-TESTS check-am check-local clean \
Packit ae235b
	clean-checkLTLIBRARIES clean-checkPROGRAMS clean-cscope \
Packit ae235b
	clean-generic clean-installed_testLTLIBRARIES \
Packit ae235b
	clean-installed_testPROGRAMS clean-libtool \
Packit ae235b
	clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
Packit ae235b
	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
Packit ae235b
	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
Packit ae235b
	dist-zip distcheck distclean distclean-generic distclean-hdr \
Packit ae235b
	distclean-libtool distclean-local distclean-tags \
Packit ae235b
	distcleancheck distdir distuninstallcheck dvi dvi-am html \
Packit ae235b
	html-am info info-am install install-am install-binSCRIPTS \
Packit ae235b
	install-data install-data-am install-dist_valgrindDATA \
Packit ae235b
	install-dvi install-dvi-am install-exec install-exec-am \
Packit ae235b
	install-html install-html-am install-info install-info-am \
Packit ae235b
	install-installed_testLTLIBRARIES \
Packit ae235b
	install-installed_testPROGRAMS install-installed_testSCRIPTS \
Packit ae235b
	install-installed_test_metaDATA install-man \
Packit ae235b
	install-nobase_installed_testDATA install-pdf install-pdf-am \
Packit ae235b
	install-pkgconfigDATA install-ps install-ps-am install-strip \
Packit ae235b
	installcheck installcheck-am installdirs installdirs-am \
Packit ae235b
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit ae235b
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit ae235b
	recheck tags tags-am uninstall uninstall-am \
Packit ae235b
	uninstall-binSCRIPTS uninstall-dist_valgrindDATA \
Packit ae235b
	uninstall-installed_testLTLIBRARIES \
Packit ae235b
	uninstall-installed_testPROGRAMS \
Packit ae235b
	uninstall-installed_testSCRIPTS \
Packit ae235b
	uninstall-installed_test_metaDATA \
Packit ae235b
	uninstall-nobase_installed_testDATA uninstall-pkgconfigDATA
Packit ae235b
Packit ae235b
.PRECIOUS: Makefile
Packit ae235b
Packit ae235b
Packit ae235b
# test-nonrecursive: run tests only in cwd
Packit ae235b
@OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
Packit ae235b
@OS_UNIX_TRUE@	@test -z "${TEST_PROGS}" || G_TEST_SRCDIR="$(abs_srcdir)" G_TEST_BUILDDIR="$(abs_builddir)" G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
Packit ae235b
@OS_UNIX_FALSE@test-nonrecursive:
Packit ae235b
Packit ae235b
.PHONY: test-nonrecursive
Packit ae235b
Packit ae235b
.PHONY: lcov genlcov lcov-clean
Packit ae235b
# use recursive makes in order to ignore errors during check
Packit ae235b
lcov:
Packit ae235b
	-$(MAKE) $(AM_MAKEFLAGS) -k check
Packit ae235b
	$(MAKE) $(AM_MAKEFLAGS) genlcov
Packit ae235b
Packit ae235b
# we have to massage the lcov.info file slightly to hide the effect of libtool
Packit ae235b
# placing the objects files in the .libs/ directory separate from the *.c
Packit ae235b
# we also have to delete tests/.libs/libmoduletestplugin_*.gcda
Packit ae235b
genlcov:
Packit ae235b
	$(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
Packit ae235b
	  $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
Packit ae235b
	  $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\*  gio/tests/gdbus-object-manager-example/\* ; \
Packit ae235b
	  LANG=C $(LTP_GENHTML) --quiet --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --frames --show-details glib-lcov.info --ignore-errors source
Packit ae235b
	@echo "file://$(abs_top_builddir)/glib-lcov/index.html"
Packit ae235b
Packit ae235b
lcov-clean:
Packit ae235b
	if test -n "$(LTP)"; then \
Packit ae235b
	  $(LTP) --quiet --directory $(top_builddir) -z; \
Packit ae235b
	fi
Packit ae235b
Packit ae235b
# run tests in cwd as part of make check
Packit ae235b
check-local: test-nonrecursive
Packit ae235b
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	echo 'Type=session' >> $@.tmp; \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
Packit ae235b
@ENABLE_INSTALLED_TESTS_TRUE@	mv $@.tmp $@)
Packit ae235b
Packit ae235b
# http://people.gnome.org/~walters/docs/build-api.txt
Packit ae235b
.buildapi-allow-builddir:
Packit ae235b
Packit ae235b
ChangeLog:
Packit ae235b
	$(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
Packit ae235b
	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GLIB_2_20_0^^.. --stat) | fmt --split-only > $@.tmp \
Packit ae235b
	  && mv -f $@.tmp $@ \
Packit ae235b
	  || ($(RM) $@.tmp; \
Packit ae235b
	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
Packit ae235b
	      (test -f $@ || echo git-log is required to generate this file >> $@)); \
Packit ae235b
	else \
Packit ae235b
	  test -f $@ || \
Packit ae235b
	  (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
Packit ae235b
	  echo A git checkout and git-log is required to generate this file >> $@); \
Packit ae235b
	fi
Packit ae235b
Packit ae235b
$(pkgconfig_DATA): config.status
Packit ae235b
Packit ae235b
distclean-local: lcov-clean
Packit ae235b
	if test $(srcdir) = .; then :; else \
Packit ae235b
	    rm -f $(BUILT_EXTRA_DIST); \
Packit ae235b
	fi
Packit ae235b
Packit ae235b
.PHONY: files release sanity snapshot ChangeLog
Packit ae235b
Packit ae235b
files:
Packit ae235b
	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
Packit ae235b
	  echo $$p; \
Packit ae235b
	done
Packit ae235b
Packit ae235b
release:
Packit ae235b
	rm -rf .deps */.deps
Packit ae235b
	cd docs && make glib.html
Packit ae235b
	$(MAKE) distcheck
Packit ae235b
Packit ae235b
sanity:
Packit ae235b
	./sanity_check $(VERSION)
Packit ae235b
Packit ae235b
snapshot:
Packit ae235b
	$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
Packit ae235b
Packit ae235b
snapcheck:
Packit ae235b
	$(MAKE) distcheck distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
Packit ae235b
Packit ae235b
dist-hook: $(BUILT_EXTRA_DIST)
Packit ae235b
	files='$(BUILT_EXTRA_DIST)'; \
Packit ae235b
	for f in $$files; do \
Packit ae235b
	  if test -f $$f; then d=.; else d=$(srcdir); fi; \
Packit ae235b
	  rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
Packit ae235b
Packit ae235b
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit ae235b
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit ae235b
.NOEXPORT: