New upstream version 1.2.3
[quagga-debian.git] / redhat / 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = redhat
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
94         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES = quagga.spec quagga.sysconfig
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo "  GEN     " $@;
111 am__v_GEN_1 = 
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 = 
116 SOURCES =
117 DIST_SOURCES =
118 am__can_run_installinfo = \
119   case $$AM_UPDATE_INFO_DIR in \
120     n|no|NO) false;; \
121     *) (install-info --version) >/dev/null 2>&1;; \
122   esac
123 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/quagga.spec.in \
125         $(srcdir)/quagga.sysconfig.in
126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127 ACLOCAL = @ACLOCAL@
128 AMTAR = @AMTAR@
129 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130 AR = @AR@
131 AUTOCONF = @AUTOCONF@
132 AUTOHEADER = @AUTOHEADER@
133 AUTOMAKE = @AUTOMAKE@
134 AWK = @AWK@
135 BGPD = @BGPD@
136 CARES_CFLAGS = @CARES_CFLAGS@
137 CARES_LIBS = @CARES_LIBS@
138 CC = @CC@
139 CCDEPMODE = @CCDEPMODE@
140 CFLAGS = @CFLAGS@
141 CONFDATE = @CONFDATE@
142 CONFIG_ARGS = @CONFIG_ARGS@
143 CPP = @CPP@
144 CPPFLAGS = @CPPFLAGS@
145 CURSES = @CURSES@
146 CYGPATH_W = @CYGPATH_W@
147 DEFS = @DEFS@
148 DEPDIR = @DEPDIR@
149 DLLTOOL = @DLLTOOL@
150 DOC = @DOC@
151 DSYMUTIL = @DSYMUTIL@
152 DUMPBIN = @DUMPBIN@
153 ECHO_C = @ECHO_C@
154 ECHO_N = @ECHO_N@
155 ECHO_T = @ECHO_T@
156 EGREP = @EGREP@
157 EXEEXT = @EXEEXT@
158 FGREP = @FGREP@
159 GAWK = @GAWK@
160 GREP = @GREP@
161 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
162 IF_METHOD = @IF_METHOD@
163 INSTALL = @INSTALL@
164 INSTALL_DATA = @INSTALL_DATA@
165 INSTALL_PROGRAM = @INSTALL_PROGRAM@
166 INSTALL_SCRIPT = @INSTALL_SCRIPT@
167 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168 IOCTL_METHOD = @IOCTL_METHOD@
169 IPFORWARD = @IPFORWARD@
170 ISISD = @ISISD@
171 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
172 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
173 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
174 KERNEL_METHOD = @KERNEL_METHOD@
175 LATEXMK = @LATEXMK@
176 LD = @LD@
177 LDFLAGS = @LDFLAGS@
178 LIBCAP = @LIBCAP@
179 LIBM = @LIBM@
180 LIBOBJS = @LIBOBJS@
181 LIBPAM = @LIBPAM@
182 LIBREADLINE = @LIBREADLINE@
183 LIBS = @LIBS@
184 LIBTOOL = @LIBTOOL@
185 LIB_REGEX = @LIB_REGEX@
186 LIPO = @LIPO@
187 LN_S = @LN_S@
188 LTLIBOBJS = @LTLIBOBJS@
189 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
190 MAKEINFO = @MAKEINFO@
191 MANIFEST_TOOL = @MANIFEST_TOOL@
192 MKDIR_P = @MKDIR_P@
193 NETSNMP_CONFIG = @NETSNMP_CONFIG@
194 NHRPD = @NHRPD@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 OBJDUMP = @OBJDUMP@
198 OBJEXT = @OBJEXT@
199 OSPF6D = @OSPF6D@
200 OSPFAPI = @OSPFAPI@
201 OSPFCLIENT = @OSPFCLIENT@
202 OSPFD = @OSPFD@
203 OTOOL = @OTOOL@
204 OTOOL64 = @OTOOL64@
205 PACKAGE = @PACKAGE@
206 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207 PACKAGE_NAME = @PACKAGE_NAME@
208 PACKAGE_STRING = @PACKAGE_STRING@
209 PACKAGE_TARNAME = @PACKAGE_TARNAME@
210 PACKAGE_URL = @PACKAGE_URL@
211 PACKAGE_VERSION = @PACKAGE_VERSION@
212 PANDOC = @PANDOC@
213 PATH_SEPARATOR = @PATH_SEPARATOR@
214 PDFLATEX = @PDFLATEX@
215 PERL = @PERL@
216 PIMD = @PIMD@
217 PKG_CONFIG = @PKG_CONFIG@
218 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
219 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
220 PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
221 PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
222 PROTOC_C = @PROTOC_C@
223 RANLIB = @RANLIB@
224 RIPD = @RIPD@
225 RIPNGD = @RIPNGD@
226 RTREAD_METHOD = @RTREAD_METHOD@
227 RT_METHOD = @RT_METHOD@
228 SED = @SED@
229 SET_MAKE = @SET_MAKE@
230 SHELL = @SHELL@
231 SOLARIS = @SOLARIS@
232 STRIP = @STRIP@
233 VERSION = @VERSION@
234 VTYSH = @VTYSH@
235 WATCHQUAGGA = @WATCHQUAGGA@
236 WEAK_ALIAS = @WEAK_ALIAS@
237 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
238 WERROR = @WERROR@
239 ZEBRA = @ZEBRA@
240 abs_builddir = @abs_builddir@
241 abs_srcdir = @abs_srcdir@
242 abs_top_builddir = @abs_top_builddir@
243 abs_top_srcdir = @abs_top_srcdir@
244 ac_ct_AR = @ac_ct_AR@
245 ac_ct_CC = @ac_ct_CC@
246 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
247 am__include = @am__include@
248 am__leading_dot = @am__leading_dot@
249 am__quote = @am__quote@
250 am__tar = @am__tar@
251 am__untar = @am__untar@
252 bindir = @bindir@
253 build = @build@
254 build_alias = @build_alias@
255 build_cpu = @build_cpu@
256 build_os = @build_os@
257 build_vendor = @build_vendor@
258 builddir = @builddir@
259 datadir = @datadir@
260 datarootdir = @datarootdir@
261 docdir = @docdir@
262 dvidir = @dvidir@
263 enable_group = @enable_group@
264 enable_user = @enable_user@
265 enable_vty_group = @enable_vty_group@
266 exampledir = @exampledir@
267 exec_prefix = @exec_prefix@
268 host = @host@
269 host_alias = @host_alias@
270 host_cpu = @host_cpu@
271 host_os = @host_os@
272 host_vendor = @host_vendor@
273 htmldir = @htmldir@
274 includedir = @includedir@
275 infodir = @infodir@
276 install_sh = @install_sh@
277 libdir = @libdir@
278 libexecdir = @libexecdir@
279 localedir = @localedir@
280 localstatedir = @localstatedir@
281 mandir = @mandir@
282 mkdir_p = @mkdir_p@
283 oldincludedir = @oldincludedir@
284 pdfdir = @pdfdir@
285 pkgsrcdir = @pkgsrcdir@
286 pkgsrcrcdir = @pkgsrcrcdir@
287 prefix = @prefix@
288 program_transform_name = @program_transform_name@
289 psdir = @psdir@
290 quagga_statedir = @quagga_statedir@
291 sbindir = @sbindir@
292 sharedstatedir = @sharedstatedir@
293 srcdir = @srcdir@
294 sysconfdir = @sysconfdir@
295 target = @target@
296 target_alias = @target_alias@
297 target_cpu = @target_cpu@
298 target_os = @target_os@
299 target_vendor = @target_vendor@
300 top_build_prefix = @top_build_prefix@
301 top_builddir = @top_builddir@
302 top_srcdir = @top_srcdir@
303 EXTRA_DIST = bgpd.init bgpd.service isisd.init \
304         isisd.service ospf6d.init ospf6d.service ospfd.init ospfd.service \
305         quagga.logrotate quagga.pam quagga.spec \
306         quagga.sysconfig ripd.init ripd.service ripngd.init ripngd.service \
307         watchquagga.init pimd.init pimd.service zebra.init zebra.service \
308         nhrpd.service \
309         quagga-filter-perl-requires.sh quagga-tmpfs.conf \
310         README.rpm_build.md
311
312 all: all-am
313
314 .SUFFIXES:
315 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
316         @for dep in $?; do \
317           case '$(am__configure_deps)' in \
318             *$$dep*) \
319               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
320                 && { if test -f $@; then exit 0; else break; fi; }; \
321               exit 1;; \
322           esac; \
323         done; \
324         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu redhat/Makefile'; \
325         $(am__cd) $(top_srcdir) && \
326           $(AUTOMAKE) --gnu redhat/Makefile
327 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328         @case '$?' in \
329           *config.status*) \
330             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
331           *) \
332             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
333             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
334         esac;
335
336 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
339 $(top_srcdir)/configure:  $(am__configure_deps)
340         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
342         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343 $(am__aclocal_m4_deps):
344 quagga.spec: $(top_builddir)/config.status $(srcdir)/quagga.spec.in
345         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
346 quagga.sysconfig: $(top_builddir)/config.status $(srcdir)/quagga.sysconfig.in
347         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
348
349 mostlyclean-libtool:
350         -rm -f *.lo
351
352 clean-libtool:
353         -rm -rf .libs _libs
354 tags TAGS:
355
356 ctags CTAGS:
357
358 cscope cscopelist:
359
360
361 distdir: $(DISTFILES)
362         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364         list='$(DISTFILES)'; \
365           dist_files=`for file in $$list; do echo $$file; done | \
366           sed -e "s|^$$srcdirstrip/||;t" \
367               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
368         case $$dist_files in \
369           */*) $(MKDIR_P) `echo "$$dist_files" | \
370                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
371                            sort -u` ;; \
372         esac; \
373         for file in $$dist_files; do \
374           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375           if test -d $$d/$$file; then \
376             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377             if test -d "$(distdir)/$$file"; then \
378               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
379             fi; \
380             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
381               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
382               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383             fi; \
384             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
385           else \
386             test -f "$(distdir)/$$file" \
387             || cp -p $$d/$$file "$(distdir)/$$file" \
388             || exit 1; \
389           fi; \
390         done
391 check-am: all-am
392 check: check-am
393 all-am: Makefile
394 installdirs:
395 install: install-am
396 install-exec: install-exec-am
397 install-data: install-data-am
398 uninstall: uninstall-am
399
400 install-am: all-am
401         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402
403 installcheck: installcheck-am
404 install-strip:
405         if test -z '$(STRIP)'; then \
406           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408               install; \
409         else \
410           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
411             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
413         fi
414 mostlyclean-generic:
415
416 clean-generic:
417
418 distclean-generic:
419         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
420         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
421
422 maintainer-clean-generic:
423         @echo "This command is intended for maintainers to use"
424         @echo "it deletes files that may require special tools to rebuild."
425 clean: clean-am
426
427 clean-am: clean-generic clean-libtool mostlyclean-am
428
429 distclean: distclean-am
430         -rm -f Makefile
431 distclean-am: clean-am distclean-generic
432
433 dvi: dvi-am
434
435 dvi-am:
436
437 html: html-am
438
439 html-am:
440
441 info: info-am
442
443 info-am:
444
445 install-data-am:
446
447 install-dvi: install-dvi-am
448
449 install-dvi-am:
450
451 install-exec-am:
452
453 install-html: install-html-am
454
455 install-html-am:
456
457 install-info: install-info-am
458
459 install-info-am:
460
461 install-man:
462
463 install-pdf: install-pdf-am
464
465 install-pdf-am:
466
467 install-ps: install-ps-am
468
469 install-ps-am:
470
471 installcheck-am:
472
473 maintainer-clean: maintainer-clean-am
474         -rm -f Makefile
475 maintainer-clean-am: distclean-am maintainer-clean-generic
476
477 mostlyclean: mostlyclean-am
478
479 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
480
481 pdf: pdf-am
482
483 pdf-am:
484
485 ps: ps-am
486
487 ps-am:
488
489 uninstall-am:
490
491 .MAKE: install-am install-strip
492
493 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
494         cscopelist-am ctags-am distclean distclean-generic \
495         distclean-libtool distdir dvi dvi-am html html-am info info-am \
496         install install-am install-data install-data-am install-dvi \
497         install-dvi-am install-exec install-exec-am install-html \
498         install-html-am install-info install-info-am install-man \
499         install-pdf install-pdf-am install-ps install-ps-am \
500         install-strip installcheck installcheck-am installdirs \
501         maintainer-clean maintainer-clean-generic mostlyclean \
502         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
503         tags-am uninstall uninstall-am
504
505 .PRECIOUS: Makefile
506
507
508 # Tell versions [3.59,3.63) of GNU make to not export all variables.
509 # Otherwise a system limit (for SysV at least) may be exceeded.
510 .NOEXPORT: