Makefile.in revision 33fdc680006d98cd3e25a72088a60624365001e7
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# Copyright (C) 1998, 1999 Internet Software Consortium.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Permission to use, copy, modify, and distribute this software for any
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# purpose with or without fee is hereby granted, provided that the above
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# copyright notice and this permission notice appear in all copies.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence#
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# SOFTWARE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrencesrcdir = @srcdir@
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David LawrenceVPATH = @srcdir@
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrewstop_srcdir = @top_srcdir@
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence@BIND9_INCLUDES@
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David LawrenceCINCLUDES = ${DNS_INCLUDES} ${ISC_INCLUDES}
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence
6b7257f756eb0530cdf54df9a7fab8d51a5001c3David LawrenceCDEFINES =
6b7257f756eb0530cdf54df9a7fab8d51a5001c3David LawrenceCWARNINGS =
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David LawrenceDNSLIBS = ../../lib/dns/libdns.@A@
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonISCLIBS = ../../lib/isc/libisc.@A@
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David LawrenceDNSDEPLIBS = ../../lib/dns/libdns.@A@
73a691c373488e4f70387a62462cd8ce0d991705David LawrenceISCDEPLIBS = ../../lib/isc/libisc.@A@
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellington
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark AndrewsLIBS = @LIBS@
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark AndrewsSUBDIRS = db dst master mem names rbt tasks timers
f96b41064bcd427d8125a096fd646c1f068d8ed7David Lawrence
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Alphabetically
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid LawrenceTARGETS = adb_test \
f96b41064bcd427d8125a096fd646c1f068d8ed7David Lawrence compress_test \
e19501436a92cd48eba2ff47d90fa49c661ec8d8Brian Wellington db_test \
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence dispatch_tcp_test \
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence dispatch_test \
669e9657c731176df235832367f61435f7b83ddfAndreas Gustafsson keygen \
3db78e0855a8dfc162180880cd70d9c1a03d9301David Lawrence lex_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington log_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington master_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington mempool_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington name_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington nxtify \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington rbt_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington rdata_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington rwlock_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington sdig \
b493dfe8bce94b05efc0f161238d32f1234c5670Brian Wellington serial_test \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington shutdown_test \
b493dfe8bce94b05efc0f161238d32f1234c5670Brian Wellington signer \
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence sock_test \
3f96cf3e4f96b36cc1ad2ec7edc5b8e285fced8fBrian Wellington sym_test \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington task_test \
bfafdac0616107ff32389532e7040567cd84b8aaBrian Wellington timer_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence wire_test \
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence nconf_test \
80b67b3a4f2d9fc7fdd32a50edc67ff189894da2Danny Mayer zone_test
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews
87983da955bf63128de85d180359bdc418516c3cDavid Lawrence# Alphabetically
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonSRCS = adb_test.c \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington compress_test.c \
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews db_test.c \
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews dispatch_tcp_test.c \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington dispatch_test.c \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington keygen.c \
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews lex_test.c \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington log_test.c \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington master_test.c \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington mempool_test.c \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington name_test.c \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington nxtify.c \
30a4d5b0c23eb7a73d9635a98250560437a42d59David Lawrence printmsg.c \
71ca6e64b4d208a090d255eb64c24f945e615ea0Brian Wellington rbt_test.c \
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence rdata_test.c \
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence rwlock_test.c \
bfafdac0616107ff32389532e7040567cd84b8aaBrian Wellington sdig.c \
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews serial_test.c \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews shutdown_test.c \
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence signer.c \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington sock_test.c \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington sym_test.c \
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence task_test.c \
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence timer_test.c \
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence wire_test.c \
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews nconf_test.c \
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews zone_test.c
94b166ffa58ef0ff263563c0550d0b30eb9f7772David Lawrence
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson@BIND9_MAKE_RULES@
94b166ffa58ef0ff263563c0550d0b30eb9f7772David Lawrence
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafssonadb_test: adb_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson ${LIBTOOL} ${CC} ${CFLAGS} -o $@ adb_test.@O@ \
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson ${DNSLIBS} ${ISCLIBS} ${LIBS}
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafssonsdig: sdig.@O@ printmsg.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews ${LIBTOOL} ${CC} ${CFLAGS} -o $@ sdig.@O@ printmsg.@O@ \
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews ${DNSLIBS} ${ISCLIBS} ${LIBS}
f29583dca7dc33d6fad6942a6eb4457c694a3974Brian Wellington
f29583dca7dc33d6fad6942a6eb4457c694a3974Brian Wellingtonnxtify: nxtify.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
f29583dca7dc33d6fad6942a6eb4457c694a3974Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ nxtify.@O@ \
f29583dca7dc33d6fad6942a6eb4457c694a3974Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
8b3fb4bded905d65153678f48a006eed5c13b27eAndreas Gustafsson
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafssonsigner: signer.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson ${LIBTOOL} ${CC} ${CFLAGS} -o $@ signer.@O@ \
9719cb1205c4b30b46a98b4be7475e96befbea2bAndreas Gustafsson ${DNSLIBS} ${ISCLIBS} ${LIBS}
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson
cf300e03de3df3ff422db922520bf07c686c86daMark Andrewskeygen: keygen.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews ${LIBTOOL} ${CC} ${CFLAGS} -o $@ keygen.@O@ \
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson ${DNSLIBS} ${ISCLIBS} ${LIBS}
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews
cf300e03de3df3ff422db922520bf07c686c86daMark Andrewsres_test: res_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ res_test.@O@ \
dfceef7e68b56f6970dd2e8eea9980ad16bcc653Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington
5455f30a7532738d750252c00e649890c694ee30Brian Wellingtonlex_test: lex_test.@O@ ${ISCDEPLIBS}
5455f30a7532738d750252c00e649890c694ee30Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ lex_test.@O@ \
60213f2815a7e6584a2285546d05633fa7b6f5b4Mark Andrews ${ISCLIBS} ${LIBS}
c30d291128e099a284fa6272b91b2bd64519a209Mark Andrews
b7ce2258cab8eadbd834de8ca9d0b6f4c71f8c48Brian Wellingtonlog_test: log_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
79da8302e8d78f51db5243ba6b2f7de87e667132Mark Andrews ${LIBTOOL} ${CC} ${CFLAGS} -o $@ log_test.@O@ \
94b166ffa58ef0ff263563c0550d0b30eb9f7772David Lawrence ${DNSLIBS} ${ISCLIBS} ${LIBS}
94b166ffa58ef0ff263563c0550d0b30eb9f7772David Lawrence
87983da955bf63128de85d180359bdc418516c3cDavid Lawrencename_test: name_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
87983da955bf63128de85d180359bdc418516c3cDavid Lawrence ${LIBTOOL} ${CC} ${CFLAGS} -o $@ name_test.@O@ \
87983da955bf63128de85d180359bdc418516c3cDavid Lawrence ${DNSLIBS} ${ISCLIBS} ${LIBS}
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence
73a691c373488e4f70387a62462cd8ce0d991705David Lawrencesock_test: sock_test.@O@ ${ISCDEPLIBS}
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence ${LIBTOOL} ${CC} ${CFLAGS} -o $@ sock_test.@O@ \
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellingtonsym_test: sym_test.@O@ ${ISCDEPLIBS}
b493dfe8bce94b05efc0f161238d32f1234c5670Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ sym_test.@O@ \
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews ${ISCLIBS} ${LIBS}
b493dfe8bce94b05efc0f161238d32f1234c5670Brian Wellington
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewstask_test: task_test.@O@ ${ISCDEPLIBS}
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews ${LIBTOOL} ${CC} ${CFLAGS} -o $@ task_test.@O@ \
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews ${ISCLIBS} ${LIBS}
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews
b493dfe8bce94b05efc0f161238d32f1234c5670Brian Wellingtonshutdown_test: shutdown_test.@O@ ${ISCDEPLIBS}
b493dfe8bce94b05efc0f161238d32f1234c5670Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ shutdown_test.@O@ \
b493dfe8bce94b05efc0f161238d32f1234c5670Brian Wellington ${ISCLIBS} ${LIBS}
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtontimer_test: timer_test.@O@ ${ISCDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ timer_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtonrbt_test: rbt_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ rbt_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
71ca6e64b4d208a090d255eb64c24f945e615ea0Brian Wellingtonrdata_test: rdata_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ rdata_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtonrwlock_test: rwlock_test.@O@ ${ISCDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ rwlock_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtonwire_test: wire_test.@O@ printmsg.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ wire_test.@O@ printmsg.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellingtonmaster_test: master_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ master_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
71ca6e64b4d208a090d255eb64c24f945e615ea0Brian Wellington
71ca6e64b4d208a090d255eb64c24f945e615ea0Brian Wellingtondb_test: db_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence ${LIBTOOL} ${CC} ${CFLAGS} -o $@ db_test.@O@ \
e1d05d323526e7e65df13a6d3dfbec30f6ddb500Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrewscompress_test: compress_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews ${LIBTOOL} ${CC} ${CFLAGS} -o $@ compress_test.@O@ \
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews ${DNSLIBS} ${ISCLIBS} ${LIBS}
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrewsmempool_test: mempool_test.@O@ ${ISCDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ mempool_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtonserial_test: serial_test.@O@ ${ISCDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ serial_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${ISCLIBS} ${LIBS}
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtonzone_test: zone_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence ${LIBTOOL} ${CC} ${CFLAGS} -o $@ zone_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtondispatch_test: dispatch_test.@O@ printmsg.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ dispatch_test.@O@ printmsg.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtondispatch_tcp_test: dispatch_tcp_test.@O@ printmsg.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ dispatch_tcp_test.@O@ printmsg.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtonnconf_test: nconf_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${LIBTOOL} ${CC} ${CFLAGS} -o $@ nconf_test.@O@ \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ${DNSLIBS} ${ISCLIBS} ${LIBS}
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellingtonclean distclean::
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington rm -f ${TARGETS}
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington rm -f t_journal
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellingtontest:
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington for dir in $(SUBDIRS) ;\
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington do \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ( cd $$dir; $(MAKE) test ) ;\
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington done
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
fdba3257ced61501d9593224fc9fc83e57db2e87Andreas Gustafsson