Makefile.in 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  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) 2005, 2006, 2008 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 = modules
  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. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  128. ctags-recursive dvi-recursive html-recursive info-recursive \
  129. install-data-recursive install-dvi-recursive \
  130. install-exec-recursive install-html-recursive \
  131. install-info-recursive install-pdf-recursive \
  132. install-ps-recursive install-recursive installcheck-recursive \
  133. installdirs-recursive pdf-recursive ps-recursive \
  134. tags-recursive uninstall-recursive
  135. am__can_run_installinfo = \
  136. case $$AM_UPDATE_INFO_DIR in \
  137. n|no|NO) false;; \
  138. *) (install-info --version) >/dev/null 2>&1;; \
  139. esac
  140. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  141. distclean-recursive maintainer-clean-recursive
  142. am__recursive_targets = \
  143. $(RECURSIVE_TARGETS) \
  144. $(RECURSIVE_CLEAN_TARGETS) \
  145. $(am__extra_recursive_targets)
  146. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  147. distdir distdir-am
  148. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  149. # Read a list of newline-separated strings from the standard input,
  150. # and print each of them once, without duplicates. Input order is
  151. # *not* preserved.
  152. am__uniquify_input = $(AWK) '\
  153. BEGIN { nonempty = 0; } \
  154. { items[$$0] = 1; nonempty = 1; } \
  155. END { if (nonempty) { for (i in items) print i; }; } \
  156. '
  157. # Make sure the list of sources is unique. This is necessary because,
  158. # e.g., the same source file might be shared among _SOURCES variables
  159. # for different programs/libraries.
  160. am__define_uniq_tagged_files = \
  161. list='$(am__tagged_files)'; \
  162. unique=`for i in $$list; do \
  163. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  164. done | $(am__uniquify_input)`
  165. ETAGS = etags
  166. CTAGS = ctags
  167. DIST_SUBDIRS = pam_access pam_debug pam_deny pam_echo pam_env pam_exec \
  168. pam_faildelay pam_faillock pam_filter pam_ftp pam_group \
  169. pam_issue pam_keyinit pam_lastlog pam_limits pam_listfile \
  170. pam_localuser pam_loginuid pam_mail pam_mkhomedir pam_motd \
  171. pam_namespace pam_nologin pam_permit pam_pwhistory pam_rhosts \
  172. pam_rootok pam_securetty pam_selinux pam_sepermit pam_setquota \
  173. pam_shells pam_stress pam_succeed_if pam_time pam_timestamp \
  174. pam_tty_audit pam_umask pam_unix pam_userdb pam_usertype \
  175. pam_warn pam_wheel pam_xauth
  176. am__DIST_COMMON = $(srcdir)/Makefile.in
  177. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  178. am__relativize = \
  179. dir0=`pwd`; \
  180. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  181. sed_rest='s,^[^/]*/*,,'; \
  182. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  183. sed_butlast='s,/*[^/]*$$,,'; \
  184. while test -n "$$dir1"; do \
  185. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  186. if test "$$first" != "."; then \
  187. if test "$$first" = ".."; then \
  188. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  189. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  190. else \
  191. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  192. if test "$$first2" = "$$first"; then \
  193. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  194. else \
  195. dir2="../$$dir2"; \
  196. fi; \
  197. dir0="$$dir0"/"$$first"; \
  198. fi; \
  199. fi; \
  200. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  201. done; \
  202. reldir="$$dir2"
  203. ACLOCAL = @ACLOCAL@
  204. AMTAR = @AMTAR@
  205. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  206. AR = @AR@
  207. AUTOCONF = @AUTOCONF@
  208. AUTOHEADER = @AUTOHEADER@
  209. AUTOMAKE = @AUTOMAKE@
  210. AWK = @AWK@
  211. BROWSER = @BROWSER@
  212. BUILD_CFLAGS = @BUILD_CFLAGS@
  213. BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
  214. BUILD_LDFLAGS = @BUILD_LDFLAGS@
  215. CC = @CC@
  216. CCDEPMODE = @CCDEPMODE@
  217. CC_FOR_BUILD = @CC_FOR_BUILD@
  218. CFLAGS = @CFLAGS@
  219. CPP = @CPP@
  220. CPPFLAGS = @CPPFLAGS@
  221. CRYPTO_LIBS = @CRYPTO_LIBS@
  222. CRYPT_CFLAGS = @CRYPT_CFLAGS@
  223. CRYPT_LIBS = @CRYPT_LIBS@
  224. CYGPATH_W = @CYGPATH_W@
  225. DEFS = @DEFS@
  226. DEPDIR = @DEPDIR@
  227. DLLTOOL = @DLLTOOL@
  228. DSYMUTIL = @DSYMUTIL@
  229. DUMPBIN = @DUMPBIN@
  230. ECHO_C = @ECHO_C@
  231. ECHO_N = @ECHO_N@
  232. ECHO_T = @ECHO_T@
  233. ECONF_CFLAGS = @ECONF_CFLAGS@
  234. ECONF_LIBS = @ECONF_LIBS@
  235. EGREP = @EGREP@
  236. EXEEXT = @EXEEXT@
  237. EXE_CFLAGS = @EXE_CFLAGS@
  238. EXE_LDFLAGS = @EXE_LDFLAGS@
  239. FGREP = @FGREP@
  240. FO2PDF = @FO2PDF@
  241. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  242. GMSGFMT = @GMSGFMT@
  243. GMSGFMT_015 = @GMSGFMT_015@
  244. GREP = @GREP@
  245. INSTALL = @INSTALL@
  246. INSTALL_DATA = @INSTALL_DATA@
  247. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  248. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  249. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  250. INTLLIBS = @INTLLIBS@
  251. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  252. LD = @LD@
  253. LDFLAGS = @LDFLAGS@
  254. LEX = @LEX@
  255. LEXLIB = @LEXLIB@
  256. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  257. LIBAUDIT = @LIBAUDIT@
  258. LIBCRYPT = @LIBCRYPT@
  259. LIBDB = @LIBDB@
  260. LIBDL = @LIBDL@
  261. LIBICONV = @LIBICONV@
  262. LIBINTL = @LIBINTL@
  263. LIBOBJS = @LIBOBJS@
  264. LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
  265. LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
  266. LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
  267. LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
  268. LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
  269. LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
  270. LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
  271. LIBS = @LIBS@
  272. LIBSELINUX = @LIBSELINUX@
  273. LIBTOOL = @LIBTOOL@
  274. LIPO = @LIPO@
  275. LN_S = @LN_S@
  276. LTLIBICONV = @LTLIBICONV@
  277. LTLIBINTL = @LTLIBINTL@
  278. LTLIBOBJS = @LTLIBOBJS@
  279. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  280. MAKEINFO = @MAKEINFO@
  281. MANIFEST_TOOL = @MANIFEST_TOOL@
  282. MKDIR_P = @MKDIR_P@
  283. MSGFMT = @MSGFMT@
  284. MSGFMT_015 = @MSGFMT_015@
  285. MSGMERGE = @MSGMERGE@
  286. NIS_CFLAGS = @NIS_CFLAGS@
  287. NIS_LIBS = @NIS_LIBS@
  288. NM = @NM@
  289. NMEDIT = @NMEDIT@
  290. NSL_CFLAGS = @NSL_CFLAGS@
  291. NSL_LIBS = @NSL_LIBS@
  292. OBJDUMP = @OBJDUMP@
  293. OBJEXT = @OBJEXT@
  294. OTOOL = @OTOOL@
  295. OTOOL64 = @OTOOL64@
  296. PACKAGE = @PACKAGE@
  297. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  298. PACKAGE_NAME = @PACKAGE_NAME@
  299. PACKAGE_STRING = @PACKAGE_STRING@
  300. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  301. PACKAGE_URL = @PACKAGE_URL@
  302. PACKAGE_VERSION = @PACKAGE_VERSION@
  303. PATH_SEPARATOR = @PATH_SEPARATOR@
  304. PKG_CONFIG = @PKG_CONFIG@
  305. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  306. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  307. POSUB = @POSUB@
  308. RANLIB = @RANLIB@
  309. SCONFIGDIR = @SCONFIGDIR@
  310. SECUREDIR = @SECUREDIR@
  311. SED = @SED@
  312. SET_MAKE = @SET_MAKE@
  313. SHELL = @SHELL@
  314. STRINGPARAM_HMAC = @STRINGPARAM_HMAC@
  315. STRINGPARAM_VENDORDIR = @STRINGPARAM_VENDORDIR@
  316. STRIP = @STRIP@
  317. TIRPC_CFLAGS = @TIRPC_CFLAGS@
  318. TIRPC_LIBS = @TIRPC_LIBS@
  319. USE_NLS = @USE_NLS@
  320. VERSION = @VERSION@
  321. WARN_CFLAGS = @WARN_CFLAGS@
  322. XGETTEXT = @XGETTEXT@
  323. XGETTEXT_015 = @XGETTEXT_015@
  324. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  325. XMLCATALOG = @XMLCATALOG@
  326. XMLLINT = @XMLLINT@
  327. XML_CATALOG_FILE = @XML_CATALOG_FILE@
  328. XSLTPROC = @XSLTPROC@
  329. YACC = @YACC@
  330. YFLAGS = @YFLAGS@
  331. abs_builddir = @abs_builddir@
  332. abs_srcdir = @abs_srcdir@
  333. abs_top_builddir = @abs_top_builddir@
  334. abs_top_srcdir = @abs_top_srcdir@
  335. ac_ct_AR = @ac_ct_AR@
  336. ac_ct_CC = @ac_ct_CC@
  337. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  338. am__include = @am__include@
  339. am__leading_dot = @am__leading_dot@
  340. am__quote = @am__quote@
  341. am__tar = @am__tar@
  342. am__untar = @am__untar@
  343. bindir = @bindir@
  344. build = @build@
  345. build_alias = @build_alias@
  346. build_cpu = @build_cpu@
  347. build_os = @build_os@
  348. build_vendor = @build_vendor@
  349. builddir = @builddir@
  350. datadir = @datadir@
  351. datarootdir = @datarootdir@
  352. docdir = @docdir@
  353. dvidir = @dvidir@
  354. exec_prefix = @exec_prefix@
  355. host = @host@
  356. host_alias = @host_alias@
  357. host_cpu = @host_cpu@
  358. host_os = @host_os@
  359. host_vendor = @host_vendor@
  360. htmldir = @htmldir@
  361. includedir = @includedir@
  362. infodir = @infodir@
  363. install_sh = @install_sh@
  364. libdir = @libdir@
  365. libexecdir = @libexecdir@
  366. localedir = @localedir@
  367. localstatedir = @localstatedir@
  368. mandir = @mandir@
  369. mkdir_p = @mkdir_p@
  370. oldincludedir = @oldincludedir@
  371. pam_xauth_path = @pam_xauth_path@
  372. pdfdir = @pdfdir@
  373. prefix = @prefix@
  374. program_transform_name = @program_transform_name@
  375. psdir = @psdir@
  376. sbindir = @sbindir@
  377. sharedstatedir = @sharedstatedir@
  378. srcdir = @srcdir@
  379. sysconfdir = @sysconfdir@
  380. systemdunitdir = @systemdunitdir@
  381. target_alias = @target_alias@
  382. top_build_prefix = @top_build_prefix@
  383. top_builddir = @top_builddir@
  384. top_srcdir = @top_srcdir@
  385. @COND_BUILD_PAM_KEYINIT_TRUE@MAYBE_PAM_KEYINIT = pam_keyinit
  386. @COND_BUILD_PAM_LASTLOG_TRUE@MAYBE_PAM_LASTLOG = pam_lastlog
  387. @COND_BUILD_PAM_NAMESPACE_TRUE@MAYBE_PAM_NAMESPACE = pam_namespace
  388. @COND_BUILD_PAM_RHOSTS_TRUE@MAYBE_PAM_RHOSTS = pam_rhosts
  389. @COND_BUILD_PAM_SELINUX_TRUE@MAYBE_PAM_SELINUX = pam_selinux
  390. @COND_BUILD_PAM_SEPERMIT_TRUE@MAYBE_PAM_SEPERMIT = pam_sepermit
  391. @COND_BUILD_PAM_SETQUOTA_TRUE@MAYBE_PAM_SETQUOTA = pam_setquota
  392. @COND_BUILD_PAM_TTY_AUDIT_TRUE@MAYBE_PAM_TTY_AUDIT = pam_tty_audit
  393. @COND_BUILD_PAM_UNIX_TRUE@MAYBE_PAM_UNIX = pam_unix
  394. @COND_BUILD_PAM_USERDB_TRUE@MAYBE_PAM_USERDB = pam_userdb
  395. SUBDIRS := \
  396. pam_access \
  397. pam_debug \
  398. pam_deny \
  399. pam_echo \
  400. pam_env \
  401. pam_exec \
  402. pam_faildelay \
  403. pam_faillock \
  404. pam_filter \
  405. pam_ftp \
  406. pam_group \
  407. pam_issue \
  408. $(MAYBE_PAM_KEYINIT) \
  409. $(MAYBE_PAM_LASTLOG) \
  410. pam_limits \
  411. pam_listfile \
  412. pam_localuser \
  413. pam_loginuid \
  414. pam_mail \
  415. pam_mkhomedir \
  416. pam_motd \
  417. $(MAYBE_PAM_NAMESPACE) \
  418. pam_nologin \
  419. pam_permit \
  420. pam_pwhistory \
  421. $(MAYBE_PAM_RHOSTS) \
  422. pam_rootok \
  423. pam_securetty \
  424. $(MAYBE_PAM_SELINUX) \
  425. $(MAYBE_PAM_SEPERMIT) \
  426. $(MAYBE_PAM_SETQUOTA) \
  427. pam_shells \
  428. pam_stress \
  429. pam_succeed_if \
  430. pam_time \
  431. pam_timestamp \
  432. $(MAYBE_PAM_TTY_AUDIT) \
  433. pam_umask \
  434. $(MAYBE_PAM_UNIX) \
  435. $(MAYBE_PAM_USERDB) \
  436. pam_usertype \
  437. pam_warn \
  438. pam_wheel \
  439. pam_xauth \
  440. #
  441. CLEANFILES = *~
  442. EXTRA_DIST = modules.map
  443. all: all-recursive
  444. .SUFFIXES:
  445. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  446. @for dep in $?; do \
  447. case '$(am__configure_deps)' in \
  448. *$$dep*) \
  449. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  450. && { if test -f $@; then exit 0; else break; fi; }; \
  451. exit 1;; \
  452. esac; \
  453. done; \
  454. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/Makefile'; \
  455. $(am__cd) $(top_srcdir) && \
  456. $(AUTOMAKE) --gnu modules/Makefile
  457. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  458. @case '$?' in \
  459. *config.status*) \
  460. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  461. *) \
  462. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  463. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  464. esac;
  465. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  466. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  467. $(top_srcdir)/configure: $(am__configure_deps)
  468. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  469. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  470. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  471. $(am__aclocal_m4_deps):
  472. mostlyclean-libtool:
  473. -rm -f *.lo
  474. clean-libtool:
  475. -rm -rf .libs _libs
  476. # This directory's subdirectories are mostly independent; you can cd
  477. # into them and run 'make' without going through this Makefile.
  478. # To change the values of 'make' variables: instead of editing Makefiles,
  479. # (1) if the variable is set in 'config.status', edit 'config.status'
  480. # (which will cause the Makefiles to be regenerated when you run 'make');
  481. # (2) otherwise, pass the desired values on the 'make' command line.
  482. $(am__recursive_targets):
  483. @fail=; \
  484. if $(am__make_keepgoing); then \
  485. failcom='fail=yes'; \
  486. else \
  487. failcom='exit 1'; \
  488. fi; \
  489. dot_seen=no; \
  490. target=`echo $@ | sed s/-recursive//`; \
  491. case "$@" in \
  492. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  493. *) list='$(SUBDIRS)' ;; \
  494. esac; \
  495. for subdir in $$list; do \
  496. echo "Making $$target in $$subdir"; \
  497. if test "$$subdir" = "."; then \
  498. dot_seen=yes; \
  499. local_target="$$target-am"; \
  500. else \
  501. local_target="$$target"; \
  502. fi; \
  503. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  504. || eval $$failcom; \
  505. done; \
  506. if test "$$dot_seen" = "no"; then \
  507. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  508. fi; test -z "$$fail"
  509. ID: $(am__tagged_files)
  510. $(am__define_uniq_tagged_files); mkid -fID $$unique
  511. tags: tags-recursive
  512. TAGS: tags
  513. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  514. set x; \
  515. here=`pwd`; \
  516. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  517. include_option=--etags-include; \
  518. empty_fix=.; \
  519. else \
  520. include_option=--include; \
  521. empty_fix=; \
  522. fi; \
  523. list='$(SUBDIRS)'; for subdir in $$list; do \
  524. if test "$$subdir" = .; then :; else \
  525. test ! -f $$subdir/TAGS || \
  526. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  527. fi; \
  528. done; \
  529. $(am__define_uniq_tagged_files); \
  530. shift; \
  531. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  532. test -n "$$unique" || unique=$$empty_fix; \
  533. if test $$# -gt 0; then \
  534. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  535. "$$@" $$unique; \
  536. else \
  537. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  538. $$unique; \
  539. fi; \
  540. fi
  541. ctags: ctags-recursive
  542. CTAGS: ctags
  543. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  544. $(am__define_uniq_tagged_files); \
  545. test -z "$(CTAGS_ARGS)$$unique" \
  546. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  547. $$unique
  548. GTAGS:
  549. here=`$(am__cd) $(top_builddir) && pwd` \
  550. && $(am__cd) $(top_srcdir) \
  551. && gtags -i $(GTAGS_ARGS) "$$here"
  552. cscopelist: cscopelist-recursive
  553. cscopelist-am: $(am__tagged_files)
  554. list='$(am__tagged_files)'; \
  555. case "$(srcdir)" in \
  556. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  557. *) sdir=$(subdir)/$(srcdir) ;; \
  558. esac; \
  559. for i in $$list; do \
  560. if test -f "$$i"; then \
  561. echo "$(subdir)/$$i"; \
  562. else \
  563. echo "$$sdir/$$i"; \
  564. fi; \
  565. done >> $(top_builddir)/cscope.files
  566. distclean-tags:
  567. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  568. distdir: $(BUILT_SOURCES)
  569. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  570. distdir-am: $(DISTFILES)
  571. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  572. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  573. list='$(DISTFILES)'; \
  574. dist_files=`for file in $$list; do echo $$file; done | \
  575. sed -e "s|^$$srcdirstrip/||;t" \
  576. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  577. case $$dist_files in \
  578. */*) $(MKDIR_P) `echo "$$dist_files" | \
  579. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  580. sort -u` ;; \
  581. esac; \
  582. for file in $$dist_files; do \
  583. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  584. if test -d $$d/$$file; then \
  585. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  586. if test -d "$(distdir)/$$file"; then \
  587. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  588. fi; \
  589. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  590. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  591. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  592. fi; \
  593. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  594. else \
  595. test -f "$(distdir)/$$file" \
  596. || cp -p $$d/$$file "$(distdir)/$$file" \
  597. || exit 1; \
  598. fi; \
  599. done
  600. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  601. if test "$$subdir" = .; then :; else \
  602. $(am__make_dryrun) \
  603. || test -d "$(distdir)/$$subdir" \
  604. || $(MKDIR_P) "$(distdir)/$$subdir" \
  605. || exit 1; \
  606. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  607. $(am__relativize); \
  608. new_distdir=$$reldir; \
  609. dir1=$$subdir; dir2="$(top_distdir)"; \
  610. $(am__relativize); \
  611. new_top_distdir=$$reldir; \
  612. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  613. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  614. ($(am__cd) $$subdir && \
  615. $(MAKE) $(AM_MAKEFLAGS) \
  616. top_distdir="$$new_top_distdir" \
  617. distdir="$$new_distdir" \
  618. am__remove_distdir=: \
  619. am__skip_length_check=: \
  620. am__skip_mode_fix=: \
  621. distdir) \
  622. || exit 1; \
  623. fi; \
  624. done
  625. check-am: all-am
  626. check: check-recursive
  627. all-am: Makefile
  628. installdirs: installdirs-recursive
  629. installdirs-am:
  630. install: install-recursive
  631. install-exec: install-exec-recursive
  632. install-data: install-data-recursive
  633. uninstall: uninstall-recursive
  634. install-am: all-am
  635. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  636. installcheck: installcheck-recursive
  637. install-strip:
  638. if test -z '$(STRIP)'; then \
  639. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  640. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  641. install; \
  642. else \
  643. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  644. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  645. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  646. fi
  647. mostlyclean-generic:
  648. clean-generic:
  649. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  650. distclean-generic:
  651. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  652. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  653. maintainer-clean-generic:
  654. @echo "This command is intended for maintainers to use"
  655. @echo "it deletes files that may require special tools to rebuild."
  656. clean: clean-recursive
  657. clean-am: clean-generic clean-libtool mostlyclean-am
  658. distclean: distclean-recursive
  659. -rm -f Makefile
  660. distclean-am: clean-am distclean-generic distclean-tags
  661. dvi: dvi-recursive
  662. dvi-am:
  663. html: html-recursive
  664. html-am:
  665. info: info-recursive
  666. info-am:
  667. install-data-am:
  668. install-dvi: install-dvi-recursive
  669. install-dvi-am:
  670. install-exec-am:
  671. install-html: install-html-recursive
  672. install-html-am:
  673. install-info: install-info-recursive
  674. install-info-am:
  675. install-man:
  676. install-pdf: install-pdf-recursive
  677. install-pdf-am:
  678. install-ps: install-ps-recursive
  679. install-ps-am:
  680. installcheck-am:
  681. maintainer-clean: maintainer-clean-recursive
  682. -rm -f Makefile
  683. maintainer-clean-am: distclean-am maintainer-clean-generic
  684. mostlyclean: mostlyclean-recursive
  685. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  686. pdf: pdf-recursive
  687. pdf-am:
  688. ps: ps-recursive
  689. ps-am:
  690. uninstall-am:
  691. .MAKE: $(am__recursive_targets) install-am install-strip
  692. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  693. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  694. ctags-am distclean distclean-generic distclean-libtool \
  695. distclean-tags distdir dvi dvi-am html html-am info info-am \
  696. install install-am install-data install-data-am install-dvi \
  697. install-dvi-am install-exec install-exec-am install-html \
  698. install-html-am install-info install-info-am install-man \
  699. install-pdf install-pdf-am install-ps install-ps-am \
  700. install-strip installcheck installcheck-am installdirs \
  701. installdirs-am maintainer-clean maintainer-clean-generic \
  702. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  703. ps ps-am tags tags-am uninstall uninstall-am
  704. .PRECIOUS: Makefile
  705. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  706. # Otherwise a system limit (for SysV at least) may be exceeded.
  707. .NOEXPORT: