1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 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
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 am__make_running_with_option = \
31 case $${target_option-} in \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; 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;; \
68 *$$target_option*) has_opt=yes; break;; \
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)
90 build_triplet = @build@
92 target_triplet = @target@
93 sbin_PROGRAMS = nhrpd$(EXEEXT)
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) \
102 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h
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
123 AM_V_P = $(am__v_P_@AM_V@)
124 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
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 " $@;
131 AM_V_at = $(am__v_at_@AM_V@)
132 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
136 depcomp = $(SHELL) $(top_srcdir)/depcomp
137 am__depfiles_maybe = depfiles
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 " $@;
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 " $@;
157 SOURCES = $(nhrpd_SOURCES)
158 DIST_SOURCES = $(nhrpd_SOURCES)
159 am__can_run_installinfo = \
160 case $$AM_UPDATE_INFO_DIR in \
162 *) (install-info --version) >/dev/null 2>&1;; \
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
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; }; } \
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)`
184 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
190 AUTOCONF = @AUTOCONF@
191 AUTOHEADER = @AUTOHEADER@
192 AUTOMAKE = @AUTOMAKE@
195 CARES_CFLAGS = @CARES_CFLAGS@
196 CARES_LIBS = @CARES_LIBS@
198 CCDEPMODE = @CCDEPMODE@
200 CONFDATE = @CONFDATE@
201 CONFIG_ARGS = @CONFIG_ARGS@
203 CPPFLAGS = @CPPFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DEFS = @DEFS@ @CARES_CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
210 DSYMUTIL = @DSYMUTIL@
220 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
221 IF_METHOD = @IF_METHOD@
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@
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@
241 LIBREADLINE = @LIBREADLINE@
244 LIB_REGEX = @LIB_REGEX@
247 LTLIBOBJS = @LTLIBOBJS@
248 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
249 MAKEINFO = @MAKEINFO@
250 MANIFEST_TOOL = @MANIFEST_TOOL@
252 NETSNMP_CONFIG = @NETSNMP_CONFIG@
260 OSPFCLIENT = @OSPFCLIENT@
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@
272 PATH_SEPARATOR = @PATH_SEPARATOR@
273 PDFLATEX = @PDFLATEX@
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@
285 RTREAD_METHOD = @RTREAD_METHOD@
286 RT_METHOD = @RT_METHOD@
288 SET_MAKE = @SET_MAKE@
294 WATCHQUAGGA = @WATCHQUAGGA@
295 WEAK_ALIAS = @WEAK_ALIAS@
296 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
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@
310 am__untar = @am__untar@
313 build_alias = @build_alias@
314 build_cpu = @build_cpu@
315 build_os = @build_os@
316 build_vendor = @build_vendor@
317 builddir = @builddir@
319 datarootdir = @datarootdir@
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@
328 host_alias = @host_alias@
329 host_cpu = @host_cpu@
331 host_vendor = @host_vendor@
333 includedir = @includedir@
335 install_sh = @install_sh@
337 libexecdir = @libexecdir@
338 localedir = @localedir@
339 localstatedir = @localstatedir@
342 oldincludedir = @oldincludedir@
344 pkgsrcdir = @pkgsrcdir@
345 pkgsrcrcdir = @pkgsrcrcdir@
347 program_transform_name = @program_transform_name@
349 quagga_statedir = @quagga_statedir@
351 sharedstatedir = @sharedstatedir@
353 sysconfdir = @sysconfdir@
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)
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
394 .SUFFIXES: .c .lo .o .obj
395 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
397 case '$(am__configure_deps)' in \
399 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
400 && { if test -f $@; then exit 0; else break; fi; }; \
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
410 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
412 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
413 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
416 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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)
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; \
431 for p in $$list; do echo "$$p $$p"; done | \
432 sed 's/$(EXEEXT)$$//' | \
433 while read p p1; do if test -f $$p \
435 ; then echo "$$p"; echo "$$p"; else :; fi; \
437 sed -e 'p;s,.*/,,;n;h' \
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 $$?; \
454 uninstall-sbinPROGRAMS:
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)/' \
461 test -n "$$list" || exit 0; \
462 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
463 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
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; \
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)
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@
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 $@ $<
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) '$<'`
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 $@ $<
531 ID: $(am__tagged_files)
532 $(am__define_uniq_tagged_files); mkid -fID $$unique
536 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
539 $(am__define_uniq_tagged_files); \
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) \
547 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
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) \
561 here=`$(am__cd) $(top_builddir) && pwd` \
562 && $(am__cd) $(top_srcdir) \
563 && gtags -i $(GTAGS_ARGS) "$$here"
564 cscopelist: cscopelist-am
566 cscopelist-am: $(am__tagged_files)
567 list='$(am__tagged_files)'; \
568 case "$(srcdir)" in \
569 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
570 *) sdir=$(subdir)/$(srcdir) ;; \
572 for i in $$list; do \
573 if test -f "$$i"; then \
574 echo "$(subdir)/$$i"; \
578 done >> $(top_builddir)/cscope.files
581 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
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,/[^/]*$$,,' | \
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 {} \;; \
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 {} \;; \
606 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
608 test -f "$(distdir)/$$file" \
609 || cp -p $$d/$$file "$(distdir)/$$file" \
615 all-am: Makefile $(PROGRAMS) $(HEADERS)
617 for dir in "$(DESTDIR)$(sbindir)"; do \
618 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
621 install-exec: install-exec-am
622 install-data: install-data-am
623 uninstall: uninstall-am
626 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
628 installcheck: installcheck-am
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 \
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; \
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)
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."
652 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
655 distclean: distclean-am
658 distclean-am: clean-am distclean-compile distclean-generic \
675 install-dvi: install-dvi-am
679 install-exec-am: install-sbinPROGRAMS
681 install-html: install-html-am
685 install-info: install-info-am
691 install-pdf: install-pdf-am
695 install-ps: install-ps-am
701 maintainer-clean: maintainer-clean-am
704 maintainer-clean-am: distclean-am maintainer-clean-generic
706 mostlyclean: mostlyclean-am
708 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
719 uninstall-am: uninstall-sbinPROGRAMS
721 .MAKE: install-am install-strip
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
740 #dist_examples_DATA = nhrpd.conf.sample
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.