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

[wip/antlr2] Fix depend.mk to work in Archlinux

The name of the executable is runantlr2
Add info on the name of the package in pacman (Arch repo manager)
parent 4a4e93e2
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ DEPEND_USE+= antlr2
DEPEND_ABI.antlr2?= antlr2>=2<3
DEPEND_DIR.antlr2?= ../../wip/antlr2
SYSTEM_SEARCH.antlr2= 'bin/{,run}antlr'\
SYSTEM_SEARCH.antlr2= 'bin/{,run}antlr{,2}'\
'include/antlr/ANTLRException.hpp'\
'lib/libantlr.a'
export ANTLR_INCLUDE=$(word 2,${SYSTEM_FILES.antlr2})
......@@ -46,6 +46,7 @@ export ANTLR_LIB=$(word 3,${SYSTEM_FILES.antlr2})
SYSTEM_PKG.Fedora.antlr2= antlr-C++ antlr-tool
SYSTEM_PKG.Ubuntu.antlr2= antlr libantlr-dev
SYSTEM_PKG.Debian.antlr2= antlr libantlr-dev
SYSTEM_PKG.ArchLinux.antlr2= antlr2
endif # ANTLR_DEPEND_MK --------------------------------------------------
......
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