1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# $Id: Makefile.am 907 2017-01-18 09:39:01Z des $
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = include/security
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
96	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98	$(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(security_HEADERS) \
102	$(am__DIST_COMMON)
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = $(top_builddir)/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 =
121am__can_run_installinfo = \
122  case $$AM_UPDATE_INFO_DIR in \
123    n|no|NO) false;; \
124    *) (install-info --version) >/dev/null 2>&1;; \
125  esac
126am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
127am__vpath_adj = case $$p in \
128    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129    *) f=$$p;; \
130  esac;
131am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
132am__install_max = 40
133am__nobase_strip_setup = \
134  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
135am__nobase_strip = \
136  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
137am__nobase_list = $(am__nobase_strip_setup); \
138  for p in $$list; do echo "$$p $$p"; done | \
139  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
140  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141    if (++n[$$2] == $(am__install_max)) \
142      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143    END { for (dir in files) print dir, files[dir] }'
144am__base_list = \
145  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
146  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
147am__uninstall_files_from_dir = { \
148  test -z "$$files" \
149    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
150    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151         $(am__cd) "$$dir" && rm -f $$files; }; \
152  }
153am__installdirs = "$(DESTDIR)$(securitydir)"
154HEADERS = $(security_HEADERS)
155am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156# Read a list of newline-separated strings from the standard input,
157# and print each of them once, without duplicates.  Input order is
158# *not* preserved.
159am__uniquify_input = $(AWK) '\
160  BEGIN { nonempty = 0; } \
161  { items[$$0] = 1; nonempty = 1; } \
162  END { if (nonempty) { for (i in items) print i; }; } \
163'
164# Make sure the list of sources is unique.  This is necessary because,
165# e.g., the same source file might be shared among _SOURCES variables
166# for different programs/libraries.
167am__define_uniq_tagged_files = \
168  list='$(am__tagged_files)'; \
169  unique=`for i in $$list; do \
170    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171  done | $(am__uniquify_input)`
172ETAGS = etags
173CTAGS = ctags
174am__DIST_COMMON = $(srcdir)/Makefile.in
175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176ACLOCAL = @ACLOCAL@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179AR = @AR@
180AUTOCONF = @AUTOCONF@
181AUTOHEADER = @AUTOHEADER@
182AUTOMAKE = @AUTOMAKE@
183AWK = @AWK@
184CC = @CC@
185CCDEPMODE = @CCDEPMODE@
186CFLAGS = @CFLAGS@
187CPP = @CPP@
188CPPFLAGS = @CPPFLAGS@
189CRYB_TEST_LIBS = @CRYB_TEST_LIBS@
190CRYPTO_LIBS = @CRYPTO_LIBS@
191CRYPT_LIBS = @CRYPT_LIBS@
192CYGPATH_W = @CYGPATH_W@
193DEFS = @DEFS@
194DEPDIR = @DEPDIR@
195DLLTOOL = @DLLTOOL@
196DL_LIBS = @DL_LIBS@
197DSYMUTIL = @DSYMUTIL@
198DUMPBIN = @DUMPBIN@
199ECHO_C = @ECHO_C@
200ECHO_N = @ECHO_N@
201ECHO_T = @ECHO_T@
202EGREP = @EGREP@
203EXEEXT = @EXEEXT@
204FGREP = @FGREP@
205GREP = @GREP@
206INSTALL = @INSTALL@
207INSTALL_DATA = @INSTALL_DATA@
208INSTALL_PROGRAM = @INSTALL_PROGRAM@
209INSTALL_SCRIPT = @INSTALL_SCRIPT@
210INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
211LD = @LD@
212LDFLAGS = @LDFLAGS@
213LIBOBJS = @LIBOBJS@
214LIBS = @LIBS@
215LIBTOOL = @LIBTOOL@
216LIB_MAJ = @LIB_MAJ@
217LIPO = @LIPO@
218LN_S = @LN_S@
219LTLIBOBJS = @LTLIBOBJS@
220LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
221MAKEINFO = @MAKEINFO@
222MANIFEST_TOOL = @MANIFEST_TOOL@
223MKDIR_P = @MKDIR_P@
224NM = @NM@
225NMEDIT = @NMEDIT@
226OBJDUMP = @OBJDUMP@
227OBJEXT = @OBJEXT@
228OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
229OTOOL = @OTOOL@
230OTOOL64 = @OTOOL64@
231PACKAGE = @PACKAGE@
232PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233PACKAGE_NAME = @PACKAGE_NAME@
234PACKAGE_STRING = @PACKAGE_STRING@
235PACKAGE_TARNAME = @PACKAGE_TARNAME@
236PACKAGE_URL = @PACKAGE_URL@
237PACKAGE_VERSION = @PACKAGE_VERSION@
238PATH_SEPARATOR = @PATH_SEPARATOR@
239RANLIB = @RANLIB@
240SED = @SED@
241SET_MAKE = @SET_MAKE@
242SHELL = @SHELL@
243STRIP = @STRIP@
244SYSTEM_LIBPAM = @SYSTEM_LIBPAM@
245VERSION = @VERSION@
246abs_builddir = @abs_builddir@
247abs_srcdir = @abs_srcdir@
248abs_top_builddir = @abs_top_builddir@
249abs_top_srcdir = @abs_top_srcdir@
250ac_ct_AR = @ac_ct_AR@
251ac_ct_CC = @ac_ct_CC@
252ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
253am__include = @am__include@
254am__leading_dot = @am__leading_dot@
255am__quote = @am__quote@
256am__tar = @am__tar@
257am__untar = @am__untar@
258bindir = @bindir@
259build = @build@
260build_alias = @build_alias@
261build_cpu = @build_cpu@
262build_os = @build_os@
263build_vendor = @build_vendor@
264builddir = @builddir@
265datadir = @datadir@
266datarootdir = @datarootdir@
267docdir = @docdir@
268dvidir = @dvidir@
269exec_prefix = @exec_prefix@
270host = @host@
271host_alias = @host_alias@
272host_cpu = @host_cpu@
273host_os = @host_os@
274host_vendor = @host_vendor@
275htmldir = @htmldir@
276includedir = @includedir@
277infodir = @infodir@
278install_sh = @install_sh@
279libdir = @libdir@
280libexecdir = @libexecdir@
281localedir = @localedir@
282localstatedir = @localstatedir@
283mandir = @mandir@
284mkdir_p = @mkdir_p@
285oldincludedir = @oldincludedir@
286pdfdir = @pdfdir@
287prefix = @prefix@
288program_transform_name = @program_transform_name@
289psdir = @psdir@
290sbindir = @sbindir@
291sharedstatedir = @sharedstatedir@
292srcdir = @srcdir@
293sysconfdir = @sysconfdir@
294target_alias = @target_alias@
295top_build_prefix = @top_build_prefix@
296top_builddir = @top_builddir@
297top_srcdir = @top_srcdir@
298securitydir = $(includedir)/security
299security_HEADERS = \
300	openpam.h \
301	openpam_attr.h \
302	openpam_version.h \
303	pam_appl.h \
304	pam_constants.h \
305	pam_modules.h \
306	pam_types.h
307
308all: all-am
309
310.SUFFIXES:
311$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
312	@for dep in $?; do \
313	  case '$(am__configure_deps)' in \
314	    *$$dep*) \
315	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316	        && { if test -f $@; then exit 0; else break; fi; }; \
317	      exit 1;; \
318	  esac; \
319	done; \
320	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/security/Makefile'; \
321	$(am__cd) $(top_srcdir) && \
322	  $(AUTOMAKE) --foreign include/security/Makefile
323Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324	@case '$?' in \
325	  *config.status*) \
326	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327	  *) \
328	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330	esac;
331
332$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
335$(top_srcdir)/configure:  $(am__configure_deps)
336	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
338	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339$(am__aclocal_m4_deps):
340
341mostlyclean-libtool:
342	-rm -f *.lo
343
344clean-libtool:
345	-rm -rf .libs _libs
346install-securityHEADERS: $(security_HEADERS)
347	@$(NORMAL_INSTALL)
348	@list='$(security_HEADERS)'; test -n "$(securitydir)" || list=; \
349	if test -n "$$list"; then \
350	  echo " $(MKDIR_P) '$(DESTDIR)$(securitydir)'"; \
351	  $(MKDIR_P) "$(DESTDIR)$(securitydir)" || exit 1; \
352	fi; \
353	for p in $$list; do \
354	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
355	  echo "$$d$$p"; \
356	done | $(am__base_list) | \
357	while read files; do \
358	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(securitydir)'"; \
359	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(securitydir)" || exit $$?; \
360	done
361
362uninstall-securityHEADERS:
363	@$(NORMAL_UNINSTALL)
364	@list='$(security_HEADERS)'; test -n "$(securitydir)" || list=; \
365	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
366	dir='$(DESTDIR)$(securitydir)'; $(am__uninstall_files_from_dir)
367
368ID: $(am__tagged_files)
369	$(am__define_uniq_tagged_files); mkid -fID $$unique
370tags: tags-am
371TAGS: tags
372
373tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
374	set x; \
375	here=`pwd`; \
376	$(am__define_uniq_tagged_files); \
377	shift; \
378	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
379	  test -n "$$unique" || unique=$$empty_fix; \
380	  if test $$# -gt 0; then \
381	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382	      "$$@" $$unique; \
383	  else \
384	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385	      $$unique; \
386	  fi; \
387	fi
388ctags: ctags-am
389
390CTAGS: ctags
391ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
392	$(am__define_uniq_tagged_files); \
393	test -z "$(CTAGS_ARGS)$$unique" \
394	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395	     $$unique
396
397GTAGS:
398	here=`$(am__cd) $(top_builddir) && pwd` \
399	  && $(am__cd) $(top_srcdir) \
400	  && gtags -i $(GTAGS_ARGS) "$$here"
401cscopelist: cscopelist-am
402
403cscopelist-am: $(am__tagged_files)
404	list='$(am__tagged_files)'; \
405	case "$(srcdir)" in \
406	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
407	  *) sdir=$(subdir)/$(srcdir) ;; \
408	esac; \
409	for i in $$list; do \
410	  if test -f "$$i"; then \
411	    echo "$(subdir)/$$i"; \
412	  else \
413	    echo "$$sdir/$$i"; \
414	  fi; \
415	done >> $(top_builddir)/cscope.files
416
417distclean-tags:
418	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
420distdir: $(DISTFILES)
421	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423	list='$(DISTFILES)'; \
424	  dist_files=`for file in $$list; do echo $$file; done | \
425	  sed -e "s|^$$srcdirstrip/||;t" \
426	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
427	case $$dist_files in \
428	  */*) $(MKDIR_P) `echo "$$dist_files" | \
429			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
430			   sort -u` ;; \
431	esac; \
432	for file in $$dist_files; do \
433	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434	  if test -d $$d/$$file; then \
435	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436	    if test -d "$(distdir)/$$file"; then \
437	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438	    fi; \
439	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
441	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442	    fi; \
443	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
444	  else \
445	    test -f "$(distdir)/$$file" \
446	    || cp -p $$d/$$file "$(distdir)/$$file" \
447	    || exit 1; \
448	  fi; \
449	done
450check-am: all-am
451check: check-am
452all-am: Makefile $(HEADERS)
453installdirs:
454	for dir in "$(DESTDIR)$(securitydir)"; do \
455	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
456	done
457install: install-am
458install-exec: install-exec-am
459install-data: install-data-am
460uninstall: uninstall-am
461
462install-am: all-am
463	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465installcheck: installcheck-am
466install-strip:
467	if test -z '$(STRIP)'; then \
468	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470	      install; \
471	else \
472	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
475	fi
476mostlyclean-generic:
477
478clean-generic:
479
480distclean-generic:
481	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483
484maintainer-clean-generic:
485	@echo "This command is intended for maintainers to use"
486	@echo "it deletes files that may require special tools to rebuild."
487clean: clean-am
488
489clean-am: clean-generic clean-libtool mostlyclean-am
490
491distclean: distclean-am
492	-rm -f Makefile
493distclean-am: clean-am distclean-generic distclean-tags
494
495dvi: dvi-am
496
497dvi-am:
498
499html: html-am
500
501html-am:
502
503info: info-am
504
505info-am:
506
507install-data-am: install-securityHEADERS
508
509install-dvi: install-dvi-am
510
511install-dvi-am:
512
513install-exec-am:
514
515install-html: install-html-am
516
517install-html-am:
518
519install-info: install-info-am
520
521install-info-am:
522
523install-man:
524
525install-pdf: install-pdf-am
526
527install-pdf-am:
528
529install-ps: install-ps-am
530
531install-ps-am:
532
533installcheck-am:
534
535maintainer-clean: maintainer-clean-am
536	-rm -f Makefile
537maintainer-clean-am: distclean-am maintainer-clean-generic
538
539mostlyclean: mostlyclean-am
540
541mostlyclean-am: mostlyclean-generic mostlyclean-libtool
542
543pdf: pdf-am
544
545pdf-am:
546
547ps: ps-am
548
549ps-am:
550
551uninstall-am: uninstall-securityHEADERS
552
553.MAKE: install-am install-strip
554
555.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
556	clean-libtool cscopelist-am ctags ctags-am distclean \
557	distclean-generic distclean-libtool distclean-tags distdir dvi \
558	dvi-am html html-am info info-am install install-am \
559	install-data install-data-am install-dvi install-dvi-am \
560	install-exec install-exec-am install-html install-html-am \
561	install-info install-info-am install-man install-pdf \
562	install-pdf-am install-ps install-ps-am \
563	install-securityHEADERS install-strip installcheck \
564	installcheck-am installdirs maintainer-clean \
565	maintainer-clean-generic mostlyclean mostlyclean-generic \
566	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
567	uninstall-am uninstall-securityHEADERS
568
569.PRECIOUS: Makefile
570
571
572# Tell versions [3.59,3.63) of GNU make to not export all variables.
573# Otherwise a system limit (for SysV at least) may be exceeded.
574.NOEXPORT:
575