1255376Sdes# Makefile.in generated by automake 1.14 from Makefile.am.
2141098Sdes# @configure_input@
3117610Sdes
4255376Sdes# Copyright (C) 1994-2013 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
17255376Sdes# $Id: Makefile.am 623 2013-02-25 07:24:51Z des $
18117610SdesVPATH = @srcdir@
19255376Sdesam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20255376Sdesam__make_running_with_option = \
21255376Sdes  case $${target_option-} in \
22255376Sdes      ?) ;; \
23255376Sdes      *) echo "am__make_running_with_option: internal error: invalid" \
24255376Sdes              "target option '$${target_option-}' specified" >&2; \
25255376Sdes         exit 1;; \
26255376Sdes  esac; \
27255376Sdes  has_opt=no; \
28255376Sdes  sane_makeflags=$$MAKEFLAGS; \
29255376Sdes  if $(am__is_gnu_make); then \
30255376Sdes    sane_makeflags=$$MFLAGS; \
31255376Sdes  else \
32255376Sdes    case $$MAKEFLAGS in \
33255376Sdes      *\\[\ \	]*) \
34255376Sdes        bs=\\; \
35255376Sdes        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36255376Sdes          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37255376Sdes    esac; \
38255376Sdes  fi; \
39255376Sdes  skip_next=no; \
40255376Sdes  strip_trailopt () \
41255376Sdes  { \
42255376Sdes    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43255376Sdes  }; \
44255376Sdes  for flg in $$sane_makeflags; do \
45255376Sdes    test $$skip_next = yes && { skip_next=no; continue; }; \
46255376Sdes    case $$flg in \
47255376Sdes      *=*|--*) continue;; \
48255376Sdes        -*I) strip_trailopt 'I'; skip_next=yes;; \
49255376Sdes      -*I?*) strip_trailopt 'I';; \
50255376Sdes        -*O) strip_trailopt 'O'; skip_next=yes;; \
51255376Sdes      -*O?*) strip_trailopt 'O';; \
52255376Sdes        -*l) strip_trailopt 'l'; skip_next=yes;; \
53255376Sdes      -*l?*) strip_trailopt 'l';; \
54255376Sdes      -[dEDm]) skip_next=yes;; \
55255376Sdes      -[JT]) skip_next=yes;; \
56255376Sdes    esac; \
57255376Sdes    case $$flg in \
58255376Sdes      *$$target_option*) has_opt=yes; break;; \
59255376Sdes    esac; \
60255376Sdes  done; \
61255376Sdes  test $$has_opt = yes
62255376Sdesam__make_dryrun = (target_option=n; $(am__make_running_with_option))
63255376Sdesam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64117610Sdespkgdatadir = $(datadir)/@PACKAGE@
65228692Sdespkgincludedir = $(includedir)/@PACKAGE@
66117610Sdespkglibdir = $(libdir)/@PACKAGE@
67228692Sdespkglibexecdir = $(libexecdir)/@PACKAGE@
68141098Sdesam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69141098Sdesinstall_sh_DATA = $(install_sh) -c -m 644
70141098Sdesinstall_sh_PROGRAM = $(install_sh) -c
71141098Sdesinstall_sh_SCRIPT = $(install_sh) -c
72117610SdesINSTALL_HEADER = $(INSTALL_DATA)
73141098Sdestransform = $(program_transform_name)
74117610SdesNORMAL_INSTALL = :
75117610SdesPRE_INSTALL = :
76117610SdesPOST_INSTALL = :
77117610SdesNORMAL_UNINSTALL = :
78117610SdesPRE_UNINSTALL = :
79117610SdesPOST_UNINSTALL = :
80117610Sdesbuild_triplet = @build@
81117610Sdeshost_triplet = @host@
82174832Sdes@WITH_DOC_TRUE@am__append_1 = doc
83228692Sdessubdir = .
84255376SdesDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85255376Sdes	$(top_srcdir)/configure $(am__configure_deps) \
86255376Sdes	$(srcdir)/config.h.in $(srcdir)/pamgdb.in $(srcdir)/mkpkgng.in \
87255376Sdes	INSTALL README TODO compile config.guess config.sub depcomp \
88255376Sdes	install-sh missing ltmain.sh
89141098SdesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90255376Sdesam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
91255376Sdes	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92255376Sdes	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93255376Sdes	$(top_srcdir)/configure.ac
94141098Sdesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95141098Sdes	$(ACLOCAL_M4)
96141098Sdesam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
97228692Sdes configure.lineno config.status.lineno
98174832Sdesmkinstalldirs = $(install_sh) -d
99141098SdesCONFIG_HEADER = config.h
100255376SdesCONFIG_CLEAN_FILES = pamgdb mkpkgng
101228692SdesCONFIG_CLEAN_VPATH_FILES =
102255376SdesAM_V_P = $(am__v_P_@AM_V@)
103255376Sdesam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104255376Sdesam__v_P_0 = false
105255376Sdesam__v_P_1 = :
106255376SdesAM_V_GEN = $(am__v_GEN_@AM_V@)
107255376Sdesam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108255376Sdesam__v_GEN_0 = @echo "  GEN     " $@;
109255376Sdesam__v_GEN_1 = 
110255376SdesAM_V_at = $(am__v_at_@AM_V@)
111255376Sdesam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112255376Sdesam__v_at_0 = @
113255376Sdesam__v_at_1 = 
114141098SdesSOURCES =
115141098SdesDIST_SOURCES =
116255376SdesRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
117255376Sdes	ctags-recursive dvi-recursive html-recursive info-recursive \
118255376Sdes	install-data-recursive install-dvi-recursive \
119255376Sdes	install-exec-recursive install-html-recursive \
120255376Sdes	install-info-recursive install-pdf-recursive \
121255376Sdes	install-ps-recursive install-recursive installcheck-recursive \
122255376Sdes	installdirs-recursive pdf-recursive ps-recursive \
123255376Sdes	tags-recursive uninstall-recursive
124255376Sdesam__can_run_installinfo = \
125255376Sdes  case $$AM_UPDATE_INFO_DIR in \
126255376Sdes    n|no|NO) false;; \
127255376Sdes    *) (install-info --version) >/dev/null 2>&1;; \
128255376Sdes  esac
129228692SdesRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
130228692Sdes  distclean-recursive maintainer-clean-recursive
131255376Sdesam__recursive_targets = \
132255376Sdes  $(RECURSIVE_TARGETS) \
133255376Sdes  $(RECURSIVE_CLEAN_TARGETS) \
134255376Sdes  $(am__extra_recursive_targets)
135255376SdesAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
136255376Sdes	cscope distdir dist dist-all distcheck
137255376Sdesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
138255376Sdes	$(LISP)config.h.in
139255376Sdes# Read a list of newline-separated strings from the standard input,
140255376Sdes# and print each of them once, without duplicates.  Input order is
141255376Sdes# *not* preserved.
142255376Sdesam__uniquify_input = $(AWK) '\
143255376Sdes  BEGIN { nonempty = 0; } \
144255376Sdes  { items[$$0] = 1; nonempty = 1; } \
145255376Sdes  END { if (nonempty) { for (i in items) print i; }; } \
146255376Sdes'
147255376Sdes# Make sure the list of sources is unique.  This is necessary because,
148255376Sdes# e.g., the same source file might be shared among _SOURCES variables
149255376Sdes# for different programs/libraries.
150255376Sdesam__define_uniq_tagged_files = \
151255376Sdes  list='$(am__tagged_files)'; \
152255376Sdes  unique=`for i in $$list; do \
153255376Sdes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154255376Sdes  done | $(am__uniquify_input)`
155141098SdesETAGS = etags
156141098SdesCTAGS = ctags
157255376SdesCSCOPE = cscope
158236109SdesDIST_SUBDIRS = lib bin modules include doc t
159141098SdesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160141098Sdesdistdir = $(PACKAGE)-$(VERSION)
161141098Sdestop_distdir = $(distdir)
162141098Sdesam__remove_distdir = \
163255376Sdes  if test -d "$(distdir)"; then \
164255376Sdes    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
165255376Sdes      && rm -rf "$(distdir)" \
166255376Sdes      || { sleep 5 && rm -rf "$(distdir)"; }; \
167255376Sdes  else :; fi
168255376Sdesam__post_remove_distdir = $(am__remove_distdir)
169228692Sdesam__relativize = \
170228692Sdes  dir0=`pwd`; \
171228692Sdes  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
172228692Sdes  sed_rest='s,^[^/]*/*,,'; \
173228692Sdes  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
174228692Sdes  sed_butlast='s,/*[^/]*$$,,'; \
175228692Sdes  while test -n "$$dir1"; do \
176228692Sdes    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
177228692Sdes    if test "$$first" != "."; then \
178228692Sdes      if test "$$first" = ".."; then \
179228692Sdes        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
180228692Sdes        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
181228692Sdes      else \
182228692Sdes        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
183228692Sdes        if test "$$first2" = "$$first"; then \
184228692Sdes          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
185228692Sdes        else \
186228692Sdes          dir2="../$$dir2"; \
187228692Sdes        fi; \
188228692Sdes        dir0="$$dir0"/"$$first"; \
189228692Sdes      fi; \
190228692Sdes    fi; \
191228692Sdes    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
192228692Sdes  done; \
193228692Sdes  reldir="$$dir2"
194141098SdesDIST_ARCHIVES = $(distdir).tar.gz
195141098SdesGZIP_ENV = --best
196255376SdesDIST_TARGETS = dist-gzip
197141098Sdesdistuninstallcheck_listfiles = find . -type f -print
198255376Sdesam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
199255376Sdes  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
200141098Sdesdistcleancheck_listfiles = find . -type f -print
201141098SdesACLOCAL = @ACLOCAL@
202117610SdesAMTAR = @AMTAR@
203255376SdesAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
204141098SdesAR = @AR@
205141098SdesAUTOCONF = @AUTOCONF@
206141098SdesAUTOHEADER = @AUTOHEADER@
207141098SdesAUTOMAKE = @AUTOMAKE@
208117610SdesAWK = @AWK@
209117610SdesCC = @CC@
210141098SdesCCDEPMODE = @CCDEPMODE@
211117610SdesCFLAGS = @CFLAGS@
212141098SdesCPP = @CPP@
213117610SdesCPPFLAGS = @CPPFLAGS@
214255376SdesCRYPTO_LIBS = @CRYPTO_LIBS@
215117610SdesCRYPT_LIBS = @CRYPT_LIBS@
216141098SdesCYGPATH_W = @CYGPATH_W@
217141098SdesDEFS = @DEFS@
218117610SdesDEPDIR = @DEPDIR@
219228692SdesDLLTOOL = @DLLTOOL@
220117610SdesDL_LIBS = @DL_LIBS@
221228692SdesDSYMUTIL = @DSYMUTIL@
222228692SdesDUMPBIN = @DUMPBIN@
223141098SdesECHO_C = @ECHO_C@
224141098SdesECHO_N = @ECHO_N@
225141098SdesECHO_T = @ECHO_T@
226141098SdesEGREP = @EGREP@
227117610SdesEXEEXT = @EXEEXT@
228228692SdesFGREP = @FGREP@
229174832SdesGREP = @GREP@
230228692SdesINSTALL = @INSTALL@
231141098SdesINSTALL_DATA = @INSTALL_DATA@
232141098SdesINSTALL_PROGRAM = @INSTALL_PROGRAM@
233141098SdesINSTALL_SCRIPT = @INSTALL_SCRIPT@
234117610SdesINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
235228692SdesLD = @LD@
236141098SdesLDFLAGS = @LDFLAGS@
237141098SdesLIBOBJS = @LIBOBJS@
238141098SdesLIBS = @LIBS@
239117610SdesLIBTOOL = @LIBTOOL@
240117610SdesLIB_MAJ = @LIB_MAJ@
241228692SdesLIPO = @LIPO@
242117610SdesLN_S = @LN_S@
243141098SdesLTLIBOBJS = @LTLIBOBJS@
244141098SdesMAKEINFO = @MAKEINFO@
245228692SdesMANIFEST_TOOL = @MANIFEST_TOOL@
246228692SdesMKDIR_P = @MKDIR_P@
247228692SdesNM = @NM@
248228692SdesNMEDIT = @NMEDIT@
249228692SdesOBJDUMP = @OBJDUMP@
250117610SdesOBJEXT = @OBJEXT@
251117610SdesOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
252228692SdesOTOOL = @OTOOL@
253228692SdesOTOOL64 = @OTOOL64@
254117610SdesPACKAGE = @PACKAGE@
255141098SdesPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256141098SdesPACKAGE_NAME = @PACKAGE_NAME@
257141098SdesPACKAGE_STRING = @PACKAGE_STRING@
258141098SdesPACKAGE_TARNAME = @PACKAGE_TARNAME@
259228692SdesPACKAGE_URL = @PACKAGE_URL@
260141098SdesPACKAGE_VERSION = @PACKAGE_VERSION@
261141098SdesPATH_SEPARATOR = @PATH_SEPARATOR@
262117610SdesRANLIB = @RANLIB@
263174832SdesSED = @SED@
264141098SdesSET_MAKE = @SET_MAKE@
265141098SdesSHELL = @SHELL@
266141098SdesSTRIP = @STRIP@
267117610SdesVERSION = @VERSION@
268228692Sdesabs_builddir = @abs_builddir@
269228692Sdesabs_srcdir = @abs_srcdir@
270228692Sdesabs_top_builddir = @abs_top_builddir@
271228692Sdesabs_top_srcdir = @abs_top_srcdir@
272228692Sdesac_ct_AR = @ac_ct_AR@
273141098Sdesac_ct_CC = @ac_ct_CC@
274228692Sdesac_ct_DUMPBIN = @ac_ct_DUMPBIN@
275117610Sdesam__include = @am__include@
276141098Sdesam__leading_dot = @am__leading_dot@
277117610Sdesam__quote = @am__quote@
278174832Sdesam__tar = @am__tar@
279174832Sdesam__untar = @am__untar@
280141098Sdesbindir = @bindir@
281141098Sdesbuild = @build@
282141098Sdesbuild_alias = @build_alias@
283141098Sdesbuild_cpu = @build_cpu@
284141098Sdesbuild_os = @build_os@
285141098Sdesbuild_vendor = @build_vendor@
286228692Sdesbuilddir = @builddir@
287141098Sdesdatadir = @datadir@
288174832Sdesdatarootdir = @datarootdir@
289174832Sdesdocdir = @docdir@
290174832Sdesdvidir = @dvidir@
291141098Sdesexec_prefix = @exec_prefix@
292141098Sdeshost = @host@
293141098Sdeshost_alias = @host_alias@
294141098Sdeshost_cpu = @host_cpu@
295141098Sdeshost_os = @host_os@
296141098Sdeshost_vendor = @host_vendor@
297174832Sdeshtmldir = @htmldir@
298141098Sdesincludedir = @includedir@
299141098Sdesinfodir = @infodir@
300117610Sdesinstall_sh = @install_sh@
301141098Sdeslibdir = @libdir@
302141098Sdeslibexecdir = @libexecdir@
303174832Sdeslocaledir = @localedir@
304141098Sdeslocalstatedir = @localstatedir@
305141098Sdesmandir = @mandir@
306141098Sdesmkdir_p = @mkdir_p@
307141098Sdesoldincludedir = @oldincludedir@
308174832Sdespdfdir = @pdfdir@
309141098Sdesprefix = @prefix@
310141098Sdesprogram_transform_name = @program_transform_name@
311174832Sdespsdir = @psdir@
312141098Sdessbindir = @sbindir@
313141098Sdessharedstatedir = @sharedstatedir@
314228692Sdessrcdir = @srcdir@
315141098Sdessysconfdir = @sysconfdir@
316141098Sdestarget_alias = @target_alias@
317228692Sdestop_build_prefix = @top_build_prefix@
318228692Sdestop_builddir = @top_builddir@
319228692Sdestop_srcdir = @top_srcdir@
320228692SdesACLOCAL_AMFLAGS = -I m4
321236109SdesSUBDIRS = lib bin modules include $(am__append_1) t
322174832SdesEXTRA_DIST = \
323174832Sdes	CREDITS \
324174832Sdes	HISTORY \
325174832Sdes	INSTALL \
326174832Sdes	LICENSE \
327174832Sdes	README \
328174832Sdes	RELNOTES \
329174832Sdes	autogen.sh \
330174832Sdes	misc/gendoc.pl
331174832Sdes
332117610Sdesall: config.h
333117610Sdes	$(MAKE) $(AM_MAKEFLAGS) all-recursive
334117610Sdes
335117610Sdes.SUFFIXES:
336255376Sdesam--refresh: Makefile
337141098Sdes	@:
338141098Sdes$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
339141098Sdes	@for dep in $?; do \
340141098Sdes	  case '$(am__configure_deps)' in \
341141098Sdes	    *$$dep*) \
342228692Sdes	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
343228692Sdes	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
344141098Sdes		&& exit 0; \
345141098Sdes	      exit 1;; \
346141098Sdes	  esac; \
347141098Sdes	done; \
348228692Sdes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
349228692Sdes	$(am__cd) $(top_srcdir) && \
350228692Sdes	  $(AUTOMAKE) --foreign Makefile
351141098Sdes.PRECIOUS: Makefile
352141098SdesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
353141098Sdes	@case '$?' in \
354141098Sdes	  *config.status*) \
355141098Sdes	    echo ' $(SHELL) ./config.status'; \
356141098Sdes	    $(SHELL) ./config.status;; \
357141098Sdes	  *) \
358141098Sdes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
359141098Sdes	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
360141098Sdes	esac;
361117610Sdes
362141098Sdes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
363117610Sdes	$(SHELL) ./config.status --recheck
364141098Sdes
365141098Sdes$(top_srcdir)/configure:  $(am__configure_deps)
366228692Sdes	$(am__cd) $(srcdir) && $(AUTOCONF)
367141098Sdes$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
368228692Sdes	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
369228692Sdes$(am__aclocal_m4_deps):
370117610Sdes
371141098Sdesconfig.h: stamp-h1
372255376Sdes	@test -f $@ || rm -f stamp-h1
373255376Sdes	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
374141098Sdes
375141098Sdesstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
376141098Sdes	@rm -f stamp-h1
377141098Sdes	cd $(top_builddir) && $(SHELL) ./config.status config.h
378141098Sdes$(srcdir)/config.h.in:  $(am__configure_deps) 
379228692Sdes	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
380141098Sdes	rm -f stamp-h1
381141098Sdes	touch $@
382117610Sdes
383117610Sdesdistclean-hdr:
384141098Sdes	-rm -f config.h stamp-h1
385236109Sdespamgdb: $(top_builddir)/config.status $(srcdir)/pamgdb.in
386236109Sdes	cd $(top_builddir) && $(SHELL) ./config.status $@
387255376Sdesmkpkgng: $(top_builddir)/config.status $(srcdir)/mkpkgng.in
388255376Sdes	cd $(top_builddir) && $(SHELL) ./config.status $@
389141098Sdes
390141098Sdesmostlyclean-libtool:
391141098Sdes	-rm -f *.lo
392141098Sdes
393141098Sdesclean-libtool:
394141098Sdes	-rm -rf .libs _libs
395141098Sdes
396141098Sdesdistclean-libtool:
397228692Sdes	-rm -f libtool config.lt
398117610Sdes
399117610Sdes# This directory's subdirectories are mostly independent; you can cd
400255376Sdes# into them and run 'make' without going through this Makefile.
401255376Sdes# To change the values of 'make' variables: instead of editing Makefiles,
402255376Sdes# (1) if the variable is set in 'config.status', edit 'config.status'
403255376Sdes#     (which will cause the Makefiles to be regenerated when you run 'make');
404255376Sdes# (2) otherwise, pass the desired values on the 'make' command line.
405255376Sdes$(am__recursive_targets):
406255376Sdes	@fail=; \
407255376Sdes	if $(am__make_keepgoing); then \
408255376Sdes	  failcom='fail=yes'; \
409255376Sdes	else \
410255376Sdes	  failcom='exit 1'; \
411255376Sdes	fi; \
412117610Sdes	dot_seen=no; \
413117610Sdes	target=`echo $@ | sed s/-recursive//`; \
414255376Sdes	case "$@" in \
415255376Sdes	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
416255376Sdes	  *) list='$(SUBDIRS)' ;; \
417255376Sdes	esac; \
418255376Sdes	for subdir in $$list; do \
419117610Sdes	  echo "Making $$target in $$subdir"; \
420117610Sdes	  if test "$$subdir" = "."; then \
421117610Sdes	    dot_seen=yes; \
422117610Sdes	    local_target="$$target-am"; \
423117610Sdes	  else \
424117610Sdes	    local_target="$$target"; \
425117610Sdes	  fi; \
426228692Sdes	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
427174832Sdes	  || eval $$failcom; \
428117610Sdes	done; \
429117610Sdes	if test "$$dot_seen" = "no"; then \
430117610Sdes	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
431117610Sdes	fi; test -z "$$fail"
432117610Sdes
433255376SdesID: $(am__tagged_files)
434255376Sdes	$(am__define_uniq_tagged_files); mkid -fID $$unique
435255376Sdestags: tags-recursive
436255376SdesTAGS: tags
437117610Sdes
438255376Sdestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
439228692Sdes	set x; \
440117610Sdes	here=`pwd`; \
441141098Sdes	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
442141098Sdes	  include_option=--etags-include; \
443141098Sdes	  empty_fix=.; \
444141098Sdes	else \
445141098Sdes	  include_option=--include; \
446141098Sdes	  empty_fix=; \
447141098Sdes	fi; \
448117610Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
449117610Sdes	  if test "$$subdir" = .; then :; else \
450141098Sdes	    test ! -f $$subdir/TAGS || \
451228692Sdes	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
452117610Sdes	  fi; \
453117610Sdes	done; \
454255376Sdes	$(am__define_uniq_tagged_files); \
455228692Sdes	shift; \
456228692Sdes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
457141098Sdes	  test -n "$$unique" || unique=$$empty_fix; \
458228692Sdes	  if test $$# -gt 0; then \
459228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460228692Sdes	      "$$@" $$unique; \
461228692Sdes	  else \
462228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
463228692Sdes	      $$unique; \
464228692Sdes	  fi; \
465141098Sdes	fi
466255376Sdesctags: ctags-recursive
467255376Sdes
468255376SdesCTAGS: ctags
469255376Sdesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
470255376Sdes	$(am__define_uniq_tagged_files); \
471228692Sdes	test -z "$(CTAGS_ARGS)$$unique" \
472141098Sdes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
473228692Sdes	     $$unique
474117610Sdes
475117610SdesGTAGS:
476141098Sdes	here=`$(am__cd) $(top_builddir) && pwd` \
477228692Sdes	  && $(am__cd) $(top_srcdir) \
478228692Sdes	  && gtags -i $(GTAGS_ARGS) "$$here"
479255376Sdescscope: cscope.files
480255376Sdes	test ! -s cscope.files \
481255376Sdes	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
482255376Sdesclean-cscope:
483255376Sdes	-rm -f cscope.files
484255376Sdescscope.files: clean-cscope cscopelist
485255376Sdescscopelist: cscopelist-recursive
486117610Sdes
487255376Sdescscopelist-am: $(am__tagged_files)
488255376Sdes	list='$(am__tagged_files)'; \
489255376Sdes	case "$(srcdir)" in \
490255376Sdes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
491255376Sdes	  *) sdir=$(subdir)/$(srcdir) ;; \
492255376Sdes	esac; \
493255376Sdes	for i in $$list; do \
494255376Sdes	  if test -f "$$i"; then \
495255376Sdes	    echo "$(subdir)/$$i"; \
496255376Sdes	  else \
497255376Sdes	    echo "$$sdir/$$i"; \
498255376Sdes	  fi; \
499255376Sdes	done >> $(top_builddir)/cscope.files
500255376Sdes
501117610Sdesdistclean-tags:
502141098Sdes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
503255376Sdes	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
504117610Sdes
505117610Sdesdistdir: $(DISTFILES)
506141098Sdes	$(am__remove_distdir)
507228692Sdes	test -d "$(distdir)" || mkdir "$(distdir)"
508228692Sdes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509228692Sdes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510228692Sdes	list='$(DISTFILES)'; \
511228692Sdes	  dist_files=`for file in $$list; do echo $$file; done | \
512228692Sdes	  sed -e "s|^$$srcdirstrip/||;t" \
513228692Sdes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
514228692Sdes	case $$dist_files in \
515228692Sdes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
516228692Sdes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
517228692Sdes			   sort -u` ;; \
518228692Sdes	esac; \
519228692Sdes	for file in $$dist_files; do \
520141098Sdes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521117610Sdes	  if test -d $$d/$$file; then \
522228692Sdes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
523228692Sdes	    if test -d "$(distdir)/$$file"; then \
524228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525228692Sdes	    fi; \
526141098Sdes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527228692Sdes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
528228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529141098Sdes	    fi; \
530228692Sdes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531117610Sdes	  else \
532228692Sdes	    test -f "$(distdir)/$$file" \
533228692Sdes	    || cp -p $$d/$$file "$(distdir)/$$file" \
534117610Sdes	    || exit 1; \
535117610Sdes	  fi; \
536117610Sdes	done
537228692Sdes	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
538117610Sdes	  if test "$$subdir" = .; then :; else \
539255376Sdes	    $(am__make_dryrun) \
540255376Sdes	      || test -d "$(distdir)/$$subdir" \
541255376Sdes	      || $(MKDIR_P) "$(distdir)/$$subdir" \
542255376Sdes	      || exit 1; \
543228692Sdes	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
544228692Sdes	    $(am__relativize); \
545228692Sdes	    new_distdir=$$reldir; \
546228692Sdes	    dir1=$$subdir; dir2="$(top_distdir)"; \
547228692Sdes	    $(am__relativize); \
548228692Sdes	    new_top_distdir=$$reldir; \
549228692Sdes	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
550228692Sdes	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
551228692Sdes	    ($(am__cd) $$subdir && \
552117610Sdes	      $(MAKE) $(AM_MAKEFLAGS) \
553228692Sdes	        top_distdir="$$new_top_distdir" \
554228692Sdes	        distdir="$$new_distdir" \
555228692Sdes		am__remove_distdir=: \
556228692Sdes		am__skip_length_check=: \
557228692Sdes		am__skip_mode_fix=: \
558117610Sdes	        distdir) \
559117610Sdes	      || exit 1; \
560117610Sdes	  fi; \
561117610Sdes	done
562228692Sdes	-test -n "$(am__skip_mode_fix)" \
563228692Sdes	|| find "$(distdir)" -type d ! -perm -755 \
564228692Sdes		-exec chmod u+rwx,go+rx {} \; -o \
565117610Sdes	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
566117610Sdes	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
567228692Sdes	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
568228692Sdes	|| chmod -R a+r "$(distdir)"
569141098Sdesdist-gzip: distdir
570174832Sdes	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
571255376Sdes	$(am__post_remove_distdir)
572117610Sdes
573141098Sdesdist-bzip2: distdir
574255376Sdes	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
575255376Sdes	$(am__post_remove_distdir)
576141098Sdes
577255376Sdesdist-lzip: distdir
578255376Sdes	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
579255376Sdes	$(am__post_remove_distdir)
580228692Sdes
581228692Sdesdist-xz: distdir
582255376Sdes	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
583255376Sdes	$(am__post_remove_distdir)
584228692Sdes
585141098Sdesdist-tarZ: distdir
586255376Sdes	@echo WARNING: "Support for shar distribution archives is" \
587255376Sdes	               "deprecated." >&2
588255376Sdes	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
589174832Sdes	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
590255376Sdes	$(am__post_remove_distdir)
591141098Sdes
592141098Sdesdist-shar: distdir
593255376Sdes	@echo WARNING: "Support for distribution archives compressed with" \
594255376Sdes		       "legacy program 'compress' is deprecated." >&2
595255376Sdes	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
596141098Sdes	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
597255376Sdes	$(am__post_remove_distdir)
598141098Sdes
599141098Sdesdist-zip: distdir
600141098Sdes	-rm -f $(distdir).zip
601141098Sdes	zip -rq $(distdir).zip $(distdir)
602255376Sdes	$(am__post_remove_distdir)
603141098Sdes
604255376Sdesdist dist-all:
605255376Sdes	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
606255376Sdes	$(am__post_remove_distdir)
607141098Sdes
608117610Sdes# This target untars the dist file and tries a VPATH configuration.  Then
609117610Sdes# it guarantees that the distribution is self-contained by making another
610117610Sdes# tarfile.
611117610Sdesdistcheck: dist
612141098Sdes	case '$(DIST_ARCHIVES)' in \
613141098Sdes	*.tar.gz*) \
614228692Sdes	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
615141098Sdes	*.tar.bz2*) \
616228692Sdes	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
617255376Sdes	*.tar.lz*) \
618255376Sdes	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
619228692Sdes	*.tar.xz*) \
620228692Sdes	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
621141098Sdes	*.tar.Z*) \
622174832Sdes	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
623141098Sdes	*.shar.gz*) \
624228692Sdes	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
625141098Sdes	*.zip*) \
626141098Sdes	  unzip $(distdir).zip ;;\
627141098Sdes	esac
628255376Sdes	chmod -R a-w $(distdir)
629255376Sdes	chmod u+w $(distdir)
630255376Sdes	mkdir $(distdir)/_build $(distdir)/_inst
631117610Sdes	chmod a-w $(distdir)
632228692Sdes	test -d $(distdir)/_build || exit 0; \
633141098Sdes	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
634141098Sdes	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
635228692Sdes	  && am__cwd=`pwd` \
636228692Sdes	  && $(am__cd) $(distdir)/_build \
637141098Sdes	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
638255376Sdes	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
639141098Sdes	    $(DISTCHECK_CONFIGURE_FLAGS) \
640117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) \
641117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
642117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) check \
643117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) install \
644117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
645117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
646141098Sdes	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
647141098Sdes	        distuninstallcheck \
648141098Sdes	  && chmod -R a-w "$$dc_install_base" \
649141098Sdes	  && ({ \
650141098Sdes	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
651141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
652141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
653141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
654141098Sdes	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
655141098Sdes	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
656141098Sdes	  && rm -rf "$$dc_destdir" \
657117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) dist \
658141098Sdes	  && rm -rf $(DIST_ARCHIVES) \
659228692Sdes	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
660228692Sdes	  && cd "$$am__cwd" \
661228692Sdes	  || exit 1
662255376Sdes	$(am__post_remove_distdir)
663141098Sdes	@(echo "$(distdir) archives ready for distribution: "; \
664141098Sdes	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
665228692Sdes	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
666141098Sdesdistuninstallcheck:
667255376Sdes	@test -n '$(distuninstallcheck_dir)' || { \
668255376Sdes	  echo 'ERROR: trying to run $@ with an empty' \
669255376Sdes	       '$$(distuninstallcheck_dir)' >&2; \
670255376Sdes	  exit 1; \
671255376Sdes	}; \
672255376Sdes	$(am__cd) '$(distuninstallcheck_dir)' || { \
673255376Sdes	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
674255376Sdes	  exit 1; \
675255376Sdes	}; \
676255376Sdes	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
677141098Sdes	   || { echo "ERROR: files left after uninstall:" ; \
678141098Sdes	        if test -n "$(DESTDIR)"; then \
679141098Sdes	          echo "  (check DESTDIR support)"; \
680141098Sdes	        fi ; \
681141098Sdes	        $(distuninstallcheck_listfiles) ; \
682141098Sdes	        exit 1; } >&2
683141098Sdesdistcleancheck: distclean
684141098Sdes	@if test '$(srcdir)' = . ; then \
685141098Sdes	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
686141098Sdes	  exit 1 ; \
687141098Sdes	fi
688141098Sdes	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
689141098Sdes	  || { echo "ERROR: files left in build directory after distclean:" ; \
690141098Sdes	       $(distcleancheck_listfiles) ; \
691141098Sdes	       exit 1; } >&2
692117610Sdescheck-am: all-am
693117610Sdescheck: check-recursive
694117610Sdesall-am: Makefile config.h
695117610Sdesinstalldirs: installdirs-recursive
696117610Sdesinstalldirs-am:
697117610Sdesinstall: install-recursive
698117610Sdesinstall-exec: install-exec-recursive
699117610Sdesinstall-data: install-data-recursive
700117610Sdesuninstall: uninstall-recursive
701117610Sdes
702117610Sdesinstall-am: all-am
703117610Sdes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
704117610Sdes
705117610Sdesinstallcheck: installcheck-recursive
706117610Sdesinstall-strip:
707255376Sdes	if test -z '$(STRIP)'; then \
708255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
709255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
710255376Sdes	      install; \
711255376Sdes	else \
712255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714255376Sdes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
715255376Sdes	fi
716117610Sdesmostlyclean-generic:
717117610Sdes
718117610Sdesclean-generic:
719117610Sdes
720117610Sdesdistclean-generic:
721174832Sdes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
722228692Sdes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
723117610Sdes
724117610Sdesmaintainer-clean-generic:
725117610Sdes	@echo "This command is intended for maintainers to use"
726117610Sdes	@echo "it deletes files that may require special tools to rebuild."
727117610Sdesclean: clean-recursive
728117610Sdes
729117610Sdesclean-am: clean-generic clean-libtool mostlyclean-am
730117610Sdes
731117610Sdesdistclean: distclean-recursive
732141098Sdes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
733141098Sdes	-rm -f Makefile
734141098Sdesdistclean-am: clean-am distclean-generic distclean-hdr \
735141098Sdes	distclean-libtool distclean-tags
736117610Sdes
737117610Sdesdvi: dvi-recursive
738117610Sdes
739117610Sdesdvi-am:
740117610Sdes
741141098Sdeshtml: html-recursive
742141098Sdes
743228692Sdeshtml-am:
744228692Sdes
745117610Sdesinfo: info-recursive
746117610Sdes
747117610Sdesinfo-am:
748117610Sdes
749117610Sdesinstall-data-am:
750117610Sdes
751228692Sdesinstall-dvi: install-dvi-recursive
752228692Sdes
753228692Sdesinstall-dvi-am:
754228692Sdes
755117610Sdesinstall-exec-am:
756117610Sdes
757228692Sdesinstall-html: install-html-recursive
758228692Sdes
759228692Sdesinstall-html-am:
760228692Sdes
761117610Sdesinstall-info: install-info-recursive
762117610Sdes
763228692Sdesinstall-info-am:
764228692Sdes
765117610Sdesinstall-man:
766117610Sdes
767228692Sdesinstall-pdf: install-pdf-recursive
768228692Sdes
769228692Sdesinstall-pdf-am:
770228692Sdes
771228692Sdesinstall-ps: install-ps-recursive
772228692Sdes
773228692Sdesinstall-ps-am:
774228692Sdes
775117610Sdesinstallcheck-am:
776117610Sdes
777117610Sdesmaintainer-clean: maintainer-clean-recursive
778141098Sdes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
779141098Sdes	-rm -rf $(top_srcdir)/autom4te.cache
780141098Sdes	-rm -f Makefile
781117610Sdesmaintainer-clean-am: distclean-am maintainer-clean-generic
782117610Sdes
783117610Sdesmostlyclean: mostlyclean-recursive
784117610Sdes
785117610Sdesmostlyclean-am: mostlyclean-generic mostlyclean-libtool
786117610Sdes
787141098Sdespdf: pdf-recursive
788141098Sdes
789141098Sdespdf-am:
790141098Sdes
791141098Sdesps: ps-recursive
792141098Sdes
793141098Sdesps-am:
794141098Sdes
795228692Sdesuninstall-am:
796117610Sdes
797255376Sdes.MAKE: $(am__recursive_targets) all install-am install-strip
798117610Sdes
799255376Sdes.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
800255376Sdes	am--refresh check check-am clean clean-cscope clean-generic \
801255376Sdes	clean-libtool cscope cscopelist-am ctags ctags-am dist \
802255376Sdes	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
803255376Sdes	dist-xz dist-zip distcheck distclean distclean-generic \
804255376Sdes	distclean-hdr distclean-libtool distclean-tags distcleancheck \
805255376Sdes	distdir distuninstallcheck dvi dvi-am html html-am info \
806255376Sdes	info-am install install-am install-data install-data-am \
807255376Sdes	install-dvi install-dvi-am install-exec install-exec-am \
808255376Sdes	install-html install-html-am install-info install-info-am \
809255376Sdes	install-man install-pdf install-pdf-am install-ps \
810255376Sdes	install-ps-am install-strip installcheck installcheck-am \
811255376Sdes	installdirs installdirs-am maintainer-clean \
812255376Sdes	maintainer-clean-generic mostlyclean mostlyclean-generic \
813255376Sdes	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
814255376Sdes	uninstall-am
815117610Sdes
816228692Sdes
817117610Sdes# Tell versions [3.59,3.63) of GNU make to not export all variables.
818117610Sdes# Otherwise a system limit (for SysV at least) may be exceeded.
819117610Sdes.NOEXPORT:
820