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