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 subdir = tests 91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 94 $(ACLOCAL_M4) 95 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 96 mkinstalldirs = $(install_sh) -d 97 CONFIG_HEADER = $(top_builddir)/includes/config.h 98 CONFIG_CLEAN_FILES = Makefile.am unittest.sh 99 CONFIG_CLEAN_VPATH_FILES = 100 ARFLAGS = cru 101 AM_V_AR = $(am__v_AR_@AM_V@) 102 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 103 am__v_AR_0 = @echo " AR " $@; 104 am__v_AR_1 = 105 libt_api_a_AR = $(AR) $(ARFLAGS) 106 libt_api_a_LIBADD = 107 am_libt_api_a_OBJECTS = t_api.$(OBJEXT) t_api_dhcp.$(OBJEXT) 108 libt_api_a_OBJECTS = $(am_libt_api_a_OBJECTS) 109 AM_V_P = $(am__v_P_@AM_V@) 110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 111 am__v_P_0 = false 112 am__v_P_1 = : 113 AM_V_GEN = $(am__v_GEN_@AM_V@) 114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 115 am__v_GEN_0 = @echo " GEN " $@; 116 am__v_GEN_1 = 117 AM_V_at = $(am__v_at_@AM_V@) 118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 119 am__v_at_0 = @ 120 am__v_at_1 = 121 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes 122 depcomp = $(SHELL) $(top_srcdir)/depcomp 123 am__maybe_remake_depfiles = depfiles 124 am__depfiles_remade = ./$(DEPDIR)/t_api.Po ./$(DEPDIR)/t_api_dhcp.Po 125 am__mv = mv -f 126 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 127 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 128 AM_V_CC = $(am__v_CC_@AM_V@) 129 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 130 am__v_CC_0 = @echo " CC " $@; 131 am__v_CC_1 = 132 CCLD = $(CC) 133 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 134 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 135 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 136 am__v_CCLD_0 = @echo " CCLD " $@; 137 am__v_CCLD_1 = 138 SOURCES = $(libt_api_a_SOURCES) 139 DIST_SOURCES = $(libt_api_a_SOURCES) 140 am__can_run_installinfo = \ 141 case $$AM_UPDATE_INFO_DIR in \ 142 n|no|NO) false;; \ 143 *) (install-info --version) >/dev/null 2>&1;; \ 144 esac 145 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 146 # Read a list of newline-separated strings from the standard input, 147 # and print each of them once, without duplicates. Input order is 148 # *not* preserved. 149 am__uniquify_input = $(AWK) '\ 150 BEGIN { nonempty = 0; } \ 151 { items[$$0] = 1; nonempty = 1; } \ 152 END { if (nonempty) { for (i in items) print i; }; } \ 153 ' 154 # Make sure the list of sources is unique. This is necessary because, 155 # e.g., the same source file might be shared among _SOURCES variables 156 # for different programs/libraries. 157 am__define_uniq_tagged_files = \ 158 list='$(am__tagged_files)'; \ 159 unique=`for i in $$list; do \ 160 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 161 done | $(am__uniquify_input)` 162 am__DIST_COMMON = $(srcdir)/Makefile.am.in $(srcdir)/Makefile.in \ 163 $(srcdir)/unittest.sh.in $(top_srcdir)/depcomp 164 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 165 A = @A@ 166 ACLOCAL = @ACLOCAL@ 167 AMTAR = @AMTAR@ 168 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 169 AR = @AR@ 170 ATF_BIN = @ATF_BIN@ 171 ATF_CFLAGS = @ATF_CFLAGS@ 172 ATF_LDFLAGS = @ATF_LDFLAGS@ 173 AUTOCONF = @AUTOCONF@ 174 AUTOHEADER = @AUTOHEADER@ 175 AUTOMAKE = @AUTOMAKE@ 176 AWK = @AWK@ 177 BINDCONFIG = @BINDCONFIG@ 178 BINDDIR = @BINDDIR@ 179 BINDIOMUX = @BINDIOMUX@ 180 BINDLIBDNSDIR = @BINDLIBDNSDIR@ 181 BINDLIBIRSDIR = @BINDLIBIRSDIR@ 182 BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@ 183 BINDLIBISCDIR = @BINDLIBISCDIR@ 184 BINDLT = @BINDLT@ 185 BINDSRCDIR = @BINDSRCDIR@ 186 BINDSUBDIR = @BINDSUBDIR@ 187 CC = @CC@ 188 CCDEPMODE = @CCDEPMODE@ 189 CFLAGS = @CFLAGS@ 190 CPP = @CPP@ 191 CPPFLAGS = @CPPFLAGS@ 192 CSCOPE = @CSCOPE@ 193 CTAGS = @CTAGS@ 194 CYGPATH_W = @CYGPATH_W@ 195 DEFS = @DEFS@ 196 DEPDIR = @DEPDIR@ 197 DHLIBS = @DHLIBS@ 198 DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@ 199 DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@ 200 DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@ 201 ECHO_C = @ECHO_C@ 202 ECHO_N = @ECHO_N@ 203 ECHO_T = @ECHO_T@ 204 EGREP = @EGREP@ 205 ETAGS = @ETAGS@ 206 EXEEXT = @EXEEXT@ 207 GREP = @GREP@ 208 INSTALL = @INSTALL@ 209 INSTALL_DATA = @INSTALL_DATA@ 210 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 211 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 213 LDAP_CFLAGS = @LDAP_CFLAGS@ 214 LDAP_LIBS = @LDAP_LIBS@ 215 LDFLAGS = @LDFLAGS@ 216 LIBOBJS = @LIBOBJS@ 217 LIBS = @LIBS@ 218 LTLIBOBJS = @LTLIBOBJS@ 219 MAINT = @MAINT@ 220 MAKEINFO = @MAKEINFO@ 221 MKDIR_P = @MKDIR_P@ 222 OBJEXT = @OBJEXT@ 223 PACKAGE = @PACKAGE@ 224 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 225 PACKAGE_NAME = @PACKAGE_NAME@ 226 PACKAGE_STRING = @PACKAGE_STRING@ 227 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 228 PACKAGE_URL = @PACKAGE_URL@ 229 PACKAGE_VERSION = @PACKAGE_VERSION@ 230 PATH_SEPARATOR = @PATH_SEPARATOR@ 231 Q = @Q@ 232 RANLIB = @RANLIB@ 233 SET_MAKE = @SET_MAKE@ 234 SHELL = @SHELL@ 235 STRIP = @STRIP@ 236 UNITTESTS = @UNITTESTS@ 237 VERSION = @VERSION@ 238 abs_builddir = @abs_builddir@ 239 abs_srcdir = @abs_srcdir@ 240 abs_top_builddir = @abs_top_builddir@ 241 abs_top_srcdir = @abs_top_srcdir@ 242 ac_ct_CC = @ac_ct_CC@ 243 ac_prefix_program = @ac_prefix_program@ 244 am__include = @am__include@ 245 am__leading_dot = @am__leading_dot@ 246 am__quote = @am__quote@ 247 am__tar = @am__tar@ 248 am__untar = @am__untar@ 249 bindir = @bindir@ 250 build = @build@ 251 build_alias = @build_alias@ 252 build_cpu = @build_cpu@ 253 build_os = @build_os@ 254 build_vendor = @build_vendor@ 255 builddir = @builddir@ 256 byte_order = @byte_order@ 257 datadir = @datadir@ 258 datarootdir = @datarootdir@ 259 docdir = @docdir@ 260 dvidir = @dvidir@ 261 exec_prefix = @exec_prefix@ 262 host = @host@ 263 host_alias = @host_alias@ 264 host_cpu = @host_cpu@ 265 host_os = @host_os@ 266 host_vendor = @host_vendor@ 267 htmldir = @htmldir@ 268 includedir = @includedir@ 269 infodir = @infodir@ 270 install_sh = @install_sh@ 271 libdir = @libdir@ 272 libexecdir = @libexecdir@ 273 localedir = @localedir@ 274 localstatedir = @localstatedir@ 275 mandir = @mandir@ 276 mkdir_p = @mkdir_p@ 277 oldincludedir = @oldincludedir@ 278 pdfdir = @pdfdir@ 279 pkgcfg_found = @pkgcfg_found@ 280 prefix = @prefix@ 281 program_transform_name = @program_transform_name@ 282 psdir = @psdir@ 283 sbindir = @sbindir@ 284 sharedstatedir = @sharedstatedir@ 285 srcdir = @srcdir@ 286 sysconfdir = @sysconfdir@ 287 target_alias = @target_alias@ 288 top_build_prefix = @top_build_prefix@ 289 top_builddir = @top_builddir@ 290 top_srcdir = @top_srcdir@ 291 EXTRA_DIST = failover/dhcp-1.cf failover/dhcp-2.cf failover/new-failover \ 292 DHCPv6/000-badmsgtype.pl \ 293 DHCPv6/010-solicit-noclientid.pl \ 294 DHCPv6/011-solicit-serverid.pl \ 295 DHCPv6/020-advertise-mcast.pl \ 296 DHCPv6/030-request-noclientid.pl \ 297 DHCPv6/031-request-noserverid.pl \ 298 DHCPv6/032-request-badduid.pl \ 299 DHCPv6/110-information-request-ia_na.pl \ 300 DHCPv6/111-information-request-ia_ta.pl \ 301 DHCPv6/112-badduid.pl \ 302 DHCPv6/210-solicit-nohost.pl \ 303 DHCPv6/211-solicit-opt-in-na.pl \ 304 DHCPv6/212-solicit-opt-in-na-norapidcommit.pl \ 305 DHCPv6/280-release-nohost.pl \ 306 DHCPv6/281-release-bad-address.pl \ 307 DHCPv6/282-release-no-address.pl \ 308 DHCPv6/283-release.pl \ 309 DHCPv6/290-decline-nohost.pl \ 310 DHCPv6/291-decline-bad-address.pl \ 311 DHCPv6/292-decline-no-address.pl \ 312 DHCPv6/293-decline.pl \ 313 DHCPv6/README DHCPv6/dhcp_client.pm \ 314 DHCPv6/stubcli-opt-in-na.pl DHCPv6/stubcli.pl \ 315 DHCPv6/test-a.conf DHCPv6/test-b.conf \ 316 HOWTO-unit-test \ 317 unit_test_sample.c 318 319 AM_CPPFLAGS = -I.. 320 check_LIBRARIES = libt_api.a 321 libt_api_a_SOURCES = t_api.c t_api_dhcp.c 322 all: all-am 323 324 .SUFFIXES: 325 .SUFFIXES: .c .o .obj 326 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 327 @for dep in $?; do \ 328 case '$(am__configure_deps)' in \ 329 *$$dep*) \ 330 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 331 && { if test -f $@; then exit 0; else break; fi; }; \ 332 exit 1;; \ 333 esac; \ 334 done; \ 335 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ 336 $(am__cd) $(top_srcdir) && \ 337 $(AUTOMAKE) --foreign tests/Makefile 338 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 339 @case '$?' in \ 340 *config.status*) \ 341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 342 *) \ 343 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 344 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 345 esac; 346 347 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 349 350 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 352 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 354 $(am__aclocal_m4_deps): 355 Makefile.am: $(top_builddir)/config.status $(srcdir)/Makefile.am.in 356 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 357 unittest.sh: $(top_builddir)/config.status $(srcdir)/unittest.sh.in 358 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 359 360 clean-checkLIBRARIES: 361 -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES) 362 363 libt_api.a: $(libt_api_a_OBJECTS) $(libt_api_a_DEPENDENCIES) $(EXTRA_libt_api_a_DEPENDENCIES) 364 $(AM_V_at)-rm -f libt_api.a 365 $(AM_V_AR)$(libt_api_a_AR) libt_api.a $(libt_api_a_OBJECTS) $(libt_api_a_LIBADD) 366 $(AM_V_at)$(RANLIB) libt_api.a 367 368 mostlyclean-compile: 369 -rm -f *.$(OBJEXT) 370 371 distclean-compile: 372 -rm -f *.tab.c 373 374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api.Po@am__quote@ # am--include-marker 375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api_dhcp.Po@am__quote@ # am--include-marker 376 377 $(am__depfiles_remade): 378 @$(MKDIR_P) $(@D) 379 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 380 381 am--depfiles: $(am__depfiles_remade) 382 383 .c.o: 384 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 385 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 387 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 388 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 389 390 .c.obj: 391 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 392 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 394 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 395 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 396 397 ID: $(am__tagged_files) 398 $(am__define_uniq_tagged_files); mkid -fID $$unique 399 tags: tags-am 400 TAGS: tags 401 402 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 403 set x; \ 404 here=`pwd`; \ 405 $(am__define_uniq_tagged_files); \ 406 shift; \ 407 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 408 test -n "$$unique" || unique=$$empty_fix; \ 409 if test $$# -gt 0; then \ 410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 411 "$$@" $$unique; \ 412 else \ 413 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 414 $$unique; \ 415 fi; \ 416 fi 417 ctags: ctags-am 418 419 CTAGS: ctags 420 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 421 $(am__define_uniq_tagged_files); \ 422 test -z "$(CTAGS_ARGS)$$unique" \ 423 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 424 $$unique 425 426 GTAGS: 427 here=`$(am__cd) $(top_builddir) && pwd` \ 428 && $(am__cd) $(top_srcdir) \ 429 && gtags -i $(GTAGS_ARGS) "$$here" 430 cscopelist: cscopelist-am 431 432 cscopelist-am: $(am__tagged_files) 433 list='$(am__tagged_files)'; \ 434 case "$(srcdir)" in \ 435 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 436 *) sdir=$(subdir)/$(srcdir) ;; \ 437 esac; \ 438 for i in $$list; do \ 439 if test -f "$$i"; then \ 440 echo "$(subdir)/$$i"; \ 441 else \ 442 echo "$$sdir/$$i"; \ 443 fi; \ 444 done >> $(top_builddir)/cscope.files 445 446 distclean-tags: 447 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 448 distdir: $(BUILT_SOURCES) 449 $(MAKE) $(AM_MAKEFLAGS) distdir-am 450 451 distdir-am: $(DISTFILES) 452 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 453 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 454 list='$(DISTFILES)'; \ 455 dist_files=`for file in $$list; do echo $$file; done | \ 456 sed -e "s|^$$srcdirstrip/||;t" \ 457 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 458 case $$dist_files in \ 459 */*) $(MKDIR_P) `echo "$$dist_files" | \ 460 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 461 sort -u` ;; \ 462 esac; \ 463 for file in $$dist_files; do \ 464 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 465 if test -d $$d/$$file; then \ 466 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 467 if test -d "$(distdir)/$$file"; then \ 468 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 469 fi; \ 470 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 471 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 472 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 473 fi; \ 474 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 475 else \ 476 test -f "$(distdir)/$$file" \ 477 || cp -p $$d/$$file "$(distdir)/$$file" \ 478 || exit 1; \ 479 fi; \ 480 done 481 check-am: all-am 482 $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) 483 check: check-am 484 all-am: Makefile 485 installdirs: 486 install: install-am 487 install-exec: install-exec-am 488 install-data: install-data-am 489 uninstall: uninstall-am 490 491 install-am: all-am 492 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 493 494 installcheck: installcheck-am 495 install-strip: 496 if test -z '$(STRIP)'; then \ 497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 499 install; \ 500 else \ 501 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 502 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 503 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 504 fi 505 mostlyclean-generic: 506 507 clean-generic: 508 509 distclean-generic: 510 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 511 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 512 513 maintainer-clean-generic: 514 @echo "This command is intended for maintainers to use" 515 @echo "it deletes files that may require special tools to rebuild." 516 clean: clean-am 517 518 clean-am: clean-checkLIBRARIES clean-generic mostlyclean-am 519 520 distclean: distclean-am 521 -rm -f ./$(DEPDIR)/t_api.Po 522 -rm -f ./$(DEPDIR)/t_api_dhcp.Po 523 -rm -f Makefile 524 distclean-am: clean-am distclean-compile distclean-generic \ 525 distclean-tags 526 527 dvi: dvi-am 528 529 dvi-am: 530 531 html: html-am 532 533 html-am: 534 535 info: info-am 536 537 info-am: 538 539 install-data-am: 540 541 install-dvi: install-dvi-am 542 543 install-dvi-am: 544 545 install-exec-am: 546 547 install-html: install-html-am 548 549 install-html-am: 550 551 install-info: install-info-am 552 553 install-info-am: 554 555 install-man: 556 557 install-pdf: install-pdf-am 558 559 install-pdf-am: 560 561 install-ps: install-ps-am 562 563 install-ps-am: 564 565 installcheck-am: 566 567 maintainer-clean: maintainer-clean-am 568 -rm -f ./$(DEPDIR)/t_api.Po 569 -rm -f ./$(DEPDIR)/t_api_dhcp.Po 570 -rm -f Makefile 571 maintainer-clean-am: distclean-am maintainer-clean-generic 572 573 mostlyclean: mostlyclean-am 574 575 mostlyclean-am: mostlyclean-compile mostlyclean-generic 576 577 pdf: pdf-am 578 579 pdf-am: 580 581 ps: ps-am 582 583 ps-am: 584 585 uninstall-am: 586 587 .MAKE: check-am install-am install-strip 588 589 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 590 clean-checkLIBRARIES clean-generic cscopelist-am ctags \ 591 ctags-am distclean distclean-compile distclean-generic \ 592 distclean-tags distdir dvi dvi-am html html-am info info-am \ 593 install install-am install-data install-data-am install-dvi \ 594 install-dvi-am install-exec install-exec-am install-html \ 595 install-html-am install-info install-info-am install-man \ 596 install-pdf install-pdf-am install-ps install-ps-am \ 597 install-strip installcheck installcheck-am installdirs \ 598 maintainer-clean maintainer-clean-generic mostlyclean \ 599 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 600 tags tags-am uninstall uninstall-am 601 602 .PRECIOUS: Makefile 603 604 605 # Tell versions [3.59,3.63) of GNU make to not export all variables. 606 # Otherwise a system limit (for SysV at least) may be exceeded. 607 .NOEXPORT: 608