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
18 # Automake fragment intended to be shared by Makefile.am files in the
24 if test -z '$(MAKELEVEL)'; then \
26 elif test -n '$(MAKE_HOST)'; then \
28 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
34 am__make_running_with_option = \
35 case $${target_option-} in \
37 *) echo "am__make_running_with_option: internal error: invalid" \
38 "target option '$${target_option-}' specified" >&2; \
42 sane_makeflags=$$MAKEFLAGS; \
43 if $(am__is_gnu_make); then \
44 sane_makeflags=$$MFLAGS; \
49 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
56 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
58 for flg in $$sane_makeflags; do \
59 test $$skip_next = yes && { skip_next=no; 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;; \
72 *$$target_option*) has_opt=yes; break;; \
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)
94 build_triplet = @build@
96 target_triplet = @target@
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) \
105 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = $(top_builddir)/config.h
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/||"`;; \
115 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117 am__nobase_strip_setup = \
118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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 = { \
133 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135 $(am__cd) "$$dir" && rm -f $$files; }; \
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
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) \
156 AM_V_P = $(am__v_P_@AM_V@)
157 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
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 " $@;
164 AM_V_at = $(am__v_at_@AM_V@)
165 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
169 depcomp = $(SHELL) $(top_srcdir)/depcomp
170 am__depfiles_maybe = depfiles
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 " $@;
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 " $@;
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 \
195 *) (install-info --version) >/dev/null 2>&1;; \
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
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; }; } \
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)`
216 am__DIST_COMMON = $(srcdir)/../common.am $(srcdir)/Makefile.in \
217 $(top_srcdir)/depcomp
218 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
223 AUTOCONF = @AUTOCONF@
224 AUTOHEADER = @AUTOHEADER@
225 AUTOMAKE = @AUTOMAKE@
228 CARES_CFLAGS = @CARES_CFLAGS@
229 CARES_LIBS = @CARES_LIBS@
231 CCDEPMODE = @CCDEPMODE@
233 CONFDATE = @CONFDATE@
234 CONFIG_ARGS = @CONFIG_ARGS@
236 CPPFLAGS = @CPPFLAGS@
238 CYGPATH_W = @CYGPATH_W@
243 DSYMUTIL = @DSYMUTIL@
253 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
254 IF_METHOD = @IF_METHOD@
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@
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@
274 LIBREADLINE = @LIBREADLINE@
277 LIB_REGEX = @LIB_REGEX@
280 LTLIBOBJS = @LTLIBOBJS@
281 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
282 MAKEINFO = @MAKEINFO@
283 MANIFEST_TOOL = @MANIFEST_TOOL@
285 NETSNMP_CONFIG = @NETSNMP_CONFIG@
293 OSPFCLIENT = @OSPFCLIENT@
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@
305 PATH_SEPARATOR = @PATH_SEPARATOR@
306 PDFLATEX = @PDFLATEX@
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@
318 RTREAD_METHOD = @RTREAD_METHOD@
319 RT_METHOD = @RT_METHOD@
321 SET_MAKE = @SET_MAKE@
327 WATCHQUAGGA = @WATCHQUAGGA@
328 WEAK_ALIAS = @WEAK_ALIAS@
329 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
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@
343 am__untar = @am__untar@
346 build_alias = @build_alias@
347 build_cpu = @build_cpu@
348 build_os = @build_os@
349 build_vendor = @build_vendor@
350 builddir = @builddir@
352 datarootdir = @datarootdir@
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@
361 host_alias = @host_alias@
362 host_cpu = @host_cpu@
364 host_vendor = @host_vendor@
366 includedir = @includedir@
368 install_sh = @install_sh@
370 libexecdir = @libexecdir@
371 localedir = @localedir@
372 localstatedir = @localstatedir@
375 oldincludedir = @oldincludedir@
377 pkgsrcdir = @pkgsrcdir@
378 pkgsrcrcdir = @pkgsrcrcdir@
380 program_transform_name = @program_transform_name@
382 quagga_statedir = @quagga_statedir@
384 sharedstatedir = @sharedstatedir@
386 sysconfdir = @sysconfdir@
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@
396 # Uncomment to use an non-system version of libprotobuf-c.
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)
408 # Information about how to link to various libraries.
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
422 @HAVE_PROTOBUF_TRUE@protobuf_srcs_nodist = \
423 @HAVE_PROTOBUF_TRUE@ qpb.pb-c.c
425 libquagga_pb_la_SOURCES = \
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
440 .SUFFIXES: .c .lo .o .obj
441 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../common.am $(am__configure_deps)
443 case '$(am__configure_deps)' in \
445 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
446 && { if test -f $@; then exit 0; else break; fi; }; \
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
456 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
458 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
459 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
461 $(srcdir)/../common.am $(am__empty):
463 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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):
472 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
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"; \
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)"; \
487 uninstall-libLTLIBRARIES:
489 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
490 for p in $$list; do \
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"; \
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|' | \
502 test -z "$$locs" || { \
503 echo rm -f $${locs}; \
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)
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@
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 $@ $<
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) '$<'`
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 $@ $<
547 ID: $(am__tagged_files)
548 $(am__define_uniq_tagged_files); mkid -fID $$unique
552 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555 $(am__define_uniq_tagged_files); \
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) \
563 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
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) \
577 here=`$(am__cd) $(top_builddir) && pwd` \
578 && $(am__cd) $(top_srcdir) \
579 && gtags -i $(GTAGS_ARGS) "$$here"
580 cscopelist: cscopelist-am
582 cscopelist-am: $(am__tagged_files)
583 list='$(am__tagged_files)'; \
584 case "$(srcdir)" in \
585 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
586 *) sdir=$(subdir)/$(srcdir) ;; \
588 for i in $$list; do \
589 if test -f "$$i"; then \
590 echo "$(subdir)/$$i"; \
594 done >> $(top_builddir)/cscope.files
597 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
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,/[^/]*$$,,' | \
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 {} \;; \
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 {} \;; \
622 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
624 test -f "$(distdir)/$$file" \
625 || cp -p $$d/$$file "$(distdir)/$$file" \
630 check: $(BUILT_SOURCES)
631 $(MAKE) $(AM_MAKEFLAGS) check-am
632 all-am: Makefile $(LTLIBRARIES)
634 for dir in "$(DESTDIR)$(libdir)"; do \
635 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
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
644 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646 installcheck: installcheck-am
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 \
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; \
660 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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)
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)
672 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
675 distclean: distclean-am
678 distclean-am: clean-am distclean-compile distclean-generic \
695 install-dvi: install-dvi-am
699 install-exec-am: install-libLTLIBRARIES
701 install-html: install-html-am
705 install-info: install-info-am
711 install-pdf: install-pdf-am
715 install-ps: install-ps-am
721 maintainer-clean: maintainer-clean-am
724 maintainer-clean-am: distclean-am maintainer-clean-generic
726 mostlyclean: mostlyclean-am
728 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
739 uninstall-am: uninstall-libLTLIBRARIES
741 .MAKE: all check install install-am install-strip
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
761 @HAVE_PROTOBUF_TRUE@%.pb.h: %.proto
762 @HAVE_PROTOBUF_TRUE@ $(Q_PROTOC) $(PROTOBUF_INCLUDES) --cpp_out=$(top_srcdir) $(top_srcdir)/$(PROTOBUF_PACKAGE)/$^
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)/$^
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.