bind9/lib/bind/isc/Makefile.in
2001-04-11 01:24:49 +00:00

15 lines
511 B
Makefile

OBJS= assertions.@O@ base64.@O@ bitncmp.@O@ ctl_clnt.@O@ ctl_p.@O@ \
ctl_srvr.@O@ ev_connects.@O@ ev_files.@O@ ev_streams.@O@ \
ev_timers.@O@ ev_waits.@O@ eventlib.@O@ heap.@O@ logging.@O@ \
memcluster.@O@ movefile.@O@ tree.@O@ ip6.@O@
SRCS= assertions.c base64.c bitncmp.c ctl_clnt.c ctl_p.c \
ctl_srvr.c ev_connects.c ev_files.c ev_streams.c \
ev_timers.c ev_waits.c eventlib.c heap.c logging.c \
memcluster.c movefile.c tree.c ip6.c
TARGETS= ${OBJS}
CINCLUDES= -I.. -I../include
@BIND9_MAKE_RULES@