Fix error in cscript.
[rtaudio-cdist.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = doc
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95         $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_CLEAN_FILES =
101 CONFIG_CLEAN_VPATH_FILES = release.txt
102 AM_V_P = $(am__v_P_@AM_V@)
103 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104 am__v_P_0 = false
105 am__v_P_1 = :
106 AM_V_GEN = $(am__v_GEN_@AM_V@)
107 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108 am__v_GEN_0 = @echo "  GEN     " $@;
109 am__v_GEN_1 = 
110 AM_V_at = $(am__v_at_@AM_V@)
111 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112 am__v_at_0 = @
113 am__v_at_1 = 
114 SOURCES =
115 DIST_SOURCES =
116 am__can_run_installinfo = \
117   case $$AM_UPDATE_INFO_DIR in \
118     n|no|NO) false;; \
119     *) (install-info --version) >/dev/null 2>&1;; \
120   esac
121 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
122 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/release.txt
123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124 ACLOCAL = @ACLOCAL@
125 AMTAR = @AMTAR@
126 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
127 AR = @AR@
128 AS = @AS@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 CC = @CC@
134 CCDEPMODE = @CCDEPMODE@
135 CFLAGS = @CFLAGS@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CXX = @CXX@
139 CXXCPP = @CXXCPP@
140 CXXDEPMODE = @CXXDEPMODE@
141 CXXFLAGS = @CXXFLAGS@
142 CYGPATH_W = @CYGPATH_W@
143 DEFS = @DEFS@
144 DEPDIR = @DEPDIR@
145 DLLTOOL = @DLLTOOL@
146 DOXYGEN = @DOXYGEN@
147 DSYMUTIL = @DSYMUTIL@
148 DUMPBIN = @DUMPBIN@
149 ECHO_C = @ECHO_C@
150 ECHO_N = @ECHO_N@
151 ECHO_T = @ECHO_T@
152 EGREP = @EGREP@
153 EXEEXT = @EXEEXT@
154 FGREP = @FGREP@
155 GREP = @GREP@
156 GXX = @GXX@
157 INSTALL = @INSTALL@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 LD = @LD@
163 LDFLAGS = @LDFLAGS@
164 LIBOBJS = @LIBOBJS@
165 LIBS = @LIBS@
166 LIBTOOL = @LIBTOOL@
167 LIPO = @LIPO@
168 LN_S = @LN_S@
169 LTLIBOBJS = @LTLIBOBJS@
170 MAINT = @MAINT@
171 MAKEINFO = @MAKEINFO@
172 MANIFEST_TOOL = @MANIFEST_TOOL@
173 MKDIR_P = @MKDIR_P@
174 NM = @NM@
175 NMEDIT = @NMEDIT@
176 OBJDUMP = @OBJDUMP@
177 OBJEXT = @OBJEXT@
178 OTOOL = @OTOOL@
179 OTOOL64 = @OTOOL64@
180 PACKAGE = @PACKAGE@
181 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182 PACKAGE_NAME = @PACKAGE_NAME@
183 PACKAGE_STRING = @PACKAGE_STRING@
184 PACKAGE_TARNAME = @PACKAGE_TARNAME@
185 PACKAGE_URL = @PACKAGE_URL@
186 PACKAGE_VERSION = @PACKAGE_VERSION@
187 PATH_SEPARATOR = @PATH_SEPARATOR@
188 PKG_CONFIG = @PKG_CONFIG@
189 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
190 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
191 RANLIB = @RANLIB@
192 SED = @SED@
193 SET_MAKE = @SET_MAKE@
194 SHELL = @SHELL@
195 SO_VERSION = @SO_VERSION@
196 STRIP = @STRIP@
197 VERSION = @VERSION@
198 abs_builddir = @abs_builddir@
199 abs_srcdir = @abs_srcdir@
200 abs_top_builddir = @abs_top_builddir@
201 abs_top_srcdir = @abs_top_srcdir@
202 ac_ct_AR = @ac_ct_AR@
203 ac_ct_CC = @ac_ct_CC@
204 ac_ct_CXX = @ac_ct_CXX@
205 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
206 am__include = @am__include@
207 am__leading_dot = @am__leading_dot@
208 am__quote = @am__quote@
209 am__tar = @am__tar@
210 am__untar = @am__untar@
211 api = @api@
212 bindir = @bindir@
213 build = @build@
214 build_alias = @build_alias@
215 build_cpu = @build_cpu@
216 build_os = @build_os@
217 build_vendor = @build_vendor@
218 builddir = @builddir@
219 datadir = @datadir@
220 datarootdir = @datarootdir@
221 docdir = @docdir@
222 dvidir = @dvidir@
223 exec_prefix = @exec_prefix@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_os = @host_os@
228 host_vendor = @host_vendor@
229 htmldir = @htmldir@
230 includedir = @includedir@
231 infodir = @infodir@
232 install_sh = @install_sh@
233 libdir = @libdir@
234 libexecdir = @libexecdir@
235 localedir = @localedir@
236 localstatedir = @localstatedir@
237 mandir = @mandir@
238 mkdir_p = @mkdir_p@
239 objects = @objects@
240 oldincludedir = @oldincludedir@
241 pdfdir = @pdfdir@
242 prefix = @prefix@
243 program_transform_name = @program_transform_name@
244 psdir = @psdir@
245 req = @req@
246 sbindir = @sbindir@
247 sharedstatedir = @sharedstatedir@
248 srcdir = @srcdir@
249 sysconfdir = @sysconfdir@
250 target_alias = @target_alias@
251 top_build_prefix = @top_build_prefix@
252 top_builddir = @top_builddir@
253 top_srcdir = @top_srcdir@
254 MAINTAINERCLEANFILES = Makefile.in 
255 CLEANFILES = doxygen-build.stamp
256 DOX = Doxyfile
257 EXTRA_DIST = html
258 INSTIMAGES = html/doxygen.png
259 DOC_STAMPS = doxygen-build.stamp
260 DOC_DIR = $(HTML_DIR)
261 all: all-am
262
263 .SUFFIXES:
264 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
265         @for dep in $?; do \
266           case '$(am__configure_deps)' in \
267             *$$dep*) \
268               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
269                 && { if test -f $@; then exit 0; else break; fi; }; \
270               exit 1;; \
271           esac; \
272         done; \
273         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
274         $(am__cd) $(top_srcdir) && \
275           $(AUTOMAKE) --foreign doc/Makefile
276 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277         @case '$?' in \
278           *config.status*) \
279             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280           *) \
281             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283         esac;
284
285 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
288 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
289         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
291         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292 $(am__aclocal_m4_deps):
293
294 mostlyclean-libtool:
295         -rm -f *.lo
296
297 clean-libtool:
298         -rm -rf .libs _libs
299 tags TAGS:
300
301 ctags CTAGS:
302
303 cscope cscopelist:
304
305
306 distdir: $(DISTFILES)
307         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
308         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
309         list='$(DISTFILES)'; \
310           dist_files=`for file in $$list; do echo $$file; done | \
311           sed -e "s|^$$srcdirstrip/||;t" \
312               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
313         case $$dist_files in \
314           */*) $(MKDIR_P) `echo "$$dist_files" | \
315                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
316                            sort -u` ;; \
317         esac; \
318         for file in $$dist_files; do \
319           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
320           if test -d $$d/$$file; then \
321             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
322             if test -d "$(distdir)/$$file"; then \
323               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
324             fi; \
325             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
326               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
327               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
328             fi; \
329             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
330           else \
331             test -f "$(distdir)/$$file" \
332             || cp -p $$d/$$file "$(distdir)/$$file" \
333             || exit 1; \
334           fi; \
335         done
336 check-am: all-am
337 check: check-am
338 all-am: Makefile all-local
339 installdirs:
340 install: install-am
341 install-exec: install-exec-am
342 install-data: install-data-am
343 uninstall: uninstall-am
344
345 install-am: all-am
346         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347
348 installcheck: installcheck-am
349 install-strip:
350         if test -z '$(STRIP)'; then \
351           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
352             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
353               install; \
354         else \
355           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
357             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
358         fi
359 mostlyclean-generic:
360
361 clean-generic:
362         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
363
364 distclean-generic:
365         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
366         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
367
368 maintainer-clean-generic:
369         @echo "This command is intended for maintainers to use"
370         @echo "it deletes files that may require special tools to rebuild."
371         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
372 clean: clean-am
373
374 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
375
376 distclean: distclean-am
377         -rm -f Makefile
378 distclean-am: clean-am distclean-generic distclean-local
379
380 dvi: dvi-am
381
382 dvi-am:
383
384 html: html-am
385
386 html-am: html-local
387
388 info: info-am
389
390 info-am:
391
392 install-data-am:
393
394 install-dvi: install-dvi-am
395
396 install-dvi-am:
397
398 install-exec-am:
399
400 install-html: install-html-am
401
402 install-html-am:
403
404 install-info: install-info-am
405
406 install-info-am:
407
408 install-man:
409
410 install-pdf: install-pdf-am
411
412 install-pdf-am:
413
414 install-ps: install-ps-am
415
416 install-ps-am:
417
418 installcheck-am:
419
420 maintainer-clean: maintainer-clean-am
421         -rm -f Makefile
422 maintainer-clean-am: distclean-am maintainer-clean-generic
423
424 mostlyclean: mostlyclean-am
425
426 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
427
428 pdf: pdf-am
429
430 pdf-am:
431
432 ps: ps-am
433
434 ps-am:
435
436 uninstall-am:
437
438 .MAKE: install-am install-strip
439
440 .PHONY: all all-am all-local check check-am clean clean-generic \
441         clean-libtool clean-local cscopelist-am ctags-am distclean \
442         distclean-generic distclean-libtool distclean-local distdir \
443         dvi dvi-am html html-am html-local info info-am install \
444         install-am install-data install-data-am install-dvi \
445         install-dvi-am install-exec install-exec-am install-html \
446         install-html-am install-info install-info-am install-man \
447         install-pdf install-pdf-am install-ps install-ps-am \
448         install-strip installcheck installcheck-am installdirs \
449         maintainer-clean maintainer-clean-generic mostlyclean \
450         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
451         tags-am uninstall uninstall-am
452
453 .PRECIOUS: Makefile
454
455
456 all-local: doxygen-build.stamp
457
458 doxygen-build.stamp: doxygen/$(DOX) $(top_srcdir)/RtAudio.h
459         @echo '*** Running doxygen ***'
460         cd doxygen; $(DOXYGEN) $(DOX)
461         touch doxygen-build.stamp
462
463 clean-local:
464         rm -f *~ *.bak $(DOC_STAMPS) || true
465         if test -d html; then rm -fr html; fi
466         if test -d latex; then rm -fr latex; fi
467         if test -d man; then rm -fr man; fi
468
469 distclean-local: clean
470         rm -f *.stamp || true
471         if test -d html; then rm -rf html; fi
472
473 html-local: $(DOC_STAMPS)
474
475 # Tell versions [3.59,3.63) of GNU make to not export all variables.
476 # Otherwise a system limit (for SysV at least) may be exceeded.
477 .NOEXPORT: