Home | History | Annotate | Download | only in utils
      1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005  Free Software Foundation, Inc.
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 srcdir = @srcdir@
     17 top_srcdir = @top_srcdir@
     18 VPATH = @srcdir@
     19 pkgdatadir = $(datadir)/@PACKAGE@
     20 pkglibdir = $(libdir)/@PACKAGE@
     21 pkgincludedir = $(includedir)/@PACKAGE@
     22 top_builddir = ..
     23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     24 INSTALL = @INSTALL@
     25 install_sh_DATA = $(install_sh) -c -m 644
     26 install_sh_PROGRAM = $(install_sh) -c
     27 install_sh_SCRIPT = $(install_sh) -c
     28 INSTALL_HEADER = $(INSTALL_DATA)
     29 transform = $(program_transform_name)
     30 NORMAL_INSTALL = :
     31 PRE_INSTALL = :
     32 POST_INSTALL = :
     33 NORMAL_UNINSTALL = :
     34 PRE_UNINSTALL = :
     35 POST_UNINSTALL = :
     36 build_triplet = @build@
     37 host_triplet = @host@
     38 subdir = utils
     39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     40 	$(srcdir)/alsa-utils.spec.in
     41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     42 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
     43 	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
     44 	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
     45 	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
     46 	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
     47 	$(top_srcdir)/configure.in
     48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     49 	$(ACLOCAL_M4)
     50 mkinstalldirs = $(install_sh) -d
     51 CONFIG_HEADER = $(top_builddir)/include/aconfig.h
     52 CONFIG_CLEAN_FILES = alsa-utils.spec
     53 SOURCES =
     54 DIST_SOURCES =
     55 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     56 ACLOCAL = @ACLOCAL@
     57 ALSACONF_FALSE = @ALSACONF_FALSE@
     58 ALSACONF_TRUE = @ALSACONF_TRUE@
     59 ALSAMIXER_FALSE = @ALSAMIXER_FALSE@
     60 ALSAMIXER_TRUE = @ALSAMIXER_TRUE@
     61 ALSA_CFLAGS = @ALSA_CFLAGS@
     62 ALSA_LIBS = @ALSA_LIBS@
     63 AMDEP_FALSE = @AMDEP_FALSE@
     64 AMDEP_TRUE = @AMDEP_TRUE@
     65 AMTAR = @AMTAR@
     66 AUTOCONF = @AUTOCONF@
     67 AUTOHEADER = @AUTOHEADER@
     68 AUTOMAKE = @AUTOMAKE@
     69 AWK = @AWK@
     70 CC = @CC@
     71 CCDEPMODE = @CCDEPMODE@
     72 CFLAGS = @CFLAGS@
     73 CPP = @CPP@
     74 CPPFLAGS = @CPPFLAGS@
     75 CURSESINC = @CURSESINC@
     76 CURSESLIB = @CURSESLIB@
     77 CURSES_CFLAGS = @CURSES_CFLAGS@
     78 CYGPATH_W = @CYGPATH_W@
     79 DEFS = @DEFS@
     80 DEPDIR = @DEPDIR@
     81 ECHO_C = @ECHO_C@
     82 ECHO_N = @ECHO_N@
     83 ECHO_T = @ECHO_T@
     84 EGREP = @EGREP@
     85 EXEEXT = @EXEEXT@
     86 GMSGFMT = @GMSGFMT@
     87 GMSGFMT_015 = @GMSGFMT_015@
     88 GREP = @GREP@
     89 INSTALL_DATA = @INSTALL_DATA@
     90 INSTALL_PROGRAM = @INSTALL_PROGRAM@
     91 INSTALL_SCRIPT = @INSTALL_SCRIPT@
     92 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     93 INTLLIBS = @INTLLIBS@
     94 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
     95 LDFLAGS = @LDFLAGS@
     96 LIBICONV = @LIBICONV@
     97 LIBINTL = @LIBINTL@
     98 LIBOBJS = @LIBOBJS@
     99 LIBS = @LIBS@
    100 LN_S = @LN_S@
    101 LTLIBICONV = @LTLIBICONV@
    102 LTLIBINTL = @LTLIBINTL@
    103 LTLIBOBJS = @LTLIBOBJS@
    104 MAKEINFO = @MAKEINFO@
    105 MSGFMT = @MSGFMT@
    106 MSGFMT_015 = @MSGFMT_015@
    107 MSGMERGE = @MSGMERGE@
    108 OBJEXT = @OBJEXT@
    109 PACKAGE = @PACKAGE@
    110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    111 PACKAGE_NAME = @PACKAGE_NAME@
    112 PACKAGE_STRING = @PACKAGE_STRING@
    113 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    114 PACKAGE_VERSION = @PACKAGE_VERSION@
    115 PATH_SEPARATOR = @PATH_SEPARATOR@
    116 POSUB = @POSUB@
    117 SET_MAKE = @SET_MAKE@
    118 SHELL = @SHELL@
    119 SND_UTIL_MAJOR = @SND_UTIL_MAJOR@
    120 SND_UTIL_MINOR = @SND_UTIL_MINOR@
    121 SND_UTIL_SUBMINOR = @SND_UTIL_SUBMINOR@
    122 SND_UTIL_VERSION = @SND_UTIL_VERSION@
    123 STRIP = @STRIP@
    124 TESTSOUND = @TESTSOUND@
    125 USE_NLS = @USE_NLS@
    126 USE_XMLTO_FALSE = @USE_XMLTO_FALSE@
    127 USE_XMLTO_TRUE = @USE_XMLTO_TRUE@
    128 VERSION = @VERSION@
    129 XGETTEXT = @XGETTEXT@
    130 XGETTEXT_015 = @XGETTEXT_015@
    131 ac_ct_CC = @ac_ct_CC@
    132 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
    133 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
    134 am__include = @am__include@
    135 am__leading_dot = @am__leading_dot@
    136 am__quote = @am__quote@
    137 am__tar = @am__tar@
    138 am__untar = @am__untar@
    139 bindir = @bindir@
    140 build = @build@
    141 build_alias = @build_alias@
    142 build_cpu = @build_cpu@
    143 build_os = @build_os@
    144 build_vendor = @build_vendor@
    145 datadir = @datadir@
    146 datarootdir = @datarootdir@
    147 docdir = @docdir@
    148 dvidir = @dvidir@
    149 exec_prefix = @exec_prefix@
    150 host = @host@
    151 host_alias = @host_alias@
    152 host_cpu = @host_cpu@
    153 host_os = @host_os@
    154 host_vendor = @host_vendor@
    155 htmldir = @htmldir@
    156 includedir = @includedir@
    157 infodir = @infodir@
    158 install_sh = @install_sh@
    159 libdir = @libdir@
    160 libexecdir = @libexecdir@
    161 localedir = @localedir@
    162 localstatedir = @localstatedir@
    163 mandir = @mandir@
    164 mkdir_p = @mkdir_p@
    165 ncurses5_config = @ncurses5_config@
    166 ncursesw5_config = @ncursesw5_config@
    167 oldincludedir = @oldincludedir@
    168 pdfdir = @pdfdir@
    169 prefix = @prefix@
    170 program_transform_name = @program_transform_name@
    171 psdir = @psdir@
    172 sbindir = @sbindir@
    173 sharedstatedir = @sharedstatedir@
    174 sysconfdir = @sysconfdir@
    175 target_alias = @target_alias@
    176 xmlto = @xmlto@
    177 EXTRA_DIST = buildrpm
    178 all: all-am
    179 
    180 .SUFFIXES:
    181 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    182 	@for dep in $?; do \
    183 	  case '$(am__configure_deps)' in \
    184 	    *$$dep*) \
    185 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
    186 		&& exit 0; \
    187 	      exit 1;; \
    188 	  esac; \
    189 	done; \
    190 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  utils/Makefile'; \
    191 	cd $(top_srcdir) && \
    192 	  $(AUTOMAKE) --foreign  utils/Makefile
    193 .PRECIOUS: Makefile
    194 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    195 	@case '$?' in \
    196 	  *config.status*) \
    197 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    198 	  *) \
    199 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    200 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    201 	esac;
    202 
    203 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    204 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    205 
    206 $(top_srcdir)/configure:  $(am__configure_deps)
    207 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    208 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    209 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    210 alsa-utils.spec: $(top_builddir)/config.status $(srcdir)/alsa-utils.spec.in
    211 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    212 uninstall-info-am:
    213 tags: TAGS
    214 TAGS:
    215 
    216 ctags: CTAGS
    217 CTAGS:
    218 
    219 
    220 distdir: $(DISTFILES)
    221 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    222 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
    223 	list='$(DISTFILES)'; for file in $$list; do \
    224 	  case $$file in \
    225 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    226 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
    227 	  esac; \
    228 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    229 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    230 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    231 	    dir="/$$dir"; \
    232 	    $(mkdir_p) "$(distdir)$$dir"; \
    233 	  else \
    234 	    dir=''; \
    235 	  fi; \
    236 	  if test -d $$d/$$file; then \
    237 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    238 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    239 	    fi; \
    240 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    241 	  else \
    242 	    test -f $(distdir)/$$file \
    243 	    || cp -p $$d/$$file $(distdir)/$$file \
    244 	    || exit 1; \
    245 	  fi; \
    246 	done
    247 check-am: all-am
    248 check: check-am
    249 all-am: Makefile
    250 installdirs:
    251 install: install-am
    252 install-exec: install-exec-am
    253 install-data: install-data-am
    254 uninstall: uninstall-am
    255 
    256 install-am: all-am
    257 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    258 
    259 installcheck: installcheck-am
    260 install-strip:
    261 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    262 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    263 	  `test -z '$(STRIP)' || \
    264 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    265 mostlyclean-generic:
    266 
    267 clean-generic:
    268 
    269 distclean-generic:
    270 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    271 
    272 maintainer-clean-generic:
    273 	@echo "This command is intended for maintainers to use"
    274 	@echo "it deletes files that may require special tools to rebuild."
    275 clean: clean-am
    276 
    277 clean-am: clean-generic mostlyclean-am
    278 
    279 distclean: distclean-am
    280 	-rm -f Makefile
    281 distclean-am: clean-am distclean-generic
    282 
    283 dvi: dvi-am
    284 
    285 dvi-am:
    286 
    287 html: html-am
    288 
    289 info: info-am
    290 
    291 info-am:
    292 
    293 install-data-am:
    294 
    295 install-exec-am:
    296 
    297 install-info: install-info-am
    298 
    299 install-man:
    300 
    301 installcheck-am:
    302 
    303 maintainer-clean: maintainer-clean-am
    304 	-rm -f Makefile
    305 maintainer-clean-am: distclean-am maintainer-clean-generic
    306 
    307 mostlyclean: mostlyclean-am
    308 
    309 mostlyclean-am: mostlyclean-generic
    310 
    311 pdf: pdf-am
    312 
    313 pdf-am:
    314 
    315 ps: ps-am
    316 
    317 ps-am:
    318 
    319 uninstall-am: uninstall-info-am
    320 
    321 .PHONY: all all-am check check-am clean clean-generic distclean \
    322 	distclean-generic distdir dvi dvi-am html html-am info info-am \
    323 	install install-am install-data install-data-am install-exec \
    324 	install-exec-am install-info install-info-am install-man \
    325 	install-strip installcheck installcheck-am installdirs \
    326 	maintainer-clean maintainer-clean-generic mostlyclean \
    327 	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
    328 	uninstall-info-am
    329 
    330 
    331 rpm: buildrpm alsa-lib.spec
    332 	VERSION=$(VERSION) $(srcdir)/buildrpm
    333 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    334 # Otherwise a system limit (for SysV at least) may be exceeded.
    335 .NOEXPORT:
    336