mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00

- Propagate @VERSION@ from ACR - All *2 apps are now supporting a -V flag to show the version * Fix .dr* command in r_core debugger - dr now supports [regtype] [bitsize] arguments - Check dr? for help * Added some 8, 16 bit registers to the dbg.ptrace backend - Just for testing :) * Check build of the whole source tree - test programs are now in ${prefix}/bin/libr-test * Fix lot of warnings and bugs * Simplify some code * Some rapification * Fix segfault in r_reg related to unallocated arenas - New function r_reg_type_by_name() resolves string->id * Fix help of rax2
26 lines
465 B
Plaintext
26 lines
465 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
|
|
|
|
COMPILER=@USERCC@
|
|
STATIC_DEBUG=0
|
|
RUNTIME_DEBUG=1
|
|
|
|
INSTALL_DIR=@INSTALL_DIR@
|
|
INSTALL_DATA=@INSTALL_DATA@
|
|
INSTALL_PROGRAM=@INSTALL_PROGRAM@
|
|
|
|
# TODO: add flag to choose ostype
|
|
VERSION=@VERSION@
|
|
OSTYPE?=@USEROSTYPE@
|
|
|
|
HAVE_LIB_TCC=@HAVE_LIB_TCC@
|
|
|
|
#-include ../config.mk
|
|
#-include ../../config.mk
|