mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
c40ec5a9e0
- Remove dependency on javavmwrapper, pulled in by java - Convert to USES=gmake - Use SUB_FILES instead of sed substitutions, move antlr.sh to antlr.sh.in - Use options subs for PYTHON option
60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
bin/antlr
|
|
include/antlr/ANTLRException.hpp
|
|
include/antlr/ANTLRUtil.hpp
|
|
include/antlr/AST.hpp
|
|
include/antlr/ASTArray.hpp
|
|
include/antlr/ASTFactory.hpp
|
|
include/antlr/ASTNULLType.hpp
|
|
include/antlr/ASTPair.hpp
|
|
include/antlr/ASTRefCount.hpp
|
|
include/antlr/BaseAST.hpp
|
|
include/antlr/BitSet.hpp
|
|
include/antlr/CharBuffer.hpp
|
|
include/antlr/CharInputBuffer.hpp
|
|
include/antlr/CharScanner.hpp
|
|
include/antlr/CharStreamException.hpp
|
|
include/antlr/CharStreamIOException.hpp
|
|
include/antlr/CircularQueue.hpp
|
|
include/antlr/CommonAST.hpp
|
|
include/antlr/CommonASTWithHiddenTokens.hpp
|
|
include/antlr/CommonHiddenStreamToken.hpp
|
|
include/antlr/CommonToken.hpp
|
|
include/antlr/IOException.hpp
|
|
include/antlr/InputBuffer.hpp
|
|
include/antlr/LLkParser.hpp
|
|
include/antlr/LexerSharedInputState.hpp
|
|
include/antlr/MismatchedCharException.hpp
|
|
include/antlr/MismatchedTokenException.hpp
|
|
include/antlr/NoViableAltException.hpp
|
|
include/antlr/NoViableAltForCharException.hpp
|
|
include/antlr/Parser.hpp
|
|
include/antlr/ParserSharedInputState.hpp
|
|
include/antlr/RecognitionException.hpp
|
|
include/antlr/RefCount.hpp
|
|
include/antlr/SemanticException.hpp
|
|
include/antlr/String.hpp
|
|
include/antlr/Token.hpp
|
|
include/antlr/TokenBuffer.hpp
|
|
include/antlr/TokenRefCount.hpp
|
|
include/antlr/TokenStream.hpp
|
|
include/antlr/TokenStreamBasicFilter.hpp
|
|
include/antlr/TokenStreamRewriteEngine.hpp
|
|
include/antlr/TokenWithIndex.hpp
|
|
include/antlr/TreeParser.hpp
|
|
include/antlr/TokenStreamException.hpp
|
|
include/antlr/TokenStreamHiddenTokenFilter.hpp
|
|
include/antlr/TokenStreamIOException.hpp
|
|
include/antlr/TokenStreamRecognitionException.hpp
|
|
include/antlr/TokenStreamRetryException.hpp
|
|
include/antlr/TokenStreamSelector.hpp
|
|
include/antlr/TreeParserSharedInputState.hpp
|
|
include/antlr/config.hpp
|
|
lib/libantlr.a
|
|
%%JAVAJARDIR%%/antlr.jar
|
|
%%PYTHON%%%%PYTHON_SITELIBDIR%%/antlr/__init__.py
|
|
%%PYTHON%%%%PYTHON_SITELIBDIR%%/antlr/__init__.pyc
|
|
%%PYTHON%%%%PYTHON_SITELIBDIR%%/antlr/antlr.py
|
|
%%PYTHON%%%%PYTHON_SITELIBDIR%%/antlr/antlr.pyc
|
|
%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/antlr
|
|
@dirrm include/antlr
|