Home | History | Annotate | Line # | Download | only in tests
Makefile.in revision 1.1.1.3
      1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2020 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 ETAGS = etags
    191 CTAGS = ctags
    192 DIST_SUBDIRS = $(SUBDIRS)
    193 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
    194 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    195 am__relativize = \
    196   dir0=`pwd`; \
    197   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    198   sed_rest='s,^[^/]*/*,,'; \
    199   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    200   sed_butlast='s,/*[^/]*$$,,'; \
    201   while test -n "$$dir1"; do \
    202     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    203     if test "$$first" != "."; then \
    204       if test "$$first" = ".."; then \
    205         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    206         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    207       else \
    208         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    209         if test "$$first2" = "$$first"; then \
    210           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    211         else \
    212           dir2="../$$dir2"; \
    213         fi; \
    214         dir0="$$dir0"/"$$first"; \
    215       fi; \
    216     fi; \
    217     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    218   done; \
    219   reldir="$$dir2"
    220 A = @A@
    221 ACLOCAL = @ACLOCAL@
    222 AMTAR = @AMTAR@
    223 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    224 AR = @AR@
    225 ATF_BIN = @ATF_BIN@
    226 ATF_CFLAGS = @ATF_CFLAGS@
    227 ATF_LDFLAGS = @ATF_LDFLAGS@
    228 AUTOCONF = @AUTOCONF@
    229 AUTOHEADER = @AUTOHEADER@
    230 AUTOMAKE = @AUTOMAKE@
    231 AWK = @AWK@
    232 BINDCONFIG = @BINDCONFIG@
    233 BINDDIR = @BINDDIR@
    234 BINDIOMUX = @BINDIOMUX@
    235 BINDLIBDNSDIR = @BINDLIBDNSDIR@
    236 BINDLIBIRSDIR = @BINDLIBIRSDIR@
    237 BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
    238 BINDLIBISCDIR = @BINDLIBISCDIR@
    239 BINDLT = @BINDLT@
    240 BINDSRCDIR = @BINDSRCDIR@
    241 BINDSUBDIR = @BINDSUBDIR@
    242 CC = @CC@
    243 CCDEPMODE = @CCDEPMODE@
    244 CFLAGS = @CFLAGS@
    245 CPP = @CPP@
    246 CPPFLAGS = @CPPFLAGS@
    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 EXEEXT = @EXEEXT@
    259 GREP = @GREP@
    260 INSTALL = @INSTALL@
    261 INSTALL_DATA = @INSTALL_DATA@
    262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    265 LDAP_CFLAGS = @LDAP_CFLAGS@
    266 LDAP_LIBS = @LDAP_LIBS@
    267 LDFLAGS = @LDFLAGS@
    268 LIBOBJS = @LIBOBJS@
    269 LIBS = @LIBS@
    270 LTLIBOBJS = @LTLIBOBJS@
    271 MAINT = @MAINT@
    272 MAKEINFO = @MAKEINFO@
    273 MKDIR_P = @MKDIR_P@
    274 OBJEXT = @OBJEXT@
    275 PACKAGE = @PACKAGE@
    276 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    277 PACKAGE_NAME = @PACKAGE_NAME@
    278 PACKAGE_STRING = @PACKAGE_STRING@
    279 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    280 PACKAGE_URL = @PACKAGE_URL@
    281 PACKAGE_VERSION = @PACKAGE_VERSION@
    282 PATH_SEPARATOR = @PATH_SEPARATOR@
    283 Q = @Q@
    284 RANLIB = @RANLIB@
    285 SET_MAKE = @SET_MAKE@
    286 SHELL = @SHELL@
    287 STRIP = @STRIP@
    288 UNITTESTS = @UNITTESTS@
    289 VERSION = @VERSION@
    290 abs_builddir = @abs_builddir@
    291 abs_srcdir = @abs_srcdir@
    292 abs_top_builddir = @abs_top_builddir@
    293 abs_top_srcdir = @abs_top_srcdir@
    294 ac_ct_CC = @ac_ct_CC@
    295 ac_prefix_program = @ac_prefix_program@
    296 am__include = @am__include@
    297 am__leading_dot = @am__leading_dot@
    298 am__quote = @am__quote@
    299 am__tar = @am__tar@
    300 am__untar = @am__untar@
    301 bindir = @bindir@
    302 build = @build@
    303 build_alias = @build_alias@
    304 build_cpu = @build_cpu@
    305 build_os = @build_os@
    306 build_vendor = @build_vendor@
    307 builddir = @builddir@
    308 byte_order = @byte_order@
    309 datadir = @datadir@
    310 datarootdir = @datarootdir@
    311 docdir = @docdir@
    312 dvidir = @dvidir@
    313 exec_prefix = @exec_prefix@
    314 host = @host@
    315 host_alias = @host_alias@
    316 host_cpu = @host_cpu@
    317 host_os = @host_os@
    318 host_vendor = @host_vendor@
    319 htmldir = @htmldir@
    320 includedir = @includedir@
    321 infodir = @infodir@
    322 install_sh = @install_sh@
    323 libdir = @libdir@
    324 libexecdir = @libexecdir@
    325 localedir = @localedir@
    326 localstatedir = @localstatedir@
    327 mandir = @mandir@
    328 mkdir_p = @mkdir_p@
    329 oldincludedir = @oldincludedir@
    330 pdfdir = @pdfdir@
    331 pkgcfg_found = @pkgcfg_found@
    332 prefix = @prefix@
    333 program_transform_name = @program_transform_name@
    334 psdir = @psdir@
    335 sbindir = @sbindir@
    336 sharedstatedir = @sharedstatedir@
    337 srcdir = @srcdir@
    338 sysconfdir = @sysconfdir@
    339 target_alias = @target_alias@
    340 top_build_prefix = @top_build_prefix@
    341 top_builddir = @top_builddir@
    342 top_srcdir = @top_srcdir@
    343 SUBDIRS = .
    344 AM_CPPFLAGS = $(ATF_CFLAGS) -DUNIT_TEST -I$(top_srcdir)/includes \
    345 	-I@BINDDIR@/include -I$(top_srcdir) -DLOCALSTATEDIR='"."' \
    346 	-DCLIENT_PATH='"."'
    347 EXTRA_DIST = Atffile Kyuafile duid0_test.txt duid1_test.txt \
    348 	duid2_test.txt duid3_test.txt
    349 DHCPSRC = ../clparse.c ../dhc6.c ../dhclient.c
    350 DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
    351 	  $(top_builddir)/omapip/libomapi.@A@    \
    352           $(top_builddir)/dhcpctl/libdhcpctl.@A@ \
    353 	  @BINDLIBIRSDIR@/libirs.@A@ \
    354 	  @BINDLIBDNSDIR@/libdns.@A@ \
    355 	  @BINDLIBISCCFGDIR@/libisccfg.@A@ \
    356 	  @BINDLIBISCDIR@/libisc.@A@
    357 
    358 ATF_TESTS = $(am__append_1)
    359 @HAVE_ATF_TRUE@duid_unittests_SOURCES = $(DHCPSRC) duid_unittest.c
    360 @HAVE_ATF_TRUE@duid_unittests_LDADD = $(ATF_LDFLAGS) $(DHCPLIBS)
    361 all: all-recursive
    362 
    363 .SUFFIXES:
    364 .SUFFIXES: .c .o .obj
    365 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    366 	@for dep in $?; do \
    367 	  case '$(am__configure_deps)' in \
    368 	    *$$dep*) \
    369 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    370 	        && { if test -f $@; then exit 0; else break; fi; }; \
    371 	      exit 1;; \
    372 	  esac; \
    373 	done; \
    374 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign client/tests/Makefile'; \
    375 	$(am__cd) $(top_srcdir) && \
    376 	  $(AUTOMAKE) --foreign client/tests/Makefile
    377 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    378 	@case '$?' in \
    379 	  *config.status*) \
    380 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    381 	  *) \
    382 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    383 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    384 	esac;
    385 
    386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    387 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    388 
    389 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    390 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    391 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    392 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    393 $(am__aclocal_m4_deps):
    394 
    395 clean-checkPROGRAMS:
    396 	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
    397 
    398 duid_unittests$(EXEEXT): $(duid_unittests_OBJECTS) $(duid_unittests_DEPENDENCIES) $(EXTRA_duid_unittests_DEPENDENCIES) 
    399 	@rm -f duid_unittests$(EXEEXT)
    400 	$(AM_V_CCLD)$(LINK) $(duid_unittests_OBJECTS) $(duid_unittests_LDADD) $(LIBS)
    401 
    402 mostlyclean-compile:
    403 	-rm -f *.$(OBJEXT)
    404 
    405 distclean-compile:
    406 	-rm -f *.tab.c
    407 
    408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clparse.Po@am__quote@ # am--include-marker
    409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhc6.Po@am__quote@ # am--include-marker
    410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhclient.Po@am__quote@ # am--include-marker
    411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/duid_unittest.Po@am__quote@ # am--include-marker
    412 
    413 $(am__depfiles_remade):
    414 	@$(MKDIR_P) $(@D)
    415 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
    416 
    417 am--depfiles: $(am__depfiles_remade)
    418 
    419 .c.o:
    420 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    421 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    422 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    423 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    424 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    425 
    426 .c.obj:
    427 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    428 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    429 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    430 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    431 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    432 
    433 clparse.o: ../clparse.c
    434 @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
    435 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clparse.Tpo $(DEPDIR)/clparse.Po
    436 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../clparse.c' object='clparse.o' libtool=no @AMDEPBACKSLASH@
    437 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    438 @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
    439 
    440 clparse.obj: ../clparse.c
    441 @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`
    442 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clparse.Tpo $(DEPDIR)/clparse.Po
    443 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../clparse.c' object='clparse.obj' libtool=no @AMDEPBACKSLASH@
    444 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    445 @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`
    446 
    447 dhc6.o: ../dhc6.c
    448 @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
    449 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dhc6.Tpo $(DEPDIR)/dhc6.Po
    450 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../dhc6.c' object='dhc6.o' libtool=no @AMDEPBACKSLASH@
    451 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    452 @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
    453 
    454 dhc6.obj: ../dhc6.c
    455 @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`
    456 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dhc6.Tpo $(DEPDIR)/dhc6.Po
    457 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../dhc6.c' object='dhc6.obj' libtool=no @AMDEPBACKSLASH@
    458 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    459 @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`
    460 
    461 dhclient.o: ../dhclient.c
    462 @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
    463 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dhclient.Tpo $(DEPDIR)/dhclient.Po
    464 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../dhclient.c' object='dhclient.o' libtool=no @AMDEPBACKSLASH@
    465 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    466 @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
    467 
    468 dhclient.obj: ../dhclient.c
    469 @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`
    470 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dhclient.Tpo $(DEPDIR)/dhclient.Po
    471 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../dhclient.c' object='dhclient.obj' libtool=no @AMDEPBACKSLASH@
    472 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    473 @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`
    474 
    475 # This directory's subdirectories are mostly independent; you can cd
    476 # into them and run 'make' without going through this Makefile.
    477 # To change the values of 'make' variables: instead of editing Makefiles,
    478 # (1) if the variable is set in 'config.status', edit 'config.status'
    479 #     (which will cause the Makefiles to be regenerated when you run 'make');
    480 # (2) otherwise, pass the desired values on the 'make' command line.
    481 $(am__recursive_targets):
    482 	@fail=; \
    483 	if $(am__make_keepgoing); then \
    484 	  failcom='fail=yes'; \
    485 	else \
    486 	  failcom='exit 1'; \
    487 	fi; \
    488 	dot_seen=no; \
    489 	target=`echo $@ | sed s/-recursive//`; \
    490 	case "$@" in \
    491 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    492 	  *) list='$(SUBDIRS)' ;; \
    493 	esac; \
    494 	for subdir in $$list; do \
    495 	  echo "Making $$target in $$subdir"; \
    496 	  if test "$$subdir" = "."; then \
    497 	    dot_seen=yes; \
    498 	    local_target="$$target-am"; \
    499 	  else \
    500 	    local_target="$$target"; \
    501 	  fi; \
    502 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    503 	  || eval $$failcom; \
    504 	done; \
    505 	if test "$$dot_seen" = "no"; then \
    506 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    507 	fi; test -z "$$fail"
    508 
    509 ID: $(am__tagged_files)
    510 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    511 tags: tags-recursive
    512 TAGS: tags
    513 
    514 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    515 	set x; \
    516 	here=`pwd`; \
    517 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    518 	  include_option=--etags-include; \
    519 	  empty_fix=.; \
    520 	else \
    521 	  include_option=--include; \
    522 	  empty_fix=; \
    523 	fi; \
    524 	list='$(SUBDIRS)'; for subdir in $$list; do \
    525 	  if test "$$subdir" = .; then :; else \
    526 	    test ! -f $$subdir/TAGS || \
    527 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    528 	  fi; \
    529 	done; \
    530 	$(am__define_uniq_tagged_files); \
    531 	shift; \
    532 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    533 	  test -n "$$unique" || unique=$$empty_fix; \
    534 	  if test $$# -gt 0; then \
    535 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    536 	      "$$@" $$unique; \
    537 	  else \
    538 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    539 	      $$unique; \
    540 	  fi; \
    541 	fi
    542 ctags: ctags-recursive
    543 
    544 CTAGS: ctags
    545 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    546 	$(am__define_uniq_tagged_files); \
    547 	test -z "$(CTAGS_ARGS)$$unique" \
    548 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    549 	     $$unique
    550 
    551 GTAGS:
    552 	here=`$(am__cd) $(top_builddir) && pwd` \
    553 	  && $(am__cd) $(top_srcdir) \
    554 	  && gtags -i $(GTAGS_ARGS) "$$here"
    555 cscopelist: cscopelist-recursive
    556 
    557 cscopelist-am: $(am__tagged_files)
    558 	list='$(am__tagged_files)'; \
    559 	case "$(srcdir)" in \
    560 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    561 	  *) sdir=$(subdir)/$(srcdir) ;; \
    562 	esac; \
    563 	for i in $$list; do \
    564 	  if test -f "$$i"; then \
    565 	    echo "$(subdir)/$$i"; \
    566 	  else \
    567 	    echo "$$sdir/$$i"; \
    568 	  fi; \
    569 	done >> $(top_builddir)/cscope.files
    570 
    571 distclean-tags:
    572 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    573 
    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