Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. # Makefile.in generated by automake 1.16.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2020 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. #
  13. # Copyright (c) 2006 Thorsten Kukuk <kukuk@thkukuk.de>
  14. #
  15. VPATH = @srcdir@
  16. am__is_gnu_make = { \
  17. if test -z '$(MAKELEVEL)'; then \
  18. false; \
  19. elif test -n '$(MAKE_HOST)'; then \
  20. true; \
  21. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  22. true; \
  23. else \
  24. false; \
  25. fi; \
  26. }
  27. am__make_running_with_option = \
  28. case $${target_option-} in \
  29. ?) ;; \
  30. *) echo "am__make_running_with_option: internal error: invalid" \
  31. "target option '$${target_option-}' specified" >&2; \
  32. exit 1;; \
  33. esac; \
  34. has_opt=no; \
  35. sane_makeflags=$$MAKEFLAGS; \
  36. if $(am__is_gnu_make); then \
  37. sane_makeflags=$$MFLAGS; \
  38. else \
  39. case $$MAKEFLAGS in \
  40. *\\[\ \ ]*) \
  41. bs=\\; \
  42. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  43. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  44. esac; \
  45. fi; \
  46. skip_next=no; \
  47. strip_trailopt () \
  48. { \
  49. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  50. }; \
  51. for flg in $$sane_makeflags; do \
  52. test $$skip_next = yes && { skip_next=no; continue; }; \
  53. case $$flg in \
  54. *=*|--*) continue;; \
  55. -*I) strip_trailopt 'I'; skip_next=yes;; \
  56. -*I?*) strip_trailopt 'I';; \
  57. -*O) strip_trailopt 'O'; skip_next=yes;; \
  58. -*O?*) strip_trailopt 'O';; \
  59. -*l) strip_trailopt 'l'; skip_next=yes;; \
  60. -*l?*) strip_trailopt 'l';; \
  61. -[dEDm]) skip_next=yes;; \
  62. -[JT]) skip_next=yes;; \
  63. esac; \
  64. case $$flg in \
  65. *$$target_option*) has_opt=yes; break;; \
  66. esac; \
  67. done; \
  68. test $$has_opt = yes
  69. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  70. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  71. pkgdatadir = $(datadir)/@PACKAGE@
  72. pkgincludedir = $(includedir)/@PACKAGE@
  73. pkglibdir = $(libdir)/@PACKAGE@
  74. pkglibexecdir = $(libexecdir)/@PACKAGE@
  75. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  76. install_sh_DATA = $(install_sh) -c -m 644
  77. install_sh_PROGRAM = $(install_sh) -c
  78. install_sh_SCRIPT = $(install_sh) -c
  79. INSTALL_HEADER = $(INSTALL_DATA)
  80. transform = $(program_transform_name)
  81. NORMAL_INSTALL = :
  82. PRE_INSTALL = :
  83. POST_INSTALL = :
  84. NORMAL_UNINSTALL = :
  85. PRE_UNINSTALL = :
  86. POST_UNINSTALL = :
  87. build_triplet = @build@
  88. host_triplet = @host@
  89. subdir = doc/adg
  90. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  91. am__aclocal_m4_deps = $(top_srcdir)/m4/attribute.m4 \
  92. $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
  93. $(top_srcdir)/m4/intlmacosx.m4 \
  94. $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
  95. $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
  96. $(top_srcdir)/m4/ld-no-undefined.m4 \
  97. $(top_srcdir)/m4/ld-z-now.m4 $(top_srcdir)/m4/lib-ld.m4 \
  98. $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
  99. $(top_srcdir)/m4/libprelude.m4 $(top_srcdir)/m4/libtool.m4 \
  100. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  101. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  102. $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
  103. $(top_srcdir)/m4/progtest.m4 \
  104. $(top_srcdir)/m4/warn_lang_flags.m4 \
  105. $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/configure.ac
  106. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  107. $(ACLOCAL_M4)
  108. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  109. mkinstalldirs = $(install_sh) -d
  110. CONFIG_HEADER = $(top_builddir)/config.h
  111. CONFIG_CLEAN_FILES =
  112. CONFIG_CLEAN_VPATH_FILES =
  113. AM_V_P = $(am__v_P_@AM_V@)
  114. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  115. am__v_P_0 = false
  116. am__v_P_1 = :
  117. AM_V_GEN = $(am__v_GEN_@AM_V@)
  118. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  119. am__v_GEN_0 = @echo " GEN " $@;
  120. am__v_GEN_1 =
  121. AM_V_at = $(am__v_at_@AM_V@)
  122. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  123. am__v_at_0 = @
  124. am__v_at_1 =
  125. SOURCES =
  126. DIST_SOURCES =
  127. am__can_run_installinfo = \
  128. case $$AM_UPDATE_INFO_DIR in \
  129. n|no|NO) false;; \
  130. *) (install-info --version) >/dev/null 2>&1;; \
  131. esac
  132. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  133. am__DIST_COMMON = $(srcdir)/Makefile.in
  134. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  135. ACLOCAL = @ACLOCAL@
  136. AMTAR = @AMTAR@
  137. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  138. AR = @AR@
  139. AUTOCONF = @AUTOCONF@
  140. AUTOHEADER = @AUTOHEADER@
  141. AUTOMAKE = @AUTOMAKE@
  142. AWK = @AWK@
  143. BROWSER = @BROWSER@
  144. BUILD_CFLAGS = @BUILD_CFLAGS@
  145. BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
  146. BUILD_LDFLAGS = @BUILD_LDFLAGS@
  147. CC = @CC@
  148. CCDEPMODE = @CCDEPMODE@
  149. CC_FOR_BUILD = @CC_FOR_BUILD@
  150. CFLAGS = @CFLAGS@
  151. CPP = @CPP@
  152. CPPFLAGS = @CPPFLAGS@
  153. CRYPTO_LIBS = @CRYPTO_LIBS@
  154. CRYPT_CFLAGS = @CRYPT_CFLAGS@
  155. CRYPT_LIBS = @CRYPT_LIBS@
  156. CYGPATH_W = @CYGPATH_W@
  157. DEFS = @DEFS@
  158. DEPDIR = @DEPDIR@
  159. DLLTOOL = @DLLTOOL@
  160. DSYMUTIL = @DSYMUTIL@
  161. DUMPBIN = @DUMPBIN@
  162. ECHO_C = @ECHO_C@
  163. ECHO_N = @ECHO_N@
  164. ECHO_T = @ECHO_T@
  165. ECONF_CFLAGS = @ECONF_CFLAGS@
  166. ECONF_LIBS = @ECONF_LIBS@
  167. EGREP = @EGREP@
  168. EXEEXT = @EXEEXT@
  169. EXE_CFLAGS = @EXE_CFLAGS@
  170. EXE_LDFLAGS = @EXE_LDFLAGS@
  171. FGREP = @FGREP@
  172. FO2PDF = @FO2PDF@
  173. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  174. GMSGFMT = @GMSGFMT@
  175. GMSGFMT_015 = @GMSGFMT_015@
  176. GREP = @GREP@
  177. INSTALL = @INSTALL@
  178. INSTALL_DATA = @INSTALL_DATA@
  179. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  180. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  181. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  182. INTLLIBS = @INTLLIBS@
  183. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  184. LD = @LD@
  185. LDFLAGS = @LDFLAGS@
  186. LEX = @LEX@
  187. LEXLIB = @LEXLIB@
  188. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  189. LIBAUDIT = @LIBAUDIT@
  190. LIBCRYPT = @LIBCRYPT@
  191. LIBDB = @LIBDB@
  192. LIBDL = @LIBDL@
  193. LIBICONV = @LIBICONV@
  194. LIBINTL = @LIBINTL@
  195. LIBOBJS = @LIBOBJS@
  196. LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
  197. LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
  198. LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
  199. LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
  200. LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
  201. LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
  202. LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
  203. LIBS = @LIBS@
  204. LIBSELINUX = @LIBSELINUX@
  205. LIBTOOL = @LIBTOOL@
  206. LIPO = @LIPO@
  207. LN_S = @LN_S@
  208. LTLIBICONV = @LTLIBICONV@
  209. LTLIBINTL = @LTLIBINTL@
  210. LTLIBOBJS = @LTLIBOBJS@
  211. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  212. MAKEINFO = @MAKEINFO@
  213. MANIFEST_TOOL = @MANIFEST_TOOL@
  214. MKDIR_P = @MKDIR_P@
  215. MSGFMT = @MSGFMT@
  216. MSGFMT_015 = @MSGFMT_015@
  217. MSGMERGE = @MSGMERGE@
  218. NIS_CFLAGS = @NIS_CFLAGS@
  219. NIS_LIBS = @NIS_LIBS@
  220. NM = @NM@
  221. NMEDIT = @NMEDIT@
  222. NSL_CFLAGS = @NSL_CFLAGS@
  223. NSL_LIBS = @NSL_LIBS@
  224. OBJDUMP = @OBJDUMP@
  225. OBJEXT = @OBJEXT@
  226. OTOOL = @OTOOL@
  227. OTOOL64 = @OTOOL64@
  228. PACKAGE = @PACKAGE@
  229. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  230. PACKAGE_NAME = @PACKAGE_NAME@
  231. PACKAGE_STRING = @PACKAGE_STRING@
  232. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  233. PACKAGE_URL = @PACKAGE_URL@
  234. PACKAGE_VERSION = @PACKAGE_VERSION@
  235. PATH_SEPARATOR = @PATH_SEPARATOR@
  236. PKG_CONFIG = @PKG_CONFIG@
  237. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  238. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  239. POSUB = @POSUB@
  240. RANLIB = @RANLIB@
  241. SCONFIGDIR = @SCONFIGDIR@
  242. SECUREDIR = @SECUREDIR@
  243. SED = @SED@
  244. SET_MAKE = @SET_MAKE@
  245. SHELL = @SHELL@
  246. STRINGPARAM_HMAC = @STRINGPARAM_HMAC@
  247. STRINGPARAM_VENDORDIR = @STRINGPARAM_VENDORDIR@
  248. STRIP = @STRIP@
  249. TIRPC_CFLAGS = @TIRPC_CFLAGS@
  250. TIRPC_LIBS = @TIRPC_LIBS@
  251. USE_NLS = @USE_NLS@
  252. VERSION = @VERSION@
  253. WARN_CFLAGS = @WARN_CFLAGS@
  254. XGETTEXT = @XGETTEXT@
  255. XGETTEXT_015 = @XGETTEXT_015@
  256. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  257. XMLCATALOG = @XMLCATALOG@
  258. XMLLINT = @XMLLINT@
  259. XML_CATALOG_FILE = @XML_CATALOG_FILE@
  260. XSLTPROC = @XSLTPROC@
  261. YACC = @YACC@
  262. YFLAGS = @YFLAGS@
  263. abs_builddir = @abs_builddir@
  264. abs_srcdir = @abs_srcdir@
  265. abs_top_builddir = @abs_top_builddir@
  266. abs_top_srcdir = @abs_top_srcdir@
  267. ac_ct_AR = @ac_ct_AR@
  268. ac_ct_CC = @ac_ct_CC@
  269. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  270. am__include = @am__include@
  271. am__leading_dot = @am__leading_dot@
  272. am__quote = @am__quote@
  273. am__tar = @am__tar@
  274. am__untar = @am__untar@
  275. bindir = @bindir@
  276. build = @build@
  277. build_alias = @build_alias@
  278. build_cpu = @build_cpu@
  279. build_os = @build_os@
  280. build_vendor = @build_vendor@
  281. builddir = @builddir@
  282. datadir = @datadir@
  283. datarootdir = @datarootdir@
  284. docdir = @docdir@
  285. dvidir = @dvidir@
  286. exec_prefix = @exec_prefix@
  287. host = @host@
  288. host_alias = @host_alias@
  289. host_cpu = @host_cpu@
  290. host_os = @host_os@
  291. host_vendor = @host_vendor@
  292. htmldir = @htmldir@
  293. includedir = @includedir@
  294. infodir = @infodir@
  295. install_sh = @install_sh@
  296. libdir = @libdir@
  297. libexecdir = @libexecdir@
  298. localedir = @localedir@
  299. localstatedir = @localstatedir@
  300. mandir = @mandir@
  301. mkdir_p = @mkdir_p@
  302. oldincludedir = @oldincludedir@
  303. pam_xauth_path = @pam_xauth_path@
  304. pdfdir = @pdfdir@
  305. prefix = @prefix@
  306. program_transform_name = @program_transform_name@
  307. psdir = @psdir@
  308. sbindir = @sbindir@
  309. sharedstatedir = @sharedstatedir@
  310. srcdir = @srcdir@
  311. sysconfdir = @sysconfdir@
  312. systemdunitdir = @systemdunitdir@
  313. target_alias = @target_alias@
  314. top_build_prefix = @top_build_prefix@
  315. top_builddir = @top_builddir@
  316. top_srcdir = @top_srcdir@
  317. CLEANFILES = Linux-PAM_ADG.fo *~
  318. EXTRA_DIST = $(XMLS)
  319. XMLS = Linux-PAM_ADG.xml $(shell ls $(srcdir)/pam_*.xml)
  320. DEP_XMLS = $(shell ls $(top_srcdir)/doc/man/pam_*.xml)
  321. @ENABLE_REGENERATE_MAN_TRUE@MAINTAINERCLEANFILES = Linux-PAM_ADG.txt Linux-PAM_ADG.pdf html/*.html
  322. all: all-am
  323. .SUFFIXES:
  324. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  325. @for dep in $?; do \
  326. case '$(am__configure_deps)' in \
  327. *$$dep*) \
  328. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  329. && { if test -f $@; then exit 0; else break; fi; }; \
  330. exit 1;; \
  331. esac; \
  332. done; \
  333. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/adg/Makefile'; \
  334. $(am__cd) $(top_srcdir) && \
  335. $(AUTOMAKE) --gnu doc/adg/Makefile
  336. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  337. @case '$?' in \
  338. *config.status*) \
  339. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  340. *) \
  341. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  342. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  343. esac;
  344. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  345. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  346. $(top_srcdir)/configure: $(am__configure_deps)
  347. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  348. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  349. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  350. $(am__aclocal_m4_deps):
  351. mostlyclean-libtool:
  352. -rm -f *.lo
  353. clean-libtool:
  354. -rm -rf .libs _libs
  355. tags TAGS:
  356. ctags CTAGS:
  357. cscope cscopelist:
  358. distdir: $(BUILT_SOURCES)
  359. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  360. distdir-am: $(DISTFILES)
  361. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  362. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  363. list='$(DISTFILES)'; \
  364. dist_files=`for file in $$list; do echo $$file; done | \
  365. sed -e "s|^$$srcdirstrip/||;t" \
  366. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  367. case $$dist_files in \
  368. */*) $(MKDIR_P) `echo "$$dist_files" | \
  369. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  370. sort -u` ;; \
  371. esac; \
  372. for file in $$dist_files; do \
  373. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  374. if test -d $$d/$$file; then \
  375. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  376. if test -d "$(distdir)/$$file"; then \
  377. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  378. fi; \
  379. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  380. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  381. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  382. fi; \
  383. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  384. else \
  385. test -f "$(distdir)/$$file" \
  386. || cp -p $$d/$$file "$(distdir)/$$file" \
  387. || exit 1; \
  388. fi; \
  389. done
  390. check-am: all-am
  391. check: check-am
  392. all-am: Makefile
  393. installdirs:
  394. install: install-am
  395. install-exec: install-exec-am
  396. install-data: install-data-am
  397. uninstall: uninstall-am
  398. install-am: all-am
  399. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  400. installcheck: installcheck-am
  401. install-strip:
  402. if test -z '$(STRIP)'; then \
  403. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  404. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  405. install; \
  406. else \
  407. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  408. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  409. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  410. fi
  411. mostlyclean-generic:
  412. clean-generic:
  413. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  414. distclean-generic:
  415. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  416. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  417. maintainer-clean-generic:
  418. @echo "This command is intended for maintainers to use"
  419. @echo "it deletes files that may require special tools to rebuild."
  420. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  421. @ENABLE_REGENERATE_MAN_FALSE@distclean-local:
  422. clean: clean-am
  423. clean-am: clean-generic clean-libtool mostlyclean-am
  424. distclean: distclean-am
  425. -rm -f Makefile
  426. distclean-am: clean-am distclean-generic distclean-local
  427. dvi: dvi-am
  428. dvi-am:
  429. html: html-am
  430. html-am:
  431. info: info-am
  432. info-am:
  433. install-data-am: install-data-local
  434. install-dvi: install-dvi-am
  435. install-dvi-am:
  436. install-exec-am:
  437. install-html: install-html-am
  438. install-html-am:
  439. install-info: install-info-am
  440. install-info-am:
  441. install-man:
  442. install-pdf: install-pdf-am
  443. install-pdf-am:
  444. install-ps: install-ps-am
  445. install-ps-am:
  446. installcheck-am:
  447. maintainer-clean: maintainer-clean-am
  448. -rm -f Makefile
  449. maintainer-clean-am: distclean-am maintainer-clean-generic
  450. mostlyclean: mostlyclean-am
  451. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  452. pdf: pdf-am
  453. pdf-am:
  454. ps: ps-am
  455. ps-am:
  456. uninstall-am: uninstall-local
  457. .MAKE: install-am install-strip
  458. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  459. cscopelist-am ctags-am distclean distclean-generic \
  460. distclean-libtool distclean-local distdir dvi dvi-am html \
  461. html-am info info-am install install-am install-data \
  462. install-data-am install-data-local install-dvi install-dvi-am \
  463. install-exec install-exec-am install-html install-html-am \
  464. install-info install-info-am install-man install-pdf \
  465. install-pdf-am install-ps install-ps-am install-strip \
  466. installcheck installcheck-am installdirs maintainer-clean \
  467. maintainer-clean-generic mostlyclean mostlyclean-generic \
  468. mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  469. uninstall-am uninstall-local
  470. .PRECIOUS: Makefile
  471. @ENABLE_REGENERATE_MAN_TRUE@all: Linux-PAM_ADG.txt html/Linux-PAM_ADG.html Linux-PAM_ADG.pdf
  472. @ENABLE_REGENERATE_MAN_TRUE@Linux-PAM_ADG.pdf: $(XMLS) $(DEP_XMLS)
  473. @ENABLE_GENERATE_PDF_TRUE@@ENABLE_REGENERATE_MAN_TRUE@ $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $<
  474. @ENABLE_GENERATE_PDF_TRUE@@ENABLE_REGENERATE_MAN_TRUE@ $(XSLTPROC) --stringparam generate.toc "book toc" \
  475. @ENABLE_GENERATE_PDF_TRUE@@ENABLE_REGENERATE_MAN_TRUE@ --stringparam section.autolabel 1 \
  476. @ENABLE_GENERATE_PDF_TRUE@@ENABLE_REGENERATE_MAN_TRUE@ --stringparam section.label.includes.component.label 1 \
  477. @ENABLE_GENERATE_PDF_TRUE@@ENABLE_REGENERATE_MAN_TRUE@ --stringparam toc.max.depth 3 --xinclude --nonet \
  478. @ENABLE_GENERATE_PDF_TRUE@@ENABLE_REGENERATE_MAN_TRUE@ http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $< > Linux-PAM_ADG.fo
  479. @ENABLE_GENERATE_PDF_TRUE@@ENABLE_REGENERATE_MAN_TRUE@ $(FO2PDF) Linux-PAM_ADG.fo $@
  480. @ENABLE_GENERATE_PDF_FALSE@@ENABLE_REGENERATE_MAN_TRUE@ echo "No fo2pdf processor installed, skip PDF generation"
  481. @ENABLE_REGENERATE_MAN_TRUE@Linux-PAM_ADG.txt: $(XMLS) $(DEP_XMLS)
  482. @ENABLE_REGENERATE_MAN_TRUE@ $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $<
  483. @ENABLE_REGENERATE_MAN_TRUE@ $(XSLTPROC) --stringparam generate.toc "book toc" \
  484. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam section.autolabel 1 \
  485. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam section.label.includes.component.label 1 \
  486. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam toc.max.depth 3 --xinclude --nonet \
  487. @ENABLE_REGENERATE_MAN_TRUE@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< | $(BROWSER) > $@
  488. @ENABLE_REGENERATE_MAN_TRUE@html/Linux-PAM_ADG.html: $(XMLS) $(DEP_XMLS)
  489. @ENABLE_REGENERATE_MAN_TRUE@ @test -d html || mkdir -p html
  490. @ENABLE_REGENERATE_MAN_TRUE@ $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $<
  491. @ENABLE_REGENERATE_MAN_TRUE@ $(XSLTPROC) --stringparam base.dir html/ \
  492. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam root.filename Linux-PAM_ADG \
  493. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam use.id.as.filename 1 \
  494. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam chunk.first.sections 1 \
  495. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam section.autolabel 1 \
  496. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam section.label.includes.component.label 1 \
  497. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam toc.max.depth 3 --xinclude --nonet \
  498. @ENABLE_REGENERATE_MAN_TRUE@ --stringparam chunker.output.encoding UTF-8 \
  499. @ENABLE_REGENERATE_MAN_TRUE@ http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl $<
  500. @ENABLE_REGENERATE_MAN_TRUE@distclean-local:
  501. @ENABLE_REGENERATE_MAN_TRUE@ -rm -rf html Linux-PAM_ADG.txt Linux-PAM_ADG.pdf
  502. install-data-local:
  503. $(mkinstalldirs) $(DESTDIR)$(docdir)
  504. $(mkinstalldirs) $(DESTDIR)$(pdfdir)
  505. $(mkinstalldirs) $(DESTDIR)$(htmldir)
  506. if test -f html/Linux-PAM_ADG.html; then \
  507. $(install_sh_DATA) html/Linux-PAM_ADG.html html/adg-*.html \
  508. $(DESTDIR)$(htmldir)/; \
  509. elif test -f $(srcdir)/html/Linux-PAM_ADG.html; then \
  510. $(install_sh_DATA) $(srcdir)/html/Linux-PAM_ADG.html \
  511. $(srcdir)/html/adg-*.html \
  512. $(DESTDIR)$(htmldir)/; \
  513. fi
  514. if test -f Linux-PAM_ADG.txt; then \
  515. $(install_sh_DATA) Linux-PAM_ADG.txt $(DESTDIR)$(docdir)/; \
  516. elif test -f $(srcdir)/Linux-PAM_ADG.txt; then \
  517. $(install_sh_DATA) $(srcdir)/Linux-PAM_ADG.txt \
  518. $(DESTDIR)$(docdir)/; \
  519. fi
  520. if test -f Linux-PAM_ADG.pdf; then \
  521. $(install_sh_DATA) Linux-PAM_ADG.pdf $(DESTDIR)$(pdfdir)/; \
  522. elif test -f $(srcdir)/Linux-PAM_ADG.pdf; then \
  523. $(install_sh_DATA) $(srcdir)/Linux-PAM_ADG.pdf \
  524. $(DESTDIR)$(pdfdir)/; \
  525. fi
  526. uninstall-local:
  527. -rm $(DESTDIR)$(htmldir)/Linux-PAM_ADG.html
  528. -rm $(DESTDIR)$(htmldir)/adg-*.html
  529. -rm $(DESTDIR)$(docdir)/Linux-PAM_ADG.txt
  530. -rm $(DESTDIR)$(pdfdir)/Linux-PAM_ADG.pdf
  531. releasedocs: all
  532. $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/html
  533. if test -f html/Linux-PAM_ADG.html; then \
  534. cp -ap html/Linux-PAM_ADG.html html/adg-*.html \
  535. $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/html/; \
  536. elif test -f $(srcdir)/html/Linux-PAM_ADG.html; then \
  537. cp -ap $(srcdir)/html/Linux-PAM_ADG.html \
  538. $(srcdir)/html/adg-*.html \
  539. $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/html/; \
  540. else exit 1; \
  541. fi
  542. if test -f Linux-PAM_ADG.txt; then \
  543. cp -p Linux-PAM_ADG.txt \
  544. $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/; \
  545. elif test -f $(srcdir)/Linux-PAM_ADG.txt; then \
  546. cp -p $(srcdir)/Linux-PAM_ADG.txt \
  547. $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/; \
  548. else exit 1; \
  549. fi
  550. if test -f Linux-PAM_ADG.pdf; then \
  551. cp -p Linux-PAM_ADG.pdf \
  552. $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/; \
  553. elif test -f $(srcdir)/Linux-PAM_ADG.pdf; then \
  554. cp -p $(srcdir)/Linux-PAM_ADG.pdf \
  555. $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/; \
  556. else exit 1; \
  557. fi
  558. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  559. # Otherwise a system limit (for SysV at least) may be exceeded.
  560. .NOEXPORT: