1 # Makefile.in generated by automake 1.14 from Makefile.am.
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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
17 am__is_gnu_make
= test -n
'$(MAKEFILE_LIST)' && test -n
'$(MAKELEVEL)'
18 am__make_running_with_option
= \
19 case
$${target_option-
} in \
21 *) echo
"am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
26 sane_makeflags
=$$MAKEFLAGS; \
27 if
$(am__is_gnu_make
); then \
28 sane_makeflags
=$$MFLAGS; \
33 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
40 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 for flg in
$$sane_makeflags; do \
43 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
46 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
47 -*I?
*) strip_trailopt
'I';; \
48 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
49 -*O?
*) strip_trailopt
'O';; \
50 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
51 -*l?
*) strip_trailopt
'l';; \
52 -[dEDm
]) skip_next
=yes
;; \
53 -[JT
]) skip_next
=yes
;; \
56 *$$target_option*) has_opt
=yes
; break
;; \
60 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
61 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
62 pkgdatadir
= $(datadir)/@PACKAGE@
63 pkgincludedir
= $(includedir)/@PACKAGE@
64 pkglibdir
= $(libdir)/@PACKAGE@
65 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
66 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA
= $(install_sh
) -c
-m
644
68 install_sh_PROGRAM
= $(install_sh
) -c
69 install_sh_SCRIPT
= $(install_sh
) -c
70 INSTALL_HEADER
= $(INSTALL_DATA
)
71 transform
= $(program_transform_name
)
78 build_triplet
= @build@
81 DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/Makefile.am \
83 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
84 am__aclocal_m4_deps
= $(top_srcdir
)/configure.ac
85 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
87 mkinstalldirs
= $(install_sh
) -d
88 CONFIG_HEADER
= $(top_builddir
)/includes
/config.h
90 CONFIG_CLEAN_VPATH_FILES
=
93 AM_V_AR
= $(am__v_AR_@AM_V@
)
94 am__v_AR_
= $(am__v_AR_@AM_DEFAULT_V@
)
95 am__v_AR_0
= @echo
" AR " $@
;
97 libt_api_a_AR
= $(AR
) $(ARFLAGS
)
99 am_libt_api_a_OBJECTS
= t_api.
$(OBJEXT
) t_api_dhcp.
$(OBJEXT
)
100 libt_api_a_OBJECTS
= $(am_libt_api_a_OBJECTS
)
101 AM_V_P
= $(am__v_P_@AM_V@
)
102 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
105 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
106 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
107 am__v_GEN_0
= @echo
" GEN " $@
;
109 AM_V_at
= $(am__v_at_@AM_V@
)
110 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
113 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)/includes
114 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
115 am__depfiles_maybe
= depfiles
117 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
118 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
119 AM_V_CC
= $(am__v_CC_@AM_V@
)
120 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
121 am__v_CC_0
= @echo
" CC " $@
;
124 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
125 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
126 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
127 am__v_CCLD_0
= @echo
" CCLD " $@
;
129 SOURCES
= $(libt_api_a_SOURCES
)
130 DIST_SOURCES
= $(libt_api_a_SOURCES
)
131 am__can_run_installinfo
= \
132 case
$$AM_UPDATE_INFO_DIR in \
134 *) (install-info
--version
) >/dev
/null
2>&1;; \
136 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
137 # Read a list of newline-separated strings from the standard input,
138 # and print each of them once, without duplicates. Input order is
140 am__uniquify_input
= $(AWK
) '\
141 BEGIN { nonempty = 0; } \
142 { items[$$0] = 1; nonempty = 1; } \
143 END { if (nonempty) { for (i in items) print i; }; } \
145 # Make sure the list of sources is unique. This is necessary because,
146 # e.g., the same source file might be shared among _SOURCES variables
147 # for different programs/libraries.
148 am__define_uniq_tagged_files
= \
149 list
='$(am__tagged_files)'; \
150 unique
=`for i in $$list; do \
151 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152 done | $(am__uniquify_input)`
155 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
158 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
159 ATF_CFLAGS
= @ATF_CFLAGS@
160 ATF_LDFLAGS
= @ATF_LDFLAGS@
161 AUTOCONF
= @AUTOCONF@
162 AUTOHEADER
= @AUTOHEADER@
163 AUTOMAKE
= @AUTOMAKE@
166 CCDEPMODE
= @CCDEPMODE@
169 CPPFLAGS
= @CPPFLAGS@
170 CYGPATH_W
= @CYGPATH_W@
180 INSTALL_DATA
= @INSTALL_DATA@
181 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
182 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
183 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
184 LDAP_CFLAGS
= @LDAP_CFLAGS@
188 LTLIBOBJS
= @LTLIBOBJS@
190 MAKEINFO
= @MAKEINFO@
194 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
195 PACKAGE_NAME
= @PACKAGE_NAME@
196 PACKAGE_STRING
= @PACKAGE_STRING@
197 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
198 PACKAGE_URL
= @PACKAGE_URL@
199 PACKAGE_VERSION
= @PACKAGE_VERSION@
200 PATH_SEPARATOR
= @PATH_SEPARATOR@
202 SET_MAKE
= @SET_MAKE@
206 abs_builddir
= @abs_builddir@
207 abs_srcdir
= @abs_srcdir@
208 abs_top_builddir
= @abs_top_builddir@
209 abs_top_srcdir
= @abs_top_srcdir@
210 ac_ct_CC
= @ac_ct_CC@
211 ac_prefix_program
= @ac_prefix_program@
212 am__include
= @am__include@
213 am__leading_dot
= @am__leading_dot@
214 am__quote
= @am__quote@
216 am__untar
= @am__untar@
219 build_alias
= @build_alias@
220 build_cpu
= @build_cpu@
221 build_os
= @build_os@
222 build_vendor
= @build_vendor@
223 builddir
= @builddir@
224 byte_order
= @byte_order@
226 datarootdir
= @datarootdir@
229 exec_prefix = @
exec_prefix@
231 host_alias
= @host_alias@
232 host_cpu
= @host_cpu@
234 host_vendor
= @host_vendor@
236 includedir = @
includedir@
238 install_sh
= @install_sh@
240 libexecdir
= @libexecdir@
241 localedir
= @localedir@
242 localstatedir
= @localstatedir@
245 oldincludedir = @
oldincludedir@
248 program_transform_name
= @program_transform_name@
251 sharedstatedir
= @sharedstatedir@
253 sysconfdir
= @sysconfdir@
254 target_alias
= @target_alias@
255 top_build_prefix
= @top_build_prefix@
256 top_builddir
= @top_builddir@
257 top_srcdir
= @top_srcdir@
258 EXTRA_DIST
= failover
/dhcp-1.cf failover
/dhcp-2.cf failover
/new-failover \
259 DHCPv6
/000-badmsgtype.pl \
260 DHCPv6
/010-solicit-noclientid.pl \
261 DHCPv6
/011-solicit-serverid.pl \
262 DHCPv6
/020-advertise-mcast.pl \
263 DHCPv6
/030-request-noclientid.pl \
264 DHCPv6
/031-request-noserverid.pl \
265 DHCPv6
/032-request-badduid.pl \
266 DHCPv6
/110-information-request-ia_na.pl \
267 DHCPv6
/111-information-request-ia_ta.pl \
268 DHCPv6
/112-badduid.pl \
269 DHCPv6
/210-solicit-nohost.pl \
270 DHCPv6
/211-solicit-opt-in-na.pl \
271 DHCPv6
/212-solicit-opt-in-na-norapidcommit.pl \
272 DHCPv6
/280-release-nohost.pl \
273 DHCPv6
/281-release-bad-address.pl \
274 DHCPv6
/282-release-no-address.pl \
275 DHCPv6
/283-release.pl \
276 DHCPv6
/290-decline-nohost.pl \
277 DHCPv6
/291-decline-bad-address.pl \
278 DHCPv6
/292-decline-no-address.pl \
279 DHCPv6
/293-decline.pl \
280 DHCPv6
/README DHCPv6
/dhcp_client.pm \
281 DHCPv6
/stubcli-opt-in-na.pl DHCPv6
/stubcli.pl \
282 DHCPv6
/test-a.conf DHCPv6
/test-b.conf \
287 check_LIBRARIES
= libt_api.a
288 libt_api_a_SOURCES
= t_api.c t_api_dhcp.c
292 .SUFFIXES
: .c .o .obj
293 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
295 case
'$(am__configure_deps)' in \
297 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
298 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
302 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
303 $(am__cd
) $(top_srcdir
) && \
304 $(AUTOMAKE
) --foreign tests
/Makefile
306 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
309 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
311 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
315 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
316 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
318 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
319 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
320 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
321 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
322 $(am__aclocal_m4_deps
):
324 clean-checkLIBRARIES
:
325 -test -z
"$(check_LIBRARIES)" ||
rm -f
$(check_LIBRARIES
)
327 libt_api.a
: $(libt_api_a_OBJECTS
) $(libt_api_a_DEPENDENCIES
) $(EXTRA_libt_api_a_DEPENDENCIES
)
328 $(AM_V_at
)-rm -f libt_api.a
329 $(AM_V_AR
)$(libt_api_a_AR
) libt_api.a
$(libt_api_a_OBJECTS
) $(libt_api_a_LIBADD
)
330 $(AM_V_at
)$(RANLIB
) libt_api.a
338 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/t_api.Po@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/t_api_dhcp.Po@am__quote@
342 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
343 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
$<
349 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
350 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
355 ID
: $(am__tagged_files
)
356 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
360 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
363 $(am__define_uniq_tagged_files
); \
365 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
366 test -n
"$$unique" || unique
=$$empty_fix; \
367 if
test $$# -gt 0; then \
368 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
371 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
378 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
379 $(am__define_uniq_tagged_files
); \
380 test -z
"$(CTAGS_ARGS)$$unique" \
381 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
385 here
=`$(am__cd) $(top_builddir) && pwd` \
386 && $(am__cd
) $(top_srcdir
) \
387 && gtags
-i
$(GTAGS_ARGS
) "$$here"
388 cscopelist
: cscopelist-am
390 cscopelist-am
: $(am__tagged_files
)
391 list
='$(am__tagged_files)'; \
392 case
"$(srcdir)" in \
393 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
394 *) sdir
=$(subdir
)/$(srcdir) ;; \
396 for i in
$$list; do \
397 if
test -f
"$$i"; then \
398 echo
"$(subdir)/$$i"; \
402 done
>> $(top_builddir
)/cscope.files
405 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
407 distdir
: $(DISTFILES
)
408 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410 list
='$(DISTFILES)'; \
411 dist_files
=`for file in $$list; do echo $$file; done | \
412 sed -e "s|^$$srcdirstrip/||;t" \
413 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
414 case
$$dist_files in \
415 */*) $(MKDIR_P
) `echo "$$dist_files" | \
416 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
419 for file in
$$dist_files; do \
420 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
421 if
test -d
$$d/$$file; then \
422 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
423 if
test -d
"$(distdir)/$$file"; then \
424 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
426 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
427 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
428 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
430 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
432 test -f
"$(distdir)/$$file" \
433 || cp
-p
$$d/$$file "$(distdir)/$$file" \
438 $(MAKE
) $(AM_MAKEFLAGS
) $(check_LIBRARIES
)
443 install-exec
: install-exec-am
444 install-data
: install-data-am
445 uninstall: uninstall-am
448 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
450 installcheck: installcheck-am
452 if
test -z
'$(STRIP)'; then \
453 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
454 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
457 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
458 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
459 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
466 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
467 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
469 maintainer-clean-generic
:
470 @echo
"This command is intended for maintainers to use"
471 @echo
"it deletes files that may require special tools to rebuild."
474 clean-am
: clean-checkLIBRARIES clean-generic mostlyclean-am
476 distclean: distclean-am
479 distclean-am
: clean-am distclean-compile distclean-generic \
496 install-dvi
: install-dvi-am
502 install-html
: install-html-am
506 install-info
: install-info-am
512 install-pdf
: install-pdf-am
516 install-ps
: install-ps-am
522 maintainer-clean
: maintainer-clean-am
525 maintainer-clean-am
: distclean-am maintainer-clean-generic
527 mostlyclean: mostlyclean-am
529 mostlyclean-am
: mostlyclean-compile mostlyclean-generic
541 .MAKE
: check-am install-am install-strip
543 .PHONY
: CTAGS GTAGS TAGS
all all-am
check check-am
clean \
544 clean-checkLIBRARIES clean-generic cscopelist-am ctags \
545 ctags-am
distclean distclean-compile distclean-generic \
546 distclean-tags distdir
dvi dvi-am html html-am
info info-am \
547 install install-am install-data install-data-am install-dvi \
548 install-dvi-am install-exec install-exec-am install-html \
549 install-html-am install-info install-info-am install-man \
550 install-pdf install-pdf-am install-ps install-ps-am \
551 install-strip
installcheck installcheck-am
installdirs \
552 maintainer-clean maintainer-clean-generic
mostlyclean \
553 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
554 tags tags-am
uninstall uninstall-am
557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
558 # Otherwise a system limit (for SysV at least) may be exceeded.