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