mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
3da650d4b1
* Merge r_trace into r_debug (RDebugTrace) - Implement 'dt' command to manage debugging traces - TODO: Track register values and memory changes - Added dbg.trace and dbg.trace.tag * Added r_sys_now() to retrieve ut64 value of current time - Must check endianness issues * Initial work trying to implement RPATH support to ELF * Less flat command tree - 'dt' is now 'dbt' - 'dk' is now 'dpk' * Some more random syntax cleanup fixes * Say 'yes/no' instead of 'ok/fail' in check-langs script
28 lines
585 B
Plaintext
28 lines
585 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@
|
|
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@
|