2009-02-16 00:57:03 +01:00
|
|
|
NAME=r_anal
|
2009-03-04 12:39:51 +00:00
|
|
|
DEPS=r_util r_lib
|
2010-02-28 20:07:36 +01:00
|
|
|
CFLAGS+=-DCORELIB -Iarch
|
|
|
|
|
|
|
|
include ../config.mk
|
|
|
|
|
|
|
|
foo: pre libr_anal.${EXT_SO} libr_anal.${EXT_AR} plugins
|
|
|
|
|
|
|
|
include ${STATIC_ANAL_PLUGINS}
|
|
|
|
STATIC_OBJS=$(subst ..,p/..,$(subst anal_,p/anal_,$(STATIC_OBJ)))
|
2010-03-12 03:05:20 +01:00
|
|
|
OBJ=${STATIC_OBJS} ctx.o reflines.o ref.o aop.o fcn.o bb.o var.o anal.o
|
2010-02-28 20:07:36 +01:00
|
|
|
|
|
|
|
pre:
|
|
|
|
if [ ! -e libr_anal.${EXT_SO} ]; then rm -f ${STATIC_OBJS} ; fi
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
cd p && ${MAKE} all
|
2009-02-16 00:57:03 +01:00
|
|
|
|
|
|
|
include ../rules.mk
|