Makefile.in revision 9d794b52031144006ffb987ac8533a95c677c378
28d9fd53819cc163629c867466b20d8ebcae8842David Lawrence# Copyright (C) 1998-2000 Internet Software Consortium.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
4c1132f34493327abc632196f5876a89aa573687Bob Halley# Permission to use, copy, modify, and distribute this software for any
4c1132f34493327abc632196f5876a89aa573687Bob Halley# purpose with or without fee is hereby granted, provided that the above
4c1132f34493327abc632196f5876a89aa573687Bob Halley# copyright notice and this permission notice appear in all copies.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
15a44745412679c30a6d022733925af70a38b715David Lawrence# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
15a44745412679c30a6d022733925af70a38b715David Lawrence# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
15a44745412679c30a6d022733925af70a38b715David Lawrence# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
15a44745412679c30a6d022733925af70a38b715David Lawrence# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
15a44745412679c30a6d022733925af70a38b715David Lawrence# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
15a44745412679c30a6d022733925af70a38b715David Lawrence# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
15a44745412679c30a6d022733925af70a38b715David Lawrence# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
9d794b52031144006ffb987ac8533a95c677c378Brian Wellington# $Id: Makefile.in,v 1.106 2000/10/04 18:47:15 bwelling Exp $
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halleysrcdir = @srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob HalleyVPATH = @srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halleytop_srcdir = @top_srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley@BIND9_VERSION@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley@LIBDNS_API@
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley@BIND9_INCLUDES@
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob HalleyCINCLUDES = -I. ${DNS_INCLUDES} ${ISC_INCLUDES}
6d5dcd0dc9bdbd679282b1ffc47987d24c3a1346Bob Halley
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyCDEFINES =
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyCWARNINGS =
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
c45abd11bb68005d8a5c56c14b16f4184c3e057dMichael GraffLIBS = @LIBS@
c45abd11bb68005d8a5c56c14b16f4184c3e057dMichael Graff
a685d9c3b608eb768d237f20e8e8b1c5d3902146David Lawrence# Alphabetically
feb08cecf318bba330437cfcb725f48d999804d8James Brister
c6d0fc864de5153699688ffd28ef8a286b986354James BristerCONFOBJS = config/confacl.@O@ config/confcache.@O@ config/confcommon.@O@ \
feb08cecf318bba330437cfcb725f48d999804d8James Brister config/confctl.@O@ config/confctx.@O@ \
feb08cecf318bba330437cfcb725f48d999804d8James Brister config/confip.@O@ config/confkeys.@O@ \
feb08cecf318bba330437cfcb725f48d999804d8James Brister config/conflog.@O@ config/conflsn.@O@ \
9d794b52031144006ffb987ac8533a95c677c378Brian Wellington config/conflwres.@O@ \
e49d50b4436d760c040dca81c8426ee806996d6bDavid Lawrence config/confndc.@O@ config/confparser.@O@ \
e49d50b4436d760c040dca81c8426ee806996d6bDavid Lawrence config/confresolv.@O@ config/confrrset.@O@ \
e323a667e0324e6ac67a10c6fdd82a6a57097dc8James Brister config/confview.@O@ config/confzone.@O@
feb08cecf318bba330437cfcb725f48d999804d8James Brister
d8e93e7f902b73108952891ced5b02e743c71f99Brian WellingtonDSTOBJS = sec/dst/dst_api.@O@ \
698de4d4c0463cf0eb1cfd71e13387ee2cf8d7a5Brian Wellington sec/dst/dst_lib.@O@ sec/dst/dst_parse.@O@ \
698de4d4c0463cf0eb1cfd71e13387ee2cf8d7a5Brian Wellington sec/dst/dst_result.@O@ sec/dst/gssapi_link.@O@ \
698de4d4c0463cf0eb1cfd71e13387ee2cf8d7a5Brian Wellington sec/dst/hmac_link.@O@ sec/dst/openssl_link.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/dst/openssldh_link.@O@ sec/dst/opensslrsa_link.@O@
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington
d8e93e7f902b73108952891ced5b02e743c71f99Brian WellingtonOPENSSLOBJS = sec/openssl/a_bitstr.@O@ sec/openssl/a_bytes.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/a_enum.@O@ sec/openssl/a_gentm.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/a_int.@O@ sec/openssl/a_object.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/a_octet.@O@ sec/openssl/a_print.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/a_set.@O@ sec/openssl/a_type.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/a_utctm.@O@ sec/openssl/a_utf8.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/a_vis.@O@ sec/openssl/asn1_lib.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/bn_add.@O@ sec/openssl/bn_asm.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/bn_blind.@O@ \
15f7ee3c0b027d9a6a3e25e548215236326b3b04Brian Wellington sec/openssl/bn_ctx.@O@ sec/openssl/bn_div.@O@ \
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington sec/openssl/bn_err.@O@ sec/openssl/bn_exp.@O@ \
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington sec/openssl/bn_exp2.@O@ sec/openssl/bn_gcd.@O@ \
75e4800964642475632766068e8d99de3ea3e8f0Brian Wellington sec/openssl/bn_lib.@O@ sec/openssl/bn_mont.@O@ \
75e4800964642475632766068e8d99de3ea3e8f0Brian Wellington sec/openssl/bn_mul.@O@ sec/openssl/bn_prime.@O@ \
75e4800964642475632766068e8d99de3ea3e8f0Brian Wellington sec/openssl/bn_print.@O@ sec/openssl/bn_rand.@O@ \
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington sec/openssl/bn_recp.@O@ sec/openssl/bn_shift.@O@ \
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington sec/openssl/bn_sqr.@O@ sec/openssl/bn_word.@O@ \
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington sec/openssl/buffer.@O@ sec/openssl/cryptlib.@O@ \
75e4800964642475632766068e8d99de3ea3e8f0Brian Wellington sec/openssl/dh_err.@O@ sec/openssl/dh_gen.@O@ \
75e4800964642475632766068e8d99de3ea3e8f0Brian Wellington sec/openssl/dh_key.@O@ sec/openssl/dh_lib.@O@ \
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington sec/openssl/dsa_asn1.@O@ sec/openssl/dsa_err.@O@ \
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington sec/openssl/dsa_gen.@O@ sec/openssl/dsa_key.@O@ \
15f7ee3c0b027d9a6a3e25e548215236326b3b04Brian Wellington sec/openssl/dsa_lib.@O@ sec/openssl/dsa_ossl.@O@ \
15f7ee3c0b027d9a6a3e25e548215236326b3b04Brian Wellington sec/openssl/dsa_sign.@O@ sec/openssl/dsa_vrf.@O@ \
15f7ee3c0b027d9a6a3e25e548215236326b3b04Brian Wellington sec/openssl/err.@O@ sec/openssl/ex_data.@O@ \
d01c654984fd4f1a20cb4905548076afeba1c8c1Brian Wellington sec/openssl/lhash.@O@ sec/openssl/mem_dbg.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/mem.@O@ sec/openssl/obj_dat.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/obj_lib.@O@ sec/openssl/rand_lib.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/rsa_chk.@O@ sec/openssl/rsa_eay.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/rsa_gen.@O@ sec/openssl/rsa_lib.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/rsa_none.@O@ sec/openssl/rsa_oaep.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/rsa_pk1.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/rsa_sign.@O@ sec/openssl/rsa_ssl.@O@ \
ec90f1a1d6a4dc7af1fbe166fbb2bd69fb0ca53bDavid Lawrence sec/openssl/sha1_one.@O@ sec/openssl/sha1dgst.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/stack.@O@ sec/openssl/th-lock.@O@ \
d8e93e7f902b73108952891ced5b02e743c71f99Brian Wellington sec/openssl/x_sig.@O@ sec/openssl/x_algor.@O@
65c4736d9c0ebc6d9b1d991593b55566909da9cdBrian Wellington
5a4f9ff34f54f32e8de395e0714ca59765362a70Brian WellingtonOTHEROBJS =
5a4f9ff34f54f32e8de395e0714ca59765362a70Brian Wellington#ifndef NOMINUM_PUBLIC
86142648350a4022257dae739acd4730e3ba8196Brian WellingtonOTHEROBJS = sdb.@O@
5a4f9ff34f54f32e8de395e0714ca59765362a70Brian Wellington#endif /* NOMINUM_PUBLIC */
86142648350a4022257dae739acd4730e3ba8196Brian Wellington
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence# Alphabetically
70b4d105693138a3e2f3b2f365e666f2a1e31a33Bob HalleyOBJS = a6.@O@ acl.@O@ aclconf.@O@ adb.@O@ byaddr.@O@ \
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson cache.@O@ callbacks.@O@ compress.@O@ \
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence db.@O@ dbiterator.@O@ dbtable.@O@ dispatch.@O@ dnssec.@O@ \
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington forward.@O@ journal.@O@ keytable.@O@ lib.@O@ log.@O@ \
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence master.@O@ masterdump.@O@ message.@O@ \
e323a667e0324e6ac67a10c6fdd82a6a57097dc8James Brister name.@O@ ncache.@O@ nxt.@O@ peer.@O@ \
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence rbt.@O@ rbtdb.@O@ rbtdb64.@O@ rdata.@O@ rdatalist.@O@ \
e420bc4e0dd289dbd5dfd2acf228f772b96ebd8fMark Andrews rdataset.@O@ rdatasetiter.@O@ rdataslab.@O@ request.@O@ \
86142648350a4022257dae739acd4730e3ba8196Brian Wellington resolver.@O@ result.@O@ rootns.@O@ ssu.@O@ \
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson tcpmsg.@O@ time.@O@ tkey.@O@ tkeyconf.@O@ \
bf43fdafa3bff9e84cb03f1a19aca74514d2516eBob Halley tsig.@O@ tsigconf.@O@ ttl.@O@ validator.@O@ \
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson version.@O@ view.@O@ xfrin.@O@ zone.@O@ zoneconf.@O@ zt.@O@ \
86142648350a4022257dae739acd4730e3ba8196Brian Wellington ${OTHEROBJS} ${DSTOBJS} @DST_OPENSSL_OBJS@ ${CONFOBJS}
86142648350a4022257dae739acd4730e3ba8196Brian Wellington
5a4f9ff34f54f32e8de395e0714ca59765362a70Brian WellingtonOTHERSRCS =
5a4f9ff34f54f32e8de395e0714ca59765362a70Brian Wellington#ifndef NOMINUM_PUBLIC
6b827cb7949910bf038d26b5e280b344915cca0fBrian WellingtonOTHERSRCS = sdb.c
5a4f9ff34f54f32e8de395e0714ca59765362a70Brian Wellington#endif /* NOMINUM_PUBLIC */
5a4f9ff34f54f32e8de395e0714ca59765362a70Brian Wellington
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence# Alphabetically
70b4d105693138a3e2f3b2f365e666f2a1e31a33Bob HalleySRCS = a6.c acl.c aclconf.c adb.c byaddr.c \
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson cache.c callbacks.c compress.c \
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence db.c dbiterator.c dbtable.c dispatch.c dnssec.c \
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington forward.c journal.c keytable.c lib.c log.c \
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence master.c masterdump.c message.c \
e323a667e0324e6ac67a10c6fdd82a6a57097dc8James Brister name.c ncache.c nxt.c peer.c \
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence rbt.c rbtdb.c rbtdb64.c rdata.c rdatalist.c \
e420bc4e0dd289dbd5dfd2acf228f772b96ebd8fMark Andrews rdataset.c rdatasetiter.c rdataslab.c request.c \
86142648350a4022257dae739acd4730e3ba8196Brian Wellington resolver.c result.c rootns.c ssu.c \
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson tcpmsg.c time.c tkey.c tkeyconf.c \
bf43fdafa3bff9e84cb03f1a19aca74514d2516eBob Halley tsig.c tsigconf.c ttl.c validator.c \
86142648350a4022257dae739acd4730e3ba8196Brian Wellington version.c view.c xfrin.c zone.c zoneconf.c zt.c \
86142648350a4022257dae739acd4730e3ba8196Brian Wellington ${OTHERSRCS}
4fd3e3482c7e4ce01e2cf28f13e0152c8e50d746Mark Andrews
feb08cecf318bba330437cfcb725f48d999804d8James BristerSUBDIRS = include sec config
4fd3e3482c7e4ce01e2cf28f13e0152c8e50d746Mark AndrewsTARGETS = include/dns/enumtype.h include/dns/enumclass.h \
4fd3e3482c7e4ce01e2cf28f13e0152c8e50d746Mark Andrews include/dns/rdatastruct.h timestamp
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
d2b5fe92a4755ce67f2dd6050955782b4fd6b3f3Mark AndrewsDEPENDEXTRA = ./gen -F include/dns/rdatastruct.h \
d2b5fe92a4755ce67f2dd6050955782b4fd6b3f3Mark Andrews -s ${srcdir} -d >> Makefile ;
d2b5fe92a4755ce67f2dd6050955782b4fd6b3f3Mark Andrews
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley@BIND9_MAKE_RULES@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halleyversion.@O@: version.c
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley ${LIBTOOL} ${CC} ${ALL_CFLAGS} \
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley -DVERSION=\"${VERSION}\" \
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley -DLIBINTERFACE=${LIBINTERFACE} \
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley -DLIBREVISION=${LIBREVISION} \
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley -DLIBAGE=${LIBAGE} \
139154bd9894495042f4e748f554e9c8b98b7598Bob Halley -c ${srcdir}/version.c
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
193738b819e3c699f9edd18864a6810fcfcec855Andreas Gustafssonlibdns.@SA@: ${OBJS}
fd35453765c6494d077edca44f4d998af5fd4cfaDavid Lawrence ${AR} ${ARFLAGS} $@ ${OBJS}
fd35453765c6494d077edca44f4d998af5fd4cfaDavid Lawrence ${RANLIB} $@
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halleylibdns.la: ${OBJS}
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley ${LIBTOOL} --mode=link \
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley ${CC} ${ALL_CFLAGS} -o libdns.la -rpath ${libdir} \
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley ${OBJS} ${LIBS}
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halley
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halleytimestamp: libdns.@A@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley touch timestamp
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyinstalldirs:
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyinstall:: timestamp installdirs
a2f3208f7f754cbc5156a1d798ae06d8f3546be2Bob Halley ${LIBTOOL} ${INSTALL_DATA} libdns.@A@ ${DESTDIR}${libdir}
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
4880900113e4d0f17884f3fbdbf4c302e3f9ea91Bob Halleyclean distclean::
fd35453765c6494d077edca44f4d998af5fd4cfaDavid Lawrence rm -f libdns.@A@ timestamp
c8a42d6d81ff2fd9ad7fac94d4b85323554493c0Bob Halley rm -f gen code.h include/dns/enumtype.h include/dns/enumclass.h
4fd3e3482c7e4ce01e2cf28f13e0152c8e50d746Mark Andrews rm -f include/dns/rdatastruct.h
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
6ef838d427c1ea858d2f09194a369134babf8b98Mark Andrewsnewrr::
6ef838d427c1ea858d2f09194a369134babf8b98Mark Andrews rm -f code.h include/dns/enumtype.h include/dns/enumclass.h
6ef838d427c1ea858d2f09194a369134babf8b98Mark Andrews rm -f include/dns/rdatastruct.h
6ef838d427c1ea858d2f09194a369134babf8b98Mark Andrews
6d831cd0baf7dd2c133f7f9cbf295f3d80cf63a7David Lawrenceinclude: include/dns/enumtype.h include/dns/enumclass.h \
6d831cd0baf7dd2c133f7f9cbf295f3d80cf63a7David Lawrence include/dns/rdatastruct.h
dac2799ea19735503a4d27f517d821aea210e594Andreas Gustafsson
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halleyrdata.@O@: code.h
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
6d7585b3e948dd31bf78321d83ac0e024f44a71bMark Andrewsinclude/dns/enumtype.h: gen
6d5dcd0dc9bdbd679282b1ffc47987d24c3a1346Bob Halley ./gen -s ${srcdir} -t > $@
6d7585b3e948dd31bf78321d83ac0e024f44a71bMark Andrews
6d7585b3e948dd31bf78321d83ac0e024f44a71bMark Andrewsinclude/dns/enumclass.h: gen
6d5dcd0dc9bdbd679282b1ffc47987d24c3a1346Bob Halley ./gen -s ${srcdir} -c > $@
6d7585b3e948dd31bf78321d83ac0e024f44a71bMark Andrews
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halleyinclude/dns/rdatastruct.h: gen \
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halley ${srcdir}/rdata/rdatastructpre.h \
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halley ${srcdir}/rdata/rdatastructsuf.h
94a3bcd132e515b4baa0884ba9dd0f361d2e17bcMark Andrews ./gen -s ${srcdir} -i \
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halley -P ${srcdir}/rdata/rdatastructpre.h \
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halley -S ${srcdir}/rdata/rdatastructsuf.h > $@
4fd3e3482c7e4ce01e2cf28f13e0152c8e50d746Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrewscode.h: gen
6d5dcd0dc9bdbd679282b1ffc47987d24c3a1346Bob Halley ./gen -s ${srcdir} > code.h
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrewsgen: gen.c
139154bd9894495042f4e748f554e9c8b98b7598Bob Halley ${CC} ${ALL_CFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
bb556a9bf3a15c7160fa4f1b71773ce12b1bedf6Bob Halley
64e41159a919b0711321fe688ca5da4f4d1b7d80Bob Halleyrbtdb64.@O@: rbtdb.c
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halley
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halleydepend: include/dns/enumtype.h include/dns/enumclass.h \
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halley include/dns/rdatastruct.h code.h
fe37278859bce157001cca14cdfa3a761b0d5012Mark Andrewssubdirs: include/dns/enumtype.h include/dns/enumclass.h \
1471a520e59ac12b413afa8d8b3158a87af97aa6Bob Halley include/dns/rdatastruct.h code.h