forked from radareorg/radare2-bindings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configure.acr
36 lines (31 loc) · 802 Bytes
/
configure.acr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
PKGNAME radare2-bindings
VERSION 0.9.8.git
CONTACT pancake ; [email protected]
LANG_C!
LANG_CXX!
CHKPRG VALABIND valabind
CHKPRG SWIG swig
CHKPRG GIRCOMPILER g-ir-compiler
ARG_WITH USERCC=gcc cc Define C compiler to use (gcc by default) ;
ARG_WITH USERCXX=g++ cxx Define C++ compiler to use (g++ by default) ;
ARG_WITH USEROSTYPE=auto ostype Choose OS type (gnulinux windows darwin) ;
IFEQ USEROSTYPE auto ; {
IFEQ HOST_OS linux ; {
USEROSTYPE = gnulinux ;
}{
IFEQ HOST_OS netbsd ; {
USEROSTYPE = gnulinux ;
}{
IFEQ HOST_OS freebsd ; {
USEROSTYPE = gnulinux ;
}{
IFEQ HOST_OS openbsd ; {
USEROSTYPE = gnulinux ;
}{
IFEQ HOST_OS darwin ; {
USEROSTYPE = darwin ;
} } } } }
}
PKGCFG! FOO FOO r_core
SUBDIRS ./config.mk ;
REPORT PREFIX HAVE_SWIG HAVE_VALABIND HAVE_GIRCOMPILER ;