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
22 if test -z '$(MAKELEVEL)'; then \
24 elif test -n '$(MAKE_HOST)'; then \
26 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32 am__make_running_with_option = \
33 case $${target_option-} in \
35 *) echo "am__make_running_with_option: internal error: invalid" \
36 "target option '$${target_option-}' specified" >&2; \
40 sane_makeflags=$$MAKEFLAGS; \
41 if $(am__is_gnu_make); then \
42 sane_makeflags=$$MFLAGS; \
47 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 for flg in $$sane_makeflags; do \
57 test $$skip_next = yes && { skip_next=no; continue; }; \
60 -*I) strip_trailopt 'I'; skip_next=yes;; \
61 -*I?*) strip_trailopt 'I';; \
62 -*O) strip_trailopt 'O'; skip_next=yes;; \
63 -*O?*) strip_trailopt 'O';; \
64 -*l) strip_trailopt 'l'; skip_next=yes;; \
65 -*l?*) strip_trailopt 'l';; \
66 -[dEDm]) skip_next=yes;; \
67 -[JT]) skip_next=yes;; \
70 *$$target_option*) has_opt=yes; break;; \
74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76 pkgdatadir = $(datadir)/@PACKAGE@
77 pkgincludedir = $(includedir)/@PACKAGE@
78 pkglibdir = $(libdir)/@PACKAGE@
79 pkglibexecdir = $(libexecdir)/@PACKAGE@
80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81 install_sh_DATA = $(install_sh) -c -m 644
82 install_sh_PROGRAM = $(install_sh) -c
83 install_sh_SCRIPT = $(install_sh) -c
84 INSTALL_HEADER = $(INSTALL_DATA)
85 transform = $(program_transform_name)
92 build_triplet = @build@
94 target_triplet = @target@
95 sbin_PROGRAMS = ripd$(EXEEXT)
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
99 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
100 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
101 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 DIST_COMMON = $(srcdir)/Makefile.am $(dist_examples_DATA) \
105 $(noinst_HEADERS) $(am__DIST_COMMON)
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = $(top_builddir)/config.h
109 CONFIG_CLEAN_VPATH_FILES =
110 LIBRARIES = $(noinst_LIBRARIES)
112 AM_V_AR = $(am__v_AR_@AM_V@)
113 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
114 am__v_AR_0 = @echo " AR " $@;
116 librip_a_AR = $(AR) $(ARFLAGS)
118 am_librip_a_OBJECTS = ripd.$(OBJEXT) rip_zebra.$(OBJEXT) \
119 rip_interface.$(OBJEXT) rip_debug.$(OBJEXT) rip_snmp.$(OBJEXT) \
120 rip_routemap.$(OBJEXT) rip_peer.$(OBJEXT) rip_offset.$(OBJEXT)
121 librip_a_OBJECTS = $(am_librip_a_OBJECTS)
122 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"
123 PROGRAMS = $(sbin_PROGRAMS)
124 am__objects_1 = ripd.$(OBJEXT) rip_zebra.$(OBJEXT) \
125 rip_interface.$(OBJEXT) rip_debug.$(OBJEXT) rip_snmp.$(OBJEXT) \
126 rip_routemap.$(OBJEXT) rip_peer.$(OBJEXT) rip_offset.$(OBJEXT)
127 am_ripd_OBJECTS = rip_main.$(OBJEXT) $(am__objects_1)
128 ripd_OBJECTS = $(am_ripd_OBJECTS)
129 ripd_DEPENDENCIES = ../lib/libzebra.la
130 AM_V_lt = $(am__v_lt_@AM_V@)
131 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
132 am__v_lt_0 = --silent
134 AM_V_P = $(am__v_P_@AM_V@)
135 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
138 AM_V_GEN = $(am__v_GEN_@AM_V@)
139 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140 am__v_GEN_0 = @echo " GEN " $@;
142 AM_V_at = $(am__v_at_@AM_V@)
143 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
146 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
147 depcomp = $(SHELL) $(top_srcdir)/depcomp
148 am__depfiles_maybe = depfiles
150 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155 $(AM_CFLAGS) $(CFLAGS)
156 AM_V_CC = $(am__v_CC_@AM_V@)
157 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158 am__v_CC_0 = @echo " CC " $@;
161 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163 $(AM_LDFLAGS) $(LDFLAGS) -o $@
164 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166 am__v_CCLD_0 = @echo " CCLD " $@;
168 SOURCES = $(librip_a_SOURCES) $(ripd_SOURCES)
169 DIST_SOURCES = $(librip_a_SOURCES) $(ripd_SOURCES)
170 am__can_run_installinfo = \
171 case $$AM_UPDATE_INFO_DIR in \
173 *) (install-info --version) >/dev/null 2>&1;; \
175 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
176 am__vpath_adj = case $$p in \
177 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
180 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
182 am__nobase_strip_setup = \
183 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
185 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
186 am__nobase_list = $(am__nobase_strip_setup); \
187 for p in $$list; do echo "$$p $$p"; done | \
188 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
189 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
190 if (++n[$$2] == $(am__install_max)) \
191 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
192 END { for (dir in files) print dir, files[dir] }'
194 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
195 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
196 am__uninstall_files_from_dir = { \
198 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
199 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
200 $(am__cd) "$$dir" && rm -f $$files; }; \
202 DATA = $(dist_examples_DATA)
203 HEADERS = $(noinst_HEADERS)
204 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
205 # Read a list of newline-separated strings from the standard input,
206 # and print each of them once, without duplicates. Input order is
208 am__uniquify_input = $(AWK) '\
209 BEGIN { nonempty = 0; } \
210 { items[$$0] = 1; nonempty = 1; } \
211 END { if (nonempty) { for (i in items) print i; }; } \
213 # Make sure the list of sources is unique. This is necessary because,
214 # e.g., the same source file might be shared among _SOURCES variables
215 # for different programs/libraries.
216 am__define_uniq_tagged_files = \
217 list='$(am__tagged_files)'; \
218 unique=`for i in $$list; do \
219 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220 done | $(am__uniquify_input)`
223 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
224 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
227 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
229 AUTOCONF = @AUTOCONF@
230 AUTOHEADER = @AUTOHEADER@
231 AUTOMAKE = @AUTOMAKE@
234 CARES_CFLAGS = @CARES_CFLAGS@
235 CARES_LIBS = @CARES_LIBS@
237 CCDEPMODE = @CCDEPMODE@
239 CONFDATE = @CONFDATE@
240 CONFIG_ARGS = @CONFIG_ARGS@
242 CPPFLAGS = @CPPFLAGS@
244 CYGPATH_W = @CYGPATH_W@
245 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
249 DSYMUTIL = @DSYMUTIL@
259 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
260 IF_METHOD = @IF_METHOD@
262 INSTALL_DATA = @INSTALL_DATA@
263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
264 INSTALL_SCRIPT = @INSTALL_SCRIPT@
265 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266 IOCTL_METHOD = @IOCTL_METHOD@
267 IPFORWARD = @IPFORWARD@
269 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
270 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
271 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
272 KERNEL_METHOD = @KERNEL_METHOD@
280 LIBREADLINE = @LIBREADLINE@
283 LIB_REGEX = @LIB_REGEX@
286 LTLIBOBJS = @LTLIBOBJS@
287 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
288 MAKEINFO = @MAKEINFO@
289 MANIFEST_TOOL = @MANIFEST_TOOL@
291 NETSNMP_CONFIG = @NETSNMP_CONFIG@
299 OSPFCLIENT = @OSPFCLIENT@
304 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305 PACKAGE_NAME = @PACKAGE_NAME@
306 PACKAGE_STRING = @PACKAGE_STRING@
307 PACKAGE_TARNAME = @PACKAGE_TARNAME@
308 PACKAGE_URL = @PACKAGE_URL@
309 PACKAGE_VERSION = @PACKAGE_VERSION@
311 PATH_SEPARATOR = @PATH_SEPARATOR@
312 PDFLATEX = @PDFLATEX@
315 PKG_CONFIG = @PKG_CONFIG@
316 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
317 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
318 PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
319 PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
320 PROTOC_C = @PROTOC_C@
324 RTREAD_METHOD = @RTREAD_METHOD@
325 RT_METHOD = @RT_METHOD@
327 SET_MAKE = @SET_MAKE@
333 WATCHQUAGGA = @WATCHQUAGGA@
334 WEAK_ALIAS = @WEAK_ALIAS@
335 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
338 abs_builddir = @abs_builddir@
339 abs_srcdir = @abs_srcdir@
340 abs_top_builddir = @abs_top_builddir@
341 abs_top_srcdir = @abs_top_srcdir@
342 ac_ct_AR = @ac_ct_AR@
343 ac_ct_CC = @ac_ct_CC@
344 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
345 am__include = @am__include@
346 am__leading_dot = @am__leading_dot@
347 am__quote = @am__quote@
349 am__untar = @am__untar@
352 build_alias = @build_alias@
353 build_cpu = @build_cpu@
354 build_os = @build_os@
355 build_vendor = @build_vendor@
356 builddir = @builddir@
358 datarootdir = @datarootdir@
361 enable_group = @enable_group@
362 enable_user = @enable_user@
363 enable_vty_group = @enable_vty_group@
364 exampledir = @exampledir@
365 exec_prefix = @exec_prefix@
367 host_alias = @host_alias@
368 host_cpu = @host_cpu@
370 host_vendor = @host_vendor@
372 includedir = @includedir@
374 install_sh = @install_sh@
376 libexecdir = @libexecdir@
377 localedir = @localedir@
378 localstatedir = @localstatedir@
381 oldincludedir = @oldincludedir@
383 pkgsrcdir = @pkgsrcdir@
384 pkgsrcrcdir = @pkgsrcrcdir@
386 program_transform_name = @program_transform_name@
388 quagga_statedir = @quagga_statedir@
390 sharedstatedir = @sharedstatedir@
392 sysconfdir = @sysconfdir@
394 target_alias = @target_alias@
395 target_cpu = @target_cpu@
396 target_os = @target_os@
397 target_vendor = @target_vendor@
398 top_build_prefix = @top_build_prefix@
399 top_builddir = @top_builddir@
400 top_srcdir = @top_srcdir@
401 AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
402 INSTALL_SDATA = @INSTALL@ -m 600
403 AM_CFLAGS = $(WERROR)
404 noinst_LIBRARIES = librip.a
406 ripd.c rip_zebra.c rip_interface.c rip_debug.c rip_snmp.c \
407 rip_routemap.c rip_peer.c rip_offset.c
410 ripd.h rip_debug.h rip_interface.h
413 rip_main.c $(librip_a_SOURCES)
415 ripd_LDADD = ../lib/libzebra.la @LIBCAP@
416 examplesdir = $(exampledir)
417 dist_examples_DATA = ripd.conf.sample
418 EXTRA_DIST = RIPv2-MIB.txt
422 .SUFFIXES: .c .lo .o .obj
423 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
425 case '$(am__configure_deps)' in \
427 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
428 && { if test -f $@; then exit 0; else break; fi; }; \
432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ripd/Makefile'; \
433 $(am__cd) $(top_srcdir) && \
434 $(AUTOMAKE) --gnu ripd/Makefile
435 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
440 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
441 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
444 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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):
453 clean-noinstLIBRARIES:
454 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
456 librip.a: $(librip_a_OBJECTS) $(librip_a_DEPENDENCIES) $(EXTRA_librip_a_DEPENDENCIES)
457 $(AM_V_at)-rm -f librip.a
458 $(AM_V_AR)$(librip_a_AR) librip.a $(librip_a_OBJECTS) $(librip_a_LIBADD)
459 $(AM_V_at)$(RANLIB) librip.a
460 install-sbinPROGRAMS: $(sbin_PROGRAMS)
462 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
463 if test -n "$$list"; then \
464 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
465 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
467 for p in $$list; do echo "$$p $$p"; done | \
468 sed 's/$(EXEEXT)$$//' | \
469 while read p p1; do if test -f $$p \
471 ; then echo "$$p"; echo "$$p"; else :; fi; \
473 sed -e 'p;s,.*/,,;n;h' \
475 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
476 sed 'N;N;N;s,\n, ,g' | \
477 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
478 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
479 if ($$2 == $$4) files[d] = files[d] " " $$1; \
480 else { print "f", $$3 "/" $$4, $$1; } } \
481 END { for (d in files) print "f", d, files[d] }' | \
482 while read type dir files; do \
483 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
484 test -z "$$files" || { \
485 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
486 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
490 uninstall-sbinPROGRAMS:
492 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
493 files=`for p in $$list; do echo "$$p"; done | \
494 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
495 -e 's/$$/$(EXEEXT)/' \
497 test -n "$$list" || exit 0; \
498 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
499 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
502 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
503 echo " rm -f" $$list; \
504 rm -f $$list || exit $$?; \
505 test -n "$(EXEEXT)" || exit 0; \
506 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
507 echo " rm -f" $$list; \
510 ripd$(EXEEXT): $(ripd_OBJECTS) $(ripd_DEPENDENCIES) $(EXTRA_ripd_DEPENDENCIES)
512 $(AM_V_CCLD)$(LINK) $(ripd_OBJECTS) $(ripd_LDADD) $(LIBS)
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rip_debug.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rip_interface.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rip_main.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rip_offset.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rip_peer.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rip_routemap.Po@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rip_snmp.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rip_zebra.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ripd.Po@am__quote@
531 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
532 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
533 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
538 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
539 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
540 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
541 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
545 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
546 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
548 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
556 install-dist_examplesDATA: $(dist_examples_DATA)
558 @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
559 if test -n "$$list"; then \
560 echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
561 $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
563 for p in $$list; do \
564 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
566 done | $(am__base_list) | \
567 while read files; do \
568 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
569 $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
572 uninstall-dist_examplesDATA:
574 @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
575 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
576 dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
578 ID: $(am__tagged_files)
579 $(am__define_uniq_tagged_files); mkid -fID $$unique
583 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
586 $(am__define_uniq_tagged_files); \
588 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
589 test -n "$$unique" || unique=$$empty_fix; \
590 if test $$# -gt 0; then \
591 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
601 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602 $(am__define_uniq_tagged_files); \
603 test -z "$(CTAGS_ARGS)$$unique" \
604 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
608 here=`$(am__cd) $(top_builddir) && pwd` \
609 && $(am__cd) $(top_srcdir) \
610 && gtags -i $(GTAGS_ARGS) "$$here"
611 cscopelist: cscopelist-am
613 cscopelist-am: $(am__tagged_files)
614 list='$(am__tagged_files)'; \
615 case "$(srcdir)" in \
616 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
617 *) sdir=$(subdir)/$(srcdir) ;; \
619 for i in $$list; do \
620 if test -f "$$i"; then \
621 echo "$(subdir)/$$i"; \
625 done >> $(top_builddir)/cscope.files
628 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
630 distdir: $(DISTFILES)
631 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
632 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633 list='$(DISTFILES)'; \
634 dist_files=`for file in $$list; do echo $$file; done | \
635 sed -e "s|^$$srcdirstrip/||;t" \
636 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
637 case $$dist_files in \
638 */*) $(MKDIR_P) `echo "$$dist_files" | \
639 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
642 for file in $$dist_files; do \
643 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
644 if test -d $$d/$$file; then \
645 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
646 if test -d "$(distdir)/$$file"; then \
647 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
649 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
650 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
651 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
655 test -f "$(distdir)/$$file" \
656 || cp -p $$d/$$file "$(distdir)/$$file" \
662 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
664 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"; do \
665 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
668 install-exec: install-exec-am
669 install-data: install-data-am
670 uninstall: uninstall-am
673 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
675 installcheck: installcheck-am
677 if test -z '$(STRIP)'; then \
678 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
679 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
682 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
691 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
692 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
694 maintainer-clean-generic:
695 @echo "This command is intended for maintainers to use"
696 @echo "it deletes files that may require special tools to rebuild."
699 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
700 clean-sbinPROGRAMS mostlyclean-am
702 distclean: distclean-am
705 distclean-am: clean-am distclean-compile distclean-generic \
720 install-data-am: install-dist_examplesDATA
722 install-dvi: install-dvi-am
726 install-exec-am: install-sbinPROGRAMS
728 install-html: install-html-am
732 install-info: install-info-am
738 install-pdf: install-pdf-am
742 install-ps: install-ps-am
748 maintainer-clean: maintainer-clean-am
751 maintainer-clean-am: distclean-am maintainer-clean-generic
753 mostlyclean: mostlyclean-am
755 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
766 uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
768 .MAKE: install-am install-strip
770 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
771 clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS \
772 cscopelist-am ctags ctags-am distclean distclean-compile \
773 distclean-generic distclean-libtool distclean-tags distdir dvi \
774 dvi-am html html-am info info-am install install-am \
775 install-data install-data-am install-dist_examplesDATA \
776 install-dvi install-dvi-am install-exec install-exec-am \
777 install-html install-html-am install-info install-info-am \
778 install-man install-pdf install-pdf-am install-ps \
779 install-ps-am install-sbinPROGRAMS install-strip installcheck \
780 installcheck-am installdirs maintainer-clean \
781 maintainer-clean-generic mostlyclean mostlyclean-compile \
782 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
783 tags tags-am uninstall uninstall-am \
784 uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
789 # Tell versions [3.59,3.63) of GNU make to not export all variables.
790 # Otherwise a system limit (for SysV at least) may be exceeded.