Blame src/conf/Makefile.in

Packit Service db8eaa
# Makefile.in generated by automake 1.16.1 from Makefile.am.
Packit Service db8eaa
# @configure_input@
Packit Service db8eaa
Packit Service db8eaa
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
Packit Service db8eaa
Packit Service db8eaa
# This Makefile.in is free software; the Free Software Foundation
Packit Service db8eaa
# gives unlimited permission to copy and/or distribute it,
Packit Service db8eaa
# with or without modifications, as long as this notice is preserved.
Packit Service db8eaa
Packit Service db8eaa
# This program is distributed in the hope that it will be useful,
Packit Service db8eaa
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service db8eaa
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service db8eaa
# PARTICULAR PURPOSE.
Packit Service db8eaa
Packit Service db8eaa
@SET_MAKE@
Packit Service db8eaa
Packit Service db8eaa
VPATH = @srcdir@
Packit Service db8eaa
am__is_gnu_make = { \
Packit Service db8eaa
  if test -z '$(MAKELEVEL)'; then \
Packit Service db8eaa
    false; \
Packit Service db8eaa
  elif test -n '$(MAKE_HOST)'; then \
Packit Service db8eaa
    true; \
Packit Service db8eaa
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service db8eaa
    true; \
Packit Service db8eaa
  else \
Packit Service db8eaa
    false; \
Packit Service db8eaa
  fi; \
Packit Service db8eaa
}
Packit Service db8eaa
am__make_running_with_option = \
Packit Service db8eaa
  case $${target_option-} in \
Packit Service db8eaa
      ?) ;; \
Packit Service db8eaa
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service db8eaa
              "target option '$${target_option-}' specified" >&2; \
Packit Service db8eaa
         exit 1;; \
Packit Service db8eaa
  esac; \
Packit Service db8eaa
  has_opt=no; \
Packit Service db8eaa
  sane_makeflags=$$MAKEFLAGS; \
Packit Service db8eaa
  if $(am__is_gnu_make); then \
Packit Service db8eaa
    sane_makeflags=$$MFLAGS; \
Packit Service db8eaa
  else \
Packit Service db8eaa
    case $$MAKEFLAGS in \
Packit Service db8eaa
      *\\[\ \	]*) \
Packit Service db8eaa
        bs=\\; \
Packit Service db8eaa
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service db8eaa
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service db8eaa
    esac; \
Packit Service db8eaa
  fi; \
Packit Service db8eaa
  skip_next=no; \
Packit Service db8eaa
  strip_trailopt () \
Packit Service db8eaa
  { \
Packit Service db8eaa
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service db8eaa
  }; \
Packit Service db8eaa
  for flg in $$sane_makeflags; do \
Packit Service db8eaa
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service db8eaa
    case $$flg in \
Packit Service db8eaa
      *=*|--*) continue;; \
Packit Service db8eaa
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service db8eaa
      -*I?*) strip_trailopt 'I';; \
Packit Service db8eaa
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service db8eaa
      -*O?*) strip_trailopt 'O';; \
Packit Service db8eaa
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service db8eaa
      -*l?*) strip_trailopt 'l';; \
Packit Service db8eaa
      -[dEDm]) skip_next=yes;; \
Packit Service db8eaa
      -[JT]) skip_next=yes;; \
Packit Service db8eaa
    esac; \
Packit Service db8eaa
    case $$flg in \
Packit Service db8eaa
      *$$target_option*) has_opt=yes; break;; \
Packit Service db8eaa
    esac; \
Packit Service db8eaa
  done; \
Packit Service db8eaa
  test $$has_opt = yes
Packit Service db8eaa
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service db8eaa
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service db8eaa
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service db8eaa
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service db8eaa
pkglibdir = $(libdir)/@PACKAGE@
Packit Service db8eaa
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service db8eaa
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service db8eaa
install_sh_DATA = $(install_sh) -c -m 644
Packit Service db8eaa
install_sh_PROGRAM = $(install_sh) -c
Packit Service db8eaa
install_sh_SCRIPT = $(install_sh) -c
Packit Service db8eaa
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service db8eaa
transform = $(program_transform_name)
Packit Service db8eaa
NORMAL_INSTALL = :
Packit Service db8eaa
PRE_INSTALL = :
Packit Service db8eaa
POST_INSTALL = :
Packit Service db8eaa
NORMAL_UNINSTALL = :
Packit Service db8eaa
PRE_UNINSTALL = :
Packit Service db8eaa
POST_UNINSTALL = :
Packit Service db8eaa
build_triplet = @build@
Packit Service db8eaa
host_triplet = @host@
Packit Service db8eaa
@BUILD_ALISP_TRUE@am__append_1 = sndo-mixer.alisp
Packit Service db8eaa
@BUILD_MIXER_MODULES_TRUE@@BUILD_MODULES_TRUE@am__append_2 = smixer.conf
Packit Service db8eaa
subdir = src/conf
Packit Service db8eaa
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service db8eaa
am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
Packit Service db8eaa
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit Service db8eaa
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit Service db8eaa
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
Packit Service db8eaa
	$(top_srcdir)/configure.ac
