gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

Makefile.in (17036B)


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