missed one!
[debian/atlc] / docs / Makefile.in
1 # Makefile.in generated by automake 1.11 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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = docs
37 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
40         $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 SOURCES =
48 DIST_SOURCES =
49 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50         html-recursive info-recursive install-data-recursive \
51         install-dvi-recursive install-exec-recursive \
52         install-html-recursive install-info-recursive \
53         install-pdf-recursive install-ps-recursive install-recursive \
54         installcheck-recursive installdirs-recursive pdf-recursive \
55         ps-recursive uninstall-recursive
56 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57   distclean-recursive maintainer-clean-recursive
58 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60         distdir
61 ETAGS = etags
62 CTAGS = ctags
63 DIST_SUBDIRS = $(SUBDIRS)
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 am__relativize = \
66   dir0=`pwd`; \
67   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68   sed_rest='s,^[^/]*/*,,'; \
69   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70   sed_butlast='s,/*[^/]*$$,,'; \
71   while test -n "$$dir1"; do \
72     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73     if test "$$first" != "."; then \
74       if test "$$first" = ".."; then \
75         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77       else \
78         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79         if test "$$first2" = "$$first"; then \
80           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81         else \
82           dir2="../$$dir2"; \
83         fi; \
84         dir0="$$dir0"/"$$first"; \
85       fi; \
86     fi; \
87     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88   done; \
89   reldir="$$dir2"
90 ACLOCAL = @ACLOCAL@
91 AMTAR = @AMTAR@
92 AUTOCONF = @AUTOCONF@
93 AUTOHEADER = @AUTOHEADER@
94 AUTOMAKE = @AUTOMAKE@
95 AWK = @AWK@
96 CC = @CC@
97 CCDEPMODE = @CCDEPMODE@
98 CFLAGS = @CFLAGS@
99 CPP = @CPP@
100 CPPFLAGS = @CPPFLAGS@
101 CYGPATH_W = @CYGPATH_W@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 ECHO_C = @ECHO_C@
105 ECHO_N = @ECHO_N@
106 ECHO_T = @ECHO_T@
107 EGREP = @EGREP@
108 EXEEXT = @EXEEXT@
109 GREP = @GREP@
110 INSTALL = @INSTALL@
111 INSTALL_DATA = @INSTALL_DATA@
112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
114 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 LDFLAGS = @LDFLAGS@
116 LIBOBJS = @LIBOBJS@
117 LIBS = @LIBS@
118 LTLIBOBJS = @LTLIBOBJS@
119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
121 OBJEXT = @OBJEXT@
122 PACKAGE = @PACKAGE@
123 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124 PACKAGE_NAME = @PACKAGE_NAME@
125 PACKAGE_STRING = @PACKAGE_STRING@
126 PACKAGE_TARNAME = @PACKAGE_TARNAME@
127 PACKAGE_URL = @PACKAGE_URL@
128 PACKAGE_VERSION = @PACKAGE_VERSION@
129 PATH_SEPARATOR = @PATH_SEPARATOR@
130 POW_LIB = @POW_LIB@
131 PTHREAD_CC = @PTHREAD_CC@
132 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
133 PTHREAD_LIBS = @PTHREAD_LIBS@
134 SET_MAKE = @SET_MAKE@
135 SHELL = @SHELL@
136 STRIP = @STRIP@
137 VERSION = @VERSION@
138 abs_builddir = @abs_builddir@
139 abs_srcdir = @abs_srcdir@
140 abs_top_builddir = @abs_top_builddir@
141 abs_top_srcdir = @abs_top_srcdir@
142 ac_ct_CC = @ac_ct_CC@
143 am__include = @am__include@
144 am__leading_dot = @am__leading_dot@
145 am__quote = @am__quote@
146 am__tar = @am__tar@
147 am__untar = @am__untar@
148 bindir = @bindir@
149 build = @build@
150 build_alias = @build_alias@
151 build_cpu = @build_cpu@
152 build_os = @build_os@
153 build_vendor = @build_vendor@
154 builddir = @builddir@
155 built_with_posix_threads = @built_with_posix_threads@
156 compiled_with_cflags = @compiled_with_cflags@
157 compiled_with_compiler = @compiled_with_compiler@
158 datadir = @datadir@
159 datarootdir = @datarootdir@
160 docdir = @docdir@
161 dvidir = @dvidir@
162 exec_prefix = @exec_prefix@
163 host = @host@
164 host_alias = @host_alias@
165 host_cpu = @host_cpu@
166 host_os = @host_os@
167 host_vendor = @host_vendor@
168 htmldir = @htmldir@
169 includedir = @includedir@
170 infodir = @infodir@
171 install_sh = @install_sh@
172 libdir = @libdir@
173 libexecdir = @libexecdir@
174 localedir = @localedir@
175 localstatedir = @localstatedir@
176 mandir = @mandir@
177 mkdir_p = @mkdir_p@
178 oldincludedir = @oldincludedir@
179 pdfdir = @pdfdir@
180 prefix = @prefix@
181 program_transform_name = @program_transform_name@
182 psdir = @psdir@
183 sbindir = @sbindir@
184 sharedstatedir = @sharedstatedir@
185 srcdir = @srcdir@
186 sysconfdir = @sysconfdir@
187 target_alias = @target_alias@
188 top_build_prefix = @top_build_prefix@
189 top_builddir = @top_builddir@
190 top_srcdir = @top_srcdir@
191
192 # This is Makefile.am, which is proceed by automake
193 SUBDIRS = html-docs qex-december-1996 theory
194 EXTRA_DIST = README
195 all: all-recursive
196
197 .SUFFIXES:
198 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
199         @for dep in $?; do \
200           case '$(am__configure_deps)' in \
201             *$$dep*) \
202               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
203                 && { if test -f $@; then exit 0; else break; fi; }; \
204               exit 1;; \
205           esac; \
206         done; \
207         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
208         $(am__cd) $(top_srcdir) && \
209           $(AUTOMAKE) --gnu docs/Makefile
210 .PRECIOUS: Makefile
211 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212         @case '$?' in \
213           *config.status*) \
214             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
215           *) \
216             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
217             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218         esac;
219
220 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222
223 $(top_srcdir)/configure:  $(am__configure_deps)
224         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
226         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 $(am__aclocal_m4_deps):
228
229 # This directory's subdirectories are mostly independent; you can cd
230 # into them and run `make' without going through this Makefile.
231 # To change the values of `make' variables: instead of editing Makefiles,
232 # (1) if the variable is set in `config.status', edit `config.status'
233 #     (which will cause the Makefiles to be regenerated when you run `make');
234 # (2) otherwise, pass the desired values on the `make' command line.
235 $(RECURSIVE_TARGETS):
236         @failcom='exit 1'; \
237         for f in x $$MAKEFLAGS; do \
238           case $$f in \
239             *=* | --[!k]*);; \
240             *k*) failcom='fail=yes';; \
241           esac; \
242         done; \
243         dot_seen=no; \
244         target=`echo $@ | sed s/-recursive//`; \
245         list='$(SUBDIRS)'; for subdir in $$list; do \
246           echo "Making $$target in $$subdir"; \
247           if test "$$subdir" = "."; then \
248             dot_seen=yes; \
249             local_target="$$target-am"; \
250           else \
251             local_target="$$target"; \
252           fi; \
253           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
254           || eval $$failcom; \
255         done; \
256         if test "$$dot_seen" = "no"; then \
257           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
258         fi; test -z "$$fail"
259
260 $(RECURSIVE_CLEAN_TARGETS):
261         @failcom='exit 1'; \
262         for f in x $$MAKEFLAGS; do \
263           case $$f in \
264             *=* | --[!k]*);; \
265             *k*) failcom='fail=yes';; \
266           esac; \
267         done; \
268         dot_seen=no; \
269         case "$@" in \
270           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
271           *) list='$(SUBDIRS)' ;; \
272         esac; \
273         rev=''; for subdir in $$list; do \
274           if test "$$subdir" = "."; then :; else \
275             rev="$$subdir $$rev"; \
276           fi; \
277         done; \
278         rev="$$rev ."; \
279         target=`echo $@ | sed s/-recursive//`; \
280         for subdir in $$rev; do \
281           echo "Making $$target in $$subdir"; \
282           if test "$$subdir" = "."; then \
283             local_target="$$target-am"; \
284           else \
285             local_target="$$target"; \
286           fi; \
287           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
288           || eval $$failcom; \
289         done && test -z "$$fail"
290 tags-recursive:
291         list='$(SUBDIRS)'; for subdir in $$list; do \
292           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
293         done
294 ctags-recursive:
295         list='$(SUBDIRS)'; for subdir in $$list; do \
296           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
297         done
298
299 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
300         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
301         unique=`for i in $$list; do \
302             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303           done | \
304           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
305               END { if (nonempty) { for (i in files) print i; }; }'`; \
306         mkid -fID $$unique
307 tags: TAGS
308
309 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310                 $(TAGS_FILES) $(LISP)
311         set x; \
312         here=`pwd`; \
313         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
314           include_option=--etags-include; \
315           empty_fix=.; \
316         else \
317           include_option=--include; \
318           empty_fix=; \
319         fi; \
320         list='$(SUBDIRS)'; for subdir in $$list; do \
321           if test "$$subdir" = .; then :; else \
322             test ! -f $$subdir/TAGS || \
323               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
324           fi; \
325         done; \
326         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
327         unique=`for i in $$list; do \
328             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329           done | \
330           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
331               END { if (nonempty) { for (i in files) print i; }; }'`; \
332         shift; \
333         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
334           test -n "$$unique" || unique=$$empty_fix; \
335           if test $$# -gt 0; then \
336             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
337               "$$@" $$unique; \
338           else \
339             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
340               $$unique; \
341           fi; \
342         fi
343 ctags: CTAGS
344 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
345                 $(TAGS_FILES) $(LISP)
346         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347         unique=`for i in $$list; do \
348             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349           done | \
350           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
351               END { if (nonempty) { for (i in files) print i; }; }'`; \
352         test -z "$(CTAGS_ARGS)$$unique" \
353           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
354              $$unique
355
356 GTAGS:
357         here=`$(am__cd) $(top_builddir) && pwd` \
358           && $(am__cd) $(top_srcdir) \
359           && gtags -i $(GTAGS_ARGS) "$$here"
360
361 distclean-tags:
362         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
363
364 distdir: $(DISTFILES)
365         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367         list='$(DISTFILES)'; \
368           dist_files=`for file in $$list; do echo $$file; done | \
369           sed -e "s|^$$srcdirstrip/||;t" \
370               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
371         case $$dist_files in \
372           */*) $(MKDIR_P) `echo "$$dist_files" | \
373                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
374                            sort -u` ;; \
375         esac; \
376         for file in $$dist_files; do \
377           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
378           if test -d $$d/$$file; then \
379             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
380             if test -d "$(distdir)/$$file"; then \
381               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382             fi; \
383             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
385               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
386             fi; \
387             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
388           else \
389             test -f "$(distdir)/$$file" \
390             || cp -p $$d/$$file "$(distdir)/$$file" \
391             || exit 1; \
392           fi; \
393         done
394         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
395           if test "$$subdir" = .; then :; else \
396             test -d "$(distdir)/$$subdir" \
397             || $(MKDIR_P) "$(distdir)/$$subdir" \
398             || exit 1; \
399           fi; \
400         done
401         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
402           if test "$$subdir" = .; then :; else \
403             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
404             $(am__relativize); \
405             new_distdir=$$reldir; \
406             dir1=$$subdir; dir2="$(top_distdir)"; \
407             $(am__relativize); \
408             new_top_distdir=$$reldir; \
409             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
410             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
411             ($(am__cd) $$subdir && \
412               $(MAKE) $(AM_MAKEFLAGS) \
413                 top_distdir="$$new_top_distdir" \
414                 distdir="$$new_distdir" \
415                 am__remove_distdir=: \
416                 am__skip_length_check=: \
417                 am__skip_mode_fix=: \
418                 distdir) \
419               || exit 1; \
420           fi; \
421         done
422 check-am: all-am
423 check: check-recursive
424 all-am: Makefile
425 installdirs: installdirs-recursive
426 installdirs-am:
427 install: install-recursive
428 install-exec: install-exec-recursive
429 install-data: install-data-recursive
430 uninstall: uninstall-recursive
431
432 install-am: all-am
433         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435 installcheck: installcheck-recursive
436 install-strip:
437         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439           `test -z '$(STRIP)' || \
440             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441 mostlyclean-generic:
442
443 clean-generic:
444
445 distclean-generic:
446         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
449 maintainer-clean-generic:
450         @echo "This command is intended for maintainers to use"
451         @echo "it deletes files that may require special tools to rebuild."
452 clean: clean-recursive
453
454 clean-am: clean-generic mostlyclean-am
455
456 distclean: distclean-recursive
457         -rm -f Makefile
458 distclean-am: clean-am distclean-generic distclean-tags
459
460 dvi: dvi-recursive
461
462 dvi-am:
463
464 html: html-recursive
465
466 html-am:
467
468 info: info-recursive
469
470 info-am:
471
472 install-data-am:
473
474 install-dvi: install-dvi-recursive
475
476 install-dvi-am:
477
478 install-exec-am:
479
480 install-html: install-html-recursive
481
482 install-html-am:
483
484 install-info: install-info-recursive
485
486 install-info-am:
487
488 install-man:
489
490 install-pdf: install-pdf-recursive
491
492 install-pdf-am:
493
494 install-ps: install-ps-recursive
495
496 install-ps-am:
497
498 installcheck-am:
499
500 maintainer-clean: maintainer-clean-recursive
501         -rm -f Makefile
502 maintainer-clean-am: distclean-am maintainer-clean-generic
503
504 mostlyclean: mostlyclean-recursive
505
506 mostlyclean-am: mostlyclean-generic
507
508 pdf: pdf-recursive
509
510 pdf-am:
511
512 ps: ps-recursive
513
514 ps-am:
515
516 uninstall-am:
517
518 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
519         install-am install-strip tags-recursive
520
521 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
522         all all-am check check-am clean clean-generic ctags \
523         ctags-recursive distclean distclean-generic distclean-tags \
524         distdir dvi dvi-am html html-am info info-am install \
525         install-am install-data install-data-am install-dvi \
526         install-dvi-am install-exec install-exec-am install-html \
527         install-html-am install-info install-info-am install-man \
528         install-pdf install-pdf-am install-ps install-ps-am \
529         install-strip installcheck installcheck-am installdirs \
530         installdirs-am maintainer-clean maintainer-clean-generic \
531         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
532         tags-recursive uninstall uninstall-am
533
534
535 # Tell versions [3.59,3.63) of GNU make to not export all variables.
536 # Otherwise a system limit (for SysV at least) may be exceeded.
537 .NOEXPORT: