To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.
root / src / portaudio_20161030_catalina_patch / bindings / cpp / lib / Makefile.in @ 162:d43aab368df9
History | View | Annotate | Download (39.8 KB)
| 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 = lib |
| 82 |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 83 |
$(top_srcdir)/../../depcomp |
| 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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 92 |
am__vpath_adj = case $$p in \ |
| 93 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 94 |
*) f=$$p;; \ |
| 95 |
esac; |
| 96 |
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| 97 |
am__install_max = 40 |
| 98 |
am__nobase_strip_setup = \ |
| 99 |
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| 100 |
am__nobase_strip = \ |
| 101 |
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| 102 |
am__nobase_list = $(am__nobase_strip_setup); \ |
| 103 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 104 |
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| 105 |
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
| 106 |
if (++n[$$2] == $(am__install_max)) \ |
| 107 |
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
| 108 |
END { for (dir in files) print dir, files[dir] }'
|
| 109 |
am__base_list = \ |
| 110 |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 111 |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 112 |
am__uninstall_files_from_dir = { \
|
| 113 |
test -z "$$files" \ |
| 114 |
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
| 115 |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
| 116 |
$(am__cd) "$$dir" && rm -f $$files; }; \ |
| 117 |
} |
| 118 |
am__installdirs = "$(DESTDIR)$(libdir)" |
| 119 |
LTLIBRARIES = $(lib_LTLIBRARIES) |
| 120 |
libportaudiocpp_la_DEPENDENCIES = \ |
| 121 |
$(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la |
| 122 |
am_libportaudiocpp_la_OBJECTS = BlockingStream.lo CallbackInterface.lo \ |
| 123 |
CallbackStream.lo CFunCallbackStream.lo \ |
| 124 |
CppFunCallbackStream.lo Device.lo \ |
| 125 |
DirectionSpecificStreamParameters.lo Exception.lo HostApi.lo \ |
| 126 |
InterfaceCallbackStream.lo MemFunCallbackStream.lo Stream.lo \ |
| 127 |
StreamParameters.lo System.lo SystemDeviceIterator.lo \ |
| 128 |
SystemHostApiIterator.lo |
| 129 |
libportaudiocpp_la_OBJECTS = $(am_libportaudiocpp_la_OBJECTS) |
| 130 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 131 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 132 |
am__v_lt_0 = --silent |
| 133 |
am__v_lt_1 = |
| 134 |
libportaudiocpp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ |
| 135 |
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
| 136 |
$(AM_CXXFLAGS) $(CXXFLAGS) $(libportaudiocpp_la_LDFLAGS) \ |
| 137 |
$(LDFLAGS) -o $@ |
| 138 |
AM_V_P = $(am__v_P_@AM_V@) |
| 139 |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 140 |
am__v_P_0 = false |
| 141 |
am__v_P_1 = : |
| 142 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 143 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 144 |
am__v_GEN_0 = @echo " GEN " $@; |
| 145 |
am__v_GEN_1 = |
| 146 |
AM_V_at = $(am__v_at_@AM_V@) |
| 147 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 148 |
am__v_at_0 = @ |
| 149 |
am__v_at_1 = |
| 150 |
depcomp = $(SHELL) $(top_srcdir)/../../depcomp |
| 151 |
am__depfiles_maybe = depfiles |
| 152 |
am__mv = mv -f |
| 153 |
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 154 |
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| 155 |
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 156 |
$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ |
| 157 |
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 158 |
$(AM_CXXFLAGS) $(CXXFLAGS) |
| 159 |
AM_V_CXX = $(am__v_CXX_@AM_V@) |
| 160 |
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) |
| 161 |
am__v_CXX_0 = @echo " CXX " $@; |
| 162 |
am__v_CXX_1 = |
| 163 |
CXXLD = $(CXX) |
| 164 |
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 165 |
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
| 166 |
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 167 |
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) |
| 168 |
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) |
| 169 |
am__v_CXXLD_0 = @echo " CXXLD " $@; |
| 170 |
am__v_CXXLD_1 = |
| 171 |
SOURCES = $(libportaudiocpp_la_SOURCES) |
| 172 |
DIST_SOURCES = $(libportaudiocpp_la_SOURCES) |
| 173 |
am__can_run_installinfo = \ |
| 174 |
case $$AM_UPDATE_INFO_DIR in \ |
| 175 |
n|no|NO) false;; \ |
| 176 |
*) (install-info --version) >/dev/null 2>&1;; \ |
| 177 |
esac |
| 178 |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 179 |
# Read a list of newline-separated strings from the standard input, |
| 180 |
# and print each of them once, without duplicates. Input order is |
| 181 |
# *not* preserved. |
| 182 |
am__uniquify_input = $(AWK) '\ |
| 183 |
BEGIN { nonempty = 0; } \
|
| 184 |
{ items[$$0] = 1; nonempty = 1; } \
|
| 185 |
END { if (nonempty) { for (i in items) print i; }; } \
|
| 186 |
' |
| 187 |
# Make sure the list of sources is unique. This is necessary because, |
| 188 |
# e.g., the same source file might be shared among _SOURCES variables |
| 189 |
# for different programs/libraries. |
| 190 |
am__define_uniq_tagged_files = \ |
| 191 |
list='$(am__tagged_files)'; \ |
| 192 |
unique=`for i in $$list; do \ |
| 193 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 194 |
done | $(am__uniquify_input)` |
| 195 |
ETAGS = etags |
| 196 |
CTAGS = ctags |
| 197 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 198 |
ACLOCAL = @ACLOCAL@ |
| 199 |
AMTAR = @AMTAR@ |
| 200 |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 201 |
AR = @AR@ |
| 202 |
AS = @AS@ |
| 203 |
AUTOCONF = @AUTOCONF@ |
| 204 |
AUTOHEADER = @AUTOHEADER@ |
| 205 |
AUTOMAKE = @AUTOMAKE@ |
| 206 |
AWK = @AWK@ |
| 207 |
CC = @CC@ |
| 208 |
CCDEPMODE = @CCDEPMODE@ |
| 209 |
CFLAGS = @CFLAGS@ |
| 210 |
CPP = @CPP@ |
| 211 |
CPPFLAGS = @CPPFLAGS@ |
| 212 |
CXX = @CXX@ |
| 213 |
CXXCPP = @CXXCPP@ |
| 214 |
CXXDEPMODE = @CXXDEPMODE@ |
| 215 |
CXXFLAGS = @CXXFLAGS@ |
| 216 |
CYGPATH_W = @CYGPATH_W@ |
| 217 |
DEFAULT_INCLUDES = @DEFAULT_INCLUDES@ |
| 218 |
DEFS = @DEFS@ |
| 219 |
DEPDIR = @DEPDIR@ |
| 220 |
DLLTOOL = @DLLTOOL@ |
| 221 |
DSYMUTIL = @DSYMUTIL@ |
| 222 |
DUMPBIN = @DUMPBIN@ |
| 223 |
ECHO_C = @ECHO_C@ |
| 224 |
ECHO_N = @ECHO_N@ |
| 225 |
ECHO_T = @ECHO_T@ |
| 226 |
EGREP = @EGREP@ |
| 227 |
EXEEXT = @EXEEXT@ |
| 228 |
FGREP = @FGREP@ |
| 229 |
GREP = @GREP@ |
| 230 |
INSTALL = @INSTALL@ |
| 231 |
INSTALL_DATA = @INSTALL_DATA@ |
| 232 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 233 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 234 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 235 |
LD = @LD@ |
| 236 |
LDFLAGS = @LDFLAGS@ |
| 237 |
LIBOBJS = @LIBOBJS@ |
| 238 |
LIBS = @LIBS@ |
| 239 |
LIBTOOL = @LIBTOOL@ |
| 240 |
LIPO = @LIPO@ |
| 241 |
LN_S = @LN_S@ |
| 242 |
LTLIBOBJS = @LTLIBOBJS@ |
| 243 |
LT_VERSION_INFO = @LT_VERSION_INFO@ |
| 244 |
MAINT = @MAINT@ |
| 245 |
MAKEINFO = @MAKEINFO@ |
| 246 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 247 |
MKDIR_P = @MKDIR_P@ |
| 248 |
NM = @NM@ |
| 249 |
NMEDIT = @NMEDIT@ |
| 250 |
OBJDUMP = @OBJDUMP@ |
| 251 |
OBJEXT = @OBJEXT@ |
| 252 |
OTOOL = @OTOOL@ |
| 253 |
OTOOL64 = @OTOOL64@ |
| 254 |
PACKAGE = @PACKAGE@ |
| 255 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 256 |
PACKAGE_NAME = @PACKAGE_NAME@ |
| 257 |
PACKAGE_STRING = @PACKAGE_STRING@ |
| 258 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 259 |
PACKAGE_URL = @PACKAGE_URL@ |
| 260 |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 261 |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 262 |
PORTAUDIO_ROOT = @PORTAUDIO_ROOT@ |
| 263 |
RANLIB = @RANLIB@ |
| 264 |
SED = @SED@ |
| 265 |
SET_MAKE = @SET_MAKE@ |
| 266 |
SHELL = @SHELL@ |
| 267 |
STRIP = @STRIP@ |
| 268 |
VERSION = @VERSION@ |
| 269 |
abs_builddir = @abs_builddir@ |
| 270 |
abs_srcdir = @abs_srcdir@ |
| 271 |
abs_top_builddir = @abs_top_builddir@ |
| 272 |
abs_top_srcdir = @abs_top_srcdir@ |
| 273 |
ac_ct_AR = @ac_ct_AR@ |
| 274 |
ac_ct_CC = @ac_ct_CC@ |
| 275 |
ac_ct_CXX = @ac_ct_CXX@ |
| 276 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 277 |
am__include = @am__include@ |
| 278 |
am__leading_dot = @am__leading_dot@ |
| 279 |
am__quote = @am__quote@ |
| 280 |
am__tar = @am__tar@ |
| 281 |
am__untar = @am__untar@ |
| 282 |
bindir = @bindir@ |
| 283 |
build = @build@ |
| 284 |
build_alias = @build_alias@ |
| 285 |
build_cpu = @build_cpu@ |
| 286 |
build_os = @build_os@ |
| 287 |
build_vendor = @build_vendor@ |
| 288 |
builddir = @builddir@ |
| 289 |
datadir = @datadir@ |
| 290 |
datarootdir = @datarootdir@ |
| 291 |
docdir = @docdir@ |
| 292 |
dvidir = @dvidir@ |
| 293 |
exec_prefix = @exec_prefix@ |
| 294 |
host = @host@ |
| 295 |
host_alias = @host_alias@ |
| 296 |
host_cpu = @host_cpu@ |
| 297 |
host_os = @host_os@ |
| 298 |
host_vendor = @host_vendor@ |
| 299 |
htmldir = @htmldir@ |
| 300 |
includedir = @includedir@ |
| 301 |
infodir = @infodir@ |
| 302 |
install_sh = @install_sh@ |
| 303 |
libdir = @libdir@ |
| 304 |
libexecdir = @libexecdir@ |
| 305 |
localedir = @localedir@ |
| 306 |
localstatedir = @localstatedir@ |
| 307 |
mandir = @mandir@ |
| 308 |
mkdir_p = @mkdir_p@ |
| 309 |
oldincludedir = @oldincludedir@ |
| 310 |
pdfdir = @pdfdir@ |
| 311 |
prefix = @prefix@ |
| 312 |
program_transform_name = @program_transform_name@ |
| 313 |
psdir = @psdir@ |
| 314 |
sbindir = @sbindir@ |
| 315 |
sharedstatedir = @sharedstatedir@ |
| 316 |
srcdir = @srcdir@ |
| 317 |
sysconfdir = @sysconfdir@ |
| 318 |
target_alias = @target_alias@ |
| 319 |
top_build_prefix = @top_build_prefix@ |
| 320 |
top_builddir = @top_builddir@ |
| 321 |
top_srcdir = @top_srcdir@ |
| 322 |
SRCDIR = $(top_srcdir)/source/portaudiocpp |
| 323 |
lib_LTLIBRARIES = libportaudiocpp.la |
| 324 |
LDADD = libportaudiocpp.la |
| 325 |
libportaudiocpp_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -no-undefined |
| 326 |
libportaudiocpp_la_LIBADD = $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la |
| 327 |
libportaudiocpp_la_SOURCES = \ |
| 328 |
$(SRCDIR)/BlockingStream.cxx \ |
| 329 |
$(SRCDIR)/CallbackInterface.cxx \ |
| 330 |
$(SRCDIR)/CallbackStream.cxx \ |
| 331 |
$(SRCDIR)/CFunCallbackStream.cxx \ |
| 332 |
$(SRCDIR)/CppFunCallbackStream.cxx \ |
| 333 |
$(SRCDIR)/Device.cxx \ |
| 334 |
$(SRCDIR)/DirectionSpecificStreamParameters.cxx \ |
| 335 |
$(SRCDIR)/Exception.cxx \ |
| 336 |
$(SRCDIR)/HostApi.cxx \ |
| 337 |
$(SRCDIR)/InterfaceCallbackStream.cxx \ |
| 338 |
$(SRCDIR)/MemFunCallbackStream.cxx \ |
| 339 |
$(SRCDIR)/Stream.cxx \ |
| 340 |
$(SRCDIR)/StreamParameters.cxx \ |
| 341 |
$(SRCDIR)/System.cxx \ |
| 342 |
$(SRCDIR)/SystemDeviceIterator.cxx \ |
| 343 |
$(SRCDIR)/SystemHostApiIterator.cxx |
| 344 |
|
| 345 |
all: all-am |
| 346 |
|
| 347 |
.SUFFIXES: |
| 348 |
.SUFFIXES: .cxx .lo .o .obj |
| 349 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 350 |
@for dep in $?; do \ |
| 351 |
case '$(am__configure_deps)' in \ |
| 352 |
*$$dep*) \ |
| 353 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 354 |
&& { if test -f $@; then exit 0; else break; fi; }; \
|
| 355 |
exit 1;; \ |
| 356 |
esac; \ |
| 357 |
done; \ |
| 358 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ |
| 359 |
$(am__cd) $(top_srcdir) && \ |
| 360 |
$(AUTOMAKE) --gnu lib/Makefile |
| 361 |
.PRECIOUS: Makefile |
| 362 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 363 |
@case '$?' in \ |
| 364 |
*config.status*) \ |
| 365 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 366 |
*) \ |
| 367 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 368 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 369 |
esac; |
| 370 |
|
| 371 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 372 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 373 |
|
| 374 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 375 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 376 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 377 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 378 |
$(am__aclocal_m4_deps): |
| 379 |
|
| 380 |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 381 |
@$(NORMAL_INSTALL) |
| 382 |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 383 |
list2=; for p in $$list; do \ |
| 384 |
if test -f $$p; then \ |
| 385 |
list2="$$list2 $$p"; \ |
| 386 |
else :; fi; \ |
| 387 |
done; \ |
| 388 |
test -z "$$list2" || { \
|
| 389 |
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
| 390 |
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
| 391 |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
| 392 |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
| 393 |
} |
| 394 |
|
| 395 |
uninstall-libLTLIBRARIES: |
| 396 |
@$(NORMAL_UNINSTALL) |
| 397 |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 398 |
for p in $$list; do \ |
| 399 |
$(am__strip_dir) \ |
| 400 |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ |
| 401 |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ |
| 402 |
done |
| 403 |
|
| 404 |
clean-libLTLIBRARIES: |
| 405 |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 406 |
@list='$(lib_LTLIBRARIES)'; \ |
| 407 |
locs=`for p in $$list; do echo $$p; done | \ |
| 408 |
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
| 409 |
sort -u`; \ |
| 410 |
test -z "$$locs" || { \
|
| 411 |
echo rm -f $${locs}; \
|
| 412 |
rm -f $${locs}; \
|
| 413 |
} |
| 414 |
|
| 415 |
libportaudiocpp.la: $(libportaudiocpp_la_OBJECTS) $(libportaudiocpp_la_DEPENDENCIES) $(EXTRA_libportaudiocpp_la_DEPENDENCIES) |
| 416 |
$(AM_V_CXXLD)$(libportaudiocpp_la_LINK) -rpath $(libdir) $(libportaudiocpp_la_OBJECTS) $(libportaudiocpp_la_LIBADD) $(LIBS) |
| 417 |
|
| 418 |
mostlyclean-compile: |
| 419 |
-rm -f *.$(OBJEXT) |
| 420 |
|
| 421 |
distclean-compile: |
| 422 |
-rm -f *.tab.c |
| 423 |
|
| 424 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BlockingStream.Plo@am__quote@ |
| 425 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CFunCallbackStream.Plo@am__quote@ |
| 426 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CallbackInterface.Plo@am__quote@ |
| 427 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CallbackStream.Plo@am__quote@ |
| 428 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CppFunCallbackStream.Plo@am__quote@ |
| 429 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Device.Plo@am__quote@ |
| 430 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DirectionSpecificStreamParameters.Plo@am__quote@ |
| 431 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exception.Plo@am__quote@ |
| 432 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HostApi.Plo@am__quote@ |
| 433 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InterfaceCallbackStream.Plo@am__quote@ |
| 434 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemFunCallbackStream.Plo@am__quote@ |
| 435 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stream.Plo@am__quote@ |
| 436 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StreamParameters.Plo@am__quote@ |
| 437 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/System.Plo@am__quote@ |
| 438 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SystemDeviceIterator.Plo@am__quote@ |
| 439 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SystemHostApiIterator.Plo@am__quote@ |
| 440 |
|
| 441 |
.cxx.o: |
| 442 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 443 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 444 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 445 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 446 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< |
| 447 |
|
| 448 |
.cxx.obj: |
| 449 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 450 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 451 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 452 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 453 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 454 |
|
| 455 |
.cxx.lo: |
| 456 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 457 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
| 458 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 459 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 460 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< |
| 461 |
|
| 462 |
BlockingStream.lo: $(SRCDIR)/BlockingStream.cxx |
| 463 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BlockingStream.lo -MD -MP -MF $(DEPDIR)/BlockingStream.Tpo -c -o BlockingStream.lo `test -f '$(SRCDIR)/BlockingStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/BlockingStream.cxx |
| 464 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/BlockingStream.Tpo $(DEPDIR)/BlockingStream.Plo |
| 465 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/BlockingStream.cxx' object='BlockingStream.lo' libtool=yes @AMDEPBACKSLASH@ |
| 466 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 467 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BlockingStream.lo `test -f '$(SRCDIR)/BlockingStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/BlockingStream.cxx |
| 468 |
|
| 469 |
CallbackInterface.lo: $(SRCDIR)/CallbackInterface.cxx |
| 470 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CallbackInterface.lo -MD -MP -MF $(DEPDIR)/CallbackInterface.Tpo -c -o CallbackInterface.lo `test -f '$(SRCDIR)/CallbackInterface.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CallbackInterface.cxx |
| 471 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CallbackInterface.Tpo $(DEPDIR)/CallbackInterface.Plo |
| 472 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/CallbackInterface.cxx' object='CallbackInterface.lo' libtool=yes @AMDEPBACKSLASH@ |
| 473 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 474 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CallbackInterface.lo `test -f '$(SRCDIR)/CallbackInterface.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CallbackInterface.cxx |
| 475 |
|
| 476 |
CallbackStream.lo: $(SRCDIR)/CallbackStream.cxx |
| 477 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CallbackStream.lo -MD -MP -MF $(DEPDIR)/CallbackStream.Tpo -c -o CallbackStream.lo `test -f '$(SRCDIR)/CallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CallbackStream.cxx |
| 478 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CallbackStream.Tpo $(DEPDIR)/CallbackStream.Plo |
| 479 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/CallbackStream.cxx' object='CallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ |
| 480 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 481 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CallbackStream.lo `test -f '$(SRCDIR)/CallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CallbackStream.cxx |
| 482 |
|
| 483 |
CFunCallbackStream.lo: $(SRCDIR)/CFunCallbackStream.cxx |
| 484 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CFunCallbackStream.lo -MD -MP -MF $(DEPDIR)/CFunCallbackStream.Tpo -c -o CFunCallbackStream.lo `test -f '$(SRCDIR)/CFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CFunCallbackStream.cxx |
| 485 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CFunCallbackStream.Tpo $(DEPDIR)/CFunCallbackStream.Plo |
| 486 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/CFunCallbackStream.cxx' object='CFunCallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ |
| 487 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 488 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CFunCallbackStream.lo `test -f '$(SRCDIR)/CFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CFunCallbackStream.cxx |
| 489 |
|
| 490 |
CppFunCallbackStream.lo: $(SRCDIR)/CppFunCallbackStream.cxx |
| 491 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CppFunCallbackStream.lo -MD -MP -MF $(DEPDIR)/CppFunCallbackStream.Tpo -c -o CppFunCallbackStream.lo `test -f '$(SRCDIR)/CppFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CppFunCallbackStream.cxx |
| 492 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/CppFunCallbackStream.Tpo $(DEPDIR)/CppFunCallbackStream.Plo |
| 493 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/CppFunCallbackStream.cxx' object='CppFunCallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ |
| 494 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 495 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CppFunCallbackStream.lo `test -f '$(SRCDIR)/CppFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CppFunCallbackStream.cxx |
| 496 |
|
| 497 |
Device.lo: $(SRCDIR)/Device.cxx |
| 498 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Device.lo -MD -MP -MF $(DEPDIR)/Device.Tpo -c -o Device.lo `test -f '$(SRCDIR)/Device.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Device.cxx |
| 499 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/Device.Tpo $(DEPDIR)/Device.Plo |
| 500 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/Device.cxx' object='Device.lo' libtool=yes @AMDEPBACKSLASH@ |
| 501 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 502 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Device.lo `test -f '$(SRCDIR)/Device.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Device.cxx |
| 503 |
|
| 504 |
DirectionSpecificStreamParameters.lo: $(SRCDIR)/DirectionSpecificStreamParameters.cxx |
| 505 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DirectionSpecificStreamParameters.lo -MD -MP -MF $(DEPDIR)/DirectionSpecificStreamParameters.Tpo -c -o DirectionSpecificStreamParameters.lo `test -f '$(SRCDIR)/DirectionSpecificStreamParameters.cxx' || echo '$(srcdir)/'`$(SRCDIR)/DirectionSpecificStreamParameters.cxx |
| 506 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/DirectionSpecificStreamParameters.Tpo $(DEPDIR)/DirectionSpecificStreamParameters.Plo |
| 507 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/DirectionSpecificStreamParameters.cxx' object='DirectionSpecificStreamParameters.lo' libtool=yes @AMDEPBACKSLASH@ |
| 508 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 509 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DirectionSpecificStreamParameters.lo `test -f '$(SRCDIR)/DirectionSpecificStreamParameters.cxx' || echo '$(srcdir)/'`$(SRCDIR)/DirectionSpecificStreamParameters.cxx |
| 510 |
|
| 511 |
Exception.lo: $(SRCDIR)/Exception.cxx |
| 512 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Exception.lo -MD -MP -MF $(DEPDIR)/Exception.Tpo -c -o Exception.lo `test -f '$(SRCDIR)/Exception.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Exception.cxx |
| 513 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/Exception.Tpo $(DEPDIR)/Exception.Plo |
| 514 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/Exception.cxx' object='Exception.lo' libtool=yes @AMDEPBACKSLASH@ |
| 515 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 516 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Exception.lo `test -f '$(SRCDIR)/Exception.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Exception.cxx |
| 517 |
|
| 518 |
HostApi.lo: $(SRCDIR)/HostApi.cxx |
| 519 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT HostApi.lo -MD -MP -MF $(DEPDIR)/HostApi.Tpo -c -o HostApi.lo `test -f '$(SRCDIR)/HostApi.cxx' || echo '$(srcdir)/'`$(SRCDIR)/HostApi.cxx |
| 520 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/HostApi.Tpo $(DEPDIR)/HostApi.Plo |
| 521 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/HostApi.cxx' object='HostApi.lo' libtool=yes @AMDEPBACKSLASH@ |
| 522 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 523 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o HostApi.lo `test -f '$(SRCDIR)/HostApi.cxx' || echo '$(srcdir)/'`$(SRCDIR)/HostApi.cxx |
| 524 |
|
| 525 |
InterfaceCallbackStream.lo: $(SRCDIR)/InterfaceCallbackStream.cxx |
| 526 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT InterfaceCallbackStream.lo -MD -MP -MF $(DEPDIR)/InterfaceCallbackStream.Tpo -c -o InterfaceCallbackStream.lo `test -f '$(SRCDIR)/InterfaceCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/InterfaceCallbackStream.cxx |
| 527 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/InterfaceCallbackStream.Tpo $(DEPDIR)/InterfaceCallbackStream.Plo |
| 528 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/InterfaceCallbackStream.cxx' object='InterfaceCallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ |
| 529 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 530 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o InterfaceCallbackStream.lo `test -f '$(SRCDIR)/InterfaceCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/InterfaceCallbackStream.cxx |
| 531 |
|
| 532 |
MemFunCallbackStream.lo: $(SRCDIR)/MemFunCallbackStream.cxx |
| 533 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MemFunCallbackStream.lo -MD -MP -MF $(DEPDIR)/MemFunCallbackStream.Tpo -c -o MemFunCallbackStream.lo `test -f '$(SRCDIR)/MemFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/MemFunCallbackStream.cxx |
| 534 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/MemFunCallbackStream.Tpo $(DEPDIR)/MemFunCallbackStream.Plo |
| 535 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/MemFunCallbackStream.cxx' object='MemFunCallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ |
| 536 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 537 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MemFunCallbackStream.lo `test -f '$(SRCDIR)/MemFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/MemFunCallbackStream.cxx |
| 538 |
|
| 539 |
Stream.lo: $(SRCDIR)/Stream.cxx |
| 540 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Stream.lo -MD -MP -MF $(DEPDIR)/Stream.Tpo -c -o Stream.lo `test -f '$(SRCDIR)/Stream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Stream.cxx |
| 541 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/Stream.Tpo $(DEPDIR)/Stream.Plo |
| 542 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/Stream.cxx' object='Stream.lo' libtool=yes @AMDEPBACKSLASH@ |
| 543 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 544 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Stream.lo `test -f '$(SRCDIR)/Stream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Stream.cxx |
| 545 |
|
| 546 |
StreamParameters.lo: $(SRCDIR)/StreamParameters.cxx |
| 547 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StreamParameters.lo -MD -MP -MF $(DEPDIR)/StreamParameters.Tpo -c -o StreamParameters.lo `test -f '$(SRCDIR)/StreamParameters.cxx' || echo '$(srcdir)/'`$(SRCDIR)/StreamParameters.cxx |
| 548 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/StreamParameters.Tpo $(DEPDIR)/StreamParameters.Plo |
| 549 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/StreamParameters.cxx' object='StreamParameters.lo' libtool=yes @AMDEPBACKSLASH@ |
| 550 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 551 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StreamParameters.lo `test -f '$(SRCDIR)/StreamParameters.cxx' || echo '$(srcdir)/'`$(SRCDIR)/StreamParameters.cxx |
| 552 |
|
| 553 |
System.lo: $(SRCDIR)/System.cxx |
| 554 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT System.lo -MD -MP -MF $(DEPDIR)/System.Tpo -c -o System.lo `test -f '$(SRCDIR)/System.cxx' || echo '$(srcdir)/'`$(SRCDIR)/System.cxx |
| 555 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/System.Tpo $(DEPDIR)/System.Plo |
| 556 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/System.cxx' object='System.lo' libtool=yes @AMDEPBACKSLASH@ |
| 557 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 558 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o System.lo `test -f '$(SRCDIR)/System.cxx' || echo '$(srcdir)/'`$(SRCDIR)/System.cxx |
| 559 |
|
| 560 |
SystemDeviceIterator.lo: $(SRCDIR)/SystemDeviceIterator.cxx |
| 561 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SystemDeviceIterator.lo -MD -MP -MF $(DEPDIR)/SystemDeviceIterator.Tpo -c -o SystemDeviceIterator.lo `test -f '$(SRCDIR)/SystemDeviceIterator.cxx' || echo '$(srcdir)/'`$(SRCDIR)/SystemDeviceIterator.cxx |
| 562 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/SystemDeviceIterator.Tpo $(DEPDIR)/SystemDeviceIterator.Plo |
| 563 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/SystemDeviceIterator.cxx' object='SystemDeviceIterator.lo' libtool=yes @AMDEPBACKSLASH@ |
| 564 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 565 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SystemDeviceIterator.lo `test -f '$(SRCDIR)/SystemDeviceIterator.cxx' || echo '$(srcdir)/'`$(SRCDIR)/SystemDeviceIterator.cxx |
| 566 |
|
| 567 |
SystemHostApiIterator.lo: $(SRCDIR)/SystemHostApiIterator.cxx |
| 568 |
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SystemHostApiIterator.lo -MD -MP -MF $(DEPDIR)/SystemHostApiIterator.Tpo -c -o SystemHostApiIterator.lo `test -f '$(SRCDIR)/SystemHostApiIterator.cxx' || echo '$(srcdir)/'`$(SRCDIR)/SystemHostApiIterator.cxx |
| 569 |
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/SystemHostApiIterator.Tpo $(DEPDIR)/SystemHostApiIterator.Plo |
| 570 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$(SRCDIR)/SystemHostApiIterator.cxx' object='SystemHostApiIterator.lo' libtool=yes @AMDEPBACKSLASH@ |
| 571 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 572 |
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SystemHostApiIterator.lo `test -f '$(SRCDIR)/SystemHostApiIterator.cxx' || echo '$(srcdir)/'`$(SRCDIR)/SystemHostApiIterator.cxx |
| 573 |
|
| 574 |
mostlyclean-libtool: |
| 575 |
-rm -f *.lo |
| 576 |
|
| 577 |
clean-libtool: |
| 578 |
-rm -rf .libs _libs |
| 579 |
|
| 580 |
ID: $(am__tagged_files) |
| 581 |
$(am__define_uniq_tagged_files); mkid -fID $$unique |
| 582 |
tags: tags-am |
| 583 |
TAGS: tags |
| 584 |
|
| 585 |
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 586 |
set x; \ |
| 587 |
here=`pwd`; \ |
| 588 |
$(am__define_uniq_tagged_files); \ |
| 589 |
shift; \ |
| 590 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 591 |
test -n "$$unique" || unique=$$empty_fix; \ |
| 592 |
if test $$# -gt 0; then \ |
| 593 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 594 |
"$$@" $$unique; \ |
| 595 |
else \ |
| 596 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 597 |
$$unique; \ |
| 598 |
fi; \ |
| 599 |
fi |
| 600 |
ctags: ctags-am |
| 601 |
|
| 602 |
CTAGS: ctags |
| 603 |
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 604 |
$(am__define_uniq_tagged_files); \ |
| 605 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 606 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 607 |
$$unique |
| 608 |
|
| 609 |
GTAGS: |
| 610 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 611 |
&& $(am__cd) $(top_srcdir) \ |
| 612 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 613 |
cscopelist: cscopelist-am |
| 614 |
|
| 615 |
cscopelist-am: $(am__tagged_files) |
| 616 |
list='$(am__tagged_files)'; \ |
| 617 |
case "$(srcdir)" in \ |
| 618 |
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 619 |
*) sdir=$(subdir)/$(srcdir) ;; \ |
| 620 |
esac; \ |
| 621 |
for i in $$list; do \ |
| 622 |
if test -f "$$i"; then \ |
| 623 |
echo "$(subdir)/$$i"; \ |
| 624 |
else \ |
| 625 |
echo "$$sdir/$$i"; \ |
| 626 |
fi; \ |
| 627 |
done >> $(top_builddir)/cscope.files |
| 628 |
|
| 629 |
distclean-tags: |
| 630 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 631 |
|
| 632 |
distdir: $(DISTFILES) |
| 633 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 634 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 635 |
list='$(DISTFILES)'; \ |
| 636 |
dist_files=`for file in $$list; do echo $$file; done | \ |
| 637 |
sed -e "s|^$$srcdirstrip/||;t" \ |
| 638 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 639 |
case $$dist_files in \ |
| 640 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 641 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 642 |
sort -u` ;; \ |
| 643 |
esac; \ |
| 644 |
for file in $$dist_files; do \ |
| 645 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 646 |
if test -d $$d/$$file; then \ |
| 647 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 648 |
if test -d "$(distdir)/$$file"; then \ |
| 649 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
| 650 |
fi; \ |
| 651 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 652 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 653 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
| 654 |
fi; \ |
| 655 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 656 |
else \ |
| 657 |
test -f "$(distdir)/$$file" \ |
| 658 |
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
| 659 |
|| exit 1; \ |
| 660 |
fi; \ |
| 661 |
done |
| 662 |
check-am: all-am |
| 663 |
check: check-am |
| 664 |
all-am: Makefile $(LTLIBRARIES) |
| 665 |
installdirs: |
| 666 |
for dir in "$(DESTDIR)$(libdir)"; do \ |
| 667 |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 668 |
done |
| 669 |
install: install-am |
| 670 |
install-exec: install-exec-am |
| 671 |
install-data: install-data-am |
| 672 |
uninstall: uninstall-am |
| 673 |
|
| 674 |
install-am: all-am |
| 675 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 676 |
|
| 677 |
installcheck: installcheck-am |
| 678 |
install-strip: |
| 679 |
if test -z '$(STRIP)'; then \ |
| 680 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 681 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 682 |
install; \ |
| 683 |
else \ |
| 684 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 685 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 686 |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 687 |
fi |
| 688 |
mostlyclean-generic: |
| 689 |
|
| 690 |
clean-generic: |
| 691 |
|
| 692 |
distclean-generic: |
| 693 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 694 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 695 |
|
| 696 |
maintainer-clean-generic: |
| 697 |
@echo "This command is intended for maintainers to use" |
| 698 |
@echo "it deletes files that may require special tools to rebuild." |
| 699 |
clean: clean-am |
| 700 |
|
| 701 |
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
| 702 |
mostlyclean-am |
| 703 |
|
| 704 |
distclean: distclean-am |
| 705 |
-rm -rf ./$(DEPDIR) |
| 706 |
-rm -f Makefile |
| 707 |
distclean-am: clean-am distclean-compile distclean-generic \ |
| 708 |
distclean-tags |
| 709 |
|
| 710 |
dvi: dvi-am |
| 711 |
|
| 712 |
dvi-am: |
| 713 |
|
| 714 |
html: html-am |
| 715 |
|
| 716 |
html-am: |
| 717 |
|
| 718 |
info: info-am |
| 719 |
|
| 720 |
info-am: |
| 721 |
|
| 722 |
install-data-am: |
| 723 |
|
| 724 |
install-dvi: install-dvi-am |
| 725 |
|
| 726 |
install-dvi-am: |
| 727 |
|
| 728 |
install-exec-am: install-libLTLIBRARIES |
| 729 |
|
| 730 |
install-html: install-html-am |
| 731 |
|
| 732 |
install-html-am: |
| 733 |
|
| 734 |
install-info: install-info-am |
| 735 |
|
| 736 |
install-info-am: |
| 737 |
|
| 738 |
install-man: |
| 739 |
|
| 740 |
install-pdf: install-pdf-am |
| 741 |
|
| 742 |
install-pdf-am: |
| 743 |
|
| 744 |
install-ps: install-ps-am |
| 745 |
|
| 746 |
install-ps-am: |
| 747 |
|
| 748 |
installcheck-am: |
| 749 |
|
| 750 |
maintainer-clean: maintainer-clean-am |
| 751 |
-rm -rf ./$(DEPDIR) |
| 752 |
-rm -f Makefile |
| 753 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
| 754 |
|
| 755 |
mostlyclean: mostlyclean-am |
| 756 |
|
| 757 |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 758 |
mostlyclean-libtool |
| 759 |
|
| 760 |
pdf: pdf-am |
| 761 |
|
| 762 |
pdf-am: |
| 763 |
|
| 764 |
ps: ps-am |
| 765 |
|
| 766 |
ps-am: |
| 767 |
|
| 768 |
uninstall-am: uninstall-libLTLIBRARIES |
| 769 |
|
| 770 |
.MAKE: install-am install-strip |
| 771 |
|
| 772 |
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
| 773 |
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ |
| 774 |
ctags-am distclean distclean-compile distclean-generic \ |
| 775 |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
| 776 |
html-am info info-am install install-am install-data \ |
| 777 |
install-data-am install-dvi install-dvi-am install-exec \ |
| 778 |
install-exec-am install-html install-html-am install-info \ |
| 779 |
install-info-am install-libLTLIBRARIES install-man install-pdf \ |
| 780 |
install-pdf-am install-ps install-ps-am install-strip \ |
| 781 |
installcheck installcheck-am installdirs maintainer-clean \ |
| 782 |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 783 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 784 |
tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES |
| 785 |
|
| 786 |
|
| 787 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 788 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 789 |
.NOEXPORT: |