Packit Service db8eaa
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service db8eaa
	$(ACLOCAL_M4)
Packit Service db8eaa
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit Service db8eaa
mkinstalldirs = $(install_sh) -d
Packit Service db8eaa
CONFIG_HEADER = $(top_builddir)/include/config.h
Packit Service db8eaa
CONFIG_CLEAN_FILES =
Packit Service db8eaa
CONFIG_CLEAN_VPATH_FILES =
Packit Service db8eaa
AM_V_P = $(am__v_P_@AM_V@)
Packit Service db8eaa
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_P_0 = false
Packit Service db8eaa
am__v_P_1 = :
Packit Service db8eaa
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service db8eaa
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service db8eaa
am__v_GEN_1 = 
Packit Service db8eaa
AM_V_at = $(am__v_at_@AM_V@)
Packit Service db8eaa
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_at_0 = @
Packit Service db8eaa
am__v_at_1 = 
Packit Service db8eaa
SOURCES =
Packit Service db8eaa
DIST_SOURCES =
Packit Service db8eaa
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit Service db8eaa
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit Service db8eaa
	install-data-recursive install-dvi-recursive \
Packit Service db8eaa
	install-exec-recursive install-html-recursive \
Packit Service db8eaa
	install-info-recursive install-pdf-recursive \
Packit Service db8eaa
	install-ps-recursive install-recursive installcheck-recursive \
Packit Service db8eaa
	installdirs-recursive pdf-recursive ps-recursive \
Packit Service db8eaa
	tags-recursive uninstall-recursive
Packit Service db8eaa
am__can_run_installinfo = \
Packit Service db8eaa
  case $$AM_UPDATE_INFO_DIR in \
Packit Service db8eaa
    n|no|NO) false;; \
Packit Service db8eaa
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service db8eaa
  esac
Packit Service db8eaa
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit Service db8eaa
am__vpath_adj = case $$p in \
Packit Service db8eaa
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit Service db8eaa
    *) f=$$p;; \
Packit Service db8eaa
  esac;
Packit Service db8eaa
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit Service db8eaa
am__install_max = 40
Packit Service db8eaa
am__nobase_strip_setup = \
Packit Service db8eaa
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit Service db8eaa
am__nobase_strip = \
Packit Service db8eaa
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit Service db8eaa
am__nobase_list = $(am__nobase_strip_setup); \
Packit Service db8eaa
  for p in $$list; do echo "$$p $$p"; done | \
Packit Service db8eaa
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit Service db8eaa
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit Service db8eaa
    if (++n[$$2] == $(am__install_max)) \
Packit Service db8eaa
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit Service db8eaa
    END { for (dir in files) print dir, files[dir] }'
Packit Service db8eaa
am__base_list = \
Packit Service db8eaa
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit Service db8eaa
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit Service db8eaa
am__uninstall_files_from_dir = { \
Packit Service db8eaa
  test -z "$$files" \
Packit Service db8eaa
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit Service db8eaa
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit Service db8eaa
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit Service db8eaa
  }
Packit Service db8eaa
am__installdirs = "$(DESTDIR)$(alsadir)"
Packit Service db8eaa
DATA = $(alsa_DATA)
Packit Service db8eaa
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit Service db8eaa
  distclean-recursive maintainer-clean-recursive
Packit Service db8eaa
am__recursive_targets = \
Packit Service db8eaa
  $(RECURSIVE_TARGETS) \
Packit Service db8eaa
  $(RECURSIVE_CLEAN_TARGETS) \
Packit Service db8eaa
  $(am__extra_recursive_targets)
Packit Service db8eaa
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit Service db8eaa
	distdir distdir-am
Packit Service db8eaa
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Service db8eaa
# Read a list of newline-separated strings from the standard input,
Packit Service db8eaa
# and print each of them once, without duplicates.  Input order is
Packit Service db8eaa
# *not* preserved.
Packit Service db8eaa
am__uniquify_input = $(AWK) '\
Packit Service db8eaa
  BEGIN { nonempty = 0; } \
Packit Service db8eaa
  { items[$$0] = 1; nonempty = 1; } \
Packit Service db8eaa
  END { if (nonempty) { for (i in items) print i; }; } \
Packit Service db8eaa
'
Packit Service db8eaa
# Make sure the list of sources is unique.  This is necessary because,
Packit Service db8eaa
# e.g., the same source file might be shared among _SOURCES variables
Packit Service db8eaa
# for different programs/libraries.
Packit Service db8eaa
am__define_uniq_tagged_files = \
Packit Service db8eaa
  list='$(am__tagged_files)'; \
Packit Service db8eaa
  unique=`for i in $$list; do \
Packit Service db8eaa
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service db8eaa
  done | $(am__uniquify_input)`
Packit Service db8eaa
ETAGS = etags
Packit Service db8eaa
CTAGS = ctags
Packit Service db8eaa
DIST_SUBDIRS = $(SUBDIRS)
Packit Service db8eaa
am__DIST_COMMON = $(srcdir)/Makefile.in
Packit Service db8eaa
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service db8eaa
am__relativize = \
Packit Service db8eaa
  dir0=`pwd`; \
Packit Service db8eaa
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit Service db8eaa
  sed_rest='s,^[^/]*/*,,'; \
Packit Service db8eaa
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit Service db8eaa
  sed_butlast='s,/*[^/]*$$,,'; \
Packit Service db8eaa
  while test -n "$$dir1"; do \
Packit Service db8eaa
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit Service db8eaa
    if test "$$first" != "."; then \
Packit Service db8eaa
      if test "$$first" = ".."; then \
Packit Service db8eaa
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit Service db8eaa
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit Service db8eaa
      else \
Packit Service db8eaa
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit Service db8eaa
        if test "$$first2" = "$$first"; then \
Packit Service db8eaa
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit Service db8eaa
        else \
Packit Service db8eaa
          dir2="../$$dir2"; \
Packit Service db8eaa
        fi; \
Packit Service db8eaa
        dir0="$$dir0"/"$$first"; \
Packit Service db8eaa
      fi; \
Packit Service db8eaa
    fi; \
Packit Service db8eaa
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit Service db8eaa
  done; \
Packit Service db8eaa
  reldir="$$dir2"
