mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-02 21:40:43 -05:00
15 lines
511 B
Makefile
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@
|