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@
216BABELD = @BABELD@
217BGPD = @BGPD@
218CC = @CC@
219CCDEPMODE = @CCDEPMODE@
220CFLAGS = @CFLAGS@
221CONFDATE = @CONFDATE@
222CONFIG_ARGS = @CONFIG_ARGS@
223CPP = @CPP@
224CPPFLAGS = @CPPFLAGS@
225CURSES = @CURSES@
226CYGPATH_W = @CYGPATH_W@
227DEFS = @DEFS@
228DEJAGNU = @DEJAGNU@
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@
271MAINT = @MAINT@
272MAKEINFO = @MAKEINFO@
273MANIFEST_TOOL = @MANIFEST_TOOL@
274MKDIR_P = @MKDIR_P@
275MULTIPATH_NUM = @MULTIPATH_NUM@
276NETSNMP_CONFIG = @NETSNMP_CONFIG@
277NM = @NM@
278NMEDIT = @NMEDIT@
279OBJDUMP = @OBJDUMP@
280OBJEXT = @OBJEXT@
281OSPF6D = @OSPF6D@
282OSPFAPI = @OSPFAPI@
283OSPFCLIENT = @OSPFCLIENT@
284OSPFD = @OSPFD@
285OTOOL = @OTOOL@
286OTOOL64 = @OTOOL64@
287PACKAGE = @PACKAGE@
288PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
289PACKAGE_NAME = @PACKAGE_NAME@
290PACKAGE_STRING = @PACKAGE_STRING@
291PACKAGE_TARNAME = @PACKAGE_TARNAME@
292PACKAGE_URL = @PACKAGE_URL@
293PACKAGE_VERSION = @PACKAGE_VERSION@
294PATH_SEPARATOR = @PATH_SEPARATOR@
295PDFLATEX = @PDFLATEX@
296PERL = @PERL@
297PICFLAGS = @PICFLAGS@
298PILDFLAGS = @PILDFLAGS@
299PIMD = @PIMD@
300RANLIB = @RANLIB@
301RIPD = @RIPD@
302RIPNGD = @RIPNGD@
303RTREAD_METHOD = @RTREAD_METHOD@
304RT_METHOD = @RT_METHOD@
305RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
306SED = @SED@
307SET_MAKE = @SET_MAKE@
308SHELL = @SHELL@
309SOLARIS = @SOLARIS@
310STRIP = @STRIP@
311VERSION = @VERSION@
312VTYSH = @VTYSH@
313WATCHQUAGGA = @WATCHQUAGGA@
314WEAK_ALIAS = @WEAK_ALIAS@
315WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
316ZEBRA = @ZEBRA@
317abs_builddir = @abs_builddir@
318abs_srcdir = @abs_srcdir@
319abs_top_builddir = @abs_top_builddir@
320abs_top_srcdir = @abs_top_srcdir@
321ac_ct_AR = @ac_ct_AR@
322ac_ct_CC = @ac_ct_CC@
323ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
324am__include = @am__include@
325am__leading_dot = @am__leading_dot@
326am__quote = @am__quote@
327am__tar = @am__tar@
328am__untar = @am__untar@
329bindir = @bindir@
330build = @build@
331build_alias = @build_alias@
332build_cpu = @build_cpu@
333build_os = @build_os@
334build_vendor = @build_vendor@
335builddir = @builddir@
336datadir = @datadir@
337datarootdir = @datarootdir@
338docdir = @docdir@
339dvidir = @dvidir@
340enable_group = @enable_group@
341enable_user = @enable_user@
342enable_vty_group = @enable_vty_group@
343exampledir = @exampledir@
344exec_prefix = @exec_prefix@
345host = @host@
346host_alias = @host_alias@
347host_cpu = @host_cpu@
348host_os = @host_os@
349host_vendor = @host_vendor@
350htmldir = @htmldir@
351includedir = @includedir@
352infodir = @infodir@
353install_sh = @install_sh@
354libdir = @libdir@
355libexecdir = @libexecdir@
356localedir = @localedir@
357localstatedir = @localstatedir@
358mandir = @mandir@
359mkdir_p = @mkdir_p@
360oldincludedir = @oldincludedir@
361pdfdir = @pdfdir@
362pkgsrcdir = @pkgsrcdir@
363pkgsrcrcdir = @pkgsrcrcdir@
364prefix = @prefix@
365program_transform_name = @program_transform_name@
366psdir = @psdir@
367quagga_statedir = @quagga_statedir@
368sbindir = @sbindir@
369sharedstatedir = @sharedstatedir@
370srcdir = @srcdir@
371sysconfdir = @sysconfdir@
372target = @target@
373target_alias = @target_alias@
374target_cpu = @target_cpu@
375target_os = @target_os@
376target_vendor = @target_vendor@
377top_build_prefix = @top_build_prefix@
378top_builddir = @top_builddir@
379top_srcdir = @top_srcdir@
380SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @BABELD@ \
381         @ISISD@ @PIMD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \
382         redhat @SOLARIS@ tests
383
384DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d babeld \
385	  isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \
386	  solaris pimd
387
388EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \
389	update-autotools \
390	vtysh/Makefile.in vtysh/Makefile.am \
391	tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
392	tools/zebra.el tools/multiple-bgpd.sh \
393	fpm/fpm.h
394
395ACLOCAL_AMFLAGS = -I m4
396all: config.h
397	$(MAKE) $(AM_MAKEFLAGS) all-recursive
398
399.SUFFIXES:
400am--refresh: Makefile
401	@:
402$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
403	@for dep in $?; do \
404	  case '$(am__configure_deps)' in \
405	    *$$dep*) \
406	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
407	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
408		&& exit 0; \
409	      exit 1;; \
410	  esac; \
411	done; \
412	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
413	$(am__cd) $(top_srcdir) && \
414	  $(AUTOMAKE) --gnu Makefile
415Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
416	@case '$?' in \
417	  *config.status*) \
418	    echo ' $(SHELL) ./config.status'; \
419	    $(SHELL) ./config.status;; \
420	  *) \
421	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
422	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
423	esac;
424
425$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426	$(SHELL) ./config.status --recheck
427
428$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
429	$(am__cd) $(srcdir) && $(AUTOCONF)
430$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
431	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
432$(am__aclocal_m4_deps):
433
434config.h: stamp-h1
435	@test -f $@ || rm -f stamp-h1
436	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
437
438stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
439	@rm -f stamp-h1
440	cd $(top_builddir) && $(SHELL) ./config.status config.h
441$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
442	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
443	rm -f stamp-h1
444	touch $@
445
446distclean-hdr:
447	-rm -f config.h stamp-h1
448
449mostlyclean-libtool:
450	-rm -f *.lo
451
452clean-libtool:
453	-rm -rf .libs _libs
454
455distclean-libtool:
456	-rm -f libtool config.lt
457
458# This directory's subdirectories are mostly independent; you can cd
459# into them and run 'make' without going through this Makefile.
460# To change the values of 'make' variables: instead of editing Makefiles,
461# (1) if the variable is set in 'config.status', edit 'config.status'
462#     (which will cause the Makefiles to be regenerated when you run 'make');
463# (2) otherwise, pass the desired values on the 'make' command line.
464$(am__recursive_targets):
465	@fail=; \
466	if $(am__make_keepgoing); then \
467	  failcom='fail=yes'; \
468	else \
469	  failcom='exit 1'; \
470	fi; \
471	dot_seen=no; \
472	target=`echo $@ | sed s/-recursive//`; \
473	case "$@" in \
474	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
475	  *) list='$(SUBDIRS)' ;; \
476	esac; \
477	for subdir in $$list; do \
478	  echo "Making $$target in $$subdir"; \
479	  if test "$$subdir" = "."; then \
480	    dot_seen=yes; \
481	    local_target="$$target-am"; \
482	  else \
483	    local_target="$$target"; \
484	  fi; \
485	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
486	  || eval $$failcom; \
487	done; \
488	if test "$$dot_seen" = "no"; then \
489	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
490	fi; test -z "$$fail"
491
492ID: $(am__tagged_files)
493	$(am__define_uniq_tagged_files); mkid -fID $$unique
494tags: tags-recursive
495TAGS: tags
496
497tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
498	set x; \
499	here=`pwd`; \
500	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
501	  include_option=--etags-include; \
502	  empty_fix=.; \
503	else \
504	  include_option=--include; \
505	  empty_fix=; \
506	fi; \
507	list='$(SUBDIRS)'; for subdir in $$list; do \
508	  if test "$$subdir" = .; then :; else \
509	    test ! -f $$subdir/TAGS || \
510	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
511	  fi; \
512	done; \
513	$(am__define_uniq_tagged_files); \
514	shift; \
515	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
516	  test -n "$$unique" || unique=$$empty_fix; \
517	  if test $$# -gt 0; then \
518	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
519	      "$$@" $$unique; \
520	  else \
521	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522	      $$unique; \
523	  fi; \
524	fi
525ctags: ctags-recursive
526
527CTAGS: ctags
528ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
529	$(am__define_uniq_tagged_files); \
530	test -z "$(CTAGS_ARGS)$$unique" \
531	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
532	     $$unique
533
534GTAGS:
535	here=`$(am__cd) $(top_builddir) && pwd` \
536	  && $(am__cd) $(top_srcdir) \
537	  && gtags -i $(GTAGS_ARGS) "$$here"
538cscope: cscope.files
539	test ! -s cscope.files \
540	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
541clean-cscope:
542	-rm -f cscope.files
543cscope.files: clean-cscope cscopelist
544cscopelist: cscopelist-recursive
545
546cscopelist-am: $(am__tagged_files)
547	list='$(am__tagged_files)'; \
548	case "$(srcdir)" in \
549	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
550	  *) sdir=$(subdir)/$(srcdir) ;; \
551	esac; \
552	for i in $$list; do \
553	  if test -f "$$i"; then \
554	    echo "$(subdir)/$$i"; \
555	  else \
556	    echo "$$sdir/$$i"; \
557	  fi; \
558	done >> $(top_builddir)/cscope.files
559
560distclean-tags:
561	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
562	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
563
564distdir: $(DISTFILES)
565	$(am__remove_distdir)
566	test -d "$(distdir)" || mkdir "$(distdir)"
567	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
568	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569	list='$(DISTFILES)'; \
570	  dist_files=`for file in $$list; do echo $$file; done | \
571	  sed -e "s|^$$srcdirstrip/||;t" \
572	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
573	case $$dist_files in \
574	  */*) $(MKDIR_P) `echo "$$dist_files" | \
575			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
576			   sort -u` ;; \
577	esac; \
578	for file in $$dist_files; do \
579	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
580	  if test -d $$d/$$file; then \
581	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
582	    if test -d "$(distdir)/$$file"; then \
583	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584	    fi; \
585	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
586	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
587	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588	    fi; \
589	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
590	  else \
591	    test -f "$(distdir)/$$file" \
592	    || cp -p $$d/$$file "$(distdir)/$$file" \
593	    || exit 1; \
594	  fi; \
595	done
596	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
597	  if test "$$subdir" = .; then :; else \
598	    $(am__make_dryrun) \
599	      || test -d "$(distdir)/$$subdir" \
600	      || $(MKDIR_P) "$(distdir)/$$subdir" \
601	      || exit 1; \
602	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
603	    $(am__relativize); \
604	    new_distdir=$$reldir; \
605	    dir1=$$subdir; dir2="$(top_distdir)"; \
606	    $(am__relativize); \
607	    new_top_distdir=$$reldir; \
608	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
609	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
610	    ($(am__cd) $$subdir && \
611	      $(MAKE) $(AM_MAKEFLAGS) \
612	        top_distdir="$$new_top_distdir" \
613	        distdir="$$new_distdir" \
614		am__remove_distdir=: \
615		am__skip_length_check=: \
616		am__skip_mode_fix=: \
617	        distdir) \
618	      || exit 1; \
619	  fi; \
620	done
621	-test -n "$(am__skip_mode_fix)" \
622	|| find "$(distdir)" -type d ! -perm -755 \
623		-exec chmod u+rwx,go+rx {} \; -o \
624	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
625	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
626	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
627	|| chmod -R a+r "$(distdir)"
628dist-gzip: distdir
629	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
630	$(am__post_remove_distdir)
631
632dist-bzip2: distdir
633	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
634	$(am__post_remove_distdir)
635
636dist-lzip: distdir
637	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
638	$(am__post_remove_distdir)
639
640dist-xz: distdir
641	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
642	$(am__post_remove_distdir)
643
644dist-tarZ: distdir
645	@echo WARNING: "Support for distribution archives compressed with" \
646		       "legacy program 'compress' is deprecated." >&2
647	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
648	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
649	$(am__post_remove_distdir)
650
651dist-shar: distdir
652	@echo WARNING: "Support for shar distribution archives is" \
653	               "deprecated." >&2
654	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
655	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
656	$(am__post_remove_distdir)
657
658dist-zip: distdir
659	-rm -f $(distdir).zip
660	zip -rq $(distdir).zip $(distdir)
661	$(am__post_remove_distdir)
662
663dist dist-all:
664	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
665	$(am__post_remove_distdir)
666
667# This target untars the dist file and tries a VPATH configuration.  Then
668# it guarantees that the distribution is self-contained by making another
669# tarfile.
670distcheck: dist
671	case '$(DIST_ARCHIVES)' in \
672	*.tar.gz*) \
673	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
674	*.tar.bz2*) \
675	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
676	*.tar.lz*) \
677	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
678	*.tar.xz*) \
679	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
680	*.tar.Z*) \
681	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
682	*.shar.gz*) \
683	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
684	*.zip*) \
685	  unzip $(distdir).zip ;;\
686	esac
687	chmod -R a-w $(distdir)
688	chmod u+w $(distdir)
689	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
690	chmod a-w $(distdir)
691	test -d $(distdir)/_build || exit 0; \
692	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
693	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
694	  && am__cwd=`pwd` \
695	  && $(am__cd) $(distdir)/_build/sub \
696	  && ../../configure \
697	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
698	    $(DISTCHECK_CONFIGURE_FLAGS) \
699	    --srcdir=../.. --prefix="$$dc_install_base" \
700	  && $(MAKE) $(AM_MAKEFLAGS) \
701	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
702	  && $(MAKE) $(AM_MAKEFLAGS) check \
703	  && $(MAKE) $(AM_MAKEFLAGS) install \
704	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
705	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
706	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
707	        distuninstallcheck \
708	  && chmod -R a-w "$$dc_install_base" \
709	  && ({ \
710	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
711	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
712	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
713	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
714	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
715	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
716	  && rm -rf "$$dc_destdir" \
717	  && $(MAKE) $(AM_MAKEFLAGS) dist \
718	  && rm -rf $(DIST_ARCHIVES) \
719	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
720	  && cd "$$am__cwd" \
721	  || exit 1
722	$(am__post_remove_distdir)
723	@(echo "$(distdir) archives ready for distribution: "; \
724	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
725	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
726distuninstallcheck:
727	@test -n '$(distuninstallcheck_dir)' || { \
728	  echo 'ERROR: trying to run $@ with an empty' \
729	       '$$(distuninstallcheck_dir)' >&2; \
730	  exit 1; \
731	}; \
732	$(am__cd) '$(distuninstallcheck_dir)' || { \
733	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
734	  exit 1; \
735	}; \
736	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
737	   || { echo "ERROR: files left after uninstall:" ; \
738	        if test -n "$(DESTDIR)"; then \
739	          echo "  (check DESTDIR support)"; \
740	        fi ; \
741	        $(distuninstallcheck_listfiles) ; \
742	        exit 1; } >&2
743distcleancheck: distclean
744	@if test '$(srcdir)' = . ; then \
745	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
746	  exit 1 ; \
747	fi
748	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
749	  || { echo "ERROR: files left in build directory after distclean:" ; \
750	       $(distcleancheck_listfiles) ; \
751	       exit 1; } >&2
752check-am: all-am
753check: check-recursive
754all-am: Makefile config.h
755installdirs: installdirs-recursive
756installdirs-am:
757install: install-recursive
758install-exec: install-exec-recursive
759install-data: install-data-recursive
760uninstall: uninstall-recursive
761
762install-am: all-am
763	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
764
765installcheck: installcheck-recursive
766install-strip:
767	if test -z '$(STRIP)'; then \
768	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
769	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
770	      install; \
771	else \
772	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
773	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
774	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
775	fi
776mostlyclean-generic:
777
778clean-generic:
779
780distclean-generic:
781	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
782	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
783
784maintainer-clean-generic:
785	@echo "This command is intended for maintainers to use"
786	@echo "it deletes files that may require special tools to rebuild."
787@HAVE_LATEX_FALSE@clean-local:
788clean: clean-recursive
789
790clean-am: clean-generic clean-libtool clean-local mostlyclean-am
791
792distclean: distclean-recursive
793	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
794	-rm -f Makefile
795distclean-am: clean-am distclean-generic distclean-hdr \
796	distclean-libtool distclean-tags
797
798dvi: dvi-recursive
799
800dvi-am:
801
802html: html-recursive
803
804html-am:
805
806info: info-recursive
807
808info-am:
809
810install-data-am:
811
812install-dvi: install-dvi-recursive
813
814install-dvi-am:
815
816install-exec-am:
817
818install-html: install-html-recursive
819
820install-html-am:
821
822install-info: install-info-recursive
823
824install-info-am:
825
826install-man:
827
828install-pdf: install-pdf-recursive
829
830install-pdf-am:
831
832install-ps: install-ps-recursive
833
834install-ps-am:
835
836installcheck-am:
837
838maintainer-clean: maintainer-clean-recursive
839	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
840	-rm -rf $(top_srcdir)/autom4te.cache
841	-rm -f Makefile
842maintainer-clean-am: distclean-am maintainer-clean-generic
843
844mostlyclean: mostlyclean-recursive
845
846mostlyclean-am: mostlyclean-generic mostlyclean-libtool
847
848pdf: pdf-recursive
849
850pdf-am:
851
852ps: ps-recursive
853
854ps-am:
855
856uninstall-am:
857
858.MAKE: $(am__recursive_targets) all install-am install-strip
859
860.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
861	am--refresh check check-am clean clean-cscope clean-generic \
862	clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
863	dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
864	dist-tarZ dist-xz dist-zip distcheck distclean \
865	distclean-generic distclean-hdr distclean-libtool \
866	distclean-tags distcleancheck distdir distuninstallcheck dvi \
867	dvi-am html html-am info info-am install install-am \
868	install-data install-data-am install-dvi install-dvi-am \
869	install-exec install-exec-am install-html install-html-am \
870	install-info install-info-am install-man install-pdf \
871	install-pdf-am install-ps install-ps-am install-strip \
872	installcheck installcheck-am installdirs installdirs-am \
873	maintainer-clean maintainer-clean-generic mostlyclean \
874	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
875	tags tags-am uninstall uninstall-am
876
877.PRECIOUS: Makefile
878
879
880@HAVE_LATEX_TRUE@HACKING.pdf: HACKING.tex
881@HAVE_LATEX_TRUE@	$(LATEXMK) -pdf $<
882
883@HAVE_LATEX_TRUE@clean-local:
884@HAVE_LATEX_TRUE@	-$(LATEXMK) -C HACKING.tex
885
886# Tell versions [3.59,3.63) of GNU make to not export all variables.
887# Otherwise a system limit (for SysV at least) may be exceeded.
888.NOEXPORT:
889