Mercurial > hg > sv-dependency-builds
comparison src/portaudio/bindings/cpp/lib/Makefile.in @ 89:8a15ff55d9af
Add bzip2, zlib, liblo, portaudio sources
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 20 Mar 2013 13:59:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
88:fe7c3a0b0259 | 89:8a15ff55d9af |
---|---|
1 # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
6 # Inc. | |
7 # This Makefile.in is free software; the Free Software Foundation | |
8 # gives unlimited permission to copy and/or distribute it, | |
9 # with or without modifications, as long as this notice is preserved. | |
10 | |
11 # This program is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
14 # PARTICULAR PURPOSE. | |
15 | |
16 @SET_MAKE@ | |
17 | |
18 VPATH = @srcdir@ | |
19 pkgdatadir = $(datadir)/@PACKAGE@ | |
20 pkgincludedir = $(includedir)/@PACKAGE@ | |
21 pkglibdir = $(libdir)/@PACKAGE@ | |
22 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
24 install_sh_DATA = $(install_sh) -c -m 644 | |
25 install_sh_PROGRAM = $(install_sh) -c | |
26 install_sh_SCRIPT = $(install_sh) -c | |
27 INSTALL_HEADER = $(INSTALL_DATA) | |
28 transform = $(program_transform_name) | |
29 NORMAL_INSTALL = : | |
30 PRE_INSTALL = : | |
31 POST_INSTALL = : | |
32 NORMAL_UNINSTALL = : | |
33 PRE_UNINSTALL = : | |
34 POST_UNINSTALL = : | |
35 build_triplet = @build@ | |
36 host_triplet = @host@ | |
37 subdir = lib | |
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
42 $(ACLOCAL_M4) | |
43 mkinstalldirs = $(install_sh) -d | |
44 CONFIG_CLEAN_FILES = | |
45 CONFIG_CLEAN_VPATH_FILES = | |
46 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
47 am__vpath_adj = case $$p in \ | |
48 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
49 *) f=$$p;; \ | |
50 esac; | |
51 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
52 am__install_max = 40 | |
53 am__nobase_strip_setup = \ | |
54 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
55 am__nobase_strip = \ | |
56 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
57 am__nobase_list = $(am__nobase_strip_setup); \ | |
58 for p in $$list; do echo "$$p $$p"; done | \ | |
59 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
60 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
61 if (++n[$$2] == $(am__install_max)) \ | |
62 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
63 END { for (dir in files) print dir, files[dir] }' | |
64 am__base_list = \ | |
65 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
66 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
67 am__installdirs = "$(DESTDIR)$(libdir)" | |
68 LTLIBRARIES = $(lib_LTLIBRARIES) | |
69 libportaudiocpp_la_DEPENDENCIES = \ | |
70 $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la | |
71 am_libportaudiocpp_la_OBJECTS = BlockingStream.lo CallbackInterface.lo \ | |
72 CallbackStream.lo CFunCallbackStream.lo \ | |
73 CppFunCallbackStream.lo Device.lo \ | |
74 DirectionSpecificStreamParameters.lo Exception.lo HostApi.lo \ | |
75 InterfaceCallbackStream.lo MemFunCallbackStream.lo Stream.lo \ | |
76 StreamParameters.lo System.lo SystemDeviceIterator.lo \ | |
77 SystemHostApiIterator.lo | |
78 libportaudiocpp_la_OBJECTS = $(am_libportaudiocpp_la_OBJECTS) | |
79 libportaudiocpp_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
80 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ | |
81 $(CXXFLAGS) $(libportaudiocpp_la_LDFLAGS) $(LDFLAGS) -o $@ | |
82 depcomp = $(SHELL) $(top_srcdir)/../../depcomp | |
83 am__depfiles_maybe = depfiles | |
84 am__mv = mv -f | |
85 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
86 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
87 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
88 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
89 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
90 CXXLD = $(CXX) | |
91 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
92 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ | |
93 $(LDFLAGS) -o $@ | |
94 SOURCES = $(libportaudiocpp_la_SOURCES) | |
95 DIST_SOURCES = $(libportaudiocpp_la_SOURCES) | |
96 ETAGS = etags | |
97 CTAGS = ctags | |
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
99 ACLOCAL = @ACLOCAL@ | |
100 AMTAR = @AMTAR@ | |
101 AR = @AR@ | |
102 AS = @AS@ | |
103 AUTOCONF = @AUTOCONF@ | |
104 AUTOHEADER = @AUTOHEADER@ | |
105 AUTOMAKE = @AUTOMAKE@ | |
106 AWK = @AWK@ | |
107 CC = @CC@ | |
108 CCDEPMODE = @CCDEPMODE@ | |
109 CFLAGS = @CFLAGS@ | |
110 CPP = @CPP@ | |
111 CPPFLAGS = @CPPFLAGS@ | |
112 CXX = @CXX@ | |
113 CXXCPP = @CXXCPP@ | |
114 CXXDEPMODE = @CXXDEPMODE@ | |
115 CXXFLAGS = @CXXFLAGS@ | |
116 CYGPATH_W = @CYGPATH_W@ | |
117 DEFAULT_INCLUDES = @DEFAULT_INCLUDES@ | |
118 DEFS = @DEFS@ | |
119 DEPDIR = @DEPDIR@ | |
120 DLLTOOL = @DLLTOOL@ | |
121 DSYMUTIL = @DSYMUTIL@ | |
122 DUMPBIN = @DUMPBIN@ | |
123 ECHO_C = @ECHO_C@ | |
124 ECHO_N = @ECHO_N@ | |
125 ECHO_T = @ECHO_T@ | |
126 EGREP = @EGREP@ | |
127 EXEEXT = @EXEEXT@ | |
128 FGREP = @FGREP@ | |
129 GREP = @GREP@ | |
130 INSTALL = @INSTALL@ | |
131 INSTALL_DATA = @INSTALL_DATA@ | |
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
135 LD = @LD@ | |
136 LDFLAGS = @LDFLAGS@ | |
137 LIBOBJS = @LIBOBJS@ | |
138 LIBS = @LIBS@ | |
139 LIBTOOL = @LIBTOOL@ | |
140 LIPO = @LIPO@ | |
141 LN_S = @LN_S@ | |
142 LTLIBOBJS = @LTLIBOBJS@ | |
143 LT_VERSION_INFO = @LT_VERSION_INFO@ | |
144 MAINT = @MAINT@ | |
145 MAKEINFO = @MAKEINFO@ | |
146 MANIFEST_TOOL = @MANIFEST_TOOL@ | |
147 MKDIR_P = @MKDIR_P@ | |
148 NM = @NM@ | |
149 NMEDIT = @NMEDIT@ | |
150 OBJDUMP = @OBJDUMP@ | |
151 OBJEXT = @OBJEXT@ | |
152 OTOOL = @OTOOL@ | |
153 OTOOL64 = @OTOOL64@ | |
154 PACKAGE = @PACKAGE@ | |
155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
156 PACKAGE_NAME = @PACKAGE_NAME@ | |
157 PACKAGE_STRING = @PACKAGE_STRING@ | |
158 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
159 PACKAGE_URL = @PACKAGE_URL@ | |
160 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
161 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
162 PORTAUDIO_ROOT = @PORTAUDIO_ROOT@ | |
163 RANLIB = @RANLIB@ | |
164 SED = @SED@ | |
165 SET_MAKE = @SET_MAKE@ | |
166 SHELL = @SHELL@ | |
167 STRIP = @STRIP@ | |
168 VERSION = @VERSION@ | |
169 abs_builddir = @abs_builddir@ | |
170 abs_srcdir = @abs_srcdir@ | |
171 abs_top_builddir = @abs_top_builddir@ | |
172 abs_top_srcdir = @abs_top_srcdir@ | |
173 ac_ct_AR = @ac_ct_AR@ | |
174 ac_ct_CC = @ac_ct_CC@ | |
175 ac_ct_CXX = @ac_ct_CXX@ | |
176 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
177 am__include = @am__include@ | |
178 am__leading_dot = @am__leading_dot@ | |
179 am__quote = @am__quote@ | |
180 am__tar = @am__tar@ | |
181 am__untar = @am__untar@ | |
182 bindir = @bindir@ | |
183 build = @build@ | |
184 build_alias = @build_alias@ | |
185 build_cpu = @build_cpu@ | |
186 build_os = @build_os@ | |
187 build_vendor = @build_vendor@ | |
188 builddir = @builddir@ | |
189 datadir = @datadir@ | |
190 datarootdir = @datarootdir@ | |
191 docdir = @docdir@ | |
192 dvidir = @dvidir@ | |
193 exec_prefix = @exec_prefix@ | |
194 host = @host@ | |
195 host_alias = @host_alias@ | |
196 host_cpu = @host_cpu@ | |
197 host_os = @host_os@ | |
198 host_vendor = @host_vendor@ | |
199 htmldir = @htmldir@ | |
200 includedir = @includedir@ | |
201 infodir = @infodir@ | |
202 install_sh = @install_sh@ | |
203 libdir = @libdir@ | |
204 libexecdir = @libexecdir@ | |
205 localedir = @localedir@ | |
206 localstatedir = @localstatedir@ | |
207 mandir = @mandir@ | |
208 mkdir_p = @mkdir_p@ | |
209 oldincludedir = @oldincludedir@ | |
210 pdfdir = @pdfdir@ | |
211 prefix = @prefix@ | |
212 program_transform_name = @program_transform_name@ | |
213 psdir = @psdir@ | |
214 sbindir = @sbindir@ | |
215 sharedstatedir = @sharedstatedir@ | |
216 srcdir = @srcdir@ | |
217 sysconfdir = @sysconfdir@ | |
218 target_alias = @target_alias@ | |
219 top_build_prefix = @top_build_prefix@ | |
220 top_builddir = @top_builddir@ | |
221 top_srcdir = @top_srcdir@ | |
222 SRCDIR = $(top_srcdir)/source/portaudiocpp | |
223 lib_LTLIBRARIES = libportaudiocpp.la | |
224 LDADD = libportaudiocpp.la | |
225 libportaudiocpp_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -no-undefined | |
226 libportaudiocpp_la_LIBADD = $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la | |
227 libportaudiocpp_la_SOURCES = \ | |
228 $(SRCDIR)/BlockingStream.cxx \ | |
229 $(SRCDIR)/CallbackInterface.cxx \ | |
230 $(SRCDIR)/CallbackStream.cxx \ | |
231 $(SRCDIR)/CFunCallbackStream.cxx \ | |
232 $(SRCDIR)/CppFunCallbackStream.cxx \ | |
233 $(SRCDIR)/Device.cxx \ | |
234 $(SRCDIR)/DirectionSpecificStreamParameters.cxx \ | |
235 $(SRCDIR)/Exception.cxx \ | |
236 $(SRCDIR)/HostApi.cxx \ | |
237 $(SRCDIR)/InterfaceCallbackStream.cxx \ | |
238 $(SRCDIR)/MemFunCallbackStream.cxx \ | |
239 $(SRCDIR)/Stream.cxx \ | |
240 $(SRCDIR)/StreamParameters.cxx \ | |
241 $(SRCDIR)/System.cxx \ | |
242 $(SRCDIR)/SystemDeviceIterator.cxx \ | |
243 $(SRCDIR)/SystemHostApiIterator.cxx | |
244 | |
245 all: all-am | |
246 | |
247 .SUFFIXES: | |
248 .SUFFIXES: .cxx .lo .o .obj | |
249 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
250 @for dep in $?; do \ | |
251 case '$(am__configure_deps)' in \ | |
252 *$$dep*) \ | |
253 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
254 && { if test -f $@; then exit 0; else break; fi; }; \ | |
255 exit 1;; \ | |
256 esac; \ | |
257 done; \ | |
258 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ | |
259 $(am__cd) $(top_srcdir) && \ | |
260 $(AUTOMAKE) --gnu lib/Makefile | |
261 .PRECIOUS: Makefile | |
262 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
263 @case '$?' in \ | |
264 *config.status*) \ | |
265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
266 *) \ | |
267 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
268 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
269 esac; | |
270 | |
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
273 | |
274 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
276 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
278 $(am__aclocal_m4_deps): | |
279 install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |
280 @$(NORMAL_INSTALL) | |
281 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" | |
282 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
283 list2=; for p in $$list; do \ | |
284 if test -f $$p; then \ | |
285 list2="$$list2 $$p"; \ | |
286 else :; fi; \ | |
287 done; \ | |
288 test -z "$$list2" || { \ | |
289 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ | |
290 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ | |
291 } | |
292 | |
293 uninstall-libLTLIBRARIES: | |
294 @$(NORMAL_UNINSTALL) | |
295 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
296 for p in $$list; do \ | |
297 $(am__strip_dir) \ | |
298 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ | |
299 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ | |
300 done | |
301 | |
302 clean-libLTLIBRARIES: | |
303 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |
304 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
305 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |
306 test "$$dir" != "$$p" || dir=.; \ | |
307 echo "rm -f \"$${dir}/so_locations\""; \ | |
308 rm -f "$${dir}/so_locations"; \ | |
309 done | |
310 libportaudiocpp.la: $(libportaudiocpp_la_OBJECTS) $(libportaudiocpp_la_DEPENDENCIES) | |
311 $(libportaudiocpp_la_LINK) -rpath $(libdir) $(libportaudiocpp_la_OBJECTS) $(libportaudiocpp_la_LIBADD) $(LIBS) | |
312 | |
313 mostlyclean-compile: | |
314 -rm -f *.$(OBJEXT) | |
315 | |
316 distclean-compile: | |
317 -rm -f *.tab.c | |
318 | |
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BlockingStream.Plo@am__quote@ | |
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CFunCallbackStream.Plo@am__quote@ | |
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CallbackInterface.Plo@am__quote@ | |
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CallbackStream.Plo@am__quote@ | |
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CppFunCallbackStream.Plo@am__quote@ | |
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Device.Plo@am__quote@ | |
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DirectionSpecificStreamParameters.Plo@am__quote@ | |
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exception.Plo@am__quote@ | |
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HostApi.Plo@am__quote@ | |
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InterfaceCallbackStream.Plo@am__quote@ | |
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemFunCallbackStream.Plo@am__quote@ | |
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Stream.Plo@am__quote@ | |
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StreamParameters.Plo@am__quote@ | |
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/System.Plo@am__quote@ | |
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SystemDeviceIterator.Plo@am__quote@ | |
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SystemHostApiIterator.Plo@am__quote@ | |
335 | |
336 .cxx.o: | |
337 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
338 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
340 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
341 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< | |
342 | |
343 .cxx.obj: | |
344 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
345 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
347 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
348 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
349 | |
350 .cxx.lo: | |
351 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
352 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
353 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
354 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
355 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< | |
356 | |
357 BlockingStream.lo: $(SRCDIR)/BlockingStream.cxx | |
358 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
359 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/BlockingStream.Tpo $(DEPDIR)/BlockingStream.Plo | |
360 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/BlockingStream.cxx' object='BlockingStream.lo' libtool=yes @AMDEPBACKSLASH@ | |
361 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
362 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
363 | |
364 CallbackInterface.lo: $(SRCDIR)/CallbackInterface.cxx | |
365 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
366 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/CallbackInterface.Tpo $(DEPDIR)/CallbackInterface.Plo | |
367 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/CallbackInterface.cxx' object='CallbackInterface.lo' libtool=yes @AMDEPBACKSLASH@ | |
368 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
369 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
370 | |
371 CallbackStream.lo: $(SRCDIR)/CallbackStream.cxx | |
372 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
373 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/CallbackStream.Tpo $(DEPDIR)/CallbackStream.Plo | |
374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/CallbackStream.cxx' object='CallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ | |
375 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
376 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
377 | |
378 CFunCallbackStream.lo: $(SRCDIR)/CFunCallbackStream.cxx | |
379 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
380 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/CFunCallbackStream.Tpo $(DEPDIR)/CFunCallbackStream.Plo | |
381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/CFunCallbackStream.cxx' object='CFunCallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ | |
382 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
383 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
384 | |
385 CppFunCallbackStream.lo: $(SRCDIR)/CppFunCallbackStream.cxx | |
386 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
387 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/CppFunCallbackStream.Tpo $(DEPDIR)/CppFunCallbackStream.Plo | |
388 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/CppFunCallbackStream.cxx' object='CppFunCallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ | |
389 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
390 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
391 | |
392 Device.lo: $(SRCDIR)/Device.cxx | |
393 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
394 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Device.Tpo $(DEPDIR)/Device.Plo | |
395 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/Device.cxx' object='Device.lo' libtool=yes @AMDEPBACKSLASH@ | |
396 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
397 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
398 | |
399 DirectionSpecificStreamParameters.lo: $(SRCDIR)/DirectionSpecificStreamParameters.cxx | |
400 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
401 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/DirectionSpecificStreamParameters.Tpo $(DEPDIR)/DirectionSpecificStreamParameters.Plo | |
402 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/DirectionSpecificStreamParameters.cxx' object='DirectionSpecificStreamParameters.lo' libtool=yes @AMDEPBACKSLASH@ | |
403 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
404 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
405 | |
406 Exception.lo: $(SRCDIR)/Exception.cxx | |
407 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
408 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Exception.Tpo $(DEPDIR)/Exception.Plo | |
409 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/Exception.cxx' object='Exception.lo' libtool=yes @AMDEPBACKSLASH@ | |
410 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
411 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
412 | |
413 HostApi.lo: $(SRCDIR)/HostApi.cxx | |
414 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
415 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/HostApi.Tpo $(DEPDIR)/HostApi.Plo | |
416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/HostApi.cxx' object='HostApi.lo' libtool=yes @AMDEPBACKSLASH@ | |
417 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
418 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
419 | |
420 InterfaceCallbackStream.lo: $(SRCDIR)/InterfaceCallbackStream.cxx | |
421 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
422 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/InterfaceCallbackStream.Tpo $(DEPDIR)/InterfaceCallbackStream.Plo | |
423 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/InterfaceCallbackStream.cxx' object='InterfaceCallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ | |
424 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
425 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
426 | |
427 MemFunCallbackStream.lo: $(SRCDIR)/MemFunCallbackStream.cxx | |
428 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
429 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MemFunCallbackStream.Tpo $(DEPDIR)/MemFunCallbackStream.Plo | |
430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/MemFunCallbackStream.cxx' object='MemFunCallbackStream.lo' libtool=yes @AMDEPBACKSLASH@ | |
431 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
432 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
433 | |
434 Stream.lo: $(SRCDIR)/Stream.cxx | |
435 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
436 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Stream.Tpo $(DEPDIR)/Stream.Plo | |
437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/Stream.cxx' object='Stream.lo' libtool=yes @AMDEPBACKSLASH@ | |
438 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
439 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
440 | |
441 StreamParameters.lo: $(SRCDIR)/StreamParameters.cxx | |
442 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
443 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/StreamParameters.Tpo $(DEPDIR)/StreamParameters.Plo | |
444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/StreamParameters.cxx' object='StreamParameters.lo' libtool=yes @AMDEPBACKSLASH@ | |
445 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
446 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
447 | |
448 System.lo: $(SRCDIR)/System.cxx | |
449 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
450 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/System.Tpo $(DEPDIR)/System.Plo | |
451 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/System.cxx' object='System.lo' libtool=yes @AMDEPBACKSLASH@ | |
452 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
453 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
454 | |
455 SystemDeviceIterator.lo: $(SRCDIR)/SystemDeviceIterator.cxx | |
456 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
457 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SystemDeviceIterator.Tpo $(DEPDIR)/SystemDeviceIterator.Plo | |
458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/SystemDeviceIterator.cxx' object='SystemDeviceIterator.lo' libtool=yes @AMDEPBACKSLASH@ | |
459 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
460 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
461 | |
462 SystemHostApiIterator.lo: $(SRCDIR)/SystemHostApiIterator.cxx | |
463 @am__fastdepCXX_TRUE@ $(LIBTOOL) --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 | |
464 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SystemHostApiIterator.Tpo $(DEPDIR)/SystemHostApiIterator.Plo | |
465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(SRCDIR)/SystemHostApiIterator.cxx' object='SystemHostApiIterator.lo' libtool=yes @AMDEPBACKSLASH@ | |
466 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
467 @am__fastdepCXX_FALSE@ $(LIBTOOL) --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 | |
468 | |
469 mostlyclean-libtool: | |
470 -rm -f *.lo | |
471 | |
472 clean-libtool: | |
473 -rm -rf .libs _libs | |
474 | |
475 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
477 unique=`for i in $$list; do \ | |
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
479 done | \ | |
480 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
481 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
482 mkid -fID $$unique | |
483 tags: TAGS | |
484 | |
485 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
486 $(TAGS_FILES) $(LISP) | |
487 set x; \ | |
488 here=`pwd`; \ | |
489 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
490 unique=`for i in $$list; do \ | |
491 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
492 done | \ | |
493 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
494 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
495 shift; \ | |
496 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
497 test -n "$$unique" || unique=$$empty_fix; \ | |
498 if test $$# -gt 0; then \ | |
499 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
500 "$$@" $$unique; \ | |
501 else \ | |
502 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
503 $$unique; \ | |
504 fi; \ | |
505 fi | |
506 ctags: CTAGS | |
507 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
508 $(TAGS_FILES) $(LISP) | |
509 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
510 unique=`for i in $$list; do \ | |
511 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
512 done | \ | |
513 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
514 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
515 test -z "$(CTAGS_ARGS)$$unique" \ | |
516 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
517 $$unique | |
518 | |
519 GTAGS: | |
520 here=`$(am__cd) $(top_builddir) && pwd` \ | |
521 && $(am__cd) $(top_srcdir) \ | |
522 && gtags -i $(GTAGS_ARGS) "$$here" | |
523 | |
524 distclean-tags: | |
525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
526 | |
527 distdir: $(DISTFILES) | |
528 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
529 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
530 list='$(DISTFILES)'; \ | |
531 dist_files=`for file in $$list; do echo $$file; done | \ | |
532 sed -e "s|^$$srcdirstrip/||;t" \ | |
533 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
534 case $$dist_files in \ | |
535 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
536 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
537 sort -u` ;; \ | |
538 esac; \ | |
539 for file in $$dist_files; do \ | |
540 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
541 if test -d $$d/$$file; then \ | |
542 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
543 if test -d "$(distdir)/$$file"; then \ | |
544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
545 fi; \ | |
546 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
547 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
548 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
549 fi; \ | |
550 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
551 else \ | |
552 test -f "$(distdir)/$$file" \ | |
553 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
554 || exit 1; \ | |
555 fi; \ | |
556 done | |
557 check-am: all-am | |
558 check: check-am | |
559 all-am: Makefile $(LTLIBRARIES) | |
560 installdirs: | |
561 for dir in "$(DESTDIR)$(libdir)"; do \ | |
562 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
563 done | |
564 install: install-am | |
565 install-exec: install-exec-am | |
566 install-data: install-data-am | |
567 uninstall: uninstall-am | |
568 | |
569 install-am: all-am | |
570 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
571 | |
572 installcheck: installcheck-am | |
573 install-strip: | |
574 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
575 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
576 `test -z '$(STRIP)' || \ | |
577 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
578 mostlyclean-generic: | |
579 | |
580 clean-generic: | |
581 | |
582 distclean-generic: | |
583 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
584 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
585 | |
586 maintainer-clean-generic: | |
587 @echo "This command is intended for maintainers to use" | |
588 @echo "it deletes files that may require special tools to rebuild." | |
589 clean: clean-am | |
590 | |
591 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | |
592 mostlyclean-am | |
593 | |
594 distclean: distclean-am | |
595 -rm -rf ./$(DEPDIR) | |
596 -rm -f Makefile | |
597 distclean-am: clean-am distclean-compile distclean-generic \ | |
598 distclean-tags | |
599 | |
600 dvi: dvi-am | |
601 | |
602 dvi-am: | |
603 | |
604 html: html-am | |
605 | |
606 html-am: | |
607 | |
608 info: info-am | |
609 | |
610 info-am: | |
611 | |
612 install-data-am: | |
613 | |
614 install-dvi: install-dvi-am | |
615 | |
616 install-dvi-am: | |
617 | |
618 install-exec-am: install-libLTLIBRARIES | |
619 | |
620 install-html: install-html-am | |
621 | |
622 install-html-am: | |
623 | |
624 install-info: install-info-am | |
625 | |
626 install-info-am: | |
627 | |
628 install-man: | |
629 | |
630 install-pdf: install-pdf-am | |
631 | |
632 install-pdf-am: | |
633 | |
634 install-ps: install-ps-am | |
635 | |
636 install-ps-am: | |
637 | |
638 installcheck-am: | |
639 | |
640 maintainer-clean: maintainer-clean-am | |
641 -rm -rf ./$(DEPDIR) | |
642 -rm -f Makefile | |
643 maintainer-clean-am: distclean-am maintainer-clean-generic | |
644 | |
645 mostlyclean: mostlyclean-am | |
646 | |
647 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
648 mostlyclean-libtool | |
649 | |
650 pdf: pdf-am | |
651 | |
652 pdf-am: | |
653 | |
654 ps: ps-am | |
655 | |
656 ps-am: | |
657 | |
658 uninstall-am: uninstall-libLTLIBRARIES | |
659 | |
660 .MAKE: install-am install-strip | |
661 | |
662 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
663 clean-libLTLIBRARIES clean-libtool ctags distclean \ | |
664 distclean-compile distclean-generic distclean-libtool \ | |
665 distclean-tags distdir dvi dvi-am html html-am info info-am \ | |
666 install install-am install-data install-data-am install-dvi \ | |
667 install-dvi-am install-exec install-exec-am install-html \ | |
668 install-html-am install-info install-info-am \ | |
669 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ | |
670 install-ps install-ps-am install-strip installcheck \ | |
671 installcheck-am installdirs maintainer-clean \ | |
672 maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
673 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
674 tags uninstall uninstall-am uninstall-libLTLIBRARIES | |
675 | |
676 | |
677 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
678 # Otherwise a system limit (for SysV at least) may be exceeded. | |
679 .NOEXPORT: |