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