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