mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 10:16:21 +00:00
9a76d39a7a
* Update configure * r_big - Prepare big.c to add gmp code - Implement r_big_{new, free} with libgmp * r_anal - Change the type of {bb,fcn}->fingerprint to RNumBig * r_flags & r_core - Add cmd 'af-*' which removes all flags
29 lines
613 B
Plaintext
29 lines
613 B
Plaintext
# This file should be generated by the ./configure script
|
|
|
|
DESTDIR=
|
|
PREFIX=@PREFIX@
|
|
HAVE_LIB_EWF=@HAVE_LIB_EWF@
|
|
HAVE_LIB_GMP=@HAVE_LIB_GMP@
|
|
LIL_ENDIAN=@LIL_ENDIAN@
|
|
|
|
MKPLUGINS=mk/hg-utils.mk mk/stat.mk mk/sloc.mk
|
|
|
|
COMPILER=@USERCC@
|
|
STATIC_DEBUG=0
|
|
RUNTIME_DEBUG=1
|
|
|
|
INSTALL_DIR=@INSTALL_DIR@
|
|
INSTALL_DATA=@INSTALL_DATA@
|
|
INSTALL_PROGRAM=@INSTALL_PROGRAM@
|
|
INSTALL_MAN=@INSTALL_MAN@
|
|
|
|
VERSION=@VERSION@
|
|
# ./configure --with-ostype=[linux,osx,solaris,windows] # TODO: rename to w32, w64?
|
|
OSTYPE=@USEROSTYPE@
|
|
HOST_OS=@HOST_OS@
|
|
DL_LIBS=@DL_LIBS@
|
|
WITHPIC=@WITHPIC@
|
|
|
|
HAVE_LIB_TCC=@HAVE_LIB_TCC@
|
|
HAVE_VALASWIG=@HAVE_VALASWIG@
|