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