1348980Sdes# Makefile.in generated by automake 1.16.1 from Makefile.am.
2141098Sdes# @configure_input@
3117610Sdes
4348980Sdes# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5255376Sdes
6117610Sdes# This Makefile.in is free software; the Free Software Foundation
7117610Sdes# gives unlimited permission to copy and/or distribute it,
8117610Sdes# with or without modifications, as long as this notice is preserved.
9117610Sdes
10117610Sdes# This program is distributed in the hope that it will be useful,
11117610Sdes# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12117610Sdes# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13117610Sdes# PARTICULAR PURPOSE.
14117610Sdes
15117610Sdes@SET_MAKE@
16147455Sdes
17348980Sdes# $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $
18117610SdesVPATH = @srcdir@
19348980Sdesam__is_gnu_make = { \
20348980Sdes  if test -z '$(MAKELEVEL)'; then \
21348980Sdes    false; \
22348980Sdes  elif test -n '$(MAKE_HOST)'; then \
23348980Sdes    true; \
24348980Sdes  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25348980Sdes    true; \
26348980Sdes  else \
27348980Sdes    false; \
28348980Sdes  fi; \
29348980Sdes}
30255376Sdesam__make_running_with_option = \
31255376Sdes  case $${target_option-} in \
32255376Sdes      ?) ;; \
33255376Sdes      *) echo "am__make_running_with_option: internal error: invalid" \
34255376Sdes              "target option '$${target_option-}' specified" >&2; \
35255376Sdes         exit 1;; \
36255376Sdes  esac; \
37255376Sdes  has_opt=no; \
38255376Sdes  sane_makeflags=$$MAKEFLAGS; \
39255376Sdes  if $(am__is_gnu_make); then \
40255376Sdes    sane_makeflags=$$MFLAGS; \
41255376Sdes  else \
42255376Sdes    case $$MAKEFLAGS in \
43255376Sdes      *\\[\ \	]*) \
44255376Sdes        bs=\\; \
45255376Sdes        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46255376Sdes          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47255376Sdes    esac; \
48255376Sdes  fi; \
49255376Sdes  skip_next=no; \
50255376Sdes  strip_trailopt () \
51255376Sdes  { \
52255376Sdes    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53255376Sdes  }; \
54255376Sdes  for flg in $$sane_makeflags; do \
55255376Sdes    test $$skip_next = yes && { skip_next=no; continue; }; \
56255376Sdes    case $$flg in \
57255376Sdes      *=*|--*) continue;; \
58255376Sdes        -*I) strip_trailopt 'I'; skip_next=yes;; \
59255376Sdes      -*I?*) strip_trailopt 'I';; \
60255376Sdes        -*O) strip_trailopt 'O'; skip_next=yes;; \
61255376Sdes      -*O?*) strip_trailopt 'O';; \
62255376Sdes        -*l) strip_trailopt 'l'; skip_next=yes;; \
63255376Sdes      -*l?*) strip_trailopt 'l';; \
64255376Sdes      -[dEDm]) skip_next=yes;; \
65255376Sdes      -[JT]) skip_next=yes;; \
66255376Sdes    esac; \
67255376Sdes    case $$flg in \
68255376Sdes      *$$target_option*) has_opt=yes; break;; \
69255376Sdes    esac; \
70255376Sdes  done; \
71255376Sdes  test $$has_opt = yes
72255376Sdesam__make_dryrun = (target_option=n; $(am__make_running_with_option))
73255376Sdesam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74117610Sdespkgdatadir = $(datadir)/@PACKAGE@
75228692Sdespkgincludedir = $(includedir)/@PACKAGE@
76117610Sdespkglibdir = $(libdir)/@PACKAGE@
77228692Sdespkglibexecdir = $(libexecdir)/@PACKAGE@
78141098Sdesam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79141098Sdesinstall_sh_DATA = $(install_sh) -c -m 644
80141098Sdesinstall_sh_PROGRAM = $(install_sh) -c
81141098Sdesinstall_sh_SCRIPT = $(install_sh) -c
82117610SdesINSTALL_HEADER = $(INSTALL_DATA)
83141098Sdestransform = $(program_transform_name)
84117610SdesNORMAL_INSTALL = :
85117610SdesPRE_INSTALL = :
86117610SdesPOST_INSTALL = :
87117610SdesNORMAL_UNINSTALL = :
88117610SdesPRE_UNINSTALL = :
89117610SdesPOST_UNINSTALL = :
90117610Sdesbuild_triplet = @build@
91117610Sdeshost_triplet = @host@
92174832Sdes@WITH_DOC_TRUE@am__append_1 = doc
93228692Sdessubdir = .
94141098SdesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95348980Sdesam__aclocal_m4_deps = $(top_srcdir)/m4/ax_pkg_config.m4 \
96348980Sdes	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97348980Sdes	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98348980Sdes	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99141098Sdesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100141098Sdes	$(ACLOCAL_M4)
101348980SdesDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
102348980Sdes	$(am__configure_deps) $(am__DIST_COMMON)
103141098Sdesam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
104228692Sdes configure.lineno config.status.lineno
105174832Sdesmkinstalldirs = $(install_sh) -d
106141098SdesCONFIG_HEADER = config.h
107348980SdesCONFIG_CLEAN_FILES = mkpkgng
108228692SdesCONFIG_CLEAN_VPATH_FILES =
109255376SdesAM_V_P = $(am__v_P_@AM_V@)
110255376Sdesam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111255376Sdesam__v_P_0 = false
112255376Sdesam__v_P_1 = :
113255376SdesAM_V_GEN = $(am__v_GEN_@AM_V@)
114255376Sdesam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115255376Sdesam__v_GEN_0 = @echo "  GEN     " $@;
116255376Sdesam__v_GEN_1 = 
117255376SdesAM_V_at = $(am__v_at_@AM_V@)
118255376Sdesam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119255376Sdesam__v_at_0 = @
120255376Sdesam__v_at_1 = 
121141098SdesSOURCES =
122141098SdesDIST_SOURCES =
123255376SdesRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124255376Sdes	ctags-recursive dvi-recursive html-recursive info-recursive \
125255376Sdes	install-data-recursive install-dvi-recursive \
126255376Sdes	install-exec-recursive install-html-recursive \
127255376Sdes	install-info-recursive install-pdf-recursive \
128255376Sdes	install-ps-recursive install-recursive installcheck-recursive \
129255376Sdes	installdirs-recursive pdf-recursive ps-recursive \
130255376Sdes	tags-recursive uninstall-recursive
131255376Sdesam__can_run_installinfo = \
132255376Sdes  case $$AM_UPDATE_INFO_DIR in \
133255376Sdes    n|no|NO) false;; \
134255376Sdes    *) (install-info --version) >/dev/null 2>&1;; \
135255376Sdes  esac
136228692SdesRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
137228692Sdes  distclean-recursive maintainer-clean-recursive
138255376Sdesam__recursive_targets = \
139255376Sdes  $(RECURSIVE_TARGETS) \
140255376Sdes  $(RECURSIVE_CLEAN_TARGETS) \
141255376Sdes  $(am__extra_recursive_targets)
142255376SdesAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
143348980Sdes	cscope distdir distdir-am dist dist-all distcheck
144255376Sdesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
145255376Sdes	$(LISP)config.h.in
146255376Sdes# Read a list of newline-separated strings from the standard input,
147255376Sdes# and print each of them once, without duplicates.  Input order is
148255376Sdes# *not* preserved.
149255376Sdesam__uniquify_input = $(AWK) '\
150255376Sdes  BEGIN { nonempty = 0; } \
151255376Sdes  { items[$$0] = 1; nonempty = 1; } \
152255376Sdes  END { if (nonempty) { for (i in items) print i; }; } \
153255376Sdes'
154255376Sdes# Make sure the list of sources is unique.  This is necessary because,
155255376Sdes# e.g., the same source file might be shared among _SOURCES variables
156255376Sdes# for different programs/libraries.
157255376Sdesam__define_uniq_tagged_files = \
158255376Sdes  list='$(am__tagged_files)'; \
159255376Sdes  unique=`for i in $$list; do \
160255376Sdes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
161255376Sdes  done | $(am__uniquify_input)`
162141098SdesETAGS = etags
163141098SdesCTAGS = ctags
164255376SdesCSCOPE = cscope
165348980SdesDIST_SUBDIRS = misc include lib bin modules doc t
166348980Sdesam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
167348980Sdes	$(srcdir)/mkpkgng.in INSTALL README TODO compile config.guess \
168348980Sdes	config.sub install-sh ltmain.sh missing
169141098SdesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170141098Sdesdistdir = $(PACKAGE)-$(VERSION)
171141098Sdestop_distdir = $(distdir)
172141098Sdesam__remove_distdir = \
173255376Sdes  if test -d "$(distdir)"; then \
174255376Sdes    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
175255376Sdes      && rm -rf "$(distdir)" \
176255376Sdes      || { sleep 5 && rm -rf "$(distdir)"; }; \
177255376Sdes  else :; fi
178255376Sdesam__post_remove_distdir = $(am__remove_distdir)
179228692Sdesam__relativize = \
180228692Sdes  dir0=`pwd`; \
181228692Sdes  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
182228692Sdes  sed_rest='s,^[^/]*/*,,'; \
183228692Sdes  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
184228692Sdes  sed_butlast='s,/*[^/]*$$,,'; \
185228692Sdes  while test -n "$$dir1"; do \
186228692Sdes    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
187228692Sdes    if test "$$first" != "."; then \
188228692Sdes      if test "$$first" = ".."; then \
189228692Sdes        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
190228692Sdes        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
191228692Sdes      else \
192228692Sdes        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
193228692Sdes        if test "$$first2" = "$$first"; then \
194228692Sdes          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
195228692Sdes        else \
196228692Sdes          dir2="../$$dir2"; \
197228692Sdes        fi; \
198228692Sdes        dir0="$$dir0"/"$$first"; \
199228692Sdes      fi; \
200228692Sdes    fi; \
201228692Sdes    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
202228692Sdes  done; \
203228692Sdes  reldir="$$dir2"
204141098SdesDIST_ARCHIVES = $(distdir).tar.gz
205141098SdesGZIP_ENV = --best
206255376SdesDIST_TARGETS = dist-gzip
207141098Sdesdistuninstallcheck_listfiles = find . -type f -print
208255376Sdesam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
209255376Sdes  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
210141098Sdesdistcleancheck_listfiles = find . -type f -print
211141098SdesACLOCAL = @ACLOCAL@
212117610SdesAMTAR = @AMTAR@
213255376SdesAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
214141098SdesAR = @AR@
215141098SdesAUTOCONF = @AUTOCONF@
216141098SdesAUTOHEADER = @AUTOHEADER@
217141098SdesAUTOMAKE = @AUTOMAKE@
218117610SdesAWK = @AWK@
219117610SdesCC = @CC@
220141098SdesCCDEPMODE = @CCDEPMODE@
221117610SdesCFLAGS = @CFLAGS@
222141098SdesCPP = @CPP@
223117610SdesCPPFLAGS = @CPPFLAGS@
224348980SdesCRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@
225348980SdesCRYB_TEST_LIBS = @CRYB_TEST_LIBS@
226348980SdesCRYB_TEST_VERSION = @CRYB_TEST_VERSION@
227141098SdesCYGPATH_W = @CYGPATH_W@
228141098SdesDEFS = @DEFS@
229117610SdesDEPDIR = @DEPDIR@
230228692SdesDLLTOOL = @DLLTOOL@
231117610SdesDL_LIBS = @DL_LIBS@
232228692SdesDSYMUTIL = @DSYMUTIL@
233228692SdesDUMPBIN = @DUMPBIN@
234141098SdesECHO_C = @ECHO_C@
235141098SdesECHO_N = @ECHO_N@
236141098SdesECHO_T = @ECHO_T@
237141098SdesEGREP = @EGREP@
238117610SdesEXEEXT = @EXEEXT@
239228692SdesFGREP = @FGREP@
240174832SdesGREP = @GREP@
241228692SdesINSTALL = @INSTALL@
242141098SdesINSTALL_DATA = @INSTALL_DATA@
243141098SdesINSTALL_PROGRAM = @INSTALL_PROGRAM@
244141098SdesINSTALL_SCRIPT = @INSTALL_SCRIPT@
245117610SdesINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246228692SdesLD = @LD@
247141098SdesLDFLAGS = @LDFLAGS@
248141098SdesLIBOBJS = @LIBOBJS@
249141098SdesLIBS = @LIBS@
250117610SdesLIBTOOL = @LIBTOOL@
251117610SdesLIB_MAJ = @LIB_MAJ@
252228692SdesLIPO = @LIPO@
253117610SdesLN_S = @LN_S@
254141098SdesLTLIBOBJS = @LTLIBOBJS@
255348980SdesLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
256141098SdesMAKEINFO = @MAKEINFO@
257228692SdesMANIFEST_TOOL = @MANIFEST_TOOL@
258228692SdesMKDIR_P = @MKDIR_P@
259228692SdesNM = @NM@
260228692SdesNMEDIT = @NMEDIT@
261228692SdesOBJDUMP = @OBJDUMP@
262117610SdesOBJEXT = @OBJEXT@
263117610SdesOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
264228692SdesOTOOL = @OTOOL@
265228692SdesOTOOL64 = @OTOOL64@
266117610SdesPACKAGE = @PACKAGE@
267141098SdesPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268141098SdesPACKAGE_NAME = @PACKAGE_NAME@
269141098SdesPACKAGE_STRING = @PACKAGE_STRING@
270141098SdesPACKAGE_TARNAME = @PACKAGE_TARNAME@
271228692SdesPACKAGE_URL = @PACKAGE_URL@
272141098SdesPACKAGE_VERSION = @PACKAGE_VERSION@
273141098SdesPATH_SEPARATOR = @PATH_SEPARATOR@
274348980SdesPKG_CONFIG = @PKG_CONFIG@
275348980SdesPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
276348980SdesPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
277117610SdesRANLIB = @RANLIB@
278174832SdesSED = @SED@
279141098SdesSET_MAKE = @SET_MAKE@
280141098SdesSHELL = @SHELL@
281141098SdesSTRIP = @STRIP@
282348980SdesSYSTEM_LIBPAM = @SYSTEM_LIBPAM@
283117610SdesVERSION = @VERSION@
284228692Sdesabs_builddir = @abs_builddir@
285228692Sdesabs_srcdir = @abs_srcdir@
286228692Sdesabs_top_builddir = @abs_top_builddir@
287228692Sdesabs_top_srcdir = @abs_top_srcdir@
288228692Sdesac_ct_AR = @ac_ct_AR@
289141098Sdesac_ct_CC = @ac_ct_CC@
290228692Sdesac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291117610Sdesam__include = @am__include@
292141098Sdesam__leading_dot = @am__leading_dot@
293117610Sdesam__quote = @am__quote@
294174832Sdesam__tar = @am__tar@
295174832Sdesam__untar = @am__untar@
296141098Sdesbindir = @bindir@
297141098Sdesbuild = @build@
298141098Sdesbuild_alias = @build_alias@
299141098Sdesbuild_cpu = @build_cpu@
300141098Sdesbuild_os = @build_os@
301141098Sdesbuild_vendor = @build_vendor@
302228692Sdesbuilddir = @builddir@
303141098Sdesdatadir = @datadir@
304174832Sdesdatarootdir = @datarootdir@
305174832Sdesdocdir = @docdir@
306174832Sdesdvidir = @dvidir@
307141098Sdesexec_prefix = @exec_prefix@
308141098Sdeshost = @host@
309141098Sdeshost_alias = @host_alias@
310141098Sdeshost_cpu = @host_cpu@
311141098Sdeshost_os = @host_os@
312141098Sdeshost_vendor = @host_vendor@
313174832Sdeshtmldir = @htmldir@
314141098Sdesincludedir = @includedir@
315141098Sdesinfodir = @infodir@
316117610Sdesinstall_sh = @install_sh@
317141098Sdeslibdir = @libdir@
318141098Sdeslibexecdir = @libexecdir@
319174832Sdeslocaledir = @localedir@
320141098Sdeslocalstatedir = @localstatedir@
321141098Sdesmandir = @mandir@
322141098Sdesmkdir_p = @mkdir_p@
323141098Sdesoldincludedir = @oldincludedir@
324174832Sdespdfdir = @pdfdir@
325348980Sdespkgconfigdir = @pkgconfigdir@
326141098Sdesprefix = @prefix@
327141098Sdesprogram_transform_name = @program_transform_name@
328174832Sdespsdir = @psdir@
329141098Sdessbindir = @sbindir@
330141098Sdessharedstatedir = @sharedstatedir@
331228692Sdessrcdir = @srcdir@
332141098Sdessysconfdir = @sysconfdir@
333141098Sdestarget_alias = @target_alias@
334228692Sdestop_build_prefix = @top_build_prefix@
335228692Sdestop_builddir = @top_builddir@
336228692Sdestop_srcdir = @top_srcdir@
337228692SdesACLOCAL_AMFLAGS = -I m4
338348980SdesSUBDIRS = misc include lib bin modules $(am__append_1) t
339174832SdesEXTRA_DIST = \
340174832Sdes	CREDITS \
341174832Sdes	HISTORY \
342174832Sdes	INSTALL \
343174832Sdes	LICENSE \
344174832Sdes	README \
345174832Sdes	RELNOTES \
346174832Sdes	autogen.sh \
347174832Sdes	misc/gendoc.pl
348174832Sdes
349117610Sdesall: config.h
350117610Sdes	$(MAKE) $(AM_MAKEFLAGS) all-recursive
351117610Sdes
352117610Sdes.SUFFIXES:
353255376Sdesam--refresh: Makefile
354141098Sdes	@:
355141098Sdes$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
356141098Sdes	@for dep in $?; do \
357141098Sdes	  case '$(am__configure_deps)' in \
358141098Sdes	    *$$dep*) \
359228692Sdes	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
360228692Sdes	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
361141098Sdes		&& exit 0; \
362141098Sdes	      exit 1;; \
363141098Sdes	  esac; \
364141098Sdes	done; \
365228692Sdes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
366228692Sdes	$(am__cd) $(top_srcdir) && \
367228692Sdes	  $(AUTOMAKE) --foreign Makefile
368141098SdesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
369141098Sdes	@case '$?' in \
370141098Sdes	  *config.status*) \
371141098Sdes	    echo ' $(SHELL) ./config.status'; \
372141098Sdes	    $(SHELL) ./config.status;; \
373141098Sdes	  *) \
374348980Sdes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
375348980Sdes	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
376141098Sdes	esac;
377117610Sdes
378141098Sdes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
379117610Sdes	$(SHELL) ./config.status --recheck
380141098Sdes
381141098Sdes$(top_srcdir)/configure:  $(am__configure_deps)
382228692Sdes	$(am__cd) $(srcdir) && $(AUTOCONF)
383141098Sdes$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
384228692Sdes	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
385228692Sdes$(am__aclocal_m4_deps):
386117610Sdes
387141098Sdesconfig.h: stamp-h1
388255376Sdes	@test -f $@ || rm -f stamp-h1
389255376Sdes	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
390141098Sdes
391141098Sdesstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
392141098Sdes	@rm -f stamp-h1
393141098Sdes	cd $(top_builddir) && $(SHELL) ./config.status config.h
394141098Sdes$(srcdir)/config.h.in:  $(am__configure_deps) 
395228692Sdes	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
396141098Sdes	rm -f stamp-h1
397141098Sdes	touch $@
398117610Sdes
399117610Sdesdistclean-hdr:
400141098Sdes	-rm -f config.h stamp-h1
401255376Sdesmkpkgng: $(top_builddir)/config.status $(srcdir)/mkpkgng.in
402255376Sdes	cd $(top_builddir) && $(SHELL) ./config.status $@
403141098Sdes
404141098Sdesmostlyclean-libtool:
405141098Sdes	-rm -f *.lo
406141098Sdes
407141098Sdesclean-libtool:
408141098Sdes	-rm -rf .libs _libs
409141098Sdes
410141098Sdesdistclean-libtool:
411228692Sdes	-rm -f libtool config.lt
412117610Sdes
413117610Sdes# This directory's subdirectories are mostly independent; you can cd
414255376Sdes# into them and run 'make' without going through this Makefile.
415255376Sdes# To change the values of 'make' variables: instead of editing Makefiles,
416255376Sdes# (1) if the variable is set in 'config.status', edit 'config.status'
417255376Sdes#     (which will cause the Makefiles to be regenerated when you run 'make');
418255376Sdes# (2) otherwise, pass the desired values on the 'make' command line.
419255376Sdes$(am__recursive_targets):
420255376Sdes	@fail=; \
421255376Sdes	if $(am__make_keepgoing); then \
422255376Sdes	  failcom='fail=yes'; \
423255376Sdes	else \
424255376Sdes	  failcom='exit 1'; \
425255376Sdes	fi; \
426117610Sdes	dot_seen=no; \
427117610Sdes	target=`echo $@ | sed s/-recursive//`; \
428255376Sdes	case "$@" in \
429255376Sdes	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
430255376Sdes	  *) list='$(SUBDIRS)' ;; \
431255376Sdes	esac; \
432255376Sdes	for subdir in $$list; do \
433117610Sdes	  echo "Making $$target in $$subdir"; \
434117610Sdes	  if test "$$subdir" = "."; then \
435117610Sdes	    dot_seen=yes; \
436117610Sdes	    local_target="$$target-am"; \
437117610Sdes	  else \
438117610Sdes	    local_target="$$target"; \
439117610Sdes	  fi; \
440228692Sdes	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
441174832Sdes	  || eval $$failcom; \
442117610Sdes	done; \
443117610Sdes	if test "$$dot_seen" = "no"; then \
444117610Sdes	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
445117610Sdes	fi; test -z "$$fail"
446117610Sdes
447255376SdesID: $(am__tagged_files)
448255376Sdes	$(am__define_uniq_tagged_files); mkid -fID $$unique
449255376Sdestags: tags-recursive
450255376SdesTAGS: tags
451117610Sdes
452255376Sdestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
453228692Sdes	set x; \
454117610Sdes	here=`pwd`; \
455141098Sdes	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
456141098Sdes	  include_option=--etags-include; \
457141098Sdes	  empty_fix=.; \
458141098Sdes	else \
459141098Sdes	  include_option=--include; \
460141098Sdes	  empty_fix=; \
461141098Sdes	fi; \
462117610Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
463117610Sdes	  if test "$$subdir" = .; then :; else \
464141098Sdes	    test ! -f $$subdir/TAGS || \
465228692Sdes	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
466117610Sdes	  fi; \
467117610Sdes	done; \
468255376Sdes	$(am__define_uniq_tagged_files); \
469228692Sdes	shift; \
470228692Sdes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471141098Sdes	  test -n "$$unique" || unique=$$empty_fix; \
472228692Sdes	  if test $$# -gt 0; then \
473228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474228692Sdes	      "$$@" $$unique; \
475228692Sdes	  else \
476228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477228692Sdes	      $$unique; \
478228692Sdes	  fi; \
479141098Sdes	fi
480255376Sdesctags: ctags-recursive
481255376Sdes
482255376SdesCTAGS: ctags
483255376Sdesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
484255376Sdes	$(am__define_uniq_tagged_files); \
485228692Sdes	test -z "$(CTAGS_ARGS)$$unique" \
486141098Sdes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487228692Sdes	     $$unique
488117610Sdes
489117610SdesGTAGS:
490141098Sdes	here=`$(am__cd) $(top_builddir) && pwd` \
491228692Sdes	  && $(am__cd) $(top_srcdir) \
492228692Sdes	  && gtags -i $(GTAGS_ARGS) "$$here"
493255376Sdescscope: cscope.files
494255376Sdes	test ! -s cscope.files \
495255376Sdes	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
496255376Sdesclean-cscope:
497255376Sdes	-rm -f cscope.files
498255376Sdescscope.files: clean-cscope cscopelist
499255376Sdescscopelist: cscopelist-recursive
500117610Sdes
501255376Sdescscopelist-am: $(am__tagged_files)
502255376Sdes	list='$(am__tagged_files)'; \
503255376Sdes	case "$(srcdir)" in \
504255376Sdes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
505255376Sdes	  *) sdir=$(subdir)/$(srcdir) ;; \
506255376Sdes	esac; \
507255376Sdes	for i in $$list; do \
508255376Sdes	  if test -f "$$i"; then \
509255376Sdes	    echo "$(subdir)/$$i"; \
510255376Sdes	  else \
511255376Sdes	    echo "$$sdir/$$i"; \
512255376Sdes	  fi; \
513255376Sdes	done >> $(top_builddir)/cscope.files
514255376Sdes
515117610Sdesdistclean-tags:
516141098Sdes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517255376Sdes	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
518117610Sdes
519348980Sdesdistdir: $(BUILT_SOURCES)
520348980Sdes	$(MAKE) $(AM_MAKEFLAGS) distdir-am
521348980Sdes
522348980Sdesdistdir-am: $(DISTFILES)
523141098Sdes	$(am__remove_distdir)
524228692Sdes	test -d "$(distdir)" || mkdir "$(distdir)"
525228692Sdes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526228692Sdes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527228692Sdes	list='$(DISTFILES)'; \
528228692Sdes	  dist_files=`for file in $$list; do echo $$file; done | \
529228692Sdes	  sed -e "s|^$$srcdirstrip/||;t" \
530228692Sdes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
531228692Sdes	case $$dist_files in \
532228692Sdes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
533228692Sdes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
534228692Sdes			   sort -u` ;; \
535228692Sdes	esac; \
536228692Sdes	for file in $$dist_files; do \
537141098Sdes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
538117610Sdes	  if test -d $$d/$$file; then \
539228692Sdes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
540228692Sdes	    if test -d "$(distdir)/$$file"; then \
541228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542228692Sdes	    fi; \
543141098Sdes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
544228692Sdes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
545228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546141098Sdes	    fi; \
547228692Sdes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
548117610Sdes	  else \
549228692Sdes	    test -f "$(distdir)/$$file" \
550228692Sdes	    || cp -p $$d/$$file "$(distdir)/$$file" \
551117610Sdes	    || exit 1; \
552117610Sdes	  fi; \
553117610Sdes	done
554228692Sdes	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
555117610Sdes	  if test "$$subdir" = .; then :; else \
556255376Sdes	    $(am__make_dryrun) \
557255376Sdes	      || test -d "$(distdir)/$$subdir" \
558255376Sdes	      || $(MKDIR_P) "$(distdir)/$$subdir" \
559255376Sdes	      || exit 1; \
560228692Sdes	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
561228692Sdes	    $(am__relativize); \
562228692Sdes	    new_distdir=$$reldir; \
563228692Sdes	    dir1=$$subdir; dir2="$(top_distdir)"; \
564228692Sdes	    $(am__relativize); \
565228692Sdes	    new_top_distdir=$$reldir; \
566228692Sdes	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
567228692Sdes	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
568228692Sdes	    ($(am__cd) $$subdir && \
569117610Sdes	      $(MAKE) $(AM_MAKEFLAGS) \
570228692Sdes	        top_distdir="$$new_top_distdir" \
571228692Sdes	        distdir="$$new_distdir" \
572228692Sdes		am__remove_distdir=: \
573228692Sdes		am__skip_length_check=: \
574228692Sdes		am__skip_mode_fix=: \
575117610Sdes	        distdir) \
576117610Sdes	      || exit 1; \
577117610Sdes	  fi; \
578117610Sdes	done
579228692Sdes	-test -n "$(am__skip_mode_fix)" \
580228692Sdes	|| find "$(distdir)" -type d ! -perm -755 \
581228692Sdes		-exec chmod u+rwx,go+rx {} \; -o \
582117610Sdes	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
583117610Sdes	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
584228692Sdes	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
585228692Sdes	|| chmod -R a+r "$(distdir)"
586141098Sdesdist-gzip: distdir
587348980Sdes	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
588255376Sdes	$(am__post_remove_distdir)
589117610Sdes
590141098Sdesdist-bzip2: distdir
591255376Sdes	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
592255376Sdes	$(am__post_remove_distdir)
593141098Sdes
594255376Sdesdist-lzip: distdir
595255376Sdes	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
596255376Sdes	$(am__post_remove_distdir)
597228692Sdes
598228692Sdesdist-xz: distdir
599255376Sdes	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
600255376Sdes	$(am__post_remove_distdir)
601228692Sdes
602141098Sdesdist-tarZ: distdir
603348980Sdes	@echo WARNING: "Support for distribution archives compressed with" \
604348980Sdes		       "legacy program 'compress' is deprecated." >&2
605255376Sdes	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
606174832Sdes	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
607255376Sdes	$(am__post_remove_distdir)
608141098Sdes
609141098Sdesdist-shar: distdir
610348980Sdes	@echo WARNING: "Support for shar distribution archives is" \
611348980Sdes	               "deprecated." >&2
612255376Sdes	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
613348980Sdes	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
614255376Sdes	$(am__post_remove_distdir)
615141098Sdes
616141098Sdesdist-zip: distdir
617141098Sdes	-rm -f $(distdir).zip
618141098Sdes	zip -rq $(distdir).zip $(distdir)
619255376Sdes	$(am__post_remove_distdir)
620141098Sdes
621255376Sdesdist dist-all:
622255376Sdes	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
623255376Sdes	$(am__post_remove_distdir)
624141098Sdes
625117610Sdes# This target untars the dist file and tries a VPATH configuration.  Then
626117610Sdes# it guarantees that the distribution is self-contained by making another
627117610Sdes# tarfile.
628117610Sdesdistcheck: dist
629141098Sdes	case '$(DIST_ARCHIVES)' in \
630141098Sdes	*.tar.gz*) \
631348980Sdes	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
632141098Sdes	*.tar.bz2*) \
633228692Sdes	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
634255376Sdes	*.tar.lz*) \
635255376Sdes	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
636228692Sdes	*.tar.xz*) \
637228692Sdes	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
638141098Sdes	*.tar.Z*) \
639174832Sdes	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
640141098Sdes	*.shar.gz*) \
641348980Sdes	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
642141098Sdes	*.zip*) \
643141098Sdes	  unzip $(distdir).zip ;;\
644141098Sdes	esac
645255376Sdes	chmod -R a-w $(distdir)
646255376Sdes	chmod u+w $(distdir)
647348980Sdes	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
648117610Sdes	chmod a-w $(distdir)
649228692Sdes	test -d $(distdir)/_build || exit 0; \
650141098Sdes	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
651141098Sdes	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
652228692Sdes	  && am__cwd=`pwd` \
653348980Sdes	  && $(am__cd) $(distdir)/_build/sub \
654348980Sdes	  && ../../configure \
655255376Sdes	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
656141098Sdes	    $(DISTCHECK_CONFIGURE_FLAGS) \
657348980Sdes	    --srcdir=../.. --prefix="$$dc_install_base" \
658117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) \
659117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
660117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) check \
661117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) install \
662117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
663117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
664141098Sdes	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
665141098Sdes	        distuninstallcheck \
666141098Sdes	  && chmod -R a-w "$$dc_install_base" \
667141098Sdes	  && ({ \
668141098Sdes	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
669141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
670141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
671141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
672141098Sdes	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
673141098Sdes	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
674141098Sdes	  && rm -rf "$$dc_destdir" \
675117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) dist \
676141098Sdes	  && rm -rf $(DIST_ARCHIVES) \
677228692Sdes	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
678228692Sdes	  && cd "$$am__cwd" \
679228692Sdes	  || exit 1
680255376Sdes	$(am__post_remove_distdir)
681141098Sdes	@(echo "$(distdir) archives ready for distribution: "; \
682141098Sdes	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
683228692Sdes	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
684141098Sdesdistuninstallcheck:
685255376Sdes	@test -n '$(distuninstallcheck_dir)' || { \
686255376Sdes	  echo 'ERROR: trying to run $@ with an empty' \
687255376Sdes	       '$$(distuninstallcheck_dir)' >&2; \
688255376Sdes	  exit 1; \
689255376Sdes	}; \
690255376Sdes	$(am__cd) '$(distuninstallcheck_dir)' || { \
691255376Sdes	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
692255376Sdes	  exit 1; \
693255376Sdes	}; \
694255376Sdes	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
695141098Sdes	   || { echo "ERROR: files left after uninstall:" ; \
696141098Sdes	        if test -n "$(DESTDIR)"; then \
697141098Sdes	          echo "  (check DESTDIR support)"; \
698141098Sdes	        fi ; \
699141098Sdes	        $(distuninstallcheck_listfiles) ; \
700141098Sdes	        exit 1; } >&2
701141098Sdesdistcleancheck: distclean
702141098Sdes	@if test '$(srcdir)' = . ; then \
703141098Sdes	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
704141098Sdes	  exit 1 ; \
705141098Sdes	fi
706141098Sdes	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
707141098Sdes	  || { echo "ERROR: files left in build directory after distclean:" ; \
708141098Sdes	       $(distcleancheck_listfiles) ; \
709141098Sdes	       exit 1; } >&2
710117610Sdescheck-am: all-am
711117610Sdescheck: check-recursive
712117610Sdesall-am: Makefile config.h
713117610Sdesinstalldirs: installdirs-recursive
714117610Sdesinstalldirs-am:
715117610Sdesinstall: install-recursive
716117610Sdesinstall-exec: install-exec-recursive
717117610Sdesinstall-data: install-data-recursive
718117610Sdesuninstall: uninstall-recursive
719117610Sdes
720117610Sdesinstall-am: all-am
721117610Sdes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
722117610Sdes
723117610Sdesinstallcheck: installcheck-recursive
724117610Sdesinstall-strip:
725255376Sdes	if test -z '$(STRIP)'; then \
726255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
727255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
728255376Sdes	      install; \
729255376Sdes	else \
730255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
731255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
732255376Sdes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
733255376Sdes	fi
734117610Sdesmostlyclean-generic:
735117610Sdes
736117610Sdesclean-generic:
737117610Sdes
738117610Sdesdistclean-generic:
739174832Sdes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
740228692Sdes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
741117610Sdes
742117610Sdesmaintainer-clean-generic:
743117610Sdes	@echo "This command is intended for maintainers to use"
744117610Sdes	@echo "it deletes files that may require special tools to rebuild."
745117610Sdesclean: clean-recursive
746117610Sdes
747117610Sdesclean-am: clean-generic clean-libtool mostlyclean-am
748117610Sdes
749117610Sdesdistclean: distclean-recursive
750141098Sdes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
751141098Sdes	-rm -f Makefile
752141098Sdesdistclean-am: clean-am distclean-generic distclean-hdr \
753141098Sdes	distclean-libtool distclean-tags
754117610Sdes
755117610Sdesdvi: dvi-recursive
756117610Sdes
757117610Sdesdvi-am:
758117610Sdes
759141098Sdeshtml: html-recursive
760141098Sdes
761228692Sdeshtml-am:
762228692Sdes
763117610Sdesinfo: info-recursive
764117610Sdes
765117610Sdesinfo-am:
766117610Sdes
767117610Sdesinstall-data-am:
768117610Sdes
769228692Sdesinstall-dvi: install-dvi-recursive
770228692Sdes
771228692Sdesinstall-dvi-am:
772228692Sdes
773117610Sdesinstall-exec-am:
774117610Sdes
775228692Sdesinstall-html: install-html-recursive
776228692Sdes
777228692Sdesinstall-html-am:
778228692Sdes
779117610Sdesinstall-info: install-info-recursive
780117610Sdes
781228692Sdesinstall-info-am:
782228692Sdes
783117610Sdesinstall-man:
784117610Sdes
785228692Sdesinstall-pdf: install-pdf-recursive
786228692Sdes
787228692Sdesinstall-pdf-am:
788228692Sdes
789228692Sdesinstall-ps: install-ps-recursive
790228692Sdes
791228692Sdesinstall-ps-am:
792228692Sdes
793117610Sdesinstallcheck-am:
794117610Sdes
795117610Sdesmaintainer-clean: maintainer-clean-recursive
796141098Sdes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
797141098Sdes	-rm -rf $(top_srcdir)/autom4te.cache
798141098Sdes	-rm -f Makefile
799117610Sdesmaintainer-clean-am: distclean-am maintainer-clean-generic
800117610Sdes
801117610Sdesmostlyclean: mostlyclean-recursive
802117610Sdes
803117610Sdesmostlyclean-am: mostlyclean-generic mostlyclean-libtool
804117610Sdes
805141098Sdespdf: pdf-recursive
806141098Sdes
807141098Sdespdf-am:
808141098Sdes
809141098Sdesps: ps-recursive
810141098Sdes
811141098Sdesps-am:
812141098Sdes
813228692Sdesuninstall-am:
814117610Sdes
815255376Sdes.MAKE: $(am__recursive_targets) all install-am install-strip
816117610Sdes
817255376Sdes.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
818255376Sdes	am--refresh check check-am clean clean-cscope clean-generic \
819255376Sdes	clean-libtool cscope cscopelist-am ctags ctags-am dist \
820255376Sdes	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
821255376Sdes	dist-xz dist-zip distcheck distclean distclean-generic \
822255376Sdes	distclean-hdr distclean-libtool distclean-tags distcleancheck \
823255376Sdes	distdir distuninstallcheck dvi dvi-am html html-am info \
824255376Sdes	info-am install install-am install-data install-data-am \
825255376Sdes	install-dvi install-dvi-am install-exec install-exec-am \
826255376Sdes	install-html install-html-am install-info install-info-am \
827255376Sdes	install-man install-pdf install-pdf-am install-ps \
828255376Sdes	install-ps-am install-strip installcheck installcheck-am \
829255376Sdes	installdirs installdirs-am maintainer-clean \
830255376Sdes	maintainer-clean-generic mostlyclean mostlyclean-generic \
831255376Sdes	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
832255376Sdes	uninstall-am
833117610Sdes
834348980Sdes.PRECIOUS: Makefile
835228692Sdes
836348980Sdes
837117610Sdes# Tell versions [3.59,3.63) of GNU make to not export all variables.
838117610Sdes# Otherwise a system limit (for SysV at least) may be exceeded.
839117610Sdes.NOEXPORT:
840