source: trunk/yao/share/antlr-2.7.7/doc/Makefile.in @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 1.7 KB
Line 
1###############################################################################
2# $Id:$
3###############################################################################
4## do not change this value
5subdir=doc
6
7## get configured vars
8@stdvars@
9
10## get configured rules
11@stdmake@
12
13antlr_doc_DIR = $(datadir)/doc/$(versioneddir)
14
15antlr_doc_FILES = \
16  @abs_top_srcdir@/doc/closure.gif \
17  @abs_top_srcdir@/doc/cpp-runtime.html \
18  @abs_top_srcdir@/doc/csharp-runtime.html \
19  @abs_top_srcdir@/doc/err.html \
20  @abs_top_srcdir@/doc/glossary.html \
21  @abs_top_srcdir@/doc/hidden.stream.gif \
22  @abs_top_srcdir@/doc/index.html \
23  @abs_top_srcdir@/doc/inheritance.html \
24  @abs_top_srcdir@/doc/j-guru-blue.jpg \
25  @abs_top_srcdir@/doc/jguru-logo.gif \
26  @abs_top_srcdir@/doc/lexer.html \
27  @abs_top_srcdir@/doc/lexer.to.parser.tokens.gif \
28  @abs_top_srcdir@/doc/logo.gif \
29  @abs_top_srcdir@/doc/metalang.html \
30  @abs_top_srcdir@/doc/optional.gif \
31  @abs_top_srcdir@/doc/options.html \
32  @abs_top_srcdir@/doc/posclosure.gif \
33  @abs_top_srcdir@/doc/python-runtime.html \
34  @abs_top_srcdir@/doc/runtime.html \
35  @abs_top_srcdir@/doc/sor.html \
36  @abs_top_srcdir@/doc/stream.perspectives.gif \
37  @abs_top_srcdir@/doc/stream.selector.gif \
38  @abs_top_srcdir@/doc/streams.html \
39  @abs_top_srcdir@/doc/stream.splitter.gif \
40  @abs_top_srcdir@/doc/subrule.gif \
41  @abs_top_srcdir@/doc/trees.html \
42  @abs_top_srcdir@/doc/vocab.html \
43        $(eol)
44
45install ::
46        @$(MKDIR) -p "$(antlr_doc_DIR)"
47        @@ECHO@ "install doc files .. "
48        @for f in $(antlr_doc_FILES) ; do \
49                @ECHO@ "install $${f}" ; \
50                if test -f "$${f}" ; then \
51                        $(INSTALL) -m 444 "$${f}" "$(antlr_doc_DIR)" ; \
52                fi ;\
53        done
54
55## get configured dependencies ..
56@stddeps@
57
Note: See TracBrowser for help on using the repository browser.