Blame test/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
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
check_PROGRAMS = control$(EXEEXT) pcm$(EXEEXT) pcm_min$(EXEEXT) \
Packit Service db8eaa
	latency$(EXEEXT) seq$(EXEEXT) playmidi1$(EXEEXT) \
Packit Service db8eaa
	timer$(EXEEXT) rawmidi$(EXEEXT) midiloop$(EXEEXT) \
Packit Service db8eaa
	oldapi$(EXEEXT) queue_timer$(EXEEXT) namehint$(EXEEXT) \
Packit Service db8eaa
	client_event_filter$(EXEEXT) chmap$(EXEEXT) \
Packit Service db8eaa
	audio_time$(EXEEXT) user-ctl-element-set$(EXEEXT) \
Packit Service db8eaa
	pcm-multi-thread$(EXEEXT)
Packit Service db8eaa
subdir = test
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
audio_time_SOURCES = audio_time.c
Packit Service db8eaa
audio_time_OBJECTS = audio_time.$(OBJEXT)
Packit Service db8eaa
audio_time_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
AM_V_lt = $(am__v_lt_@AM_V@)
Packit Service db8eaa
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_lt_0 = --silent
Packit Service db8eaa
am__v_lt_1 = 
Packit Service db8eaa
chmap_SOURCES = chmap.c
Packit Service db8eaa
chmap_OBJECTS = chmap.$(OBJEXT)
Packit Service db8eaa
chmap_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
client_event_filter_SOURCES = client_event_filter.c
Packit Service db8eaa
client_event_filter_OBJECTS = client_event_filter.$(OBJEXT)
Packit Service db8eaa
client_event_filter_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
control_SOURCES = control.c
Packit Service db8eaa
control_OBJECTS = control.$(OBJEXT)
Packit Service db8eaa
control_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
latency_SOURCES = latency.c
Packit Service db8eaa
latency_OBJECTS = latency.$(OBJEXT)
Packit Service db8eaa
latency_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
latency_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit Service db8eaa
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit Service db8eaa
	$(latency_LDFLAGS) $(LDFLAGS) -o $@
Packit Service db8eaa
midiloop_SOURCES = midiloop.c
Packit Service db8eaa
midiloop_OBJECTS = midiloop.$(OBJEXT)
Packit Service db8eaa
midiloop_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
namehint_SOURCES = namehint.c
Packit Service db8eaa
namehint_OBJECTS = namehint.$(OBJEXT)
Packit Service db8eaa
namehint_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
oldapi_SOURCES = oldapi.c
Packit Service db8eaa
oldapi_OBJECTS = oldapi.$(OBJEXT)
Packit Service db8eaa
oldapi_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
pcm_SOURCES = pcm.c
Packit Service db8eaa
pcm_OBJECTS = pcm.$(OBJEXT)
Packit Service db8eaa
pcm_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
pcm_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit Service db8eaa
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit Service db8eaa
	$(pcm_LDFLAGS) $(LDFLAGS) -o $@
Packit Service db8eaa
pcm_multi_thread_SOURCES = pcm-multi-thread.c
Packit Service db8eaa
pcm_multi_thread_OBJECTS = pcm-multi-thread.$(OBJEXT)
Packit Service db8eaa
pcm_multi_thread_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
pcm_multi_thread_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit Service db8eaa
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit Service db8eaa
	$(AM_CFLAGS) $(CFLAGS) $(pcm_multi_thread_LDFLAGS) $(LDFLAGS) \
Packit Service db8eaa
	-o $@
Packit Service db8eaa
pcm_min_SOURCES = pcm_min.c
Packit Service db8eaa
pcm_min_OBJECTS = pcm_min.$(OBJEXT)
Packit Service db8eaa
pcm_min_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
playmidi1_SOURCES = playmidi1.c
Packit Service db8eaa
playmidi1_OBJECTS = playmidi1.$(OBJEXT)
Packit Service db8eaa
playmidi1_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
queue_timer_SOURCES = queue_timer.c
Packit Service db8eaa
queue_timer_OBJECTS = queue_timer.$(OBJEXT)
Packit Service db8eaa
queue_timer_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
rawmidi_SOURCES = rawmidi.c
Packit Service db8eaa
rawmidi_OBJECTS = rawmidi.$(OBJEXT)
Packit Service db8eaa
rawmidi_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
seq_SOURCES = seq.c
Packit Service db8eaa
seq_OBJECTS = seq.$(OBJEXT)
Packit Service db8eaa
seq_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
timer_SOURCES = timer.c
Packit Service db8eaa
timer_OBJECTS = timer.$(OBJEXT)
Packit Service db8eaa
timer_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
user_ctl_element_set_SOURCES = user-ctl-element-set.c
Packit Service db8eaa
user_ctl_element_set_OBJECTS =  \
Packit Service db8eaa
	user_ctl_element_set-user-ctl-element-set.$(OBJEXT)
Packit Service db8eaa
user_ctl_element_set_DEPENDENCIES = ../src/libasound.la
Packit Service db8eaa
user_ctl_element_set_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit Service db8eaa
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit Service db8eaa
	$(user_ctl_element_set_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
Packit Service db8eaa
	$(LDFLAGS) -o $@
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
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
Packit Service db8eaa
depcomp = $(SHELL) $(top_srcdir)/depcomp
Packit Service db8eaa
am__maybe_remake_depfiles = depfiles
Packit Service db8eaa
am__depfiles_remade = ./$(DEPDIR)/audio_time.Po ./$(DEPDIR)/chmap.Po \
Packit Service db8eaa
	./$(DEPDIR)/client_event_filter.Po ./$(DEPDIR)/control.Po \
Packit Service db8eaa
	./$(DEPDIR)/latency.Po ./$(DEPDIR)/midiloop.Po \
Packit Service db8eaa
	./$(DEPDIR)/namehint.Po ./$(DEPDIR)/oldapi.Po \
Packit Service db8eaa
	./$(DEPDIR)/pcm-multi-thread.Po ./$(DEPDIR)/pcm.Po \
Packit Service db8eaa
	./$(DEPDIR)/pcm_min.Po ./$(DEPDIR)/playmidi1.Po \
Packit Service db8eaa
	./$(DEPDIR)/queue_timer.Po ./$(DEPDIR)/rawmidi.Po \
Packit Service db8eaa
	./$(DEPDIR)/seq.Po ./$(DEPDIR)/timer.Po \
Packit Service db8eaa
	./$(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Po
Packit Service db8eaa
am__mv = mv -f
Packit Service db8eaa
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit Service db8eaa
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit Service db8eaa
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit Service db8eaa
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Packit Service db8eaa
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit Service db8eaa
	$(AM_CFLAGS) $(CFLAGS)
Packit Service db8eaa
AM_V_CC = $(am__v_CC_@AM_V@)
Packit Service db8eaa
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_CC_0 = @echo "  CC      " $@;
Packit Service db8eaa
am__v_CC_1 = 
Packit Service db8eaa
CCLD = $(CC)
Packit Service db8eaa
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit Service db8eaa
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit Service db8eaa
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit Service db8eaa
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit Service db8eaa
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit Service db8eaa
am__v_CCLD_1 = 
Packit Service db8eaa
SOURCES = audio_time.c chmap.c client_event_filter.c control.c \
Packit Service db8eaa
	latency.c midiloop.c namehint.c oldapi.c pcm.c \
Packit Service db8eaa
	pcm-multi-thread.c pcm_min.c playmidi1.c queue_timer.c \
Packit Service db8eaa
	rawmidi.c seq.c timer.c user-ctl-element-set.c
Packit Service db8eaa
DIST_SOURCES = audio_time.c chmap.c client_event_filter.c control.c \
Packit Service db8eaa
	latency.c midiloop.c namehint.c oldapi.c pcm.c \
Packit Service db8eaa
	pcm-multi-thread.c pcm_min.c playmidi1.c queue_timer.c \
Packit Service db8eaa
	rawmidi.c seq.c timer.c user-ctl-element-set.c
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
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 $(top_srcdir)/depcomp
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 = . lsb
Packit Service db8eaa
control_LDADD = ../src/libasound.la
Packit Service db8eaa
pcm_LDADD = ../src/libasound.la
Packit Service db8eaa
pcm_LDFLAGS = -lm
Packit Service db8eaa
pcm_min_LDADD = ../src/libasound.la
Packit Service db8eaa
latency_LDADD = ../src/libasound.la
Packit Service db8eaa
latency_LDFLAGS = -lm
Packit Service db8eaa
seq_LDADD = ../src/libasound.la
Packit Service db8eaa
playmidi1_LDADD = ../src/libasound.la
Packit Service db8eaa
timer_LDADD = ../src/libasound.la
Packit Service db8eaa
rawmidi_LDADD = ../src/libasound.la
Packit Service db8eaa
midiloop_LDADD = ../src/libasound.la
Packit Service db8eaa
oldapi_LDADD = ../src/libasound.la
Packit Service db8eaa
queue_timer_LDADD = ../src/libasound.la
Packit Service db8eaa
namehint_LDADD = ../src/libasound.la
Packit Service db8eaa
client_event_filter_LDADD = ../src/libasound.la
Packit Service db8eaa
mixtest_CFLAGS = -Wall -pipe -g -O2
Packit Service db8eaa
chmap_LDADD = ../src/libasound.la
Packit Service db8eaa
audio_time_LDADD = ../src/libasound.la
Packit Service db8eaa
pcm_multi_thread_LDADD = ../src/libasound.la
Packit Service db8eaa
pcm_multi_thread_LDFLAGS = -lpthread
Packit Service db8eaa
user_ctl_element_set_LDADD = ../src/libasound.la
Packit Service db8eaa
user_ctl_element_set_CFLAGS = -Wall -g
Packit Service db8eaa
AM_CPPFLAGS = -I$(top_srcdir)/include
Packit Service db8eaa
AM_CFLAGS = -Wall -pipe -g
Packit Service db8eaa
EXTRA_DIST = seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
Packit Service db8eaa
all: all-recursive
Packit Service db8eaa
Packit Service db8eaa
.SUFFIXES:
Packit Service db8eaa
.SUFFIXES: .c .lo .o .obj
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 test/Makefile'; \
Packit Service db8eaa
	$(am__cd) $(top_srcdir) && \
Packit Service db8eaa
	  $(AUTOMAKE) --foreign test/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
clean-checkPROGRAMS:
Packit Service db8eaa
	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit Service db8eaa
	echo " rm -f" $$list; \
Packit Service db8eaa
	rm -f $$list || exit $$?; \
Packit Service db8eaa
	test -n "$(EXEEXT)" || exit 0; \
Packit Service db8eaa
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit Service db8eaa
	echo " rm -f" $$list; \
Packit Service db8eaa
	rm -f $$list
Packit Service db8eaa
Packit Service db8eaa
audio_time$(EXEEXT): $(audio_time_OBJECTS) $(audio_time_DEPENDENCIES) $(EXTRA_audio_time_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f audio_time$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(audio_time_OBJECTS) $(audio_time_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
chmap$(EXEEXT): $(chmap_OBJECTS) $(chmap_DEPENDENCIES) $(EXTRA_chmap_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f chmap$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(chmap_OBJECTS) $(chmap_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
client_event_filter$(EXEEXT): $(client_event_filter_OBJECTS) $(client_event_filter_DEPENDENCIES) $(EXTRA_client_event_filter_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f client_event_filter$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(client_event_filter_OBJECTS) $(client_event_filter_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
control$(EXEEXT): $(control_OBJECTS) $(control_DEPENDENCIES) $(EXTRA_control_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f control$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(control_OBJECTS) $(control_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
latency$(EXEEXT): $(latency_OBJECTS) $(latency_DEPENDENCIES) $(EXTRA_latency_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f latency$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(latency_LINK) $(latency_OBJECTS) $(latency_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
midiloop$(EXEEXT): $(midiloop_OBJECTS) $(midiloop_DEPENDENCIES) $(EXTRA_midiloop_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f midiloop$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(midiloop_OBJECTS) $(midiloop_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
namehint$(EXEEXT): $(namehint_OBJECTS) $(namehint_DEPENDENCIES) $(EXTRA_namehint_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f namehint$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(namehint_OBJECTS) $(namehint_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
oldapi$(EXEEXT): $(oldapi_OBJECTS) $(oldapi_DEPENDENCIES) $(EXTRA_oldapi_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f oldapi$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(oldapi_OBJECTS) $(oldapi_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
pcm$(EXEEXT): $(pcm_OBJECTS) $(pcm_DEPENDENCIES) $(EXTRA_pcm_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f pcm$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(pcm_LINK) $(pcm_OBJECTS) $(pcm_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
pcm-multi-thread$(EXEEXT): $(pcm_multi_thread_OBJECTS) $(pcm_multi_thread_DEPENDENCIES) $(EXTRA_pcm_multi_thread_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f pcm-multi-thread$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(pcm_multi_thread_LINK) $(pcm_multi_thread_OBJECTS) $(pcm_multi_thread_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
pcm_min$(EXEEXT): $(pcm_min_OBJECTS) $(pcm_min_DEPENDENCIES) $(EXTRA_pcm_min_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f pcm_min$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(pcm_min_OBJECTS) $(pcm_min_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
playmidi1$(EXEEXT): $(playmidi1_OBJECTS) $(playmidi1_DEPENDENCIES) $(EXTRA_playmidi1_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f playmidi1$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(playmidi1_OBJECTS) $(playmidi1_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
queue_timer$(EXEEXT): $(queue_timer_OBJECTS) $(queue_timer_DEPENDENCIES) $(EXTRA_queue_timer_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f queue_timer$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(queue_timer_OBJECTS) $(queue_timer_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
rawmidi$(EXEEXT): $(rawmidi_OBJECTS) $(rawmidi_DEPENDENCIES) $(EXTRA_rawmidi_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f rawmidi$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(rawmidi_OBJECTS) $(rawmidi_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
seq$(EXEEXT): $(seq_OBJECTS) $(seq_DEPENDENCIES) $(EXTRA_seq_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f seq$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(seq_OBJECTS) $(seq_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
timer$(EXEEXT): $(timer_OBJECTS) $(timer_DEPENDENCIES) $(EXTRA_timer_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f timer$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(LINK) $(timer_OBJECTS) $(timer_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
user-ctl-element-set$(EXEEXT): $(user_ctl_element_set_OBJECTS) $(user_ctl_element_set_DEPENDENCIES) $(EXTRA_user_ctl_element_set_DEPENDENCIES) 
Packit Service db8eaa
	@rm -f user-ctl-element-set$(EXEEXT)
Packit Service db8eaa
	$(AM_V_CCLD)$(user_ctl_element_set_LINK) $(user_ctl_element_set_OBJECTS) $(user_ctl_element_set_LDADD) $(LIBS)
Packit Service db8eaa
Packit Service db8eaa
mostlyclean-compile:
Packit Service db8eaa
	-rm -f *.$(OBJEXT)
Packit Service db8eaa
Packit Service db8eaa
distclean-compile:
Packit Service db8eaa
	-rm -f *.tab.c
Packit Service db8eaa
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_time.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chmap.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_event_filter.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latency.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midiloop.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/namehint.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oldapi.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm-multi-thread.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm_min.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playmidi1.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue_timer.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawmidi.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@ # am--include-marker
Packit Service db8eaa
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Po@am__quote@ # am--include-marker
Packit Service db8eaa
Packit Service db8eaa
$(am__depfiles_remade):
Packit Service db8eaa
	@$(MKDIR_P) $(@D)
Packit Service db8eaa
	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
Packit Service db8eaa
Packit Service db8eaa
am--depfiles: $(am__depfiles_remade)
Packit Service db8eaa
Packit Service db8eaa
.c.o:
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service db8eaa
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit Service db8eaa
Packit Service db8eaa
.c.obj:
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service db8eaa
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit Service db8eaa
Packit Service db8eaa
.c.lo:
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service db8eaa
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Packit Service db8eaa
Packit Service db8eaa
user_ctl_element_set-user-ctl-element-set.o: user-ctl-element-set.c
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(user_ctl_element_set_CFLAGS) $(CFLAGS) -MT user_ctl_element_set-user-ctl-element-set.o -MD -MP -MF $(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Tpo -c -o user_ctl_element_set-user-ctl-element-set.o `test -f 'user-ctl-element-set.c' || echo '$(srcdir)/'`user-ctl-element-set.c
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Tpo $(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Po
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='user-ctl-element-set.c' object='user_ctl_element_set-user-ctl-element-set.o' libtool=no @AMDEPBACKSLASH@
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service db8eaa
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(user_ctl_element_set_CFLAGS) $(CFLAGS) -c -o user_ctl_element_set-user-ctl-element-set.o `test -f 'user-ctl-element-set.c' || echo '$(srcdir)/'`user-ctl-element-set.c
Packit Service db8eaa
Packit Service db8eaa
user_ctl_element_set-user-ctl-element-set.obj: user-ctl-element-set.c
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(user_ctl_element_set_CFLAGS) $(CFLAGS) -MT user_ctl_element_set-user-ctl-element-set.obj -MD -MP -MF $(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Tpo -c -o user_ctl_element_set-user-ctl-element-set.obj `if test -f 'user-ctl-element-set.c'; then $(CYGPATH_W) 'user-ctl-element-set.c'; else $(CYGPATH_W) '$(srcdir)/user-ctl-element-set.c'; fi`
Packit Service db8eaa
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Tpo $(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Po
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='user-ctl-element-set.c' object='user_ctl_element_set-user-ctl-element-set.obj' libtool=no @AMDEPBACKSLASH@
Packit Service db8eaa
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service db8eaa
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(user_ctl_element_set_CFLAGS) $(CFLAGS) -c -o user_ctl_element_set-user-ctl-element-set.obj `if test -f 'user-ctl-element-set.c'; then $(CYGPATH_W) 'user-ctl-element-set.c'; else $(CYGPATH_W) '$(srcdir)/user-ctl-element-set.c'; fi`
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
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
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
Packit Service db8eaa
check: check-recursive
Packit Service db8eaa
all-am: Makefile
Packit Service db8eaa
installdirs: installdirs-recursive
Packit Service db8eaa
installdirs-am:
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-checkPROGRAMS clean-generic clean-libtool \
Packit Service db8eaa
	mostlyclean-am
Packit Service db8eaa
Packit Service db8eaa
distclean: distclean-recursive
Packit Service db8eaa
		-rm -f ./$(DEPDIR)/audio_time.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/chmap.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/client_event_filter.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/control.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/latency.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/midiloop.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/namehint.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/oldapi.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/pcm-multi-thread.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/pcm.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/pcm_min.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/playmidi1.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/queue_timer.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/rawmidi.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/seq.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/timer.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Po
Packit Service db8eaa
	-rm -f Makefile
Packit Service db8eaa
distclean-am: clean-am distclean-compile distclean-generic \
Packit Service db8eaa
	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:
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 ./$(DEPDIR)/audio_time.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/chmap.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/client_event_filter.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/control.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/latency.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/midiloop.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/namehint.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/oldapi.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/pcm-multi-thread.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/pcm.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/pcm_min.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/playmidi1.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/queue_timer.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/rawmidi.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/seq.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/timer.Po
Packit Service db8eaa
	-rm -f ./$(DEPDIR)/user_ctl_element_set-user-ctl-element-set.Po
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-compile mostlyclean-generic \
Packit Service db8eaa
	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:
Packit Service db8eaa
Packit Service db8eaa
.MAKE: $(am__recursive_targets) check-am install-am install-strip
Packit Service db8eaa
Packit Service db8eaa
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit Service db8eaa
	am--depfiles check check-am clean clean-checkPROGRAMS \
Packit Service db8eaa
	clean-generic clean-libtool cscopelist-am ctags ctags-am \
Packit Service db8eaa
	distclean distclean-compile distclean-generic \
Packit Service db8eaa
	distclean-libtool distclean-tags distdir dvi dvi-am html \
Packit Service db8eaa
	html-am info info-am install 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-compile \
Packit Service db8eaa
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit Service db8eaa
	tags tags-am uninstall 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: