1 # Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
2 # Copyright (C) 1998-2003 Internet Software Consortium.
4 # Permission to use, copy, modify, and/or distribute this software for any
5 # purpose with or without fee is hereby granted, provided that the above
6 # copyright notice and this permission notice appear in all copies.
8 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 # PERFORMANCE OF THIS SOFTWARE.
16 # Id: Makefile.in,v 1.169 2009/12/05 23:31:40 each Exp
20 top_srcdir
= @top_srcdir@
22 # Attempt to disable parallel processing.
32 USE_ISC_SPNEGO
= @USE_ISC_SPNEGO@
34 CINCLUDES
= -I.
-Iinclude
${DNS_INCLUDES} \
35 ${ISC_INCLUDES} @DST_OPENSSL_INC@ @DST_GSSAPI_INC@
37 CDEFINES
= -DUSE_MD5 @USE_OPENSSL@ @USE_GSSAPI@
${USE_ISC_SPNEGO}
41 ISCLIBS
= ..
/..
/lib
/isc
/libisc.@A@
43 ISCDEPLIBS
= ..
/..
/lib
/isc
/libisc.@A@
49 DSTOBJS
= @DST_EXTRA_OBJS@ \
50 dst_api.@O@ dst_lib.@O@ dst_parse.@O@ dst_result.@O@ \
51 gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@ \
52 openssl_link.@O@ openssldh_link.@O@ openssldsa_link.@O@ \
56 DNSOBJS
= acache.@O@ acl.@O@ adb.@O@ byaddr.@O@ \
57 cache.@O@ callbacks.@O@ compress.@O@ \
58 db.@O@ dbiterator.@O@ dbtable.@O@ diff.@O@ dispatch.@O@ \
59 dlz.@O@ dnssec.@O@ ds.@O@ forward.@O@ iptable.@O@ journal.@O@ \
60 keydata.@O@ keytable.@O@ lib.@O@ log.@O@ lookup.@O@ \
61 master.@O@ masterdump.@O@ message.@O@ \
62 name.@O@ ncache.@O@ nsec.@O@ nsec3.@O@ order.@O@ peer.@O@ \
63 portlist.@O@ private.@O@ \
64 rbt.@O@ rbtdb.@O@ rbtdb64.@O@ rcode.@O@ rdata.@O@ \
66 rdataset.@O@ rdatasetiter.@O@ rdataslab.@O@ request.@O@ \
67 resolver.@O@ result.@O@ rootns.@O@ rriterator.@O@ sdb.@O@ \
68 sdlz.@O@ soa.@O@ ssu.@O@ \
69 stats.@O@ tcpmsg.@O@ time.@O@ timer.@O@ tkey.@O@ \
70 tsec.@O@ tsig.@O@ ttl.@O@ validator.@O@ \
71 version.@O@ view.@O@ xfrin.@O@ zone.@O@ zonekey.@O@ zt.@O@
73 OBJS
= ${DNSOBJS} ${OTHEROBJS} ${DSTOBJS}
76 DSTSRCS
= @DST_EXTRA_SRCS@ \
77 dst_api.c dst_lib.c dst_parse.c \
78 dst_result.c gssapi_link.c gssapictx.c \
80 openssl_link.c openssldh_link.c \
81 openssldsa_link.c opensslrsa_link.c
83 DNSSRCS
= acache.c acl.c adb.c byaddr.c \
84 cache.c callbacks.c compress.c \
85 db.c dbiterator.c dbtable.c diff.c dispatch.c \
86 dlz.c dnssec.c ds.c forward.c iptable.c journal.c \
87 keydata.c keytable.c lib.c log.c lookup.c \
88 master.c masterdump.c message.c \
89 name.c ncache.c nsec.c nsec3.c order.c peer.c portlist.c \
90 rbt.c rbtdb.c rbtdb64.c rcode.c rdata.c \
92 rdataset.c rdatasetiter.c rdataslab.c request.c \
93 resolver.c result.c rootns.c rriterator.c sdb.c sdlz.c \
95 stats.c tcpmsg.c time.c timer.c tkey.c \
96 tsec.c tsig.c ttl.c validator.c \
97 version.c view.c xfrin.c zone.c zonekey.c zt.c
${OTHERSRCS}
98 SRCS
= ${DSTSRCS} ${DNSSRCS}
101 TARGETS
= include/dns
/enumtype.h
include/dns
/enumclass.h \
102 include/dns
/rdatastruct.h timestamp
104 DEPENDEXTRA
= .
/gen
-F
include/dns
/rdatastruct.h \
105 -s
${srcdir} -d
>> Makefile
;
109 version.@O@
: version.c
110 ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} \
111 -DVERSION
=\"${VERSION}\" \
112 -DLIBINTERFACE
=${LIBINTERFACE} \
113 -DLIBREVISION
=${LIBREVISION} \
115 -c
${srcdir}/version.c
118 ${AR} ${ARFLAGS} $@
${OBJS}
122 ${LIBTOOL_MODE_LINK} \
123 ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la
-rpath
${libdir} \
124 -version-info
${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
125 ${OBJS} ${ISCLIBS} @DNS_CRYPTO_LIBS@
${LIBS}
127 timestamp
: libdns.@A@
131 $(SHELL
) ${top_srcdir}/mkinstalldirs
${DESTDIR}${libdir}
133 install:: timestamp
installdirs
134 ${LIBTOOL_MODE_INSTALL} ${INSTALL_DATA} libdns.@A@
${DESTDIR}${libdir}
137 rm -f libdns.@A@ timestamp
138 rm -f gen code.h
include/dns
/enumtype.h
include/dns
/enumclass.h
139 rm -f
include/dns
/rdatastruct.h
142 rm -f code.h
include/dns
/enumtype.h
include/dns
/enumclass.h
143 rm -f
include/dns
/rdatastruct.h
145 include: include/dns
/enumtype.h
include/dns
/enumclass.h \
146 include/dns
/rdatastruct.h
150 include/dns
/enumtype.h
: gen
151 .
/gen
-s
${srcdir} -t
> $@
153 include/dns
/enumclass.h
: gen
154 .
/gen
-s
${srcdir} -c
> $@
156 include/dns
/rdatastruct.h
: gen \
157 ${srcdir}/rdata
/rdatastructpre.h \
158 ${srcdir}/rdata
/rdatastructsuf.h
159 .
/gen
-s
${srcdir} -i \
160 -P
${srcdir}/rdata
/rdatastructpre.h \
161 -S
${srcdir}/rdata
/rdatastructsuf.h
> $@
164 .
/gen
-s
${srcdir} > code.h
167 ${BUILD_CC} ${BUILD_CFLAGS} -I
${top_srcdir}/lib
/isc
/include \
168 ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o
$@
${srcdir}/gen.c
${BUILD_LIBS}
172 depend
: include/dns
/enumtype.h
include/dns
/enumclass.h \
173 include/dns
/rdatastruct.h code.h
174 subdirs
: include/dns
/enumtype.h
include/dns
/enumclass.h \
175 include/dns
/rdatastruct.h code.h
176 ${OBJS}: include/dns
/enumtype.h
include/dns
/enumclass.h \
177 include/dns
/rdatastruct.h
179 spnego.@O@
: spnego_asn1.c spnego.h