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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
94	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100	$(am__configure_deps) $(am__DIST_COMMON)
101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122	ctags-recursive dvi-recursive html-recursive info-recursive \
123	install-data-recursive install-dvi-recursive \
124	install-exec-recursive install-html-recursive \
125	install-info-recursive install-pdf-recursive \
126	install-ps-recursive install-recursive installcheck-recursive \
127	installdirs-recursive pdf-recursive ps-recursive \
128	tags-recursive uninstall-recursive
129am__can_run_installinfo = \
130  case $$AM_UPDATE_INFO_DIR in \
131    n|no|NO) false;; \
132    *) (install-info --version) >/dev/null 2>&1;; \
133  esac
134RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
135  distclean-recursive maintainer-clean-recursive
136am__recursive_targets = \
137  $(RECURSIVE_TARGETS) \
138  $(RECURSIVE_CLEAN_TARGETS) \
139  $(am__extra_recursive_targets)
140AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
141	cscope distdir dist dist-all distcheck
142am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
143	$(LISP)config.h.in
144# Read a list of newline-separated strings from the standard input,
145# and print each of them once, without duplicates.  Input order is
146# *not* preserved.
147am__uniquify_input = $(AWK) '\
148  BEGIN { nonempty = 0; } \
149  { items[$$0] = 1; nonempty = 1; } \
150  END { if (nonempty) { for (i in items) print i; }; } \
151'
152# Make sure the list of sources is unique.  This is necessary because,
153# e.g., the same source file might be shared among _SOURCES variables
154# for different programs/libraries.
155am__define_uniq_tagged_files = \
156  list='$(am__tagged_files)'; \
157  unique=`for i in $$list; do \
158    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
159  done | $(am__uniquify_input)`
160ETAGS = etags
161CTAGS = ctags
162CSCOPE = cscope
163am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
164	COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO compile \
165	config.guess config.sub install-sh ltmain.sh missing
166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167distdir = $(PACKAGE)-$(VERSION)
168top_distdir = $(distdir)
169am__remove_distdir = \
170  if test -d "$(distdir)"; then \
171    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
172      && rm -rf "$(distdir)" \
173      || { sleep 5 && rm -rf "$(distdir)"; }; \
174  else :; fi
175am__post_remove_distdir = $(am__remove_distdir)
176am__relativize = \
177  dir0=`pwd`; \
178  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
179  sed_rest='s,^[^/]*/*,,'; \
180  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
181  sed_butlast='s,/*[^/]*$$,,'; \
182  while test -n "$$dir1"; do \
183    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
184    if test "$$first" != "."; then \
185      if test "$$first" = ".."; then \
186        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188      else \
189        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190        if test "$$first2" = "$$first"; then \
191          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192        else \
193          dir2="../$$dir2"; \
194        fi; \
195        dir0="$$dir0"/"$$first"; \
196      fi; \
197    fi; \
198    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199  done; \
200  reldir="$$dir2"
201DIST_ARCHIVES = $(distdir).tar.gz
202GZIP_ENV = --best
203DIST_TARGETS = dist-gzip
204distuninstallcheck_listfiles = find . -type f -print
205am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
206  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
207distcleancheck_listfiles = find . -type f -print
208ACLOCAL = @ACLOCAL@
209AMTAR = @AMTAR@
210AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
211AR = @AR@
212AUTOCONF = @AUTOCONF@
213AUTOHEADER = @AUTOHEADER@
214AUTOMAKE = @AUTOMAKE@
215AWK = @AWK@
216BGPD = @BGPD@
217CARES_CFLAGS = @CARES_CFLAGS@
218CARES_LIBS = @CARES_LIBS@
219CC = @CC@
220CCDEPMODE = @CCDEPMODE@
221CFLAGS = @CFLAGS@
222CONFDATE = @CONFDATE@
223CONFIG_ARGS = @CONFIG_ARGS@
224CPP = @CPP@
225CPPFLAGS = @CPPFLAGS@
226CURSES = @CURSES@
227CYGPATH_W = @CYGPATH_W@
228DEFS = @DEFS@
229DEPDIR = @DEPDIR@
230DLLTOOL = @DLLTOOL@
231DOC = @DOC@
232DSYMUTIL = @DSYMUTIL@
233DUMPBIN = @DUMPBIN@
234ECHO_C = @ECHO_C@
235ECHO_N = @ECHO_N@
236ECHO_T = @ECHO_T@
237EGREP = @EGREP@
238EXEEXT = @EXEEXT@
239FGREP = @FGREP@
240GAWK = @GAWK@
241GREP = @GREP@
242HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
243IF_METHOD = @IF_METHOD@
244INSTALL = @INSTALL@
245INSTALL_DATA = @INSTALL_DATA@
246INSTALL_PROGRAM = @INSTALL_PROGRAM@
247INSTALL_SCRIPT = @INSTALL_SCRIPT@
248INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249IOCTL_METHOD = @IOCTL_METHOD@
250IPFORWARD = @IPFORWARD@
251ISISD = @ISISD@
252ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
253ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
254ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
255KERNEL_METHOD = @KERNEL_METHOD@
256LATEXMK = @LATEXMK@
257LD = @LD@
258LDFLAGS = @LDFLAGS@
259LIBCAP = @LIBCAP@
260LIBM = @LIBM@
261LIBOBJS = @LIBOBJS@
262LIBPAM = @LIBPAM@
263LIBREADLINE = @LIBREADLINE@
264LIBS = @LIBS@
265LIBTOOL = @LIBTOOL@
266LIB_REGEX = @LIB_REGEX@
267LIPO = @LIPO@
268LN_S = @LN_S@
269LTLIBOBJS = @LTLIBOBJS@
270LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
271MAKEINFO = @MAKEINFO@
272MANIFEST_TOOL = @MANIFEST_TOOL@
273MKDIR_P = @MKDIR_P@
274NETSNMP_CONFIG = @NETSNMP_CONFIG@
275NHRPD = @NHRPD@
276NM = @NM@
277NMEDIT = @NMEDIT@
278OBJDUMP = @OBJDUMP@
279OBJEXT = @OBJEXT@
280OSPF6D = @OSPF6D@
281OSPFAPI = @OSPFAPI@
282OSPFCLIENT = @OSPFCLIENT@
283OSPFD = @OSPFD@
284OTOOL = @OTOOL@
285OTOOL64 = @OTOOL64@
286PACKAGE = @PACKAGE@
287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288PACKAGE_NAME = @PACKAGE_NAME@
289PACKAGE_STRING = @PACKAGE_STRING@
290PACKAGE_TARNAME = @PACKAGE_TARNAME@
291PACKAGE_URL = @PACKAGE_URL@
292PACKAGE_VERSION = @PACKAGE_VERSION@
293PANDOC = @PANDOC@
294PATH_SEPARATOR = @PATH_SEPARATOR@
295PDFLATEX = @PDFLATEX@
296PERL = @PERL@
297PIMD = @PIMD@
298PKG_CONFIG = @PKG_CONFIG@
299PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
300PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
301PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
302PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
303PROTOC_C = @PROTOC_C@
304RANLIB = @RANLIB@
305RIPD = @RIPD@
306RIPNGD = @RIPNGD@
307RTREAD_METHOD = @RTREAD_METHOD@
308RT_METHOD = @RT_METHOD@
309SED = @SED@
310SET_MAKE = @SET_MAKE@
311SHELL = @SHELL@
312SOLARIS = @SOLARIS@
313STRIP = @STRIP@
314VERSION = @VERSION@
315VTYSH = @VTYSH@
316WATCHQUAGGA = @WATCHQUAGGA@
317WEAK_ALIAS = @WEAK_ALIAS@
318WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
319WERROR = @WERROR@
320ZEBRA = @ZEBRA@
321abs_builddir = @abs_builddir@
322abs_srcdir = @abs_srcdir@
323abs_top_builddir = @abs_top_builddir@
324abs_top_srcdir = @abs_top_srcdir@
325ac_ct_AR = @ac_ct_AR@
326ac_ct_CC = @ac_ct_CC@
327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328am__include = @am__include@
329am__leading_dot = @am__leading_dot@
330am__quote = @am__quote@
331am__tar = @am__tar@
332am__untar = @am__untar@
333bindir = @bindir@
334build = @build@
335build_alias = @build_alias@
336build_cpu = @build_cpu@
337build_os = @build_os@
338build_vendor = @build_vendor@
339builddir = @builddir@
340datadir = @datadir@
341datarootdir = @datarootdir@
342docdir = @docdir@
343dvidir = @dvidir@
344enable_group = @enable_group@
345enable_user = @enable_user@
346enable_vty_group = @enable_vty_group@
347exampledir = @exampledir@
348exec_prefix = @exec_prefix@
349host = @host@
350host_alias = @host_alias@
351host_cpu = @host_cpu@
352host_os = @host_os@
353host_vendor = @host_vendor@
354htmldir = @htmldir@
355includedir = @includedir@
356infodir = @infodir@
357install_sh = @install_sh@
358libdir = @libdir@
359libexecdir = @libexecdir@
360localedir = @localedir@
361localstatedir = @localstatedir@
362mandir = @mandir@
363mkdir_p = @mkdir_p@
364oldincludedir = @oldincludedir@
365pdfdir = @pdfdir@
366pkgsrcdir = @pkgsrcdir@
367pkgsrcrcdir = @pkgsrcrcdir@
368prefix = @prefix@
369program_transform_name = @program_transform_name@
370psdir = @psdir@
371quagga_statedir = @quagga_statedir@
372sbindir = @sbindir@
373sharedstatedir = @sharedstatedir@
374srcdir = @srcdir@
375sysconfdir = @sysconfdir@
376target = @target@
377target_alias = @target_alias@
378target_cpu = @target_cpu@
379target_os = @target_os@
380target_vendor = @target_vendor@
381top_build_prefix = @top_build_prefix@
382top_builddir = @top_builddir@
383top_srcdir = @top_srcdir@
384SUBDIRS = lib qpb fpm @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @NHRPD@ \
385         @ISISD@ @PIMD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \
386         redhat @SOLARIS@ tests
387
388DIST_SUBDIRS = lib qpb fpm zebra bgpd ripd ripngd ospfd ospf6d nhrpd \
389	  isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \
390	  solaris pimd
391
392EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \
393	update-autotools \
394	vtysh/Makefile.in vtysh/Makefile.am \
395	tools/zebra.el tools/multiple-bgpd.sh
396
397ACLOCAL_AMFLAGS = -I m4
398all: config.h
399	$(MAKE) $(AM_MAKEFLAGS) all-recursive
400
401.SUFFIXES:
402am--refresh: Makefile
403	@:
404$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
405	@for dep in $?; do \
406	  case '$(am__configure_deps)' in \
407	    *$$dep*) \
408	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
409	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
410		&& exit 0; \
411	      exit 1;; \
412	  esac; \
413	done; \
414	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
415	$(am__cd) $(top_srcdir) && \
416	  $(AUTOMAKE) --gnu Makefile
417Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418	@case '$?' in \
419	  *config.status*) \
420	    echo ' $(SHELL) ./config.status'; \
421	    $(SHELL) ./config.status;; \
422	  *) \
423	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
424	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
425	esac;
426
427$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
428	$(SHELL) ./config.status --recheck
429
430$(top_srcdir)/configure:  $(am__configure_deps)
431	$(am__cd) $(srcdir) && $(AUTOCONF)
432$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
433	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
434$(am__aclocal_m4_deps):
435
436config.h: stamp-h1
437	@test -f $@ || rm -f stamp-h1
438	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
439
440stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
441	@rm -f stamp-h1
442	cd $(top_builddir) && $(SHELL) ./config.status config.h
443$(srcdir)/config.h.in:  $(am__configure_deps)
444	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
445	rm -f stamp-h1
446	touch $@
447
448distclean-hdr:
449	-rm -f config.h stamp-h1
450
451mostlyclean-libtool:
452	-rm -f *.lo
453
454clean-libtool:
455	-rm -rf .libs _libs
456
457distclean-libtool:
458	-rm -f libtool config.lt
459
460# This directory's subdirectories are mostly independent; you can cd
461# into them and run 'make' without going through this Makefile.
462# To change the values of 'make' variables: instead of editing Makefiles,
463# (1) if the variable is set in 'config.status', edit 'config.status'
464#     (which will cause the Makefiles to be regenerated when you run 'make');
465# (2) otherwise, pass the desired values on the 'make' command line.
466$(am__recursive_targets):
467	@fail=; \
468	if $(am__make_keepgoing); then \
469	  failcom='fail=yes'; \
470	else \
471	  failcom='exit 1'; \
472	fi; \
473	dot_seen=no; \
474	target=`echo $@ | sed s/-recursive//`; \
475	case "$@" in \
476	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
477	  *) list='$(SUBDIRS)' ;; \
478	esac; \
479	for subdir in $$list; do \
480	  echo "Making $$target in $$subdir"; \
481	  if test "$$subdir" = "."; then \
482	    dot_seen=yes; \
483	    local_target="$$target-am"; \
484	  else \
485	    local_target="$$target"; \
486	  fi; \
487	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
488	  || eval $$failcom; \
489	done; \
490	if test "$$dot_seen" = "no"; then \
491	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
492	fi; test -z "$$fail"
493
494ID: $(am__tagged_files)
495	$(am__define_uniq_tagged_files); mkid -fID $$unique
496tags: tags-recursive
497TAGS: tags
498
499tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
500	set x; \
501	here=`pwd`; \
502	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
503	  include_option=--etags-include; \
504	  empty_fix=.; \
505	else \
506	  include_option=--include; \
507	  empty_fix=; \
508	fi; \
509	list='$(SUBDIRS)'; for subdir in $$list; do \
510	  if test "$$subdir" = .; then :; else \
511	    test ! -f $$subdir/TAGS || \
512	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
513	  fi; \
514	done; \
515	$(am__define_uniq_tagged_files); \
516	shift; \
517	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
518	  test -n "$$unique" || unique=$$empty_fix; \
519	  if test $$# -gt 0; then \
520	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521	      "$$@" $$unique; \
522	  else \
523	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524	      $$unique; \
525	  fi; \
526	fi
527ctags: ctags-recursive
528
529CTAGS: ctags
530ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
531	$(am__define_uniq_tagged_files); \
532	test -z "$(CTAGS_ARGS)$$unique" \
533	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
534	     $$unique
535
536GTAGS:
537	here=`$(am__cd) $(top_builddir) && pwd` \
538	  && $(am__cd) $(top_srcdir) \
539	  && gtags -i $(GTAGS_ARGS) "$$here"
540cscope: cscope.files
541	test ! -s cscope.files \
542	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
543clean-cscope:
544	-rm -f cscope.files
545cscope.files: clean-cscope cscopelist
546cscopelist: cscopelist-recursive
547
548cscopelist-am: $(am__tagged_files)
549	list='$(am__tagged_files)'; \
550	case "$(srcdir)" in \
551	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
552	  *) sdir=$(subdir)/$(srcdir) ;; \
553	esac; \
554	for i in $$list; do \
555	  if test -f "$$i"; then \
556	    echo "$(subdir)/$$i"; \
557	  else \
558	    echo "$$sdir/$$i"; \
559	  fi; \
560	done >> $(top_builddir)/cscope.files
561
562distclean-tags:
563	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
564	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
565
566distdir: $(DISTFILES)
567	$(am__remove_distdir)
568	test -d "$(distdir)" || mkdir "$(distdir)"
569	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571	list='$(DISTFILES)'; \
572	  dist_files=`for file in $$list; do echo $$file; done | \
573	  sed -e "s|^$$srcdirstrip/||;t" \
574	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
575	case $$dist_files in \
576	  */*) $(MKDIR_P) `echo "$$dist_files" | \
577			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
578			   sort -u` ;; \
579	esac; \
580	for file in $$dist_files; do \
581	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
582	  if test -d $$d/$$file; then \
583	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
584	    if test -d "$(distdir)/$$file"; then \
585	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586	    fi; \
587	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
588	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
589	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590	    fi; \
591	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
592	  else \
593	    test -f "$(distdir)/$$file" \
594	    || cp -p $$d/$$file "$(distdir)/$$file" \
595	    || exit 1; \
596	  fi; \
597	done
598	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
599	  if test "$$subdir" = .; then :; else \
600	    $(am__make_dryrun) \
601	      || test -d "$(distdir)/$$subdir" \
602	      || $(MKDIR_P) "$(distdir)/$$subdir" \
603	      || exit 1; \
604	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
605	    $(am__relativize); \
606	    new_distdir=$$reldir; \
607	    dir1=$$subdir; dir2="$(top_distdir)"; \
608	    $(am__relativize); \
609	    new_top_distdir=$$reldir; \
610	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
611	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
612	    ($(am__cd) $$subdir && \
613	      $(MAKE) $(AM_MAKEFLAGS) \
614	        top_distdir="$$new_top_distdir" \
615	        distdir="$$new_distdir" \
616		am__remove_distdir=: \
617		am__skip_length_check=: \
618		am__skip_mode_fix=: \
619	        distdir) \
620	      || exit 1; \
621	  fi; \
622	done
623	-test -n "$(am__skip_mode_fix)" \
624	|| find "$(distdir)" -type d ! -perm -755 \
625		-exec chmod u+rwx,go+rx {} \; -o \
626	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
627	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
628	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
629	|| chmod -R a+r "$(distdir)"
630dist-gzip: distdir
631	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
632	$(am__post_remove_distdir)
633
634dist-bzip2: distdir
635	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
636	$(am__post_remove_distdir)
637
638dist-lzip: distdir
639	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
640	$(am__post_remove_distdir)
641
642dist-xz: distdir
643	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
644	$(am__post_remove_distdir)
645
646dist-tarZ: distdir
647	@echo WARNING: "Support for distribution archives compressed with" \
648		       "legacy program 'compress' is deprecated." >&2
649	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
650	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
651	$(am__post_remove_distdir)
652
653dist-shar: distdir
654	@echo WARNING: "Support for shar distribution archives is" \
655	               "deprecated." >&2
656	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
657	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
658	$(am__post_remove_distdir)
659
660dist-zip: distdir
661	-rm -f $(distdir).zip
662	zip -rq $(distdir).zip $(distdir)
663	$(am__post_remove_distdir)
664
665dist dist-all:
666	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
667	$(am__post_remove_distdir)
668
669# This target untars the dist file and tries a VPATH configuration.  Then
670# it guarantees that the distribution is self-contained by making another
671# tarfile.
672distcheck: dist
673	case '$(DIST_ARCHIVES)' in \
674	*.tar.gz*) \
675	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
676	*.tar.bz2*) \
677	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
678	*.tar.lz*) \
679	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
680	*.tar.xz*) \
681	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
682	*.tar.Z*) \
683	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
684	*.shar.gz*) \
685	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
686	*.zip*) \
687	  unzip $(distdir).zip ;;\
688	esac
689	chmod -R a-w $(distdir)
690	chmod u+w $(distdir)
691	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
692	chmod a-w $(distdir)
693	test -d $(distdir)/_build || exit 0; \
694	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
695	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
696	  && am__cwd=`pwd` \
697	  && $(am__cd) $(distdir)/_build/sub \
698	  && ../../configure \
699	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
700	    $(DISTCHECK_CONFIGURE_FLAGS) \
701	    --srcdir=../.. --prefix="$$dc_install_base" \
702	  && $(MAKE) $(AM_MAKEFLAGS) \
703	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
704	  && $(MAKE) $(AM_MAKEFLAGS) check \
705	  && $(MAKE) $(AM_MAKEFLAGS) install \
706	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
707	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
708	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
709	        distuninstallcheck \
710	  && chmod -R a-w "$$dc_install_base" \
711	  && ({ \
712	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
713	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
714	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
715	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
716	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
717	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
718	  && rm -rf "$$dc_destdir" \
719	  && $(MAKE) $(AM_MAKEFLAGS) dist \
720	  && rm -rf $(DIST_ARCHIVES) \
721	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
722	  && cd "$$am__cwd" \
723	  || exit 1
724	$(am__post_remove_distdir)
725	@(echo "$(distdir) archives ready for distribution: "; \
726	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
727	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
728distuninstallcheck:
729	@test -n '$(distuninstallcheck_dir)' || { \
730	  echo 'ERROR: trying to run $@ with an empty' \
731	       '$$(distuninstallcheck_dir)' >&2; \
732	  exit 1; \
733	}; \
734	$(am__cd) '$(distuninstallcheck_dir)' || { \
735	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
736	  exit 1; \
737	}; \
738	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
739	   || { echo "ERROR: files left after uninstall:" ; \
740	        if test -n "$(DESTDIR)"; then \
741	          echo "  (check DESTDIR support)"; \
742	        fi ; \
743	        $(distuninstallcheck_listfiles) ; \
744	        exit 1; } >&2
745distcleancheck: distclean
746	@if test '$(srcdir)' = . ; then \
747	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
748	  exit 1 ; \
749	fi
750	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
751	  || { echo "ERROR: files left in build directory after distclean:" ; \
752	       $(distcleancheck_listfiles) ; \
753	       exit 1; } >&2
754check-am: all-am
755check: check-recursive
756all-am: Makefile config.h
757installdirs: installdirs-recursive
758installdirs-am:
759install: install-recursive
760install-exec: install-exec-recursive
761install-data: install-data-recursive
762uninstall: uninstall-recursive
763
764install-am: all-am
765	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
766
767installcheck: installcheck-recursive
768install-strip:
769	if test -z '$(STRIP)'; then \
770	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
771	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
772	      install; \
773	else \
774	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
775	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
776	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
777	fi
778mostlyclean-generic:
779
780clean-generic:
781
782distclean-generic:
783	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
784	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
785
786maintainer-clean-generic:
787	@echo "This command is intended for maintainers to use"
788	@echo "it deletes files that may require special tools to rebuild."
789@HAVE_PANDOC_FALSE@clean-local:
790clean: clean-recursive
791
792clean-am: clean-generic clean-libtool clean-local mostlyclean-am
793
794distclean: distclean-recursive
795	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
796	-rm -f Makefile
797distclean-am: clean-am distclean-generic distclean-hdr \
798	distclean-libtool distclean-tags
799
800dvi: dvi-recursive
801
802dvi-am:
803
804html: html-recursive
805
806html-am:
807
808info: info-recursive
809
810info-am:
811
812install-data-am:
813
814install-dvi: install-dvi-recursive
815
816install-dvi-am:
817
818install-exec-am:
819
820install-html: install-html-recursive
821
822install-html-am:
823
824install-info: install-info-recursive
825
826install-info-am:
827
828install-man:
829
830install-pdf: install-pdf-recursive
831
832install-pdf-am:
833
834install-ps: install-ps-recursive
835
836install-ps-am:
837
838installcheck-am:
839
840maintainer-clean: maintainer-clean-recursive
841	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
842	-rm -rf $(top_srcdir)/autom4te.cache
843	-rm -f Makefile
844maintainer-clean-am: distclean-am maintainer-clean-generic
845
846mostlyclean: mostlyclean-recursive
847
848mostlyclean-am: mostlyclean-generic mostlyclean-libtool
849
850pdf: pdf-recursive
851
852pdf-am:
853
854ps: ps-recursive
855
856ps-am:
857
858uninstall-am:
859
860.MAKE: $(am__recursive_targets) all install-am install-strip
861
862.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
863	am--refresh check check-am clean clean-cscope clean-generic \
864	clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
865	dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
866	dist-tarZ dist-xz dist-zip distcheck distclean \
867	distclean-generic distclean-hdr distclean-libtool \
868	distclean-tags distcleancheck distdir distuninstallcheck dvi \
869	dvi-am html html-am info info-am install install-am \
870	install-data install-data-am install-dvi install-dvi-am \
871	install-exec install-exec-am install-html install-html-am \
872	install-info install-info-am install-man install-pdf \
873	install-pdf-am install-ps install-ps-am install-strip \
874	installcheck installcheck-am installdirs installdirs-am \
875	maintainer-clean maintainer-clean-generic mostlyclean \
876	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
877	tags tags-am uninstall uninstall-am
878
879.PRECIOUS: Makefile
880
881
882@HAVE_PANDOC_TRUE@HACKING.pdf: HACKING.md
883@HAVE_PANDOC_TRUE@	pandoc -o $@ $<
884
885@HAVE_PANDOC_TRUE@clean-local:
886@HAVE_PANDOC_TRUE@	-$(LATEXMK) -C HACKING.tex
887
888# Tell versions [3.59,3.63) of GNU make to not export all variables.
889# Otherwise a system limit (for SysV at least) may be exceeded.
890.NOEXPORT:
891