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