Packit Service db8eaa
ACLOCAL = @ACLOCAL@
Packit Service db8eaa
ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
Packit Service db8eaa
ALSA_DEPLIBS = @ALSA_DEPLIBS@
Packit Service db8eaa
ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
Packit Service db8eaa
ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
Packit Service db8eaa
AMTAR = @AMTAR@
Packit Service db8eaa
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service db8eaa
AR = @AR@
Packit Service db8eaa
AUTOCONF = @AUTOCONF@
Packit Service db8eaa
AUTOHEADER = @AUTOHEADER@
Packit Service db8eaa
AUTOMAKE = @AUTOMAKE@
Packit Service db8eaa
AWK = @AWK@
Packit Service db8eaa
CC = @CC@
Packit Service db8eaa
CCDEPMODE = @CCDEPMODE@
Packit Service db8eaa
CFLAGS = @CFLAGS@
Packit Service db8eaa
CPP = @CPP@
Packit Service db8eaa
CPPFLAGS = @CPPFLAGS@
Packit Service db8eaa
CYGPATH_W = @CYGPATH_W@
Packit Service db8eaa
DEFS = @DEFS@
Packit Service db8eaa
DEPDIR = @DEPDIR@
Packit Service db8eaa
DLLTOOL = @DLLTOOL@
Packit Service db8eaa
DSYMUTIL = @DSYMUTIL@
Packit Service db8eaa
DUMPBIN = @DUMPBIN@
Packit Service db8eaa
ECHO_C = @ECHO_C@
Packit Service db8eaa
ECHO_N = @ECHO_N@
Packit Service db8eaa
ECHO_T = @ECHO_T@
Packit Service db8eaa
EGREP = @EGREP@
Packit Service db8eaa
EXEEXT = @EXEEXT@
Packit Service db8eaa
FGREP = @FGREP@
Packit Service db8eaa
GREP = @GREP@
Packit Service db8eaa
INSTALL = @INSTALL@
Packit Service db8eaa
INSTALL_DATA = @INSTALL_DATA@
Packit Service db8eaa
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service db8eaa
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service db8eaa
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service db8eaa
LD = @LD@
Packit Service db8eaa
LDFLAGS = @LDFLAGS@
Packit Service db8eaa
LDFLAGS_NOUNDEFINED = @LDFLAGS_NOUNDEFINED@
Packit Service db8eaa
LIBOBJS = @LIBOBJS@
Packit Service db8eaa
LIBS = @LIBS@
Packit Service db8eaa
LIBTOOL = @LIBTOOL@
Packit Service db8eaa
LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
Packit Service db8eaa
LIPO = @LIPO@
Packit Service db8eaa
LN_S = @LN_S@
Packit Service db8eaa
LTLIBOBJS = @LTLIBOBJS@
Packit Service db8eaa
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit Service db8eaa
MAINT = @MAINT@
Packit Service db8eaa
MAKEINFO = @MAKEINFO@
Packit Service db8eaa
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service db8eaa
MKDIR_P = @MKDIR_P@
Packit Service db8eaa
NM = @NM@
Packit Service db8eaa
NMEDIT = @NMEDIT@
Packit Service db8eaa
OBJDUMP = @OBJDUMP@
Packit Service db8eaa
OBJEXT = @OBJEXT@
Packit Service db8eaa
OTOOL = @OTOOL@
Packit Service db8eaa
OTOOL64 = @OTOOL64@
Packit Service db8eaa
PACKAGE = @PACKAGE@
Packit Service db8eaa
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service db8eaa
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service db8eaa
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service db8eaa
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service db8eaa
PACKAGE_URL = @PACKAGE_URL@
Packit Service db8eaa
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service db8eaa
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service db8eaa
PYTHON_INCLUDES = @PYTHON_INCLUDES@
Packit Service db8eaa
PYTHON_LIBS = @PYTHON_LIBS@
Packit Service db8eaa
RANLIB = @RANLIB@
Packit Service db8eaa
SED = @SED@
Packit Service db8eaa
SET_MAKE = @SET_MAKE@
Packit Service db8eaa
SHELL = @SHELL@
Packit Service db8eaa
SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
Packit Service db8eaa
SND_LIB_MAJOR = @SND_LIB_MAJOR@
Packit Service db8eaa
SND_LIB_MINOR = @SND_LIB_MINOR@
Packit Service db8eaa
SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
Packit Service db8eaa
SND_LIB_VERSION = @SND_LIB_VERSION@
Packit Service db8eaa
STRIP = @STRIP@
Packit Service db8eaa
SYMBOL_PREFIX = @SYMBOL_PREFIX@
Packit Service db8eaa
VERSION = @VERSION@
Packit Service db8eaa
abs_builddir = @abs_builddir@
Packit Service db8eaa
abs_srcdir = @abs_srcdir@
Packit Service db8eaa
abs_top_builddir = @abs_top_builddir@
Packit Service db8eaa
abs_top_srcdir = @abs_top_srcdir@
Packit Service db8eaa
ac_ct_AR = @ac_ct_AR@
Packit Service db8eaa
ac_ct_CC = @ac_ct_CC@
Packit Service db8eaa
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service db8eaa
am__include = @am__include@
Packit Service db8eaa
am__leading_dot = @am__leading_dot@
Packit Service db8eaa
am__quote = @am__quote@
Packit Service db8eaa
am__tar = @am__tar@
Packit Service db8eaa
am__untar = @am__untar@
Packit Service db8eaa
bindir = @bindir@
Packit Service db8eaa
build = @build@
Packit Service db8eaa
build_alias = @build_alias@
Packit Service db8eaa
build_cpu = @build_cpu@
Packit Service db8eaa
build_os = @build_os@
Packit Service db8eaa
build_vendor = @build_vendor@
Packit Service db8eaa
builddir = @builddir@
Packit Service db8eaa
datadir = @datadir@
Packit Service db8eaa
datarootdir = @datarootdir@
Packit Service db8eaa
docdir = @docdir@
Packit Service db8eaa
dvidir = @dvidir@
Packit Service db8eaa
exec_prefix = @exec_prefix@
Packit Service db8eaa
host = @host@
Packit Service db8eaa
host_alias = @host_alias@
Packit Service db8eaa
host_cpu = @host_cpu@
Packit Service db8eaa
host_os = @host_os@
Packit Service db8eaa
host_vendor = @host_vendor@
Packit Service db8eaa
htmldir = @htmldir@
Packit Service db8eaa
includedir = @includedir@
Packit Service db8eaa
infodir = @infodir@
Packit Service db8eaa
install_sh = @install_sh@
Packit Service db8eaa
libdir = @libdir@
Packit Service db8eaa
libexecdir = @libexecdir@
Packit Service db8eaa
localedir = @localedir@
Packit Service db8eaa
localstatedir = @localstatedir@
Packit Service db8eaa
mandir = @mandir@
Packit Service db8eaa
mkdir_p = @mkdir_p@
Packit Service db8eaa
oldincludedir = @oldincludedir@
Packit Service db8eaa
pdfdir = @pdfdir@
Packit Service db8eaa
prefix = @prefix@
Packit Service db8eaa
program_transform_name = @program_transform_name@
Packit Service db8eaa
psdir = @psdir@
Packit Service db8eaa
sbindir = @sbindir@
Packit Service db8eaa
sharedstatedir = @sharedstatedir@
Packit Service db8eaa
srcdir = @srcdir@
Packit Service db8eaa
sysconfdir = @sysconfdir@
Packit Service db8eaa
target_alias = @target_alias@
Packit Service db8eaa
top_build_prefix = @top_build_prefix@
Packit Service db8eaa
top_builddir = @top_builddir@
Packit Service db8eaa
top_srcdir = @top_srcdir@
Packit Service db8eaa
SUBDIRS = cards pcm
Packit Service db8eaa
cfg_files = alsa.conf $(am__append_1) $(am__append_2)
Packit Service db8eaa
EXTRA_DIST = $(cfg_files)
Packit Service db8eaa
alsaconfigdir = @ALSA_CONFIG_DIR@
Packit Service db8eaa
alsadir = $(alsaconfigdir)
Packit Service db8eaa
alsa_DATA = $(cfg_files)
Packit Service db8eaa
all: all-recursive
Packit Service db8eaa
Packit Service db8eaa
.SUFFIXES:
Packit Service db8eaa
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service db8eaa
	@for dep in $?; do \
Packit Service db8eaa
	  case '$(am__configure_deps)' in \
Packit Service db8eaa
	    *$$dep*) \
Packit Service db8eaa
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit Service db8eaa
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit Service db8eaa
	      exit 1;; \
Packit Service db8eaa
	  esac; \
Packit Service db8eaa
	done; \
Packit Service db8eaa
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/conf/Makefile'; \
Packit Service db8eaa
	$(am__cd) $(top_srcdir) && \
Packit Service db8eaa
	  $(AUTOMAKE) --foreign src/conf/Makefile
Packit Service db8eaa
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service db8eaa
	@case '$?' in \
Packit Service db8eaa
	  *config.status*) \
Packit Service db8eaa
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit Service db8eaa
	  *) \
Packit Service db8eaa
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
Packit Service db8eaa
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
Packit Service db8eaa
	esac;
Packit Service db8eaa
Packit Service db8eaa
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service db8eaa
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service db8eaa
Packit Service db8eaa
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service db8eaa
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service db8eaa
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service db8eaa
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service db8eaa
$(am__aclocal_m4_deps):
Packit Service db8eaa
Packit Service db8eaa
mostlyclean-libtool:
Packit Service db8eaa
	-rm -f *.lo
Packit Service db8eaa
Packit Service db8eaa
clean-libtool:
Packit Service db8eaa
	-rm -rf .libs _libs
Packit Service db8eaa
install-alsaDATA: $(alsa_DATA)
Packit Service db8eaa
	@$(NORMAL_INSTALL)
Packit Service db8eaa
	@list='$(alsa_DATA)'; test -n "$(alsadir)" || list=; \
Packit Service db8eaa
	if test -n "$$list"; then \
Packit Service db8eaa
	  echo " $(MKDIR_P) '$(DESTDIR)$(alsadir)'"; \
Packit Service db8eaa
	  $(MKDIR_P) "$(DESTDIR)$(alsadir)" || exit 1; \
Packit Service db8eaa
	fi; \
Packit Service db8eaa
	for p in $$list; do \
Packit Service db8eaa
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit Service db8eaa
	  echo "$$d$$p"; \
Packit Service db8eaa
	done | $(am__base_list) | \
Packit Service db8eaa
	while read files; do \
Packit Service db8eaa
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(alsadir)'"; \
Packit Service db8eaa
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(alsadir)" || exit $$?; \
Packit Service db8eaa
	done
