radare2/config-user.mk.acr
pancake 3da650d4b1 * Write and install manpages
* 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
2010-03-12 18:46:11 +01:00

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@