Home | History | Annotate | Line # | Download | only in tests
      1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 VPATH = @srcdir@
     17 am__is_gnu_make = { \
     18   if test -z '$(MAKELEVEL)'; then \
     19     false; \
     20   elif test -n '$(MAKE_HOST)'; then \
     21     true; \
     22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     23     true; \
     24   else \
     25     false; \
     26   fi; \
     27 }
     28 am__make_running_with_option = \
     29   case $${target_option-} in \
     30       ?) ;; \
     31       *) echo "am__make_running_with_option: internal error: invalid" \
     32               "target option '$${target_option-}' specified" >&2; \
     33          exit 1;; \
     34   esac; \
     35   has_opt=no; \
     36   sane_makeflags=$$MAKEFLAGS; \
     37   if $(am__is_gnu_make); then \
     38     sane_makeflags=$$MFLAGS; \
     39   else \
     40     case $$MAKEFLAGS in \
     41       *\\[\ \	]*) \
     42         bs=\\; \
     43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     44           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     45     esac; \
     46   fi; \
     47   skip_next=no; \
     48   strip_trailopt () \
     49   { \
     50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     51   }; \
     52   for flg in $$sane_makeflags; do \
     53     test $$skip_next = yes && { skip_next=no; continue; }; \
     54     case $$flg in \
     55       *=*|--*) continue;; \
     56         -*I) strip_trailopt 'I'; skip_next=yes;; \
     57       -*I?*) strip_trailopt 'I';; \
     58         -*O) strip_trailopt 'O'; skip_next=yes;; \
     59       -*O?*) strip_trailopt 'O';; \
     60         -*l) strip_trailopt 'l'; skip_next=yes;; \
     61       -*l?*) strip_trailopt 'l';; \
     62       -[dEDm]) skip_next=yes;; \
     63       -[JT]) skip_next=yes;; \
     64     esac; \
     65     case $$flg in \
     66       *$$target_option*) has_opt=yes; break;; \
     67     esac; \
     68   done; \
     69   test $$has_opt = yes
     70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     72 pkgdatadir = $(datadir)/@PACKAGE@
     73 pkgincludedir = $(includedir)/@PACKAGE@
     74 pkglibdir = $(libdir)/@PACKAGE@
     75 pkglibexecdir = $(libexecdir)/@PACKAGE@
     76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     77 install_sh_DATA = $(install_sh) -c -m 644
     78 install_sh_PROGRAM = $(install_sh) -c
     79 install_sh_SCRIPT = $(install_sh) -c
     80 INSTALL_HEADER = $(INSTALL_DATA)
     81 transform = $(program_transform_name)
     82 NORMAL_INSTALL = :
     83 PRE_INSTALL = :
     84 POST_INSTALL = :
     85 NORMAL_UNINSTALL = :
     86 PRE_UNINSTALL = :
     87 POST_UNINSTALL = :
     88 build_triplet = @build@
     89 host_triplet = @host@
     90 @HAVE_ATF_TRUE@am__append_1 = duid_unittests 
     91 check_PROGRAMS = $(am__EXEEXT_2)
     92 subdir = client/tests
     93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     94 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     96 	$(ACLOCAL_M4)
     97 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
     98 mkinstalldirs = $(install_sh) -d
     99 CONFIG_HEADER = $(top_builddir)/includes/config.h
    100 CONFIG_CLEAN_FILES =
    101 CONFIG_CLEAN_VPATH_FILES =
    102 @HAVE_ATF_TRUE@am__EXEEXT_1 = duid_unittests$(EXEEXT)
    103 am__EXEEXT_2 = $(am__EXEEXT_1)
    104 am__duid_unittests_SOURCES_DIST = ../clparse.c ../dhc6.c ../dhclient.c \
    105 	duid_unittest.c
    106 am__objects_1 = clparse.$(OBJEXT) dhc6.$(OBJEXT) dhclient.$(OBJEXT)
    107 @HAVE_ATF_TRUE@am_duid_unittests_OBJECTS = $(am__objects_1) \
    108 @HAVE_ATF_TRUE@	duid_unittest.$(OBJEXT)
    109 duid_unittests_OBJECTS = $(am_duid_unittests_OBJECTS)
    110 am__DEPENDENCIES_1 =
    111 am__DEPENDENCIES_2 = $(top_builddir)/common/libdhcp.@A@ \
    112 	$(top_builddir)/omapip/libomapi.@A@ \
    113 	$(top_builddir)/dhcpctl/libdhcpctl.@A@
    114 @HAVE_ATF_TRUE@duid_unittests_DEPENDENCIES = $(am__DEPENDENCIES_1) \
    115 @HAVE_ATF_TRUE@	$(am__DEPENDENCIES_2)
    116 AM_V_P = $(am__v_P_@AM_V@)
    117 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    118 am__v_P_0 = false
    119 am__v_P_1 = :
    120 AM_V_GEN = $(am__v_GEN_@AM_V@)
    121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    122 am__v_GEN_0 = @echo "  GEN     " $@;
    123 am__v_GEN_1 = 
    124 AM_V_at = $(am__v_at_@AM_V@)
    125 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    126 am__v_at_0 = @
    127 am__v_at_1 = 
    128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
    129 depcomp = $(SHELL) $(top_srcdir)/depcomp
    130 am__maybe_remake_depfiles = depfiles
    131 am__depfiles_remade = ./$(DEPDIR)/clparse.Po ./$(DEPDIR)/dhc6.Po \
    132 	./$(DEPDIR)/dhclient.Po ./$(DEPDIR)/duid_unittest.Po
    133 am__mv = mv -f
    134 AM_V_lt = $(am__v_lt_@AM_V@)
    135 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    136 am__v_lt_0 = --silent
    137 am__v_lt_1 = 
    138 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    139 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    140 AM_V_CC = $(am__v_CC_@AM_V@)
    141 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    142 am__v_CC_0 = @echo "  CC      " $@;
    143 am__v_CC_1 = 
    144 CCLD = $(CC)
    145 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    146 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    147 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    148 am__v_CCLD_0 = @echo "  CCLD    " $@;
    149 am__v_CCLD_1 = 
    150 SOURCES = $(duid_unittests_SOURCES)
    151 DIST_SOURCES = $(am__duid_unittests_SOURCES_DIST)
    152 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    153 	ctags-recursive dvi-recursive html-recursive info-recursive \
    154 	install-data-recursive install-dvi-recursive \
    155 	install-exec-recursive install-html-recursive \
    156 	install-info-recursive install-pdf-recursive \
    157 	install-ps-recursive install-recursive installcheck-recursive \
    158 	installdirs-recursive pdf-recursive ps-recursive \
    159 	tags-recursive uninstall-recursive
    160 am__can_run_installinfo = \
    161   case $$AM_UPDATE_INFO_DIR in \
    162     n|no|NO) false;; \
    163     *) (install-info --version) >/dev/null 2>&1;; \
    164   esac
    165 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    166   distclean-recursive maintainer-clean-recursive
    167 am__recursive_targets = \
    168   $(RECURSIVE_TARGETS) \
    169   $(RECURSIVE_CLEAN_TARGETS) \
    170   $(am__extra_recursive_targets)
    171 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    172 	distdir distdir-am
    173 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    174 # Read a list of newline-separated strings from the standard input,
    175 # and print each of them once, without duplicates.  Input order is
    176 # *not* preserved.
    177 am__uniquify_input = $(AWK) '\
    178   BEGIN { nonempty = 0; } \
    179   { items[$$0] = 1; nonempty = 1; } \
    180   END { if (nonempty) { for (i in items) print i; }; } \
    181 '
    182 # Make sure the list of sources is unique.  This is necessary because,
    183 # e.g., the same source file might be shared among _SOURCES variables
    184 # for different programs/libraries.
    185 am__define_uniq_tagged_files = \
    186   list='$(am__tagged_files)'; \
    187   unique=`for i in $$list; do \
    188     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    189   done | $(am__uniquify_input)`
    190 DIST_SUBDIRS = $(SUBDIRS)
    191 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
    192 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    193 am__relativize = \
    194   dir0=`pwd`; \
    195   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    196   sed_rest='s,^[^/]*/*,,'; \
    197   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    198   sed_butlast='s,/*[^/]*$$,,'; \
    199   while test -n "$$dir1"; do \
    200     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    201     if test "$$first" != "."; then \
    202       if test "$$first" = ".."; then \
    203         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    204         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    205       else \
    206         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    207         if test "$$first2" = "$$first"; then \
    208           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    209         else \
    210           dir2="../$$dir2"; \
    211         fi; \
    212         dir0="$$dir0"/"$$first"; \
    213       fi; \
    214     fi; \
    215     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    216   done; \
    217   reldir="$$dir2"
    218 A = @A@
    219 ACLOCAL = @ACLOCAL@
    220 AMTAR = @AMTAR@
    221 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    222 AR = @AR@
    223 ATF_BIN = @ATF_BIN@
    224 ATF_CFLAGS = @ATF_CFLAGS@
    225 ATF_LDFLAGS = @ATF_LDFLAGS@
    226 AUTOCONF = @AUTOCONF@
    227 AUTOHEADER = @AUTOHEADER@
    228 AUTOMAKE = @AUTOMAKE@
    229 AWK = @AWK@
    230 BINDCONFIG = @BINDCONFIG@
    231 BINDDIR = @BINDDIR@
    232 BINDIOMUX = @BINDIOMUX@
    233 BINDLIBDNSDIR = @BINDLIBDNSDIR@
    234 BINDLIBIRSDIR = @BINDLIBIRSDIR@
    235 BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
    236 BINDLIBISCDIR = @BINDLIBISCDIR@
    237 BINDLT = @BINDLT@
    238 BINDSRCDIR = @BINDSRCDIR@
    239 BINDSUBDIR = @BINDSUBDIR@
    240 CC = @CC@
    241 CCDEPMODE = @CCDEPMODE@
    242 CFLAGS = @CFLAGS@
    243 CPP = @CPP@
    244 CPPFLAGS = @CPPFLAGS@
    245 CSCOPE = @CSCOPE@
    246 CTAGS = @CTAGS@
    247 CYGPATH_W = @CYGPATH_W@
    248 DEFS = @DEFS@
    249 DEPDIR = @DEPDIR@
    250 DHLIBS = @DHLIBS@
    251 DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
    252 DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
    253 DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
    254 ECHO_C = @ECHO_C@
    255 ECHO_N = @ECHO_N@
    256 ECHO_T = @ECHO_T@
    257 EGREP = @EGREP@
    258 ETAGS = @ETAGS@
    259 EXEEXT = @EXEEXT@
    260 GREP = @GREP@
    261 INSTALL = @INSTALL@
    262 INSTALL_DATA = @INSTALL_DATA@
    263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    264 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    265 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    266 LDAP_CFLAGS = @LDAP_CFLAGS@
    267 LDAP_LIBS = @LDAP_LIBS@
    268 LDFLAGS = @LDFLAGS@
    269 LIBOBJS = @LIBOBJS@
    270 LIBS = @LIBS@
    271 LTLIBOBJS = @LTLIBOBJS@
    272 MAINT = @MAINT@
    273 MAKEINFO = @MAKEINFO@
    274 MKDIR_P = @MKDIR_P@
    275 OBJEXT = @OBJEXT@
    276 PACKAGE = @PACKAGE@
    277 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    278 PACKAGE_NAME = @PACKAGE_NAME@
    279 PACKAGE_STRING = @PACKAGE_STRING@
    280 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    281 PACKAGE_URL = @PACKAGE_URL@
    282 PACKAGE_VERSION = @PACKAGE_VERSION@
    283 PATH_SEPARATOR = @PATH_SEPARATOR@
    284 Q = @Q@
    285 RANLIB = @RANLIB@
    286 SET_MAKE = @SET_MAKE@
    287 SHELL = @SHELL@
    288 STRIP = @STRIP@
    289 UNITTESTS = @UNITTESTS@
    290 VERSION = @VERSION@
    291 abs_builddir = @abs_builddir@
    292 abs_srcdir = @abs_srcdir@
    293 abs_top_builddir = @abs_top_builddir@
    294 abs_top_srcdir = @abs_top_srcdir@
    295 ac_ct_CC = @ac_ct_CC@
    296 ac_prefix_program = @ac_prefix_program@
    297 am__include = @am__include@
    298 am__leading_dot = @am__leading_dot@
    299 am__quote = @am__quote@
    300 am__tar = @am__tar@
    301 am__untar = @am__untar@
    302 bindir = @bindir@
    303 build = @build@
    304 build_alias = @build_alias@
    305 build_cpu = @build_cpu@
    306 build_os = @build_os@
    307 build_vendor = @build_vendor@
    308 builddir = @builddir@
    309 byte_order = @byte_order@
    310 datadir = @datadir@
    311 datarootdir = @datarootdir@
    312 docdir = @docdir@
    313 dvidir = @dvidir@
    314 exec_prefix = @exec_prefix@
    315 host = @host@
    316 host_alias = @host_alias@
    317 host_cpu = @host_cpu@
    318 host_os = @host_os@
    319 host_vendor = @host_vendor@
    320 htmldir = @htmldir@
    321 includedir = @includedir@
    322 infodir = @infodir@
    323 install_sh = @install_sh@
    324 libdir = @libdir@
    325 libexecdir = @libexecdir@
    326 localedir = @localedir@
    327 localstatedir = @localstatedir@
    328 mandir = @mandir@
    329 mkdir_p = @mkdir_p@
    330 oldincludedir = @oldincludedir@
    331 pdfdir = @pdfdir@
    332 pkgcfg_found = @pkgcfg_found@
    333 prefix = @prefix@
    334 program_transform_name = @program_transform_name@
    335 psdir = @psdir@
    336 sbindir = @sbindir@
    337 sharedstatedir = @sharedstatedir@
    338 srcdir = @srcdir@
    339 sysconfdir = @sysconfdir@
    340 target_alias = @target_alias@
    341 top_build_prefix = @top_build_prefix@
    342 top_builddir = @top_builddir@
    343 top_srcdir = @top_srcdir@
    344 SUBDIRS = .
    345 AM_CPPFLAGS = $(ATF_CFLAGS) -DUNIT_TEST -I$(top_srcdir)/includes \
    346 	-I@BINDDIR@/include -I$(top_srcdir) -DLOCALSTATEDIR='"."' \
    347 	-DCLIENT_PATH='"."'
    348 EXTRA_DIST = Atffile Kyuafile duid0_test.txt duid1_test.txt \
    349 	duid2_test.txt duid3_test.txt
    350 DHCPSRC = ../clparse.c ../dhc6.c ../dhclient.c
    351 DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
    352 	  $(top_builddir)/omapip/libomapi.@A@    \
    353           $(top_builddir)/dhcpctl/libdhcpctl.@A@ \
    354 	  @BINDLIBIRSDIR@/libirs.@A@ \
    355 	  @BINDLIBDNSDIR@/libdns.@A@ \
    356 	  @BINDLIBISCCFGDIR@/libisccfg.@A@ \
    357 	  @BINDLIBISCDIR@/libisc.@A@
    358 
    359 ATF_TESTS = $(am__append_1)
    360 @HAVE_ATF_TRUE@duid_unittests_SOURCES = $(DHCPSRC) duid_unittest.c
    361 @HAVE_ATF_TRUE@duid_unittests_LDADD = $(ATF_LDFLAGS) $(DHCPLIBS)
    362 all: all-recursive
    363 
    364 .SUFFIXES:
    365 .SUFFIXES: .c .o .obj
    366 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    367 	@for dep in $?; do \
    368 	  case '$(am__configure_deps)' in \
    369 	    *$$dep*) \
    370 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    371 	        && { if test -f $@; then exit 0; else break; fi; }; \
    372 	      exit 1;; \
    373 	  esac; \
    374 	done; \
    375 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign client/tests/Makefile'; \
    376 	$(am__cd) $(top_srcdir) && \
    377 	  $(AUTOMAKE) --foreign client/tests/Makefile
    378 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    379 	@case '$?' in \
    380 	  *config.status*) \
    381 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    382 	  *) \
    383 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    384 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    385 	esac;
    386 
    387 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    388 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    389 
    390 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    391 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    392 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    393 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    394 $(am__aclocal_m4_deps):
    395 
    396 clean-checkPROGRAMS:
    397 	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
    398 
    399 duid_unittests$(EXEEXT): $(duid_unittests_OBJECTS) $(duid_unittests_DEPENDENCIES) $(EXTRA_duid_unittests_DEPENDENCIES) 
    400 	@rm -f duid_unittests$(EXEEXT)
    401 	$(AM_V_CCLD)$(LINK) $(duid_unittests_OBJECTS) $(duid_unittests_LDADD) $(LIBS)
    402 
    403 mostlyclean-compile:
    404 	-rm -f *.$(OBJEXT)
    405 
    406 distclean-compile:
    407 	-rm -f *.tab.c
    408 
    409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clparse.Po@am__quote@ # am--include-marker
    410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhc6.Po@am__quote@ # am--include-marker
    411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhclient.Po@am__quote@ # am--include-marker
    412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/duid_unittest.Po@am__quote@ # am--include-marker
    413 
    414 $(am__depfiles_remade):
    415 	@$(MKDIR_P) $(@D)
    416 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
    417 
    418 am--depfiles: $(am__depfiles_remade)
    419 
    420 .c.o:
    421 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    422 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    423 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    424 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    425 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    426 
    427 .c.obj:
    428 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    429 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    430 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    431 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    432 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    433 
    434 clparse.o: ../clparse.c
    435 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clparse.o -MD -MP -MF $(DEPDIR)/clparse.Tpo -c -o clparse.o `test -f '../clparse.c' || echo '$(srcdir)/'`../clparse.c
    436 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clparse.Tpo $(DEPDIR)/clparse.Po
    437 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../clparse.c' object='clparse.o' libtool=no @AMDEPBACKSLASH@
    438 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    439 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clparse.o `test -f '../clparse.c' || echo '$(srcdir)/'`../clparse.c
    440 
    441 clparse.obj: ../clparse.c
    442 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clparse.obj -MD -MP -MF $(DEPDIR)/clparse.Tpo -c -o clparse.obj `if test -f '../clparse.c'; then $(CYGPATH_W) '../clparse.c'; else $(CYGPATH_W) '$(srcdir)/../clparse.c'; fi`
    443 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clparse.Tpo $(DEPDIR)/clparse.Po
    444 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../clparse.c' object='clparse.obj' libtool=no @AMDEPBACKSLASH@
    445 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    446 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clparse.obj `if test -f '../clparse.c'; then $(CYGPATH_W) '../clparse.c'; else $(CYGPATH_W) '$(srcdir)/../clparse.c'; fi`
    447 
    448 dhc6.o: ../dhc6.c
    449 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dhc6.o -MD -MP -MF $(DEPDIR)/dhc6.Tpo -c -o dhc6.o `test -f '../dhc6.c' || echo '$(srcdir)/'`../dhc6.c
    450 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dhc6.Tpo $(DEPDIR)/dhc6.Po
    451 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../dhc6.c' object='dhc6.o' libtool=no @AMDEPBACKSLASH@
    452 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    453 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dhc6.o `test -f '../dhc6.c' || echo '$(srcdir)/'`../dhc6.c
    454 
    455 dhc6.obj: ../dhc6.c
    456 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dhc6.obj -MD -MP -MF $(DEPDIR)/dhc6.Tpo -c -o dhc6.obj `if test -f '../dhc6.c'; then $(CYGPATH_W) '../dhc6.c'; else $(CYGPATH_W) '$(srcdir)/../dhc6.c'; fi`
    457 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dhc6.Tpo $(DEPDIR)/dhc6.Po
    458 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../dhc6.c' object='dhc6.obj' libtool=no @AMDEPBACKSLASH@
    459 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    460 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dhc6.obj `if test -f '../dhc6.c'; then $(CYGPATH_W) '../dhc6.c'; else $(CYGPATH_W) '$(srcdir)/../dhc6.c'; fi`
    461 
    462 dhclient.o: ../dhclient.c
    463 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dhclient.o -MD -MP -MF $(DEPDIR)/dhclient.Tpo -c -o dhclient.o `test -f '../dhclient.c' || echo '$(srcdir)/'`../dhclient.c
    464 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dhclient.Tpo $(DEPDIR)/dhclient.Po
    465 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../dhclient.c' object='dhclient.o' libtool=no @AMDEPBACKSLASH@
    466 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    467 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dhclient.o `test -f '../dhclient.c' || echo '$(srcdir)/'`../dhclient.c
    468 
    469 dhclient.obj: ../dhclient.c
    470 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dhclient.obj -MD -MP -MF $(DEPDIR)/dhclient.Tpo -c -o dhclient.obj `if test -f '../dhclient.c'; then $(CYGPATH_W) '../dhclient.c'; else $(CYGPATH_W) '$(srcdir)/../dhclient.c'; fi`
    471 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dhclient.Tpo $(DEPDIR)/dhclient.Po
    472 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../dhclient.c' object='dhclient.obj' libtool=no @AMDEPBACKSLASH@
    473 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    474 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dhclient.obj `if test -f '../dhclient.c'; then $(CYGPATH_W) '../dhclient.c'; else $(CYGPATH_W) '$(srcdir)/../dhclient.c'; fi`
    475 
    476 # This directory's subdirectories are mostly independent; you can cd
    477 # into them and run 'make' without going through this Makefile.
    478 # To change the values of 'make' variables: instead of editing Makefiles,
    479 # (1) if the variable is set in 'config.status', edit 'config.status'
    480 #     (which will cause the Makefiles to be regenerated when you run 'make');
    481 # (2) otherwise, pass the desired values on the 'make' command line.
    482 $(am__recursive_targets):
    483 	@fail=; \
    484 	if $(am__make_keepgoing); then \
    485 	  failcom='fail=yes'; \
    486 	else \
    487 	  failcom='exit 1'; \
    488 	fi; \
    489 	dot_seen=no; \
    490 	target=`echo $@ | sed s/-recursive//`; \
    491 	case "$@" in \
    492 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    493 	  *) list='$(SUBDIRS)' ;; \
    494 	esac; \
    495 	for subdir in $$list; do \
    496 	  echo "Making $$target in $$subdir"; \
    497 	  if test "$$subdir" = "."; then \
    498 	    dot_seen=yes; \
    499 	    local_target="$$target-am"; \
    500 	  else \
    501 	    local_target="$$target"; \
    502 	  fi; \
    503 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    504 	  || eval $$failcom; \
    505 	done; \
    506 	if test "$$dot_seen" = "no"; then \
    507 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    508 	fi; test -z "$$fail"
    509 
    510 ID: $(am__tagged_files)
    511 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    512 tags: tags-recursive
    513 TAGS: tags
    514 
    515 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    516 	set x; \
    517 	here=`pwd`; \
    518 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    519 	  include_option=--etags-include; \
    520 	  empty_fix=.; \
    521 	else \
    522 	  include_option=--include; \
    523 	  empty_fix=; \
    524 	fi; \
    525 	list='$(SUBDIRS)'; for subdir in $$list; do \
    526 	  if test "$$subdir" = .; then :; else \
    527 	    test ! -f $$subdir/TAGS || \
    528 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    529 	  fi; \
    530 	done; \
    531 	$(am__define_uniq_tagged_files); \
    532 	shift; \
    533 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    534 	  test -n "$$unique" || unique=$$empty_fix; \
    535 	  if test $$# -gt 0; then \
    536 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    537 	      "$$@" $$unique; \
    538 	  else \
    539 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    540 	      $$unique; \
    541 	  fi; \
    542 	fi
    543 ctags: ctags-recursive
    544 
    545 CTAGS: ctags
    546 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    547 	$(am__define_uniq_tagged_files); \
    548 	test -z "$(CTAGS_ARGS)$$unique" \
    549 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    550 	     $$unique
    551 
    552 GTAGS:
    553 	here=`$(am__cd) $(top_builddir) && pwd` \
    554 	  && $(am__cd) $(top_srcdir) \
    555 	  && gtags -i $(GTAGS_ARGS) "$$here"
    556 cscopelist: cscopelist-recursive
    557 
    558 cscopelist-am: $(am__tagged_files)
    559 	list='$(am__tagged_files)'; \
    560 	case "$(srcdir)" in \
    561 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    562 	  *) sdir=$(subdir)/$(srcdir) ;; \
    563 	esac; \
    564 	for i in $$list; do \
    565 	  if test -f "$$i"; then \
    566 	    echo "$(subdir)/$$i"; \
    567 	  else \
    568 	    echo "$$sdir/$$i"; \
    569 	  fi; \
    570 	done >> $(top_builddir)/cscope.files
    571 
    572 distclean-tags:
    573 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    574 distdir: $(BUILT_SOURCES)
    575 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    576 
    577 distdir-am: $(DISTFILES)
    578 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    579 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    580 	list='$(DISTFILES)'; \
    581 	  dist_files=`for file in $$list; do echo $$file; done | \
    582 	  sed -e "s|^$$srcdirstrip/||;t" \
    583 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    584 	case $$dist_files in \
    585 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    586 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    587 			   sort -u` ;; \
    588 	esac; \
    589 	for file in $$dist_files; do \
    590 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    591 	  if test -d $$d/$$file; then \
    592 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    593 	    if test -d "$(distdir)/$$file"; then \
    594 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    595 	    fi; \
    596 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    597 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    598 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    599 	    fi; \
    600 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    601 	  else \
    602 	    test -f "$(distdir)/$$file" \
    603 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    604 	    || exit 1; \
    605 	  fi; \
    606 	done
    607 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    608 	  if test "$$subdir" = .; then :; else \
    609 	    $(am__make_dryrun) \
    610 	      || test -d "$(distdir)/$$subdir" \
    611 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    612 	      || exit 1; \
    613 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    614 	    $(am__relativize); \
    615 	    new_distdir=$$reldir; \
    616 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    617 	    $(am__relativize); \
    618 	    new_top_distdir=$$reldir; \
    619 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    620 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    621 	    ($(am__cd) $$subdir && \
    622 	      $(MAKE) $(AM_MAKEFLAGS) \
    623 	        top_distdir="$$new_top_distdir" \
    624 	        distdir="$$new_distdir" \
    625 		am__remove_distdir=: \
    626 		am__skip_length_check=: \
    627 		am__skip_mode_fix=: \
    628 	        distdir) \
    629 	      || exit 1; \
    630 	  fi; \
    631 	done
    632 check-am: all-am
    633 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
    634 check: check-recursive
    635 all-am: Makefile
    636 installdirs: installdirs-recursive
    637 installdirs-am:
    638 install: install-recursive
    639 install-exec: install-exec-recursive
    640 install-data: install-data-recursive
    641 uninstall: uninstall-recursive
    642 
    643 install-am: all-am
    644 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    645 
    646 installcheck: installcheck-recursive
    647 install-strip:
    648 	if test -z '$(STRIP)'; then \
    649 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    650 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    651 	      install; \
    652 	else \
    653 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    654 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    655 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    656 	fi
    657 mostlyclean-generic:
    658 
    659 clean-generic:
    660 
    661 distclean-generic:
    662 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    663 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    664 
    665 maintainer-clean-generic:
    666 	@echo "This command is intended for maintainers to use"
    667 	@echo "it deletes files that may require special tools to rebuild."
    668 @HAVE_ATF_FALSE@distclean-local:
    669 clean: clean-recursive
    670 
    671 clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am
    672 
    673 distclean: distclean-recursive
    674 		-rm -f ./$(DEPDIR)/clparse.Po
    675 	-rm -f ./$(DEPDIR)/dhc6.Po
    676 	-rm -f ./$(DEPDIR)/dhclient.Po
    677 	-rm -f ./$(DEPDIR)/duid_unittest.Po
    678 	-rm -f Makefile
    679 distclean-am: clean-am distclean-compile distclean-generic \
    680 	distclean-local distclean-tags
    681 
    682 dvi: dvi-recursive
    683 
    684 dvi-am:
    685 
    686 html: html-recursive
    687 
    688 html-am:
    689 
    690 info-am:
    691 
    692 install-data-am:
    693 
    694 install-dvi: install-dvi-recursive
    695 
    696 install-dvi-am:
    697 
    698 install-exec-am:
    699 
    700 install-html: install-html-recursive
    701 
    702 install-html-am:
    703 
    704 install-info: install-info-recursive
    705 
    706 install-info-am:
    707 
    708 install-man:
    709 
    710 install-pdf: install-pdf-recursive
    711 
    712 install-pdf-am:
    713 
    714 install-ps: install-ps-recursive
    715 
    716 install-ps-am:
    717 
    718 installcheck-am:
    719 
    720 maintainer-clean: maintainer-clean-recursive
    721 		-rm -f ./$(DEPDIR)/clparse.Po
    722 	-rm -f ./$(DEPDIR)/dhc6.Po
    723 	-rm -f ./$(DEPDIR)/dhclient.Po
    724 	-rm -f ./$(DEPDIR)/duid_unittest.Po
    725 	-rm -f Makefile
    726 maintainer-clean-am: distclean-am maintainer-clean-generic
    727 
    728 mostlyclean: mostlyclean-recursive
    729 
    730 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    731 
    732 pdf: pdf-recursive
    733 
    734 pdf-am:
    735 
    736 ps: ps-recursive
    737 
    738 ps-am:
    739 
    740 uninstall-am:
    741 
    742 .MAKE: $(am__recursive_targets) check-am install-am install-strip
    743 
    744 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    745 	am--depfiles check check-am clean clean-checkPROGRAMS \
    746 	clean-generic cscopelist-am ctags ctags-am distclean \
    747 	distclean-compile distclean-generic distclean-local \
    748 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    749 	install install-am install-data install-data-am install-dvi \
    750 	install-dvi-am install-exec install-exec-am install-html \
    751 	install-html-am install-info install-info-am install-man \
    752 	install-pdf install-pdf-am install-ps install-ps-am \
    753 	install-strip installcheck installcheck-am installdirs \
    754 	installdirs-am maintainer-clean maintainer-clean-generic \
    755 	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
    756 	ps ps-am tags tags-am uninstall uninstall-am
    757 
    758 .PRECIOUS: Makefile
    759 
    760 
    761 # for autotools debugging only
    762 info:
    763 	@echo "ATF_CFLAGS=$(ATF_CFLAGS)"
    764 	@echo "ATF_LDFLAGS=$(ATF_LDFLAGS)"
    765 	@echo "ATF_LIBS=$(ATF_LIBS)"
    766 
    767 @HAVE_ATF_TRUE@check: $(ATF_TESTS)
    768 @HAVE_ATF_TRUE@	@if test $(top_srcdir) != ${top_builddir}; then \
    769 @HAVE_ATF_TRUE@		cp $(top_srcdir)/client/tests/Atffile Atffile; \
    770 @HAVE_ATF_TRUE@		cp $(top_srcdir)/client/tests/Kyuafile Kyuafile; \
    771 @HAVE_ATF_TRUE@		cp $(top_srcdir)/client/tests/duid0_test.txt duid0_test.txt; \
    772 @HAVE_ATF_TRUE@		cp $(top_srcdir)/client/tests/duid1_test.txt duid1_test.txt; \
    773 @HAVE_ATF_TRUE@		cp $(top_srcdir)/client/tests/duid2_test.txt duid2_test.txt; \
    774 @HAVE_ATF_TRUE@		cp $(top_srcdir)/client/tests/duid3_test.txt duid3_test.txt; \
    775 @HAVE_ATF_TRUE@	fi
    776 @HAVE_ATF_TRUE@	sh ${top_builddir}/tests/unittest.sh
    777 
    778 @HAVE_ATF_TRUE@distclean-local:
    779 @HAVE_ATF_TRUE@	@if test $(top_srcdir) != ${top_builddir}; then \
    780 @HAVE_ATF_TRUE@		rm -f Atffile Kyuafile; \
    781 @HAVE_ATF_TRUE@		rm -f duid0_test.txt duid1_test.txt; \
    782 @HAVE_ATF_TRUE@		rm -f duid2_test.txt duid3_test.txt; \
    783 @HAVE_ATF_TRUE@	fi
    784 
    785 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    786 # Otherwise a system limit (for SysV at least) may be exceeded.
    787 .NOEXPORT:
    788