Packit Service db8eaa
Packit Service db8eaa
uninstall-alsaDATA:
Packit Service db8eaa
	@$(NORMAL_UNINSTALL)
Packit Service db8eaa
	@list='$(alsa_DATA)'; test -n "$(alsadir)" || list=; \
Packit Service db8eaa
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit Service db8eaa
	dir='$(DESTDIR)$(alsadir)'; $(am__uninstall_files_from_dir)
Packit Service db8eaa
Packit Service db8eaa
# This directory's subdirectories are mostly independent; you can cd
Packit Service db8eaa
# into them and run 'make' without going through this Makefile.
Packit Service db8eaa
# To change the values of 'make' variables: instead of editing Makefiles,
Packit Service db8eaa
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit Service db8eaa
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit Service db8eaa
# (2) otherwise, pass the desired values on the 'make' command line.
Packit Service db8eaa
$(am__recursive_targets):
Packit Service db8eaa
	@fail=; \
Packit Service db8eaa
	if $(am__make_keepgoing); then \
Packit Service db8eaa
	  failcom='fail=yes'; \
Packit Service db8eaa
	else \
Packit Service db8eaa
	  failcom='exit 1'; \
Packit Service db8eaa
	fi; \
Packit Service db8eaa
	dot_seen=no; \
Packit Service db8eaa
	target=`echo $@ | sed s/-recursive//`; \
Packit Service db8eaa
	case "$@" in \
Packit Service db8eaa
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit Service db8eaa
	  *) list='$(SUBDIRS)' ;; \
Packit Service db8eaa
	esac; \
Packit Service db8eaa
	for subdir in $$list; do \
Packit Service db8eaa
	  echo "Making $$target in $$subdir"; \
Packit Service db8eaa
	  if test "$$subdir" = "."; then \
Packit Service db8eaa
	    dot_seen=yes; \
Packit Service db8eaa
	    local_target="$$target-am"; \
Packit Service db8eaa
	  else \
Packit Service db8eaa
	    local_target="$$target"; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit Service db8eaa
	  || eval $$failcom; \
Packit Service db8eaa
	done; \
Packit Service db8eaa
	if test "$$dot_seen" = "no"; then \
Packit Service db8eaa
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit Service db8eaa
	fi; test -z "$$fail"
Packit Service db8eaa
Packit Service db8eaa
ID: $(am__tagged_files)
Packit Service db8eaa
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit Service db8eaa
tags: tags-recursive
Packit Service db8eaa
TAGS: tags
Packit Service db8eaa
Packit Service db8eaa
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service db8eaa
	set x; \
Packit Service db8eaa
	here=`pwd`; \
Packit Service db8eaa
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit Service db8eaa
	  include_option=--etags-include; \
Packit Service db8eaa
	  empty_fix=.; \
Packit Service db8eaa
	else \
Packit Service db8eaa
	  include_option=--include; \
Packit Service db8eaa
	  empty_fix=; \
Packit Service db8eaa
	fi; \
Packit Service db8eaa
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service db8eaa
	  if test "$$subdir" = .; then :; else \
Packit Service db8eaa
	    test ! -f $$subdir/TAGS || \
Packit Service db8eaa
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	done; \
Packit Service db8eaa
	$(am__define_uniq_tagged_files); \
Packit Service db8eaa
	shift; \
Packit Service db8eaa
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit Service db8eaa
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service db8eaa
	  if test $$# -gt 0; then \
Packit Service db8eaa
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service db8eaa
	      "$$@" $$unique; \
Packit Service db8eaa
	  else \
Packit Service db8eaa
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service db8eaa
	      $$unique; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	fi
Packit Service db8eaa
ctags: ctags-recursive
Packit Service db8eaa
Packit Service db8eaa
CTAGS: ctags
Packit Service db8eaa
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service db8eaa
	$(am__define_uniq_tagged_files); \
Packit Service db8eaa
	test -z "$(CTAGS_ARGS)$$unique" \
Packit Service db8eaa
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service db8eaa
	     $$unique
Packit Service db8eaa
Packit Service db8eaa
GTAGS:
Packit Service db8eaa
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service db8eaa
	  && $(am__cd) $(top_srcdir) \
Packit Service db8eaa
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit Service db8eaa
cscopelist: cscopelist-recursive
Packit Service db8eaa
Packit Service db8eaa
cscopelist-am: $(am__tagged_files)
Packit Service db8eaa
	list='$(am__tagged_files)'; \
