mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 07:57:35 +00:00
8fbe0be140
without PIC code (only static libraries, and link binaries) - Fix linking order dependencies * Fix some missing EXT_EXE * Add some definitions to make debug_ptrace register work on Solaris and *BSD (no windows yet) - Some fixes for mips, x86, x86-64, arm and powerpc * Initial import of rsc2 - Added intel2att rsc2 sample script
27 lines
560 B
Plaintext
27 lines
560 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@
|