2007-03-15 04:32:09 +00:00
|
|
|
BASE=../../../..
|
2007-03-17 08:40:10 +00:00
|
|
|
UDNS_DIR=$(BASE)/libs/udns
|
2007-04-11 14:37:40 +00:00
|
|
|
LOCAL_CFLAGS=-I$(UDNS_DIR) -DHAVE_POLL
|
|
|
|
LOCAL_OBJS=$(UDNS_DIR)/udns_dn.o $(UDNS_DIR)/udns_dntosp.o $(UDNS_DIR)/udns_parse.o $(UDNS_DIR)/udns_misc.o \
|
|
|
|
$(UDNS_DIR)/udns_rr_a.o $(UDNS_DIR)/udns_rr_ptr.o $(UDNS_DIR)/udns_rr_mx.o $(UDNS_DIR)/udns_rr_txt.o $(UDNS_DIR)/udns_bl.o \
|
|
|
|
$(UDNS_DIR)/udns_rr_srv.o $(UDNS_DIR)/udns_rr_naptr.o $(UDNS_DIR)/udns_codes.o $(UDNS_DIR)/udns_resolver.o
|
|
|
|
|
2006-11-30 22:02:49 +00:00
|
|
|
|
2007-04-11 14:37:40 +00:00
|
|
|
include $(BASE)/build/modmake.rules
|
2006-11-30 22:02:49 +00:00
|
|
|
|