Packit Service db8eaa
	case "$(srcdir)" in \
Packit Service db8eaa
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit Service db8eaa
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit Service db8eaa
	esac; \
Packit Service db8eaa
	for i in $$list; do \
Packit Service db8eaa
	  if test -f "$$i"; then \
Packit Service db8eaa
	    echo "$(subdir)/$$i"; \
Packit Service db8eaa
	  else \
Packit Service db8eaa
	    echo "$$sdir/$$i"; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	done >> $(top_builddir)/cscope.files
Packit Service db8eaa
Packit Service db8eaa
distclean-tags:
Packit Service db8eaa
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service db8eaa
Packit Service db8eaa
distdir: $(BUILT_SOURCES)
Packit Service db8eaa
	$(MAKE) $(AM_MAKEFLAGS) distdir-am
Packit Service db8eaa
Packit Service db8eaa
distdir-am: $(DISTFILES)
Packit Service db8eaa
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service db8eaa
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service db8eaa
	list='$(DISTFILES)'; \
Packit Service db8eaa
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service db8eaa
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service db8eaa
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service db8eaa
	case $$dist_files in \
Packit Service db8eaa
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service db8eaa
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service db8eaa
			   sort -u` ;; \
Packit Service db8eaa
	esac; \
Packit Service db8eaa
	for file in $$dist_files; do \
Packit Service db8eaa
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service db8eaa
	  if test -d $$d/$$file; then \
Packit Service db8eaa
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service db8eaa
	    if test -d "$(distdir)/$$file"; then \
Packit Service db8eaa
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service db8eaa
	    fi; \
Packit Service db8eaa
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service db8eaa
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service db8eaa
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service db8eaa
	    fi; \
Packit Service db8eaa
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service db8eaa
	  else \
Packit Service db8eaa
	    test -f "$(distdir)/$$file" \
Packit Service db8eaa
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service db8eaa
	    || exit 1; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	done
Packit Service db8eaa
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit Service db8eaa
	  if test "$$subdir" = .; then :; else \
Packit Service db8eaa
	    $(am__make_dryrun) \
Packit Service db8eaa
	      || test -d "$(distdir)/$$subdir" \
Packit Service db8eaa
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit Service db8eaa
	      || exit 1; \
Packit Service db8eaa
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit Service db8eaa
	    $(am__relativize); \
Packit Service db8eaa
	    new_distdir=$$reldir; \
Packit Service db8eaa
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit Service db8eaa
	    $(am__relativize); \
Packit Service db8eaa
	    new_top_distdir=$$reldir; \
Packit Service db8eaa
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit Service db8eaa
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit Service db8eaa
	    ($(am__cd) $$subdir && \
Packit Service db8eaa
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit Service db8eaa
	        top_distdir="$$new_top_distdir" \
Packit Service db8eaa
	        distdir="$$new_distdir" \
Packit Service db8eaa
		am__remove_distdir=: \
Packit Service db8eaa
		am__skip_length_check=: \
Packit Service db8eaa
		am__skip_mode_fix=: \
Packit Service db8eaa
	        distdir) \
Packit Service db8eaa
	      || exit 1; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	done
Packit Service db8eaa
check-am: all-am
Packit Service db8eaa
check: check-recursive
Packit Service db8eaa
all-am: Makefile $(DATA)
Packit Service db8eaa
installdirs: installdirs-recursive
Packit Service db8eaa
installdirs-am:
Packit Service db8eaa
	for dir in "$(DESTDIR)$(alsadir)"; do \
Packit Service db8eaa
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit Service db8eaa
	done
Packit Service db8eaa
install: install-recursive
Packit Service db8eaa
install-exec: install-exec-recursive
Packit Service db8eaa
install-data: install-data-recursive
Packit Service db8eaa
uninstall: uninstall-recursive
Packit Service db8eaa
Packit Service db8eaa
install-am: all-am
Packit Service db8eaa
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service db8eaa
Packit Service db8eaa
installcheck: installcheck-recursive
Packit Service db8eaa
install-strip:
Packit Service db8eaa
	if test -z '$(STRIP)'; then \
Packit Service db8eaa
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service db8eaa
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service db8eaa
	      install; \
Packit Service db8eaa
	else \
Packit Service db8eaa
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service db8eaa
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service db8eaa
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service db8eaa
	fi
Packit Service db8eaa
mostlyclean-generic:
Packit Service db8eaa
Packit Service db8eaa
clean-generic:
Packit Service db8eaa
Packit Service db8eaa
distclean-generic:
Packit Service db8eaa
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service db8eaa
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service db8eaa
Packit Service db8eaa
maintainer-clean-generic:
Packit Service db8eaa
	@echo "This command is intended for maintainers to use"
Packit Service db8eaa
	@echo "it deletes files that may require special tools to rebuild."
Packit Service db8eaa
clean: clean-recursive
Packit Service db8eaa
Packit Service db8eaa
clean-am: clean-generic clean-libtool mostlyclean-am
Packit Service db8eaa
Packit Service db8eaa
distclean: distclean-recursive
Packit Service db8eaa
	-rm -f Makefile
Packit Service db8eaa
distclean-am: clean-am distclean-generic distclean-tags
Packit Service db8eaa
Packit Service db8eaa
dvi: dvi-recursive
Packit Service db8eaa
Packit Service db8eaa
dvi-am:
Packit Service db8eaa
Packit Service db8eaa
html: html-recursive
Packit Service db8eaa
Packit Service db8eaa
html-am:
Packit Service db8eaa
Packit Service db8eaa
info: info-recursive
Packit Service db8eaa
Packit Service db8eaa
info-am:
Packit Service db8eaa
Packit Service db8eaa
install-data-am: install-alsaDATA
Packit Service db8eaa
Packit Service db8eaa
install-dvi: install-dvi-recursive
Packit Service db8eaa
Packit Service db8eaa
install-dvi-am:
Packit Service db8eaa
Packit Service db8eaa
install-exec-am:
Packit Service db8eaa
Packit Service db8eaa
install-html: install-html-recursive
Packit Service db8eaa
Packit Service db8eaa
install-html-am:
Packit Service db8eaa
Packit Service db8eaa
install-info: install-info-recursive
Packit Service db8eaa
Packit Service db8eaa
install-info-am:
Packit Service db8eaa
Packit Service db8eaa
install-man:
Packit Service db8eaa
Packit Service db8eaa
install-pdf: install-pdf-recursive
Packit Service db8eaa
Packit Service db8eaa
install-pdf-am:
Packit Service db8eaa
Packit Service db8eaa
install-ps: install-ps-recursive
Packit Service db8eaa
Packit Service db8eaa
install-ps-am:
Packit Service db8eaa
Packit Service db8eaa
installcheck-am:
Packit Service db8eaa
Packit Service db8eaa
maintainer-clean: maintainer-clean-recursive
Packit Service db8eaa
	-rm -f Makefile
Packit Service db8eaa
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service db8eaa
Packit Service db8eaa
mostlyclean: mostlyclean-recursive
Packit Service db8eaa
Packit Service db8eaa
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit Service db8eaa
Packit Service db8eaa
pdf: pdf-recursive
Packit Service db8eaa
Packit Service db8eaa
pdf-am:
Packit Service db8eaa
Packit Service db8eaa
ps: ps-recursive
Packit Service db8eaa
Packit Service db8eaa
ps-am:
Packit Service db8eaa
Packit Service db8eaa
uninstall-am: uninstall-alsaDATA
Packit Service db8eaa
Packit Service db8eaa
.MAKE: $(am__recursive_targets) install-am install-strip
Packit Service db8eaa
Packit Service db8eaa
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
Packit Service db8eaa
	check-am clean clean-generic clean-libtool cscopelist-am ctags \
Packit Service db8eaa
	ctags-am distclean distclean-generic distclean-libtool \
Packit Service db8eaa
	distclean-tags distdir dvi dvi-am html html-am info info-am \
Packit Service db8eaa
	install install-alsaDATA install-am install-data \
Packit Service db8eaa
	install-data-am install-dvi install-dvi-am install-exec \
Packit Service db8eaa
	install-exec-am install-html install-html-am install-info \
Packit Service db8eaa
	install-info-am install-man install-pdf install-pdf-am \
Packit Service db8eaa
	install-ps install-ps-am install-strip installcheck \
Packit Service db8eaa
	installcheck-am installdirs installdirs-am maintainer-clean \
Packit Service db8eaa
	maintainer-clean-generic mostlyclean mostlyclean-generic \
Packit Service db8eaa
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
Packit Service db8eaa
	uninstall-alsaDATA uninstall-am
Packit Service db8eaa
Packit Service db8eaa
.PRECIOUS: Makefile
Packit Service db8eaa
Packit Service db8eaa
Packit Service db8eaa
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service db8eaa
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service db8eaa
.NOEXPORT: