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 = include
|
Chris@4
|
38 DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
|
Chris@4
|
39 $(srcdir)/Makefile.in
|
Chris@4
|
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
Chris@4
|
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
Chris@4
|
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
Chris@4
|
43 $(ACLOCAL_M4)
|
Chris@4
|
44 mkinstalldirs = $(install_sh) -d
|
Chris@4
|
45 CONFIG_CLEAN_FILES =
|
Chris@4
|
46 CONFIG_CLEAN_VPATH_FILES =
|
Chris@4
|
47 SOURCES =
|
Chris@4
|
48 DIST_SOURCES =
|
Chris@4
|
49 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
Chris@4
|
50 am__vpath_adj = case $$p in \
|
Chris@4
|
51 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
Chris@4
|
52 *) f=$$p;; \
|
Chris@4
|
53 esac;
|
Chris@4
|
54 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
Chris@4
|
55 am__install_max = 40
|
Chris@4
|
56 am__nobase_strip_setup = \
|
Chris@4
|
57 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
Chris@4
|
58 am__nobase_strip = \
|
Chris@4
|
59 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
Chris@4
|
60 am__nobase_list = $(am__nobase_strip_setup); \
|
Chris@4
|
61 for p in $$list; do echo "$$p $$p"; done | \
|
Chris@4
|
62 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
Chris@4
|
63 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
Chris@4
|
64 if (++n[$$2] == $(am__install_max)) \
|
Chris@4
|
65 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
Chris@4
|
66 END { for (dir in files) print dir, files[dir] }'
|
Chris@4
|
67 am__base_list = \
|
Chris@4
|
68 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
Chris@4
|
69 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
Chris@4
|
70 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
|
Chris@4
|
71 HEADERS = $(pkginclude_HEADERS)
|
Chris@4
|
72 ETAGS = etags
|
Chris@4
|
73 CTAGS = ctags
|
Chris@4
|
74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
Chris@4
|
75 ACLOCAL = @ACLOCAL@
|
Chris@4
|
76 AMTAR = @AMTAR@
|
Chris@4
|
77 AR = @AR@
|
Chris@4
|
78 AS = @AS@
|
Chris@4
|
79 AUTOCONF = @AUTOCONF@
|
Chris@4
|
80 AUTOHEADER = @AUTOHEADER@
|
Chris@4
|
81 AUTOMAKE = @AUTOMAKE@
|
Chris@4
|
82 AWK = @AWK@
|
Chris@4
|
83 CC = @CC@
|
Chris@4
|
84 CCDEPMODE = @CCDEPMODE@
|
Chris@4
|
85 CFLAGS = @CFLAGS@
|
Chris@4
|
86 CPP = @CPP@
|
Chris@4
|
87 CPPFLAGS = @CPPFLAGS@
|
Chris@4
|
88 CXX = @CXX@
|
Chris@4
|
89 CXXCPP = @CXXCPP@
|
Chris@4
|
90 CXXDEPMODE = @CXXDEPMODE@
|
Chris@4
|
91 CXXFLAGS = @CXXFLAGS@
|
Chris@4
|
92 CYGPATH_W = @CYGPATH_W@
|
Chris@4
|
93 DEFAULT_INCLUDES = @DEFAULT_INCLUDES@
|
Chris@4
|
94 DEFS = @DEFS@
|
Chris@4
|
95 DEPDIR = @DEPDIR@
|
Chris@4
|
96 DLLTOOL = @DLLTOOL@
|
Chris@4
|
97 DSYMUTIL = @DSYMUTIL@
|
Chris@4
|
98 DUMPBIN = @DUMPBIN@
|
Chris@4
|
99 ECHO_C = @ECHO_C@
|
Chris@4
|
100 ECHO_N = @ECHO_N@
|
Chris@4
|
101 ECHO_T = @ECHO_T@
|
Chris@4
|
102 EGREP = @EGREP@
|
Chris@4
|
103 EXEEXT = @EXEEXT@
|
Chris@4
|
104 FGREP = @FGREP@
|
Chris@4
|
105 GREP = @GREP@
|
Chris@4
|
106 INSTALL = @INSTALL@
|
Chris@4
|
107 INSTALL_DATA = @INSTALL_DATA@
|
Chris@4
|
108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
Chris@4
|
109 INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
Chris@4
|
110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
Chris@4
|
111 LD = @LD@
|
Chris@4
|
112 LDFLAGS = @LDFLAGS@
|
Chris@4
|
113 LIBOBJS = @LIBOBJS@
|
Chris@4
|
114 LIBS = @LIBS@
|
Chris@4
|
115 LIBTOOL = @LIBTOOL@
|
Chris@4
|
116 LIPO = @LIPO@
|
Chris@4
|
117 LN_S = @LN_S@
|
Chris@4
|
118 LTLIBOBJS = @LTLIBOBJS@
|
Chris@4
|
119 LT_VERSION_INFO = @LT_VERSION_INFO@
|
Chris@4
|
120 MAINT = @MAINT@
|
Chris@4
|
121 MAKEINFO = @MAKEINFO@
|
Chris@4
|
122 MANIFEST_TOOL = @MANIFEST_TOOL@
|
Chris@4
|
123 MKDIR_P = @MKDIR_P@
|
Chris@4
|
124 NM = @NM@
|
Chris@4
|
125 NMEDIT = @NMEDIT@
|
Chris@4
|
126 OBJDUMP = @OBJDUMP@
|
Chris@4
|
127 OBJEXT = @OBJEXT@
|
Chris@4
|
128 OTOOL = @OTOOL@
|
Chris@4
|
129 OTOOL64 = @OTOOL64@
|
Chris@4
|
130 PACKAGE = @PACKAGE@
|
Chris@4
|
131 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
Chris@4
|
132 PACKAGE_NAME = @PACKAGE_NAME@
|
Chris@4
|
133 PACKAGE_STRING = @PACKAGE_STRING@
|
Chris@4
|
134 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
Chris@4
|
135 PACKAGE_URL = @PACKAGE_URL@
|
Chris@4
|
136 PACKAGE_VERSION = @PACKAGE_VERSION@
|
Chris@4
|
137 PATH_SEPARATOR = @PATH_SEPARATOR@
|
Chris@4
|
138 PORTAUDIO_ROOT = @PORTAUDIO_ROOT@
|
Chris@4
|
139 RANLIB = @RANLIB@
|
Chris@4
|
140 SED = @SED@
|
Chris@4
|
141 SET_MAKE = @SET_MAKE@
|
Chris@4
|
142 SHELL = @SHELL@
|
Chris@4
|
143 STRIP = @STRIP@
|
Chris@4
|
144 VERSION = @VERSION@
|
Chris@4
|
145 abs_builddir = @abs_builddir@
|
Chris@4
|
146 abs_srcdir = @abs_srcdir@
|
Chris@4
|
147 abs_top_builddir = @abs_top_builddir@
|
Chris@4
|
148 abs_top_srcdir = @abs_top_srcdir@
|
Chris@4
|
149 ac_ct_AR = @ac_ct_AR@
|
Chris@4
|
150 ac_ct_CC = @ac_ct_CC@
|
Chris@4
|
151 ac_ct_CXX = @ac_ct_CXX@
|
Chris@4
|
152 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
Chris@4
|
153 am__include = @am__include@
|
Chris@4
|
154 am__leading_dot = @am__leading_dot@
|
Chris@4
|
155 am__quote = @am__quote@
|
Chris@4
|
156 am__tar = @am__tar@
|
Chris@4
|
157 am__untar = @am__untar@
|
Chris@4
|
158 bindir = @bindir@
|
Chris@4
|
159 build = @build@
|
Chris@4
|
160 build_alias = @build_alias@
|
Chris@4
|
161 build_cpu = @build_cpu@
|
Chris@4
|
162 build_os = @build_os@
|
Chris@4
|
163 build_vendor = @build_vendor@
|
Chris@4
|
164 builddir = @builddir@
|
Chris@4
|
165 datadir = @datadir@
|
Chris@4
|
166 datarootdir = @datarootdir@
|
Chris@4
|
167 docdir = @docdir@
|
Chris@4
|
168 dvidir = @dvidir@
|
Chris@4
|
169 exec_prefix = @exec_prefix@
|
Chris@4
|
170 host = @host@
|
Chris@4
|
171 host_alias = @host_alias@
|
Chris@4
|
172 host_cpu = @host_cpu@
|
Chris@4
|
173 host_os = @host_os@
|
Chris@4
|
174 host_vendor = @host_vendor@
|
Chris@4
|
175 htmldir = @htmldir@
|
Chris@4
|
176 includedir = @includedir@
|
Chris@4
|
177 infodir = @infodir@
|
Chris@4
|
178 install_sh = @install_sh@
|
Chris@4
|
179 libdir = @libdir@
|
Chris@4
|
180 libexecdir = @libexecdir@
|
Chris@4
|
181 localedir = @localedir@
|
Chris@4
|
182 localstatedir = @localstatedir@
|
Chris@4
|
183 mandir = @mandir@
|
Chris@4
|
184 mkdir_p = @mkdir_p@
|
Chris@4
|
185 oldincludedir = @oldincludedir@
|
Chris@4
|
186 pdfdir = @pdfdir@
|
Chris@4
|
187 prefix = @prefix@
|
Chris@4
|
188 program_transform_name = @program_transform_name@
|
Chris@4
|
189 psdir = @psdir@
|
Chris@4
|
190 sbindir = @sbindir@
|
Chris@4
|
191 sharedstatedir = @sharedstatedir@
|
Chris@4
|
192 srcdir = @srcdir@
|
Chris@4
|
193 sysconfdir = @sysconfdir@
|
Chris@4
|
194 target_alias = @target_alias@
|
Chris@4
|
195 top_build_prefix = @top_build_prefix@
|
Chris@4
|
196 top_builddir = @top_builddir@
|
Chris@4
|
197 top_srcdir = @top_srcdir@
|
Chris@4
|
198 pkginclude_HEADERS = \
|
Chris@4
|
199 portaudiocpp/AutoSystem.hxx \
|
Chris@4
|
200 portaudiocpp/BlockingStream.hxx \
|
Chris@4
|
201 portaudiocpp/CallbackInterface.hxx \
|
Chris@4
|
202 portaudiocpp/CallbackStream.hxx \
|
Chris@4
|
203 portaudiocpp/CFunCallbackStream.hxx \
|
Chris@4
|
204 portaudiocpp/CppFunCallbackStream.hxx \
|
Chris@4
|
205 portaudiocpp/Device.hxx \
|
Chris@4
|
206 portaudiocpp/DirectionSpecificStreamParameters.hxx \
|
Chris@4
|
207 portaudiocpp/Exception.hxx \
|
Chris@4
|
208 portaudiocpp/HostApi.hxx \
|
Chris@4
|
209 portaudiocpp/InterfaceCallbackStream.hxx \
|
Chris@4
|
210 portaudiocpp/MemFunCallbackStream.hxx \
|
Chris@4
|
211 portaudiocpp/PortAudioCpp.hxx \
|
Chris@4
|
212 portaudiocpp/SampleDataFormat.hxx \
|
Chris@4
|
213 portaudiocpp/Stream.hxx \
|
Chris@4
|
214 portaudiocpp/StreamParameters.hxx \
|
Chris@4
|
215 portaudiocpp/SystemDeviceIterator.hxx \
|
Chris@4
|
216 portaudiocpp/SystemHostApiIterator.hxx \
|
Chris@4
|
217 portaudiocpp/System.hxx
|
Chris@4
|
218
|
Chris@4
|
219 all: all-am
|
Chris@4
|
220
|
Chris@4
|
221 .SUFFIXES:
|
Chris@4
|
222 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
Chris@4
|
223 @for dep in $?; do \
|
Chris@4
|
224 case '$(am__configure_deps)' in \
|
Chris@4
|
225 *$$dep*) \
|
Chris@4
|
226 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
Chris@4
|
227 && { if test -f $@; then exit 0; else break; fi; }; \
|
Chris@4
|
228 exit 1;; \
|
Chris@4
|
229 esac; \
|
Chris@4
|
230 done; \
|
Chris@4
|
231 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
|
Chris@4
|
232 $(am__cd) $(top_srcdir) && \
|
Chris@4
|
233 $(AUTOMAKE) --gnu include/Makefile
|
Chris@4
|
234 .PRECIOUS: Makefile
|
Chris@4
|
235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Chris@4
|
236 @case '$?' in \
|
Chris@4
|
237 *config.status*) \
|
Chris@4
|
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
Chris@4
|
239 *) \
|
Chris@4
|
240 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
Chris@4
|
241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
Chris@4
|
242 esac;
|
Chris@4
|
243
|
Chris@4
|
244 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
Chris@4
|
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@4
|
246
|
Chris@4
|
247 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
Chris@4
|
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@4
|
249 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
Chris@4
|
250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@4
|
251 $(am__aclocal_m4_deps):
|
Chris@4
|
252
|
Chris@4
|
253 mostlyclean-libtool:
|
Chris@4
|
254 -rm -f *.lo
|
Chris@4
|
255
|
Chris@4
|
256 clean-libtool:
|
Chris@4
|
257 -rm -rf .libs _libs
|
Chris@4
|
258 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
|
Chris@4
|
259 @$(NORMAL_INSTALL)
|
Chris@4
|
260 test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
|
Chris@4
|
261 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
|
Chris@4
|
262 for p in $$list; do \
|
Chris@4
|
263 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
Chris@4
|
264 echo "$$d$$p"; \
|
Chris@4
|
265 done | $(am__base_list) | \
|
Chris@4
|
266 while read files; do \
|
Chris@4
|
267 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
|
Chris@4
|
268 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
|
Chris@4
|
269 done
|
Chris@4
|
270
|
Chris@4
|
271 uninstall-pkgincludeHEADERS:
|
Chris@4
|
272 @$(NORMAL_UNINSTALL)
|
Chris@4
|
273 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
|
Chris@4
|
274 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
Chris@4
|
275 test -n "$$files" || exit 0; \
|
Chris@4
|
276 echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
|
Chris@4
|
277 cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
|
Chris@4
|
278
|
Chris@4
|
279 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
Chris@4
|
280 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
Chris@4
|
281 unique=`for i in $$list; do \
|
Chris@4
|
282 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
Chris@4
|
283 done | \
|
Chris@4
|
284 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
Chris@4
|
285 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
Chris@4
|
286 mkid -fID $$unique
|
Chris@4
|
287 tags: TAGS
|
Chris@4
|
288
|
Chris@4
|
289 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
Chris@4
|
290 $(TAGS_FILES) $(LISP)
|
Chris@4
|
291 set x; \
|
Chris@4
|
292 here=`pwd`; \
|
Chris@4
|
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
Chris@4
|
294 unique=`for i in $$list; do \
|
Chris@4
|
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
Chris@4
|
296 done | \
|
Chris@4
|
297 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
Chris@4
|
298 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
Chris@4
|
299 shift; \
|
Chris@4
|
300 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
Chris@4
|
301 test -n "$$unique" || unique=$$empty_fix; \
|
Chris@4
|
302 if test $$# -gt 0; then \
|
Chris@4
|
303 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
Chris@4
|
304 "$$@" $$unique; \
|
Chris@4
|
305 else \
|
Chris@4
|
306 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
Chris@4
|
307 $$unique; \
|
Chris@4
|
308 fi; \
|
Chris@4
|
309 fi
|
Chris@4
|
310 ctags: CTAGS
|
Chris@4
|
311 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
Chris@4
|
312 $(TAGS_FILES) $(LISP)
|
Chris@4
|
313 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
Chris@4
|
314 unique=`for i in $$list; do \
|
Chris@4
|
315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
Chris@4
|
316 done | \
|
Chris@4
|
317 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
Chris@4
|
318 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
Chris@4
|
319 test -z "$(CTAGS_ARGS)$$unique" \
|
Chris@4
|
320 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
Chris@4
|
321 $$unique
|
Chris@4
|
322
|
Chris@4
|
323 GTAGS:
|
Chris@4
|
324 here=`$(am__cd) $(top_builddir) && pwd` \
|
Chris@4
|
325 && $(am__cd) $(top_srcdir) \
|
Chris@4
|
326 && gtags -i $(GTAGS_ARGS) "$$here"
|
Chris@4
|
327
|
Chris@4
|
328 distclean-tags:
|
Chris@4
|
329 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
Chris@4
|
330
|
Chris@4
|
331 distdir: $(DISTFILES)
|
Chris@4
|
332 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
Chris@4
|
333 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
Chris@4
|
334 list='$(DISTFILES)'; \
|
Chris@4
|
335 dist_files=`for file in $$list; do echo $$file; done | \
|
Chris@4
|
336 sed -e "s|^$$srcdirstrip/||;t" \
|
Chris@4
|
337 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
Chris@4
|
338 case $$dist_files in \
|
Chris@4
|
339 */*) $(MKDIR_P) `echo "$$dist_files" | \
|
Chris@4
|
340 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
Chris@4
|
341 sort -u` ;; \
|
Chris@4
|
342 esac; \
|
Chris@4
|
343 for file in $$dist_files; do \
|
Chris@4
|
344 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
Chris@4
|
345 if test -d $$d/$$file; then \
|
Chris@4
|
346 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
Chris@4
|
347 if test -d "$(distdir)/$$file"; then \
|
Chris@4
|
348 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
Chris@4
|
349 fi; \
|
Chris@4
|
350 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
Chris@4
|
351 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
Chris@4
|
352 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
Chris@4
|
353 fi; \
|
Chris@4
|
354 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
Chris@4
|
355 else \
|
Chris@4
|
356 test -f "$(distdir)/$$file" \
|
Chris@4
|
357 || cp -p $$d/$$file "$(distdir)/$$file" \
|
Chris@4
|
358 || exit 1; \
|
Chris@4
|
359 fi; \
|
Chris@4
|
360 done
|
Chris@4
|
361 check-am: all-am
|
Chris@4
|
362 check: check-am
|
Chris@4
|
363 all-am: Makefile $(HEADERS)
|
Chris@4
|
364 installdirs:
|
Chris@4
|
365 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
|
Chris@4
|
366 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
Chris@4
|
367 done
|
Chris@4
|
368 install: install-am
|
Chris@4
|
369 install-exec: install-exec-am
|
Chris@4
|
370 install-data: install-data-am
|
Chris@4
|
371 uninstall: uninstall-am
|
Chris@4
|
372
|
Chris@4
|
373 install-am: all-am
|
Chris@4
|
374 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
Chris@4
|
375
|
Chris@4
|
376 installcheck: installcheck-am
|
Chris@4
|
377 install-strip:
|
Chris@4
|
378 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
Chris@4
|
379 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
Chris@4
|
380 `test -z '$(STRIP)' || \
|
Chris@4
|
381 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
Chris@4
|
382 mostlyclean-generic:
|
Chris@4
|
383
|
Chris@4
|
384 clean-generic:
|
Chris@4
|
385
|
Chris@4
|
386 distclean-generic:
|
Chris@4
|
387 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
Chris@4
|
388 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
Chris@4
|
389
|
Chris@4
|
390 maintainer-clean-generic:
|
Chris@4
|
391 @echo "This command is intended for maintainers to use"
|
Chris@4
|
392 @echo "it deletes files that may require special tools to rebuild."
|
Chris@4
|
393 clean: clean-am
|
Chris@4
|
394
|
Chris@4
|
395 clean-am: clean-generic clean-libtool mostlyclean-am
|
Chris@4
|
396
|
Chris@4
|
397 distclean: distclean-am
|
Chris@4
|
398 -rm -f Makefile
|
Chris@4
|
399 distclean-am: clean-am distclean-generic distclean-tags
|
Chris@4
|
400
|
Chris@4
|
401 dvi: dvi-am
|
Chris@4
|
402
|
Chris@4
|
403 dvi-am:
|
Chris@4
|
404
|
Chris@4
|
405 html: html-am
|
Chris@4
|
406
|
Chris@4
|
407 html-am:
|
Chris@4
|
408
|
Chris@4
|
409 info: info-am
|
Chris@4
|
410
|
Chris@4
|
411 info-am:
|
Chris@4
|
412
|
Chris@4
|
413 install-data-am: install-pkgincludeHEADERS
|
Chris@4
|
414
|
Chris@4
|
415 install-dvi: install-dvi-am
|
Chris@4
|
416
|
Chris@4
|
417 install-dvi-am:
|
Chris@4
|
418
|
Chris@4
|
419 install-exec-am:
|
Chris@4
|
420
|
Chris@4
|
421 install-html: install-html-am
|
Chris@4
|
422
|
Chris@4
|
423 install-html-am:
|
Chris@4
|
424
|
Chris@4
|
425 install-info: install-info-am
|
Chris@4
|
426
|
Chris@4
|
427 install-info-am:
|
Chris@4
|
428
|
Chris@4
|
429 install-man:
|
Chris@4
|
430
|
Chris@4
|
431 install-pdf: install-pdf-am
|
Chris@4
|
432
|
Chris@4
|
433 install-pdf-am:
|
Chris@4
|
434
|
Chris@4
|
435 install-ps: install-ps-am
|
Chris@4
|
436
|
Chris@4
|
437 install-ps-am:
|
Chris@4
|
438
|
Chris@4
|
439 installcheck-am:
|
Chris@4
|
440
|
Chris@4
|
441 maintainer-clean: maintainer-clean-am
|
Chris@4
|
442 -rm -f Makefile
|
Chris@4
|
443 maintainer-clean-am: distclean-am maintainer-clean-generic
|
Chris@4
|
444
|
Chris@4
|
445 mostlyclean: mostlyclean-am
|
Chris@4
|
446
|
Chris@4
|
447 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
Chris@4
|
448
|
Chris@4
|
449 pdf: pdf-am
|
Chris@4
|
450
|
Chris@4
|
451 pdf-am:
|
Chris@4
|
452
|
Chris@4
|
453 ps: ps-am
|
Chris@4
|
454
|
Chris@4
|
455 ps-am:
|
Chris@4
|
456
|
Chris@4
|
457 uninstall-am: uninstall-pkgincludeHEADERS
|
Chris@4
|
458
|
Chris@4
|
459 .MAKE: install-am install-strip
|
Chris@4
|
460
|
Chris@4
|
461 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
Chris@4
|
462 clean-libtool ctags distclean distclean-generic \
|
Chris@4
|
463 distclean-libtool distclean-tags distdir dvi dvi-am html \
|
Chris@4
|
464 html-am info info-am install install-am install-data \
|
Chris@4
|
465 install-data-am install-dvi install-dvi-am install-exec \
|
Chris@4
|
466 install-exec-am install-html install-html-am install-info \
|
Chris@4
|
467 install-info-am install-man install-pdf install-pdf-am \
|
Chris@4
|
468 install-pkgincludeHEADERS install-ps install-ps-am \
|
Chris@4
|
469 install-strip installcheck installcheck-am installdirs \
|
Chris@4
|
470 maintainer-clean maintainer-clean-generic mostlyclean \
|
Chris@4
|
471 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
Chris@4
|
472 tags uninstall uninstall-am uninstall-pkgincludeHEADERS
|
Chris@4
|
473
|
Chris@4
|
474
|
Chris@4
|
475 # portaudiocpp/AsioDeviceAdapter.hxx
|
Chris@4
|
476
|
Chris@4
|
477 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
Chris@4
|
478 # Otherwise a system limit (for SysV at least) may be exceeded.
|
Chris@4
|
479 .NOEXPORT:
|