radare2/libr/search/Makefile
pancake c2bc7e0377 * Initial split of r_search_keyword
* Fix -soname of osx linker (-install_name)
* Added OSX build instructions in doc/osx
2010-04-05 22:49:22 +02:00

11 lines
218 B
Makefile

NAME=r_search
OBJ=search.o bytepat.o strings.o aes-find.o regexp.o xrefs.o keyword.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