mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 07:57:35 +00:00
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
OBJS = bp.c io.c plugin.c watch.c traptrace.c io.c ;
|
|
OBJS += p/bp_arm.c p/bp_mips.c p/bp_sh.c ;
|
|
OBJS += p/bp_bf.c p/bp_ppc.c p/bp_x86.c ;
|
|
|
|
lib r_bp : $(OBJS) :
|
|
<define>CORELIB
|
|
<include>. <include>../include <library>../util ;
|