radare2/libr/search/Makefile

11 lines
208 B
Makefile
Raw Normal View History

NAME=r_search
OBJ=search.o bytepat.o strings.o aes-find.o regexp.o xrefs.o
DEPS=r_util
CFLAGS+=-g
#OBJ+=binparse.o
# on solaris only
#LINK=-lsocket
#LINK=-L../cons -lr_cons -Wl,-R../cons
include ../rules.mk