mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
6102da137d
- Split each implementation in different files - Add --without-openssl flag in configure
30 lines
647 B
Plaintext
30 lines
647 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_LIB_GMP=@HAVE_LIB_GMP@
|
|
HAVE_LIB_OPENSSL=@HAVE_LIB_OPENSSL@
|