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