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