Skip to content
Snippets Groups Projects
Commit ac6d4446 authored by Raphaël Lallement's avatar Raphaël Lallement
Browse files

[wip/mk/sysdep/antlr2.mk] Correct some bugs and create new variables

The new variables are :
ANTLR_BIN and ANTLR_LIB
respectively pointing to the antlr's binary and the library
parent 28b7f868
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,10 @@ DEPEND_USE+= antlr2
DEPEND_ABI.antlr2?= antlr2>=2<3
SYSTEM_SEARCH.antlr2= 'bin/runantlr'
SYSTEM_SEARCH.antlr2= 'bin/{,run}antlr'\
'lib/libantlr.a'
export ANTLR_BIN=$(word 1,${SYSTEM_FILES.antlr2})
export ANTLR_LIB=$(word 2,${SYSTEM_FILES.antlr2})
SYSTEM_PKG.Fedora.antlr2= antlr-C++
SYSTEM_PKG.Ubuntu.antlr2= antlr libantlr-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment