]> git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_codesigning/antlr2/antlr/Makefile.in
Security-59754.41.1.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / antlr2 / antlr / Makefile.in
1 ###############################################################################
2 # $Id:$
3 ###############################################################################
4
5 ##xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
6 @stdvars@
7 ##xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
8
9 ## do not change this value
10 subdir=lib/cpp/antlr
11
12 antlr_hpp_FILES = \
13 @abs_top_srcdir@/lib/cpp/antlr/ANTLRException.hpp \
14 @abs_top_srcdir@/lib/cpp/antlr/ANTLRUtil.hpp \
15 @abs_top_srcdir@/lib/cpp/antlr/ASTArray.hpp \
16 @abs_top_srcdir@/lib/cpp/antlr/ASTFactory.hpp \
17 @abs_top_srcdir@/lib/cpp/antlr/AST.hpp \
18 @abs_top_srcdir@/lib/cpp/antlr/ASTNULLType.hpp \
19 @abs_top_srcdir@/lib/cpp/antlr/ASTPair.hpp \
20 @abs_top_srcdir@/lib/cpp/antlr/ASTRefCount.hpp \
21 @abs_top_srcdir@/lib/cpp/antlr/BaseAST.hpp \
22 @abs_top_srcdir@/lib/cpp/antlr/BitSet.hpp \
23 @abs_top_srcdir@/lib/cpp/antlr/CharBuffer.hpp \
24 @abs_top_srcdir@/lib/cpp/antlr/CharInputBuffer.hpp \
25 @abs_top_srcdir@/lib/cpp/antlr/CharScanner.hpp \
26 @abs_top_srcdir@/lib/cpp/antlr/CharStreamException.hpp \
27 @abs_top_srcdir@/lib/cpp/antlr/CharStreamIOException.hpp \
28 @abs_top_srcdir@/lib/cpp/antlr/CircularQueue.hpp \
29 @abs_top_srcdir@/lib/cpp/antlr/CommonAST.hpp \
30 @abs_top_srcdir@/lib/cpp/antlr/CommonASTWithHiddenTokens.hpp \
31 @abs_top_srcdir@/lib/cpp/antlr/CommonHiddenStreamToken.hpp \
32 @abs_top_srcdir@/lib/cpp/antlr/CommonToken.hpp \
33 @abs_top_srcdir@/lib/cpp/antlr/config.hpp \
34 @abs_top_srcdir@/lib/cpp/antlr/Countable.hpp \
35 @abs_top_srcdir@/lib/cpp/antlr/InputBuffer.hpp \
36 @abs_top_srcdir@/lib/cpp/antlr/IOException.hpp \
37 @abs_top_srcdir@/lib/cpp/antlr/LexerSharedInputState.hpp \
38 @abs_top_srcdir@/lib/cpp/antlr/LLkParser.hpp \
39 @abs_top_srcdir@/lib/cpp/antlr/MismatchedCharException.hpp \
40 @abs_top_srcdir@/lib/cpp/antlr/MismatchedTokenException.hpp \
41 @abs_top_srcdir@/lib/cpp/antlr/NoViableAltException.hpp \
42 @abs_top_srcdir@/lib/cpp/antlr/NoViableAltForCharException.hpp \
43 @abs_top_srcdir@/lib/cpp/antlr/Parser.hpp \
44 @abs_top_srcdir@/lib/cpp/antlr/ParserSharedInputState.hpp \
45 @abs_top_srcdir@/lib/cpp/antlr/RecognitionException.hpp \
46 @abs_top_srcdir@/lib/cpp/antlr/RefCount.hpp \
47 @abs_top_srcdir@/lib/cpp/antlr/SemanticException.hpp \
48 @abs_top_srcdir@/lib/cpp/antlr/String.hpp \
49 @abs_top_srcdir@/lib/cpp/antlr/TokenBuffer.hpp \
50 @abs_top_srcdir@/lib/cpp/antlr/Token.hpp \
51 @abs_top_srcdir@/lib/cpp/antlr/TokenRefCount.hpp \
52 @abs_top_srcdir@/lib/cpp/antlr/TokenStreamBasicFilter.hpp \
53 @abs_top_srcdir@/lib/cpp/antlr/TokenStreamException.hpp \
54 @abs_top_srcdir@/lib/cpp/antlr/TokenStreamHiddenTokenFilter.hpp \
55 @abs_top_srcdir@/lib/cpp/antlr/TokenStream.hpp \
56 @abs_top_srcdir@/lib/cpp/antlr/TokenStreamIOException.hpp \
57 @abs_top_srcdir@/lib/cpp/antlr/TokenStreamRecognitionException.hpp \
58 @abs_top_srcdir@/lib/cpp/antlr/TokenStreamRetryException.hpp \
59 @abs_top_srcdir@/lib/cpp/antlr/TokenStreamRewriteEngine.hpp \
60 @abs_top_srcdir@/lib/cpp/antlr/TokenStreamSelector.hpp \
61 @abs_top_srcdir@/lib/cpp/antlr/TokenWithIndex.hpp \
62 @abs_top_srcdir@/lib/cpp/antlr/TreeParser.hpp \
63 @abs_top_srcdir@/lib/cpp/antlr/TreeParserSharedInputState.hpp \
64 $(eol)
65
66
67 all :
68
69 clean:
70
71 distclean: clean
72 @RMF@ Makefile
73
74 test:
75
76 install:
77 @@ECHO@ "install hpp files .. "
78 @$(MKDIR) -p "$(includedir)/antlr"
79 @for f in $(antlr_hpp_FILES) ; do \
80 @ECHO@ "install $${f}" ; \
81 if test -f "$${f}" ; then \
82 $(INSTALL) -m 444 "$${f}" "$(includedir)/antlr" ; \
83 fi ;\
84 done
85
86 .PHONY: all clean distclean install test
87 ##xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
88 @stddeps@
89 ##xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx