Files
bind9/lib/bind/dst/Makefile.in
T

15 lines
333 B
Makefile

OBJS= dst_api.@O@ hmac_link.@O@ md5_dgst.@O@ support.@O@
SRCS= dst_api.c hmac_link.c md5_dgst.c support.c
TARGETS= ${OBJS}
CRYPTINCL= -I../cylink -I../dnssafe
CRYPTFLAGS= -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE
CINCLUDES= -I.. -I../include ${CRYPTINCL}
CWARNINGS= -Werror
CDEFINES= ${CRYPTFLAGS}
@BIND9_MAKE_RULES@