4 lines
151 B
Text
4 lines
151 B
Text
OBJS = search.c bytepat.c strings.c aes-find.c ;
|
|
OBJS += regexp.c xrefs.c keyword.c ;
|
|
|
|
lib r_search : $(OBJS) : <include>../include <library>../util ;
|