radare2/libr/egg/Makefile

19 lines
298 B
Makefile
Raw Normal View History

2012-10-03 23:20:00 +00:00
include ../config.mk
NAME=r_egg
DEPS=r_util r_asm r_syscall r_db
OBJS=egg.o lang.o
OBJS+=emit_x86.o
OBJS+=emit_arm.o
OBJS+=emit_x64.o
OBJS+=emit_trace.o
2012-10-03 23:20:00 +00:00
all: ${LIBSO} ${LIBAR}
P=p/
include ${STATIC_EGG_PLUGINS}
2012-10-03 23:20:00 +00:00
OBJS+=$(subst ..,${P}..,$(subst egg_,${P}egg_,$(STATIC_OBJ)))
include ../rules.mk