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
19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 am__make_running_with_option = \
30 case $${target_option-} in \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; 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;; \
67 *$$target_option*) has_opt=yes; break;; \
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)
89 build_triplet = @build@
91 target_triplet = @target@
92 sbin_PROGRAMS = watchquagga$(EXEEXT)
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
96 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
105 CONFIG_CLEAN_VPATH_FILES =
106 am__installdirs = "$(DESTDIR)$(sbindir)"
107 PROGRAMS = $(sbin_PROGRAMS)
108 am_watchquagga_OBJECTS = watchquagga.$(OBJEXT)
109 watchquagga_OBJECTS = $(am_watchquagga_OBJECTS)
110 watchquagga_DEPENDENCIES = ../lib/libzebra.la
111 AM_V_lt = $(am__v_lt_@AM_V@)
112 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
113 am__v_lt_0 = --silent
115 AM_V_P = $(am__v_P_@AM_V@)
116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121 am__v_GEN_0 = @echo " GEN " $@;
123 AM_V_at = $(am__v_at_@AM_V@)
124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
128 depcomp = $(SHELL) $(top_srcdir)/depcomp
129 am__depfiles_maybe = depfiles
131 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
132 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
135 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
136 $(AM_CFLAGS) $(CFLAGS)
137 AM_V_CC = $(am__v_CC_@AM_V@)
138 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
139 am__v_CC_0 = @echo " CC " $@;
142 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
143 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
144 $(AM_LDFLAGS) $(LDFLAGS) -o $@
145 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
146 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
147 am__v_CCLD_0 = @echo " CCLD " $@;
149 SOURCES = $(watchquagga_SOURCES)
150 DIST_SOURCES = $(watchquagga_SOURCES)
151 am__can_run_installinfo = \
152 case $$AM_UPDATE_INFO_DIR in \
154 *) (install-info --version) >/dev/null 2>&1;; \
156 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
157 # Read a list of newline-separated strings from the standard input,
158 # and print each of them once, without duplicates. Input order is
160 am__uniquify_input = $(AWK) '\
161 BEGIN { nonempty = 0; } \
162 { items[$$0] = 1; nonempty = 1; } \
163 END { if (nonempty) { for (i in items) print i; }; } \
165 # Make sure the list of sources is unique. This is necessary because,
166 # e.g., the same source file might be shared among _SOURCES variables
167 # for different programs/libraries.
168 am__define_uniq_tagged_files = \
169 list='$(am__tagged_files)'; \
170 unique=`for i in $$list; do \
171 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
172 done | $(am__uniquify_input)`
175 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
176 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
181 AUTOCONF = @AUTOCONF@
182 AUTOHEADER = @AUTOHEADER@
183 AUTOMAKE = @AUTOMAKE@
186 CARES_CFLAGS = @CARES_CFLAGS@
187 CARES_LIBS = @CARES_LIBS@
189 CCDEPMODE = @CCDEPMODE@
191 CONFDATE = @CONFDATE@
192 CONFIG_ARGS = @CONFIG_ARGS@
194 CPPFLAGS = @CPPFLAGS@
196 CYGPATH_W = @CYGPATH_W@
197 DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"
201 DSYMUTIL = @DSYMUTIL@
211 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
212 IF_METHOD = @IF_METHOD@
214 INSTALL_DATA = @INSTALL_DATA@
215 INSTALL_PROGRAM = @INSTALL_PROGRAM@
216 INSTALL_SCRIPT = @INSTALL_SCRIPT@
217 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
218 IOCTL_METHOD = @IOCTL_METHOD@
219 IPFORWARD = @IPFORWARD@
221 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
222 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
223 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
224 KERNEL_METHOD = @KERNEL_METHOD@
232 LIBREADLINE = @LIBREADLINE@
235 LIB_REGEX = @LIB_REGEX@
238 LTLIBOBJS = @LTLIBOBJS@
239 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
240 MAKEINFO = @MAKEINFO@
241 MANIFEST_TOOL = @MANIFEST_TOOL@
243 NETSNMP_CONFIG = @NETSNMP_CONFIG@
251 OSPFCLIENT = @OSPFCLIENT@
256 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257 PACKAGE_NAME = @PACKAGE_NAME@
258 PACKAGE_STRING = @PACKAGE_STRING@
259 PACKAGE_TARNAME = @PACKAGE_TARNAME@
260 PACKAGE_URL = @PACKAGE_URL@
261 PACKAGE_VERSION = @PACKAGE_VERSION@
263 PATH_SEPARATOR = @PATH_SEPARATOR@
264 PDFLATEX = @PDFLATEX@
267 PKG_CONFIG = @PKG_CONFIG@
268 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
269 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
270 PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
271 PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
272 PROTOC_C = @PROTOC_C@
276 RTREAD_METHOD = @RTREAD_METHOD@
277 RT_METHOD = @RT_METHOD@
279 SET_MAKE = @SET_MAKE@
285 WATCHQUAGGA = @WATCHQUAGGA@
286 WEAK_ALIAS = @WEAK_ALIAS@
287 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
290 abs_builddir = @abs_builddir@
291 abs_srcdir = @abs_srcdir@
292 abs_top_builddir = @abs_top_builddir@
293 abs_top_srcdir = @abs_top_srcdir@
294 ac_ct_AR = @ac_ct_AR@
295 ac_ct_CC = @ac_ct_CC@
296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297 am__include = @am__include@
298 am__leading_dot = @am__leading_dot@
299 am__quote = @am__quote@
301 am__untar = @am__untar@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 builddir = @builddir@
310 datarootdir = @datarootdir@
313 enable_group = @enable_group@
314 enable_user = @enable_user@
315 enable_vty_group = @enable_vty_group@
316 exampledir = @exampledir@
317 exec_prefix = @exec_prefix@
319 host_alias = @host_alias@
320 host_cpu = @host_cpu@
322 host_vendor = @host_vendor@
324 includedir = @includedir@
326 install_sh = @install_sh@
328 libexecdir = @libexecdir@
329 localedir = @localedir@
330 localstatedir = @localstatedir@
333 oldincludedir = @oldincludedir@
335 pkgsrcdir = @pkgsrcdir@
336 pkgsrcrcdir = @pkgsrcrcdir@
338 program_transform_name = @program_transform_name@
340 quagga_statedir = @quagga_statedir@
342 sharedstatedir = @sharedstatedir@
344 sysconfdir = @sysconfdir@
346 target_alias = @target_alias@
347 target_cpu = @target_cpu@
348 target_os = @target_os@
349 target_vendor = @target_vendor@
350 top_build_prefix = @top_build_prefix@
351 top_builddir = @top_builddir@
352 top_srcdir = @top_srcdir@
353 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
354 AM_CFLAGS = $(WERROR)
355 watchquagga_SOURCES = watchquagga.c
356 watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@
360 .SUFFIXES: .c .lo .o .obj
361 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
363 case '$(am__configure_deps)' in \
365 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366 && { if test -f $@; then exit 0; else break; fi; }; \
370 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu watchquagga/Makefile'; \
371 $(am__cd) $(top_srcdir) && \
372 $(AUTOMAKE) --gnu watchquagga/Makefile
373 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
379 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385 $(top_srcdir)/configure: $(am__configure_deps)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389 $(am__aclocal_m4_deps):
390 install-sbinPROGRAMS: $(sbin_PROGRAMS)
392 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
393 if test -n "$$list"; then \
394 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
395 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
397 for p in $$list; do echo "$$p $$p"; done | \
398 sed 's/$(EXEEXT)$$//' | \
399 while read p p1; do if test -f $$p \
401 ; then echo "$$p"; echo "$$p"; else :; fi; \
403 sed -e 'p;s,.*/,,;n;h' \
405 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
406 sed 'N;N;N;s,\n, ,g' | \
407 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
408 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
409 if ($$2 == $$4) files[d] = files[d] " " $$1; \
410 else { print "f", $$3 "/" $$4, $$1; } } \
411 END { for (d in files) print "f", d, files[d] }' | \
412 while read type dir files; do \
413 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
414 test -z "$$files" || { \
415 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
416 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
420 uninstall-sbinPROGRAMS:
422 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
423 files=`for p in $$list; do echo "$$p"; done | \
424 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
425 -e 's/$$/$(EXEEXT)/' \
427 test -n "$$list" || exit 0; \
428 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
429 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
432 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
433 echo " rm -f" $$list; \
434 rm -f $$list || exit $$?; \
435 test -n "$(EXEEXT)" || exit 0; \
436 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
437 echo " rm -f" $$list; \
440 watchquagga$(EXEEXT): $(watchquagga_OBJECTS) $(watchquagga_DEPENDENCIES) $(EXTRA_watchquagga_DEPENDENCIES)
441 @rm -f watchquagga$(EXEEXT)
442 $(AM_V_CCLD)$(LINK) $(watchquagga_OBJECTS) $(watchquagga_LDADD) $(LIBS)
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watchquagga.Po@am__quote@
453 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
454 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
460 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
461 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
467 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
468 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
479 ID: $(am__tagged_files)
480 $(am__define_uniq_tagged_files); mkid -fID $$unique
484 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
487 $(am__define_uniq_tagged_files); \
489 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
490 test -n "$$unique" || unique=$$empty_fix; \
491 if test $$# -gt 0; then \
492 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
503 $(am__define_uniq_tagged_files); \
504 test -z "$(CTAGS_ARGS)$$unique" \
505 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
509 here=`$(am__cd) $(top_builddir) && pwd` \
510 && $(am__cd) $(top_srcdir) \
511 && gtags -i $(GTAGS_ARGS) "$$here"
512 cscopelist: cscopelist-am
514 cscopelist-am: $(am__tagged_files)
515 list='$(am__tagged_files)'; \
516 case "$(srcdir)" in \
517 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
518 *) sdir=$(subdir)/$(srcdir) ;; \
520 for i in $$list; do \
521 if test -f "$$i"; then \
522 echo "$(subdir)/$$i"; \
526 done >> $(top_builddir)/cscope.files
529 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
531 distdir: $(DISTFILES)
532 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534 list='$(DISTFILES)'; \
535 dist_files=`for file in $$list; do echo $$file; done | \
536 sed -e "s|^$$srcdirstrip/||;t" \
537 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538 case $$dist_files in \
539 */*) $(MKDIR_P) `echo "$$dist_files" | \
540 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
543 for file in $$dist_files; do \
544 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545 if test -d $$d/$$file; then \
546 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547 if test -d "$(distdir)/$$file"; then \
548 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
554 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
556 test -f "$(distdir)/$$file" \
557 || cp -p $$d/$$file "$(distdir)/$$file" \
563 all-am: Makefile $(PROGRAMS)
565 for dir in "$(DESTDIR)$(sbindir)"; do \
566 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
569 install-exec: install-exec-am
570 install-data: install-data-am
571 uninstall: uninstall-am
574 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
576 installcheck: installcheck-am
578 if test -z '$(STRIP)'; then \
579 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
580 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
592 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
593 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
595 maintainer-clean-generic:
596 @echo "This command is intended for maintainers to use"
597 @echo "it deletes files that may require special tools to rebuild."
600 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
603 distclean: distclean-am
606 distclean-am: clean-am distclean-compile distclean-generic \
623 install-dvi: install-dvi-am
627 install-exec-am: install-sbinPROGRAMS
629 install-html: install-html-am
633 install-info: install-info-am
639 install-pdf: install-pdf-am
643 install-ps: install-ps-am
649 maintainer-clean: maintainer-clean-am
652 maintainer-clean-am: distclean-am maintainer-clean-generic
654 mostlyclean: mostlyclean-am
656 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
667 uninstall-am: uninstall-sbinPROGRAMS
669 .MAKE: install-am install-strip
671 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
672 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
673 distclean distclean-compile distclean-generic \
674 distclean-libtool distclean-tags distdir dvi dvi-am html \
675 html-am info info-am install install-am install-data \
676 install-data-am install-dvi install-dvi-am install-exec \
677 install-exec-am install-html install-html-am install-info \
678 install-info-am install-man install-pdf install-pdf-am \
679 install-ps install-ps-am install-sbinPROGRAMS install-strip \
680 installcheck installcheck-am installdirs maintainer-clean \
681 maintainer-clean-generic mostlyclean mostlyclean-compile \
682 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
683 tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
688 # Tell versions [3.59,3.63) of GNU make to not export all variables.
689 # Otherwise a system limit (for SysV at least) may be exceeded.