mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 07:26:42 +00:00
9890c6e8b0
- env.sh now also uses DYLD_LIBRARY_PATH - Fixes in ollyasm/dis to link with no global variables - Remove double definition of global _state - Same for asm_java - Split -shared and -Wl,-R into LDFLAGS_{LIB|LINKPATH} - Fixes linkage in osx - anal_x86_bea plugin now links correctly against BeaEgine.o - dietline is now #include'd from line.c - no debugger support yet - Do not externalize any variable. Some linkage does not support it * Remove bininfo dependency .. aims to be merged into bin soon * Added r_str_case() method to change to lower/upper case a string
27 lines
559 B
Plaintext
27 lines
559 B
Plaintext
# This file should be generated by the ./configure script
|
|
|
|
DESTDIR=
|
|
PREFIX=@PREFIX@
|
|
HAVE_LIB_EWF=@HAVE_LIB_EWF@
|
|
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@
|
|
|
|
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@
|