2014-01-03 00:13:46 +01:00
|
|
|
DBG_OBJS = signal.c map.c trace.c arg.c debug.c plugin.c ;
|
|
|
|
DBG_OBJS += pid.c reg.c desc.c ;
|
|
|
|
|
|
|
|
DBG_OBJS +=
|
|
|
|
p/debug_bf.c
|
|
|
|
p/debug_esil.c
|
|
|
|
p/debug_gdb.c
|
|
|
|
p/debug_native.c
|
|
|
|
p/debug_rap.c
|
2016-02-24 10:15:08 +01:00
|
|
|
p/debug_bochs.c
|
2014-01-03 00:13:46 +01:00
|
|
|
;
|
|
|
|
|
|
|
|
lib r_debug : $(DBG_OBJS) :
|
|
|
|
<include>../include
|
2014-10-26 02:47:08 +02:00
|
|
|
<include>../../shlr/gdb/include
|
2014-01-03 00:13:46 +01:00
|
|
|
<define>CORELIB
|
|
|
|
<library>../util
|
|
|
|
<library>../anal
|
|
|
|
<library>../bp
|
|
|
|
<library>../parse
|
|
|
|
<library>../cons
|
|
|
|
<library>../reg
|
|
|
|
<library>../db
|
|
|
|
<library>../io
|
|
|
|
<library>../../shlr/sdb
|
|
|
|
;
|