"Fossies" - the Fresh Open Source Software Archive

Member "alsa-oss-1.1.8/test/Makefile.in" (7 Jan 2019, 17777 Bytes) of package /linux/misc/alsa-oss-1.1.8.tar.bz2:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
    2 # @configure_input@
    3 
    4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
    5 
    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 
   17 VPATH = @srcdir@
   18 am__make_dryrun = \
   19   { \
   20     am__dry=no; \
   21     case $$MAKEFLAGS in \
   22       *\\[\ \	]*) \
   23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
   24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
   25       *) \
   26         for am__flg in $$MAKEFLAGS; do \
   27           case $$am__flg in \
   28             *=*|--*) ;; \
   29             *n*) am__dry=yes; break;; \
   30           esac; \
   31         done;; \
   32     esac; \
   33     test $$am__dry = yes; \
   34   }
   35 pkgdatadir = $(datadir)/@PACKAGE@
   36 pkgincludedir = $(includedir)/@PACKAGE@
   37 pkglibdir = $(libdir)/@PACKAGE@
   38 pkglibexecdir = $(libexecdir)/@PACKAGE@
   39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   40 install_sh_DATA = $(install_sh) -c -m 644
   41 install_sh_PROGRAM = $(install_sh) -c
   42 install_sh_SCRIPT = $(install_sh) -c
   43 INSTALL_HEADER = $(INSTALL_DATA)
   44 transform = $(program_transform_name)
   45 NORMAL_INSTALL = :
   46 PRE_INSTALL = :
   47 POST_INSTALL = :
   48 NORMAL_UNINSTALL = :
   49 PRE_UNINSTALL = :
   50 POST_UNINSTALL = :
   51 build_triplet = @build@
   52 host_triplet = @host@
   53 check_PROGRAMS = osstest$(EXEEXT) lmixer$(EXEEXT)
   54 subdir = test
   55 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
   56 	$(srcdir)/Makefile.in $(srcdir)/testaoss.in \
   57 	$(top_srcdir)/depcomp
   58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   59 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   61 	$(ACLOCAL_M4)
   62 mkinstalldirs = $(install_sh) -d
   63 CONFIG_CLEAN_FILES = testaoss
   64 CONFIG_CLEAN_VPATH_FILES =
   65 am_lmixer_OBJECTS = lmixer.$(OBJEXT)
   66 lmixer_OBJECTS = $(am_lmixer_OBJECTS)
   67 lmixer_DEPENDENCIES = ../oss-redir/libossredir.la
   68 osstest_SOURCES = osstest.c
   69 osstest_OBJECTS = osstest.$(OBJEXT)
   70 osstest_DEPENDENCIES = ../oss-redir/libossredir.la
   71 DEFAULT_INCLUDES = -I.@am__isrc@
   72 depcomp = $(SHELL) $(top_srcdir)/depcomp
   73 am__depfiles_maybe = depfiles
   74 am__mv = mv -f
   75 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   76 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   77 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   78 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   79 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   80 CCLD = $(CC)
   81 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   82 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
   83 	$(LDFLAGS) -o $@
   84 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   85 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
   86 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   87 	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   88 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
   89 CXXLD = $(CXX)
   90 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   91 	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
   92 	$(LDFLAGS) -o $@
   93 SOURCES = $(lmixer_SOURCES) osstest.c
   94 DIST_SOURCES = $(lmixer_SOURCES) osstest.c
   95 am__can_run_installinfo = \
   96   case $$AM_UPDATE_INFO_DIR in \
   97     n|no|NO) false;; \
   98     *) (install-info --version) >/dev/null 2>&1;; \
   99   esac
  100 HEADERS = $(noinst_HEADERS)
  101 ETAGS = etags
  102 CTAGS = ctags
  103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  104 ACLOCAL = @ACLOCAL@
  105 ALSA_CFLAGS = @ALSA_CFLAGS@
  106 ALSA_LIBS = @ALSA_LIBS@
  107 AMTAR = @AMTAR@
  108 AR = @AR@
  109 AUTOCONF = @AUTOCONF@
  110 AUTOHEADER = @AUTOHEADER@
  111 AUTOMAKE = @AUTOMAKE@
  112 AWK = @AWK@
  113 CC = @CC@
  114 CCDEPMODE = @CCDEPMODE@
  115 CFLAGS = @CFLAGS@
  116 CPP = @CPP@
  117 CPPFLAGS = @CPPFLAGS@
  118 CXX = @CXX@
  119 CXXCPP = @CXXCPP@
  120 CXXDEPMODE = @CXXDEPMODE@
  121 CXXFLAGS = @CXXFLAGS@
  122 CYGPATH_W = @CYGPATH_W@
  123 DEFS = @DEFS@
  124 DEPDIR = @DEPDIR@
  125 DLLTOOL = @DLLTOOL@
  126 DSYMUTIL = @DSYMUTIL@
  127 DUMPBIN = @DUMPBIN@
  128 ECHO_C = @ECHO_C@
  129 ECHO_N = @ECHO_N@
  130 ECHO_T = @ECHO_T@
  131 EGREP = @EGREP@
  132 EXEEXT = @EXEEXT@
  133 FGREP = @FGREP@
  134 GREP = @GREP@
  135 INSTALL = @INSTALL@
  136 INSTALL_DATA = @INSTALL_DATA@
  137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  140 LD = @LD@
  141 LDFLAGS = @LDFLAGS@
  142 LIBOBJS = @LIBOBJS@
  143 LIBS = @LIBS@
  144 LIBTOOL = @LIBTOOL@
  145 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
  146 LIPO = @LIPO@
  147 LN_S = @LN_S@
  148 LTLIBOBJS = @LTLIBOBJS@
  149 MAINT = @MAINT@
  150 MAKEINFO = @MAKEINFO@
  151 MANIFEST_TOOL = @MANIFEST_TOOL@
  152 MKDIR_P = @MKDIR_P@
  153 NM = @NM@
  154 NMEDIT = @NMEDIT@
  155 OBJDUMP = @OBJDUMP@
  156 OBJEXT = @OBJEXT@
  157 OTOOL = @OTOOL@
  158 OTOOL64 = @OTOOL64@
  159 PACKAGE = @PACKAGE@
  160 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  161 PACKAGE_NAME = @PACKAGE_NAME@
  162 PACKAGE_STRING = @PACKAGE_STRING@
  163 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  164 PACKAGE_URL = @PACKAGE_URL@
  165 PACKAGE_VERSION = @PACKAGE_VERSION@
  166 PATH_SEPARATOR = @PATH_SEPARATOR@
  167 RANLIB = @RANLIB@
  168 SED = @SED@
  169 SET_MAKE = @SET_MAKE@
  170 SHELL = @SHELL@
  171 STRIP = @STRIP@
  172 VERSION = @VERSION@
  173 abs_builddir = @abs_builddir@
  174 abs_srcdir = @abs_srcdir@
  175 abs_top_builddir = @abs_top_builddir@
  176 abs_top_srcdir = @abs_top_srcdir@
  177 ac_ct_AR = @ac_ct_AR@
  178 ac_ct_CC = @ac_ct_CC@
  179 ac_ct_CXX = @ac_ct_CXX@
  180 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  181 am__include = @am__include@
  182 am__leading_dot = @am__leading_dot@
  183 am__quote = @am__quote@
  184 am__tar = @am__tar@
  185 am__untar = @am__untar@
  186 bindir = @bindir@
  187 build = @build@
  188 build_alias = @build_alias@
  189 build_cpu = @build_cpu@
  190 build_os = @build_os@
  191 build_vendor = @build_vendor@
  192 builddir = @builddir@
  193 datadir = @datadir@
  194 datarootdir = @datarootdir@
  195 docdir = @docdir@
  196 dvidir = @dvidir@
  197 exec_prefix = @exec_prefix@
  198 host = @host@
  199 host_alias = @host_alias@
  200 host_cpu = @host_cpu@
  201 host_os = @host_os@
  202 host_vendor = @host_vendor@
  203 htmldir = @htmldir@
  204 includedir = @includedir@
  205 infodir = @infodir@
  206 install_sh = @install_sh@
  207 libdir = @libdir@
  208 libexecdir = @libexecdir@
  209 localedir = @localedir@
  210 localstatedir = @localstatedir@
  211 mandir = @mandir@
  212 mkdir_p = @mkdir_p@
  213 oldincludedir = @oldincludedir@
  214 pdfdir = @pdfdir@
  215 prefix = @prefix@
  216 program_transform_name = @program_transform_name@
  217 psdir = @psdir@
  218 sbindir = @sbindir@
  219 sharedstatedir = @sharedstatedir@
  220 srcdir = @srcdir@
  221 sysconfdir = @sysconfdir@
  222 target_alias = @target_alias@
  223 top_build_prefix = @top_build_prefix@
  224 top_builddir = @top_builddir@
  225 top_srcdir = @top_srcdir@
  226 osstest_LDADD = ../oss-redir/libossredir.la
  227 lmixer_LDADD = ../oss-redir/libossredir.la
  228 lmixer_SOURCES = lmixer.cc
  229 noinst_HEADERS = mixctl.h
  230 INCLUDES = -I$(top_srcdir)/oss-redir
  231 AM_CFLAGS = -static -Wall -pipe -g
  232 EXTRA_DIST = 
  233 all: all-am
  234 
  235 .SUFFIXES:
  236 .SUFFIXES: .c .cc .lo .o .obj
  237 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  238 	@for dep in $?; do \
  239 	  case '$(am__configure_deps)' in \
  240 	    *$$dep*) \
  241 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  242 	        && { if test -f $@; then exit 0; else break; fi; }; \
  243 	      exit 1;; \
  244 	  esac; \
  245 	done; \
  246 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
  247 	$(am__cd) $(top_srcdir) && \
  248 	  $(AUTOMAKE) --foreign test/Makefile
  249 .PRECIOUS: Makefile
  250 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  251 	@case '$?' in \
  252 	  *config.status*) \
  253 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  254 	  *) \
  255 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  256 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  257 	esac;
  258 
  259 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  260 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  261 
  262 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  263 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  264 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  265 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  266 $(am__aclocal_m4_deps):
  267 testaoss: $(top_builddir)/config.status $(srcdir)/testaoss.in
  268 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  269 
  270 clean-checkPROGRAMS:
  271 	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  272 	echo " rm -f" $$list; \
  273 	rm -f $$list || exit $$?; \
  274 	test -n "$(EXEEXT)" || exit 0; \
  275 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  276 	echo " rm -f" $$list; \
  277 	rm -f $$list
  278 lmixer$(EXEEXT): $(lmixer_OBJECTS) $(lmixer_DEPENDENCIES) $(EXTRA_lmixer_DEPENDENCIES) 
  279 	@rm -f lmixer$(EXEEXT)
  280 	$(CXXLINK) $(lmixer_OBJECTS) $(lmixer_LDADD) $(LIBS)
  281 osstest$(EXEEXT): $(osstest_OBJECTS) $(osstest_DEPENDENCIES) $(EXTRA_osstest_DEPENDENCIES) 
  282 	@rm -f osstest$(EXEEXT)
  283 	$(LINK) $(osstest_OBJECTS) $(osstest_LDADD) $(LIBS)
  284 
  285 mostlyclean-compile:
  286 	-rm -f *.$(OBJEXT)
  287 
  288 distclean-compile:
  289 	-rm -f *.tab.c
  290 
  291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmixer.Po@am__quote@
  292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osstest.Po@am__quote@
  293 
  294 .c.o:
  295 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  296 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  297 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  298 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  299 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  300 
  301 .c.obj:
  302 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  303 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  304 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  305 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  306 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  307 
  308 .c.lo:
  309 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  310 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  311 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  312 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  313 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  314 
  315 .cc.o:
  316 @am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  317 @am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  318 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  319 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  320 @am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
  321 
  322 .cc.obj:
  323 @am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  324 @am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  326 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  327 @am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  328 
  329 .cc.lo:
  330 @am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  331 @am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  333 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  334 @am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
  335 
  336 mostlyclean-libtool:
  337 	-rm -f *.lo
  338 
  339 clean-libtool:
  340 	-rm -rf .libs _libs
  341 
  342 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  343 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  344 	unique=`for i in $$list; do \
  345 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  346 	  done | \
  347 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  348 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  349 	mkid -fID $$unique
  350 tags: TAGS
  351 
  352 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  353 		$(TAGS_FILES) $(LISP)
  354 	set x; \
  355 	here=`pwd`; \
  356 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  357 	unique=`for i in $$list; do \
  358 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  359 	  done | \
  360 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  361 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  362 	shift; \
  363 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  364 	  test -n "$$unique" || unique=$$empty_fix; \
  365 	  if test $$# -gt 0; then \
  366 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  367 	      "$$@" $$unique; \
  368 	  else \
  369 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  370 	      $$unique; \
  371 	  fi; \
  372 	fi
  373 ctags: CTAGS
  374 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  375 		$(TAGS_FILES) $(LISP)
  376 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  377 	unique=`for i in $$list; do \
  378 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  379 	  done | \
  380 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  381 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  382 	test -z "$(CTAGS_ARGS)$$unique" \
  383 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  384 	     $$unique
  385 
  386 GTAGS:
  387 	here=`$(am__cd) $(top_builddir) && pwd` \
  388 	  && $(am__cd) $(top_srcdir) \
  389 	  && gtags -i $(GTAGS_ARGS) "$$here"
  390 
  391 cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
  392 	list='$(SOURCES) $(HEADERS) $(LISP)'; \
  393 	case "$(srcdir)" in \
  394 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  395 	  *) sdir=$(subdir)/$(srcdir) ;; \
  396 	esac; \
  397 	for i in $$list; do \
  398 	  if test -f "$$i"; then \
  399 	    echo "$(subdir)/$$i"; \
  400 	  else \
  401 	    echo "$$sdir/$$i"; \
  402 	  fi; \
  403 	done >> $(top_builddir)/cscope.files
  404 
  405 distclean-tags:
  406 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  407 
  408 distdir: $(DISTFILES)
  409 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  410 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  411 	list='$(DISTFILES)'; \
  412 	  dist_files=`for file in $$list; do echo $$file; done | \
  413 	  sed -e "s|^$$srcdirstrip/||;t" \
  414 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  415 	case $$dist_files in \
  416 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  417 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  418 			   sort -u` ;; \
  419 	esac; \
  420 	for file in $$dist_files; do \
  421 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  422 	  if test -d $$d/$$file; then \
  423 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  424 	    if test -d "$(distdir)/$$file"; then \
  425 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  426 	    fi; \
  427 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  428 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  429 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  430 	    fi; \
  431 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  432 	  else \
  433 	    test -f "$(distdir)/$$file" \
  434 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  435 	    || exit 1; \
  436 	  fi; \
  437 	done
  438 check-am: all-am
  439 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  440 check: check-am
  441 all-am: Makefile $(HEADERS)
  442 installdirs:
  443 install: install-am
  444 install-exec: install-exec-am
  445 install-data: install-data-am
  446 uninstall: uninstall-am
  447 
  448 install-am: all-am
  449 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  450 
  451 installcheck: installcheck-am
  452 install-strip:
  453 	if test -z '$(STRIP)'; then \
  454 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  455 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  456 	      install; \
  457 	else \
  458 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  459 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  460 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  461 	fi
  462 mostlyclean-generic:
  463 
  464 clean-generic:
  465 
  466 distclean-generic:
  467 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  468 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  469 
  470 maintainer-clean-generic:
  471 	@echo "This command is intended for maintainers to use"
  472 	@echo "it deletes files that may require special tools to rebuild."
  473 clean: clean-am
  474 
  475 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  476 	mostlyclean-am
  477 
  478 distclean: distclean-am
  479 	-rm -rf ./$(DEPDIR)
  480 	-rm -f Makefile
  481 distclean-am: clean-am distclean-compile distclean-generic \
  482 	distclean-tags
  483 
  484 dvi: dvi-am
  485 
  486 dvi-am:
  487 
  488 html: html-am
  489 
  490 html-am:
  491 
  492 info: info-am
  493 
  494 info-am:
  495 
  496 install-data-am:
  497 
  498 install-dvi: install-dvi-am
  499 
  500 install-dvi-am:
  501 
  502 install-exec-am:
  503 
  504 install-html: install-html-am
  505 
  506 install-html-am:
  507 
  508 install-info: install-info-am
  509 
  510 install-info-am:
  511 
  512 install-man:
  513 
  514 install-pdf: install-pdf-am
  515 
  516 install-pdf-am:
  517 
  518 install-ps: install-ps-am
  519 
  520 install-ps-am:
  521 
  522 installcheck-am:
  523 
  524 maintainer-clean: maintainer-clean-am
  525 	-rm -rf ./$(DEPDIR)
  526 	-rm -f Makefile
  527 maintainer-clean-am: distclean-am maintainer-clean-generic
  528 
  529 mostlyclean: mostlyclean-am
  530 
  531 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  532 	mostlyclean-libtool
  533 
  534 pdf: pdf-am
  535 
  536 pdf-am:
  537 
  538 ps: ps-am
  539 
  540 ps-am:
  541 
  542 uninstall-am:
  543 
  544 .MAKE: check-am install-am install-strip
  545 
  546 .PHONY: CTAGS GTAGS all all-am check check-am clean \
  547 	clean-checkPROGRAMS clean-generic clean-libtool cscopelist \
  548 	ctags distclean distclean-compile distclean-generic \
  549 	distclean-libtool distclean-tags distdir dvi dvi-am html \
  550 	html-am info info-am install install-am install-data \
  551 	install-data-am install-dvi install-dvi-am install-exec \
  552 	install-exec-am install-html install-html-am install-info \
  553 	install-info-am install-man install-pdf install-pdf-am \
  554 	install-ps install-ps-am install-strip installcheck \
  555 	installcheck-am installdirs maintainer-clean \
  556 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  557 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  558 	tags uninstall uninstall-am
  559 
  560 
  561 test_mmap_test: mmap_test_redir
  562 	OSS_REDIRECTOR=libalsatoss.so mmap_test_redir
  563 
  564 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  565 # Otherwise a system limit (for SysV at least) may be exceeded.
  566 .NOEXPORT: