New upstream version 1.2.3
[quagga-debian.git] / nhrpd / 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
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 target_triplet = @target@
93 sbin_PROGRAMS = nhrpd$(EXEEXT)
94 subdir = nhrpd
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
97         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
103         $(am__DIST_COMMON)
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 am__installdirs = "$(DESTDIR)$(sbindir)"
109 PROGRAMS = $(sbin_PROGRAMS)
110 am_nhrpd_OBJECTS = zbuf.$(OBJEXT) znl.$(OBJEXT) resolver.$(OBJEXT) \
111         linux.$(OBJEXT) netlink_arp.$(OBJEXT) netlink_gre.$(OBJEXT) \
112         vici.$(OBJEXT) reqid.$(OBJEXT) nhrp_event.$(OBJEXT) \
113         nhrp_packet.$(OBJEXT) nhrp_interface.$(OBJEXT) \
114         nhrp_vc.$(OBJEXT) nhrp_peer.$(OBJEXT) nhrp_cache.$(OBJEXT) \
115         nhrp_nhs.$(OBJEXT) nhrp_route.$(OBJEXT) \
116         nhrp_shortcut.$(OBJEXT) nhrp_vty.$(OBJEXT) nhrp_main.$(OBJEXT)
117 nhrpd_OBJECTS = $(am_nhrpd_OBJECTS)
118 nhrpd_DEPENDENCIES = ../lib/libzebra.la
119 AM_V_lt = $(am__v_lt_@AM_V@)
120 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
121 am__v_lt_0 = --silent
122 am__v_lt_1 = 
123 AM_V_P = $(am__v_P_@AM_V@)
124 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125 am__v_P_0 = false
126 am__v_P_1 = :
127 AM_V_GEN = $(am__v_GEN_@AM_V@)
128 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129 am__v_GEN_0 = @echo "  GEN     " $@;
130 am__v_GEN_1 = 
131 AM_V_at = $(am__v_at_@AM_V@)
132 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133 am__v_at_0 = @
134 am__v_at_1 = 
135 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
136 depcomp = $(SHELL) $(top_srcdir)/depcomp
137 am__depfiles_maybe = depfiles
138 am__mv = mv -f
139 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
143         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
144         $(AM_CFLAGS) $(CFLAGS)
145 AM_V_CC = $(am__v_CC_@AM_V@)
146 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
147 am__v_CC_0 = @echo "  CC      " $@;
148 am__v_CC_1 = 
149 CCLD = $(CC)
150 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152         $(AM_LDFLAGS) $(LDFLAGS) -o $@
153 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
154 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
155 am__v_CCLD_0 = @echo "  CCLD    " $@;
156 am__v_CCLD_1 = 
157 SOURCES = $(nhrpd_SOURCES)
158 DIST_SOURCES = $(nhrpd_SOURCES)
159 am__can_run_installinfo = \
160   case $$AM_UPDATE_INFO_DIR in \
161     n|no|NO) false;; \
162     *) (install-info --version) >/dev/null 2>&1;; \
163   esac
164 HEADERS = $(noinst_HEADERS)
165 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166 # Read a list of newline-separated strings from the standard input,
167 # and print each of them once, without duplicates.  Input order is
168 # *not* preserved.
169 am__uniquify_input = $(AWK) '\
170   BEGIN { nonempty = 0; } \
171   { items[$$0] = 1; nonempty = 1; } \
172   END { if (nonempty) { for (i in items) print i; }; } \
173 '
174 # Make sure the list of sources is unique.  This is necessary because,
175 # e.g., the same source file might be shared among _SOURCES variables
176 # for different programs/libraries.
177 am__define_uniq_tagged_files = \
178   list='$(am__tagged_files)'; \
179   unique=`for i in $$list; do \
180     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181   done | $(am__uniquify_input)`
182 ETAGS = etags
183 CTAGS = ctags
184 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186 ACLOCAL = @ACLOCAL@
187 AMTAR = @AMTAR@
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189 AR = @AR@
190 AUTOCONF = @AUTOCONF@
191 AUTOHEADER = @AUTOHEADER@
192 AUTOMAKE = @AUTOMAKE@
193 AWK = @AWK@
194 BGPD = @BGPD@
195 CARES_CFLAGS = @CARES_CFLAGS@
196 CARES_LIBS = @CARES_LIBS@
197 CC = @CC@
198 CCDEPMODE = @CCDEPMODE@
199 CFLAGS = @CFLAGS@
200 CONFDATE = @CONFDATE@
201 CONFIG_ARGS = @CONFIG_ARGS@
202 CPP = @CPP@
203 CPPFLAGS = @CPPFLAGS@
204 CURSES = @CURSES@
205 CYGPATH_W = @CYGPATH_W@
206 DEFS = @DEFS@ @CARES_CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
207 DEPDIR = @DEPDIR@
208 DLLTOOL = @DLLTOOL@
209 DOC = @DOC@
210 DSYMUTIL = @DSYMUTIL@
211 DUMPBIN = @DUMPBIN@
212 ECHO_C = @ECHO_C@
213 ECHO_N = @ECHO_N@
214 ECHO_T = @ECHO_T@
215 EGREP = @EGREP@
216 EXEEXT = @EXEEXT@
217 FGREP = @FGREP@
218 GAWK = @GAWK@
219 GREP = @GREP@
220 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
221 IF_METHOD = @IF_METHOD@
222 INSTALL = @INSTALL@
223 INSTALL_DATA = @INSTALL_DATA@
224 INSTALL_PROGRAM = @INSTALL_PROGRAM@
225 INSTALL_SCRIPT = @INSTALL_SCRIPT@
226 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227 IOCTL_METHOD = @IOCTL_METHOD@
228 IPFORWARD = @IPFORWARD@
229 ISISD = @ISISD@
230 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
231 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
232 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
233 KERNEL_METHOD = @KERNEL_METHOD@
234 LATEXMK = @LATEXMK@
235 LD = @LD@
236 LDFLAGS = @LDFLAGS@
237 LIBCAP = @LIBCAP@
238 LIBM = @LIBM@
239 LIBOBJS = @LIBOBJS@
240 LIBPAM = @LIBPAM@
241 LIBREADLINE = @LIBREADLINE@
242 LIBS = @LIBS@
243 LIBTOOL = @LIBTOOL@
244 LIB_REGEX = @LIB_REGEX@
245 LIPO = @LIPO@
246 LN_S = @LN_S@
247 LTLIBOBJS = @LTLIBOBJS@
248 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
249 MAKEINFO = @MAKEINFO@
250 MANIFEST_TOOL = @MANIFEST_TOOL@
251 MKDIR_P = @MKDIR_P@
252 NETSNMP_CONFIG = @NETSNMP_CONFIG@
253 NHRPD = @NHRPD@
254 NM = @NM@
255 NMEDIT = @NMEDIT@
256 OBJDUMP = @OBJDUMP@
257 OBJEXT = @OBJEXT@
258 OSPF6D = @OSPF6D@
259 OSPFAPI = @OSPFAPI@
260 OSPFCLIENT = @OSPFCLIENT@
261 OSPFD = @OSPFD@
262 OTOOL = @OTOOL@
263 OTOOL64 = @OTOOL64@
264 PACKAGE = @PACKAGE@
265 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266 PACKAGE_NAME = @PACKAGE_NAME@
267 PACKAGE_STRING = @PACKAGE_STRING@
268 PACKAGE_TARNAME = @PACKAGE_TARNAME@
269 PACKAGE_URL = @PACKAGE_URL@
270 PACKAGE_VERSION = @PACKAGE_VERSION@
271 PANDOC = @PANDOC@
272 PATH_SEPARATOR = @PATH_SEPARATOR@
273 PDFLATEX = @PDFLATEX@
274 PERL = @PERL@
275 PIMD = @PIMD@
276 PKG_CONFIG = @PKG_CONFIG@
277 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
278 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
279 PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
280 PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
281 PROTOC_C = @PROTOC_C@
282 RANLIB = @RANLIB@
283 RIPD = @RIPD@
284 RIPNGD = @RIPNGD@
285 RTREAD_METHOD = @RTREAD_METHOD@
286 RT_METHOD = @RT_METHOD@
287 SED = @SED@
288 SET_MAKE = @SET_MAKE@
289 SHELL = @SHELL@
290 SOLARIS = @SOLARIS@
291 STRIP = @STRIP@
292 VERSION = @VERSION@
293 VTYSH = @VTYSH@
294 WATCHQUAGGA = @WATCHQUAGGA@
295 WEAK_ALIAS = @WEAK_ALIAS@
296 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
297 WERROR = @WERROR@
298 ZEBRA = @ZEBRA@
299 abs_builddir = @abs_builddir@
300 abs_srcdir = @abs_srcdir@
301 abs_top_builddir = @abs_top_builddir@
302 abs_top_srcdir = @abs_top_srcdir@
303 ac_ct_AR = @ac_ct_AR@
304 ac_ct_CC = @ac_ct_CC@
305 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
306 am__include = @am__include@
307 am__leading_dot = @am__leading_dot@
308 am__quote = @am__quote@
309 am__tar = @am__tar@
310 am__untar = @am__untar@
311 bindir = @bindir@
312 build = @build@
313 build_alias = @build_alias@
314 build_cpu = @build_cpu@
315 build_os = @build_os@
316 build_vendor = @build_vendor@
317 builddir = @builddir@
318 datadir = @datadir@
319 datarootdir = @datarootdir@
320 docdir = @docdir@
321 dvidir = @dvidir@
322 enable_group = @enable_group@
323 enable_user = @enable_user@
324 enable_vty_group = @enable_vty_group@
325 exampledir = @exampledir@
326 exec_prefix = @exec_prefix@
327 host = @host@
328 host_alias = @host_alias@
329 host_cpu = @host_cpu@
330 host_os = @host_os@
331 host_vendor = @host_vendor@
332 htmldir = @htmldir@
333 includedir = @includedir@
334 infodir = @infodir@
335 install_sh = @install_sh@
336 libdir = @libdir@
337 libexecdir = @libexecdir@
338 localedir = @localedir@
339 localstatedir = @localstatedir@
340 mandir = @mandir@
341 mkdir_p = @mkdir_p@
342 oldincludedir = @oldincludedir@
343 pdfdir = @pdfdir@
344 pkgsrcdir = @pkgsrcdir@
345 pkgsrcrcdir = @pkgsrcrcdir@
346 prefix = @prefix@
347 program_transform_name = @program_transform_name@
348 psdir = @psdir@
349 quagga_statedir = @quagga_statedir@
350 sbindir = @sbindir@
351 sharedstatedir = @sharedstatedir@
352 srcdir = @srcdir@
353 sysconfdir = @sysconfdir@
354 target = @target@
355 target_alias = @target_alias@
356 target_cpu = @target_cpu@
357 target_os = @target_os@
358 target_vendor = @target_vendor@
359 top_build_prefix = @top_build_prefix@
360 top_builddir = @top_builddir@
361 top_srcdir = @top_srcdir@
362 AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib -DQUAGGA_NO_DEPRECATED_INTERFACES
363 INSTALL_SDATA = @INSTALL@ -m 600
364 AM_CFLAGS = $(PICFLAGS) #$(WERROR)
365 AM_LDFLAGS = $(PICLDFLAGS)
366 nhrpd_SOURCES = \
367         zbuf.c \
368         znl.c \
369         resolver.c \
370         linux.c \
371         netlink_arp.c \
372         netlink_gre.c \
373         vici.c \
374         reqid.c \
375         nhrp_event.c \
376         nhrp_packet.c \
377         nhrp_interface.c \
378         nhrp_vc.c \
379         nhrp_peer.c \
380         nhrp_cache.c \
381         nhrp_nhs.c \
382         nhrp_route.c \
383         nhrp_shortcut.c \
384         nhrp_vty.c \
385         nhrp_main.c
386
387 nhrpd_LDADD = ../lib/libzebra.la @LIBCAP@ @CARES_LIBS@
388 noinst_HEADERS = debug.h netlink.h nhrpd.h vici.h znl.h list.h \
389         nhrp_protocol.h os.h zbuf.h
390
391 all: all-am
392
393 .SUFFIXES:
394 .SUFFIXES: .c .lo .o .obj
395 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
396         @for dep in $?; do \
397           case '$(am__configure_deps)' in \
398             *$$dep*) \
399               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
400                 && { if test -f $@; then exit 0; else break; fi; }; \
401               exit 1;; \
402           esac; \
403         done; \
404         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu nhrpd/Makefile'; \
405         $(am__cd) $(top_srcdir) && \
406           $(AUTOMAKE) --gnu nhrpd/Makefile
407 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
408         @case '$?' in \
409           *config.status*) \
410             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
411           *) \
412             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
413             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
414         esac;
415
416 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
417         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418
419 $(top_srcdir)/configure:  $(am__configure_deps)
420         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
422         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423 $(am__aclocal_m4_deps):
424 install-sbinPROGRAMS: $(sbin_PROGRAMS)
425         @$(NORMAL_INSTALL)
426         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
427         if test -n "$$list"; then \
428           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
429           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
430         fi; \
431         for p in $$list; do echo "$$p $$p"; done | \
432         sed 's/$(EXEEXT)$$//' | \
433         while read p p1; do if test -f $$p \
434          || test -f $$p1 \
435           ; then echo "$$p"; echo "$$p"; else :; fi; \
436         done | \
437         sed -e 'p;s,.*/,,;n;h' \
438             -e 's|.*|.|' \
439             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
440         sed 'N;N;N;s,\n, ,g' | \
441         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
442           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
443             if ($$2 == $$4) files[d] = files[d] " " $$1; \
444             else { print "f", $$3 "/" $$4, $$1; } } \
445           END { for (d in files) print "f", d, files[d] }' | \
446         while read type dir files; do \
447             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
448             test -z "$$files" || { \
449             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
450             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
451             } \
452         ; done
453
454 uninstall-sbinPROGRAMS:
455         @$(NORMAL_UNINSTALL)
456         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
457         files=`for p in $$list; do echo "$$p"; done | \
458           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
459               -e 's/$$/$(EXEEXT)/' \
460         `; \
461         test -n "$$list" || exit 0; \
462         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
463         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
464
465 clean-sbinPROGRAMS:
466         @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
467         echo " rm -f" $$list; \
468         rm -f $$list || exit $$?; \
469         test -n "$(EXEEXT)" || exit 0; \
470         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
471         echo " rm -f" $$list; \
472         rm -f $$list
473
474 nhrpd$(EXEEXT): $(nhrpd_OBJECTS) $(nhrpd_DEPENDENCIES) $(EXTRA_nhrpd_DEPENDENCIES) 
475         @rm -f nhrpd$(EXEEXT)
476         $(AM_V_CCLD)$(LINK) $(nhrpd_OBJECTS) $(nhrpd_LDADD) $(LIBS)
477
478 mostlyclean-compile:
479         -rm -f *.$(OBJEXT)
480
481 distclean-compile:
482         -rm -f *.tab.c
483
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linux.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netlink_arp.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netlink_gre.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_cache.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_event.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_interface.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_main.Po@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_nhs.Po@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_packet.Po@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_peer.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_route.Po@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_shortcut.Po@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_vc.Po@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nhrp_vty.Po@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reqid.Po@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolver.Po@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vici.Po@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zbuf.Po@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/znl.Po@am__quote@
503
504 .c.o:
505 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
506 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
508 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
510
511 .c.obj:
512 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
513 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
517
518 .c.lo:
519 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
520 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
524
525 mostlyclean-libtool:
526         -rm -f *.lo
527
528 clean-libtool:
529         -rm -rf .libs _libs
530
531 ID: $(am__tagged_files)
532         $(am__define_uniq_tagged_files); mkid -fID $$unique
533 tags: tags-am
534 TAGS: tags
535
536 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
537         set x; \
538         here=`pwd`; \
539         $(am__define_uniq_tagged_files); \
540         shift; \
541         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542           test -n "$$unique" || unique=$$empty_fix; \
543           if test $$# -gt 0; then \
544             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545               "$$@" $$unique; \
546           else \
547             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548               $$unique; \
549           fi; \
550         fi
551 ctags: ctags-am
552
553 CTAGS: ctags
554 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555         $(am__define_uniq_tagged_files); \
556         test -z "$(CTAGS_ARGS)$$unique" \
557           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558              $$unique
559
560 GTAGS:
561         here=`$(am__cd) $(top_builddir) && pwd` \
562           && $(am__cd) $(top_srcdir) \
563           && gtags -i $(GTAGS_ARGS) "$$here"
564 cscopelist: cscopelist-am
565
566 cscopelist-am: $(am__tagged_files)
567         list='$(am__tagged_files)'; \
568         case "$(srcdir)" in \
569           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
570           *) sdir=$(subdir)/$(srcdir) ;; \
571         esac; \
572         for i in $$list; do \
573           if test -f "$$i"; then \
574             echo "$(subdir)/$$i"; \
575           else \
576             echo "$$sdir/$$i"; \
577           fi; \
578         done >> $(top_builddir)/cscope.files
579
580 distclean-tags:
581         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
582
583 distdir: $(DISTFILES)
584         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
586         list='$(DISTFILES)'; \
587           dist_files=`for file in $$list; do echo $$file; done | \
588           sed -e "s|^$$srcdirstrip/||;t" \
589               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
590         case $$dist_files in \
591           */*) $(MKDIR_P) `echo "$$dist_files" | \
592                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
593                            sort -u` ;; \
594         esac; \
595         for file in $$dist_files; do \
596           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
597           if test -d $$d/$$file; then \
598             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
599             if test -d "$(distdir)/$$file"; then \
600               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
601             fi; \
602             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
603               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
604               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
605             fi; \
606             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
607           else \
608             test -f "$(distdir)/$$file" \
609             || cp -p $$d/$$file "$(distdir)/$$file" \
610             || exit 1; \
611           fi; \
612         done
613 check-am: all-am
614 check: check-am
615 all-am: Makefile $(PROGRAMS) $(HEADERS)
616 installdirs:
617         for dir in "$(DESTDIR)$(sbindir)"; do \
618           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
619         done
620 install: install-am
621 install-exec: install-exec-am
622 install-data: install-data-am
623 uninstall: uninstall-am
624
625 install-am: all-am
626         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
627
628 installcheck: installcheck-am
629 install-strip:
630         if test -z '$(STRIP)'; then \
631           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
632             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
633               install; \
634         else \
635           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
636             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
637             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
638         fi
639 mostlyclean-generic:
640
641 clean-generic:
642
643 distclean-generic:
644         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
645         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
646
647 maintainer-clean-generic:
648         @echo "This command is intended for maintainers to use"
649         @echo "it deletes files that may require special tools to rebuild."
650 clean: clean-am
651
652 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
653         mostlyclean-am
654
655 distclean: distclean-am
656         -rm -rf ./$(DEPDIR)
657         -rm -f Makefile
658 distclean-am: clean-am distclean-compile distclean-generic \
659         distclean-tags
660
661 dvi: dvi-am
662
663 dvi-am:
664
665 html: html-am
666
667 html-am:
668
669 info: info-am
670
671 info-am:
672
673 install-data-am:
674
675 install-dvi: install-dvi-am
676
677 install-dvi-am:
678
679 install-exec-am: install-sbinPROGRAMS
680
681 install-html: install-html-am
682
683 install-html-am:
684
685 install-info: install-info-am
686
687 install-info-am:
688
689 install-man:
690
691 install-pdf: install-pdf-am
692
693 install-pdf-am:
694
695 install-ps: install-ps-am
696
697 install-ps-am:
698
699 installcheck-am:
700
701 maintainer-clean: maintainer-clean-am
702         -rm -rf ./$(DEPDIR)
703         -rm -f Makefile
704 maintainer-clean-am: distclean-am maintainer-clean-generic
705
706 mostlyclean: mostlyclean-am
707
708 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
709         mostlyclean-libtool
710
711 pdf: pdf-am
712
713 pdf-am:
714
715 ps: ps-am
716
717 ps-am:
718
719 uninstall-am: uninstall-sbinPROGRAMS
720
721 .MAKE: install-am install-strip
722
723 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
724         clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
725         distclean distclean-compile distclean-generic \
726         distclean-libtool distclean-tags distdir dvi dvi-am html \
727         html-am info info-am install install-am install-data \
728         install-data-am install-dvi install-dvi-am install-exec \
729         install-exec-am install-html install-html-am install-info \
730         install-info-am install-man install-pdf install-pdf-am \
731         install-ps install-ps-am install-sbinPROGRAMS install-strip \
732         installcheck installcheck-am installdirs maintainer-clean \
733         maintainer-clean-generic mostlyclean mostlyclean-compile \
734         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
735         tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
736
737 .PRECIOUS: Makefile
738
739
740 #dist_examples_DATA = nhrpd.conf.sample
741
742 # Tell versions [3.59,3.63) of GNU make to not export all variables.
743 # Otherwise a system limit (for SysV at least) may be exceeded.
744 .NOEXPORT: