bind9/lib/bind/isc/Makefile.in

36 lines
1.4 KiB
Makefile
Raw Normal View History

2004-03-05 00:14:21 -05:00
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
2001-05-31 01:54:07 -04:00
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
2004-03-05 00:14:21 -05:00
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
2001-05-31 01:54:07 -04:00
2004-03-05 00:14:21 -05:00
# $Id: Makefile.in,v 1.7 2004/03/05 05:05:38 marka Exp $
srcdir= @srcdir@
VPATH = @srcdir@
2001-05-31 01:54:07 -04:00
2001-03-29 01:31:59 -05:00
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@ \
2001-06-21 04:26:27 -04:00
ev_timers.@O@ ev_waits.@O@ eventlib.@O@ heap.@O@ hex.@O@ \
logging.@O@ memcluster.@O@ movefile.@O@ tree.@O@
2001-03-29 01:31:59 -05:00
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 \
2001-06-21 04:26:27 -04:00
ev_timers.c ev_waits.c eventlib.c heap.c hex.c logging.c \
memcluster.c movefile.c tree.c
2001-03-29 01:31:59 -05:00
TARGETS= ${OBJS}
CINCLUDES= -I.. -I${srcdir}/../include
2001-03-29 01:31:59 -05:00
@BIND9_MAKE_RULES@